Index: head/www/lynx-current/Makefile =================================================================== --- head/www/lynx-current/Makefile (revision 48640) +++ head/www/lynx-current/Makefile (revision 48641) @@ -1,57 +1,57 @@ # New ports collection makefile for: lynx # Date created: 15 Dec 1994 # Whom: ache # # $FreeBSD$ # PORTNAME= lynx -PORTVERSION= 2.8.5d1 +PORTVERSION= 2.8.5d3 CATEGORIES= www ipv6 MASTER_SITES= http://lynx.isc.org/current/ -DISTNAME= ${PORTNAME}2.8.5dev.1 +DISTNAME= ${PORTNAME}2.8.5dev.3 MAINTAINER= ache@FreeBSD.org LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext WRKSRC= ${WRKDIR}/${PORTNAME}2-8-5 USE_BZIP2= yes NO_LATEST_LINK= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-screen=ncurses --with-zlib --libdir="${L_LIB}" \ --enable-nsl-fork --enable-nls --enable-prettysrc \ --enable-file-upload --enable-nested-tables \ --enable-source-cache .ifndef NO_OPENSSL USE_OPENSSL= yes .endif .include .ifdef USE_OPENSSL CONFIGURE_ARGS+= --with-ssl=${OPENSSLBASE} .endif .if ${OSVERSION} >= 400014 CONFIGURE_ARGS+= --enable-ipv6 .else CONFIGURE_ARGS+= --disable-ipv6 .endif CONFIGURE_ENV= CC="${CC} -I${LOCALBASE}/include" LDFLAGS=-L${LOCALBASE}/lib MAKE_FLAGS= helpdir=${L_HELP} docdir=${L_DOC} -f MAKEFILE= makefile INSTALL_TARGET= install-full MAN1= lynx.1 L_LIB= ${PREFIX}/etc L_DOC= ${PREFIX}/share/doc/lynx L_HELP= ${PREFIX}/share/lynx_help post-install: ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${L_DOC} ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${L_HELP} ${CHOWN} ${SHAREOWN}:${SHAREGRP} ${L_LIB}/lynx.cfg .include Property changes on: head/www/lynx-current/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.130 \ No newline at end of property +1.131 \ No newline at end of property Index: head/www/lynx-current/distinfo =================================================================== --- head/www/lynx-current/distinfo (revision 48640) +++ head/www/lynx-current/distinfo (revision 48641) @@ -1 +1 @@ -MD5 (lynx2.8.5dev.1.tar.bz2) = dc258dbef15e55cafc06122fce02493f +MD5 (lynx2.8.5dev.3.tar.bz2) = c74e48f36894e1ef54b614ab9628a9b1 Property changes on: head/www/lynx-current/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.160 \ No newline at end of property +1.161 \ No newline at end of property Index: head/www/lynx-current/files/patch-ab =================================================================== --- head/www/lynx-current/files/patch-ab (revision 48640) +++ head/www/lynx-current/files/patch-ab (nonexistent) @@ -1,11 +0,0 @@ ---- userdefs.h.bak Fri Jun 23 19:15:08 2000 -+++ userdefs.h Mon Jan 15 22:30:35 2001 -@@ -361,7 +361,7 @@ - * not necessarily try a different filename when they are called, making it - * impossible to rename the file. Others make world-writable files. - */ --/*#define USE_MKSTEMP */ -+#define USE_MKSTEMP - - /******************************** - * Comment this line out to let the user enter his/her email address Property changes on: head/www/lynx-current/files/patch-ab ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/www/lynx-current/files/patch-aa =================================================================== --- head/www/lynx-current/files/patch-aa (revision 48640) +++ head/www/lynx-current/files/patch-aa (revision 48641) @@ -1,41 +1,41 @@ ---- makefile.in.orig Tue Feb 13 04:33:21 2001 -+++ makefile.in Sat Mar 3 05:21:01 2001 +--- makefile.in.orig Thu Aug 16 02:09:52 2001 ++++ makefile.in Wed Oct 10 08:46:54 2001 @@ -387,22 +387,19 @@ fi ; \ )' @-rm -f $(HELPDIR)/help_files.sed - @echo Updating $(libdir)/lynx.cfg - $(SHELL) -c 'if test -f $(LIBDIR)/lynx.cfg ; then \ - mv $(LIBDIR)/lynx.cfg $(LIBDIR)/lynx.tmp ; \ - else \ - cp $(srcdir)/lynx.cfg $(LIBDIR)/lynx.tmp ; \ - fi' - @echo Updating $(libdir)/lynx.cfg to point to installed help-files + @echo Updating $(libdir)/lynx.cfg.default + cp $(srcdir)/lynx.cfg $(LIBDIR)/lynx.tmp + @echo Updating $(libdir)/lynx.cfg.default to point to installed help-files @ECHO_CC@sed -e '/^HELPFILE:http/s!^!#!' \ -e '/^#HELPFILE:file/s!#!!' \ - -e '/^HELPFILE:file/s!/PATH_TO/lynx_help!$(helpdir)!' \ - -e '/^[A-Z_]*:/s!/PATH_TO/lynx_doc!$(docdir)!' \ + -e '/^HELPFILE:file/s!PATH_TO/lynx_help!$(helpdir1)!' \ + -e '/^[A-Z_]*:/s!PATH_TO/lynx_doc!$(docdir1)!' \ -e '/^HELPFILE:file/s!$$!$(COMPRESS_EXT)!' \ -e '/^HELPFILE:file/s!$(COMPRESS_EXT)$(COMPRESS_EXT)$$!$(COMPRESS_EXT)!' \ - $(LIBDIR)/lynx.tmp >$(LIBDIR)/lynx.cfg - chmod 644 $(LIBDIR)/lynx.cfg + $(LIBDIR)/lynx.tmp >$(LIBDIR)/lynx.cfg.default + chmod 644 $(LIBDIR)/lynx.cfg.default -rm -f $(LIBDIR)/lynx.tmp + -[ ! -f $(LIBDIR)/lynx.cfg ] && $(INSTALL_DATA) $(LIBDIR)/lynx.cfg.default $(LIBDIR)/lynx.cfg LYHelp.h : help_files.sed LYHelp.hin @echo Creating $@ @@ -424,8 +421,7 @@ $(SHELL) -c '$(srcdir)/cfg_defs.sh $(srcdir)' install-cfg : $(LIBDIR) - -mv -f $(LIBDIR)/lynx.cfg $(LIBDIR)/lynx.oldcfg - $(INSTALL_DATA) $(srcdir)/lynx.cfg $(LIBDIR)/lynx.cfg + $(INSTALL_DATA) $(srcdir)/lynx.cfg $(LIBDIR)/lynx.cfg.default install-lss : $(LIBDIR) -mv -f $(LIBDIR)/lynx.lss $(LIBDIR)/lynx.oldlss Property changes on: head/www/lynx-current/files/patch-aa ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.13 \ No newline at end of property +1.14 \ No newline at end of property Index: head/www/lynx-current/pkg-plist =================================================================== --- head/www/lynx-current/pkg-plist (revision 48640) +++ head/www/lynx-current/pkg-plist (revision 48641) @@ -1,99 +1,101 @@ bin/lynx @unexec if [ -f %D/etc/lynx.cfg ] && cmp -s %D/etc/lynx.cfg %D/etc/lynx.cfg.default; then rm -f %D/etc/lynx.cfg; fi etc/lynx.cfg.default @exec if [ ! -f %D/etc/lynx.cfg ] ; then cp -p %D/%F %B/lynx.cfg; fi @exec mkdir -p %D/share/lynx_help share/doc/lynx/CHANGES share/doc/lynx/COPYHEADER @exec ln -sf %D/%F %D/share/lynx_help/%f @unexec rm -f %D/share/lynx_help/%f share/doc/lynx/COPYING @exec ln -sf %D/%F %D/share/lynx_help/%f @unexec rm -f %D/share/lynx_help/%f share/doc/lynx/PROBLEMS share/doc/lynx/README share/doc/lynx/samples/blue-background.lss share/doc/lynx/samples/bright-blue.lss share/doc/lynx/samples/cernrules.txt share/doc/lynx/samples/installdirs.html share/doc/lynx/samples/jumpsUnix.html share/doc/lynx/samples/jumpsVMS.html +share/doc/lynx/samples/keepviewer share/doc/lynx/samples/lynx-keymaps share/doc/lynx/samples/lynx.com share/doc/lynx/samples/lynx.lss +share/doc/lynx/samples/lynxdump share/doc/lynx/samples/mailcap share/doc/lynx/samples/mailto-form.pl share/doc/lynx/samples/mild-colors.lss share/doc/lynx/samples/mime.types share/doc/lynx/test/ALT88592.html share/doc/lynx/test/ISO_LATIN1_test.html share/doc/lynx/test/README.txt share/doc/lynx/test/TestComment.html share/doc/lynx/test/c1.html share/doc/lynx/test/iso8859-1.html share/doc/lynx/test/iso88592.html share/doc/lynx/test/raw8bit.html share/doc/lynx/test/sgml.html share/doc/lynx/test/spaces.html share/doc/lynx/test/tabtest.html share/doc/lynx/test/unicode.html share/locale/cs/LC_MESSAGES/lynx.mo share/locale/da/LC_MESSAGES/lynx.mo share/locale/de/LC_MESSAGES/lynx.mo share/locale/fr/LC_MESSAGES/lynx.mo share/locale/ja/LC_MESSAGES/lynx.mo share/locale/nl/LC_MESSAGES/lynx.mo share/locale/pt_BR/LC_MESSAGES/lynx.mo share/locale/ru/LC_MESSAGES/lynx.mo share/locale/sl/LC_MESSAGES/lynx.mo share/locale/sv/LC_MESSAGES/lynx.mo share/lynx_help/Lynx_users_guide.html share/lynx_help/about_lynx.html share/lynx_help/keystrokes/alt_edit_help.html share/lynx_help/keystrokes/bashlike_edit_help.html share/lynx_help/keystrokes/bookmark_help.html share/lynx_help/keystrokes/cookie_help.html share/lynx_help/keystrokes/dired_help.html share/lynx_help/keystrokes/edit_help.html share/lynx_help/keystrokes/environments.html share/lynx_help/keystrokes/follow_help.html share/lynx_help/keystrokes/gopher_types_help.html share/lynx_help/keystrokes/history_help.html share/lynx_help/keystrokes/keystroke_help.html share/lynx_help/keystrokes/movement_help.html share/lynx_help/keystrokes/option_help.html share/lynx_help/keystrokes/other_help.html share/lynx_help/keystrokes/print_help.html share/lynx_help/keystrokes/scrolling_help.html share/lynx_help/keystrokes/test_display.html share/lynx_help/keystrokes/visited_help.html share/lynx_help/keystrokes/xterm_help.html share/lynx_help/lynx-dev.html share/lynx_help/lynx_help_main.html share/lynx_help/lynx_url_support.html @dirrm share/doc/lynx/samples @dirrm share/doc/lynx/test @dirrm share/doc/lynx @dirrm share/lynx_help/keystrokes @dirrm share/lynx_help @dirrm share/locale/cs/LC_MESSAGES @dirrm share/locale/cs @dirrm share/locale/da/LC_MESSAGES @dirrm share/locale/da @dirrm share/locale/de/LC_MESSAGES @dirrm share/locale/de @dirrm share/locale/fr/LC_MESSAGES @dirrm share/locale/fr @dirrm share/locale/ja/LC_MESSAGES @dirrm share/locale/ja @dirrm share/locale/nl/LC_MESSAGES @dirrm share/locale/nl @dirrm share/locale/pt_BR/LC_MESSAGES @dirrm share/locale/pt_BR @dirrm share/locale/ru/LC_MESSAGES @dirrm share/locale/ru @dirrm share/locale/sl/LC_MESSAGES @dirrm share/locale/sl @dirrm share/locale/sv/LC_MESSAGES @dirrm share/locale/sv @dirrm share/locale Property changes on: head/www/lynx-current/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.26 \ No newline at end of property +1.27 \ No newline at end of property