View | Details | Raw Unified | Return to bug 139339
Collapse All | Expand All

(-)www/lynx/Makefile (-7 / +5 lines)
Lines 6-27 Link Here
6
#
6
#
7
7
8
PORTNAME=	lynx
8
PORTNAME=	lynx
9
PORTVERSION=	2.8.6.5
9
PORTVERSION=	2.8.7.1
10
PORTREVISION=	5
11
PORTEPOCH=	1
10
PORTEPOCH=	1
12
CATEGORIES=	www ipv6
11
CATEGORIES=	www ipv6
13
MASTER_SITES=	http://lynx.isc.org/current/ \
12
MASTER_SITES=	ftp://lynx.isc.org/lynx${PORTVERSION}/patches/:patches
14
		ftp://lynx.isc.org/lynx${PORTVERSION}/patches/:patches
15
DISTNAME=	${PORTNAME}${PORTVERSION:R}rel.${PORTVERSION:E}
13
DISTNAME=	${PORTNAME}${PORTVERSION:R}rel.${PORTVERSION:E}
16
14
17
MAINTAINER=	jharris@widomaker.com
15
MAINTAINER=	jharris@widomaker.com
18
COMMENT=	A non-graphical, text-based World-Wide Web client
16
COMMENT=	A non-graphical, text-based World-Wide Web client
19
17
20
CONFLICTS=	lynx-2.8.[7-9]*
18
CONFLICTS=	lynx-2.8.[8-9]*
21
19
22
USE_BZIP2=	yes
20
USE_BZIP2=	yes
23
USE_OPENSSL=	yes
21
USE_OPENSSL=	yes
24
WRKSRC=		${WRKDIR}/${PORTNAME}2-8-6
22
WRKSRC=		${WRKDIR}/${PORTNAME}2-8-7
25
GNU_CONFIGURE=	yes
23
GNU_CONFIGURE=	yes
26
CONFIGURE_ARGS+=--with-zlib --libdir="${L_LIB}" \
24
CONFIGURE_ARGS+=--with-zlib --libdir="${L_LIB}" \
27
		--enable-nsl-fork --enable-persistent-cookies \
25
		--enable-nsl-fork --enable-persistent-cookies \
Lines 62-68 Link Here
62
CONFIGURE_ARGS+=	--with-ssl=${OPENSSLBASE}
60
CONFIGURE_ARGS+=	--with-ssl=${OPENSSLBASE}
63
.endif
61
.endif
64
62
65
.if defined(WITH_DEFAULT_COLORS) || defined(ENABLE_DEFAULT_COLORS)
63
.if defined(WITH_DEFAULT_COLORS)
66
CONFIGURE_ARGS+=--enable-default-colors
64
CONFIGURE_ARGS+=--enable-default-colors
67
.endif
65
.endif
68
66
(-)www/lynx/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (lynx2.8.6rel.5.tar.bz2) = bd44c57d28fd3e4c9db1cd492d403600
1
MD5 (lynx2.8.7rel.1.tar.bz2) = 493af4c77ef6761e3f0157cd1be033a0
2
SHA256 (lynx2.8.6rel.5.tar.bz2) = dc98c1725cc8c081bddc4ae7a6f065ce9bce5a017d626f62fc0c061ec0eb764d
2
SHA256 (lynx2.8.7rel.1.tar.bz2) = 40ec9774deb4a7acf69e1bcfb5e272a3857ccc17e20d923255d64cb5dbe55dad
3
SIZE (lynx2.8.6rel.5.tar.bz2) = 2290787
3
SIZE (lynx2.8.7rel.1.tar.bz2) = 2432045
(-)www/lynx/files/patch-aa (-50 lines)
Lines 1-50 Link Here
1
--- makefile.in.orig	Mon Sep  4 01:25:39 2006
2
+++ makefile.in	Tue Jul 31 10:37:26 2007
3
@@ -366,7 +366,9 @@
4
 	else \
5
 		cp $(srcdir)/lynx.cfg $(SYSCONFDIR)/lynx.tmp ; \
6
 	fi'
7
-	@echo Updating $(sysconfdir)/lynx.cfg to point to installed help-files
8
+	@echo Updating $(srcdir)/lynx.cfg.sample
9
+	@cp $(srcdir)/lynx.cfg $(srcdir)/lynx.tmp
10
+	@echo Updating $(srcdir)/lynx.cfg.sample to point to installed help-files
11
 	@ECHO_CC@sed	-e '/^HELPFILE:http/s!^!#!' \
12
 		-e '/^#HELPFILE:file/s!#!!' \
13
 		$(SYSCONFDIR)/lynx.tmp | \
14
@@ -374,9 +376,11 @@
15
 	$(SHELL) $(scripts_dir)/cfg_path.sh lynx_doc  $(helpdir) | \
16
 	sed	-e '/^HELPFILE:file/s!$$!$(COMPRESS_EXT)!' \
17
 		-e '/^HELPFILE:file/s!$(COMPRESS_EXT)$(COMPRESS_EXT)$$!$(COMPRESS_EXT)!' \
18
-		>$(SYSCONFDIR)/lynx.cfg
19
-	chmod 644 $(SYSCONFDIR)/lynx.cfg
20
+		>$(SYSCONFDIR)/lynx.cfg.sample
21
+	chmod 644 $(SYSCONFDIR)/lynx.cfg.sample
22
 	-rm -f $(SYSCONFDIR)/lynx.tmp
23
+	-[ ! -f $(SYSCONFDIR)/lynx.cfg ] && $(INSTALL_DATA) $(SYSCONFDIR)/lynx.cfg.sample $(SYSCONFDIR)/lynx.cfg
24
+	-[ ! -f $(SYSCONFDIR)/lynx.lss ] && $(INSTALL_DATA) $(SYSCONFDIR)/lynx.lss.sample $(SYSCONFDIR)/lynx.lss
25
 
26
 LYHelp.h : help_files.sed LYHelp.hin
27
 	@echo Creating $@
28
@@ -398,18 +402,17 @@
29
 	$(SHELL) -c 'SHELL=$(SHELL) $(SHELL) $(scripts_dir)/cfg_defs.sh $(srcdir)'
30
 
31
 install-cfg : $(SYSCONFDIR)
32
-	@$(SHELL) $(scripts_dir)/install-cfg.sh "$(INSTALL_DATA)" $(srcdir)/lynx.cfg $(SYSCONFDIR)/lynx.cfg
33
+	@$(SHELL) $(scripts_dir)/install-cfg.sh "$(INSTALL_DATA)" $(srcdir)/lynx.cfg $(SYSCONFDIR)/lynx.cfg.sample
34
 
35
 install-lss : $(SYSCONFDIR)
36
-	-mv -f $(SYSCONFDIR)/lynx.lss $(SYSCONFDIR)/lynx.oldlss
37
-	$(INSTALL_DATA) $(srcdir)/samples/lynx.lss $(SYSCONFDIR)/lynx.lss
38
+	@$(INSTALL_DATA) $(srcdir)/samples/lynx.lss $(SYSCONFDIR)/lynx.lss.sample
39
 
40
 uninstall ::
41
 @MSG_DIR_MAKE@	cd po && $(MAKE) CC="$(CC)" uninstall
42
 	-rm -f $(BINDIR)/lynx$x
43
 	-rm -f $(MANDIR)/lynx.1
44
-	-rm -f $(SYSCONFDIR)/lynx.cfg
45
-	-rm -f $(SYSCONFDIR)/lynx.lss
46
+	-rm -f $(SYSCONFDIR)/lynx.cfg.sample
47
+	-rm -f $(SYSCONFDIR)/lynx.lss.sample
48
 
49
 uninstall \
50
 uninstall-help ::
(-)www/lynx/files/patch-makefile.in (+48 lines)
Line 0 Link Here
1
Index: makefile.in
2
@@ -388,7 +388,9 @@
3
 	else \
4
 		cp $(srcdir)/lynx.cfg $(SYSCONFDIR)/lynx.tmp ; \
5
 	fi'
6
-	@echo Updating $(sysconfdir)/lynx.cfg to point to installed help-files
7
+	@echo Updating $(srcdir)/lynx.cfg.sample
8
+	@cp $(srcdir)/lynx.cfg $(srcdir)/lynx.tmp
9
+	@echo Updating $(srcdir)/lynx.cfg.sample to point to installed help-files
10
 	@ECHO_CC@sed	-e '/^HELPFILE:http/s!^!#!' \
11
 		-e '/^#HELPFILE:file/s!#!!' \
12
 		$(SYSCONFDIR)/lynx.tmp | \
13
@@ -396,9 +398,11 @@
14
 	$(SHELL) $(scripts_dir)/cfg_path.sh lynx_doc  $(helpdir) | \
15
 	sed	-e '/^HELPFILE:file/s!$$!$(COMPRESS_EXT)!' \
16
 		-e '/^HELPFILE:file/s!$(COMPRESS_EXT)$(COMPRESS_EXT)$$!$(COMPRESS_EXT)!' \
17
-		>$(SYSCONFDIR)/lynx.cfg
18
-	chmod 644 $(SYSCONFDIR)/lynx.cfg
19
+		>$(SYSCONFDIR)/lynx.cfg.sample
20
+	chmod 644 $(SYSCONFDIR)/lynx.cfg.sample
21
 	-rm -f $(SYSCONFDIR)/lynx.tmp
22
+	-[ ! -f $(SYSCONFDIR)/lynx.cfg ] && $(INSTALL_DATA) $(SYSCONFDIR)/lynx.cfg.sample $(SYSCONFDIR)/lynx.cfg
23
+	-[ ! -f $(SYSCONFDIR)/lynx.lss ] && $(INSTALL_DATA) $(SYSCONFDIR)/lynx.lss.sample $(SYSCONFDIR)/lynx.lss
24
 
25
 LYHelp.h : help_files.sed $(srcdir)/LYHelp.hin
26
 	@echo Creating $@
27
@@ -420,17 +424,17 @@
28
 	$(SHELL) -c 'SHELL=$(SHELL) $(SHELL) $(scripts_dir)/cfg_defs.sh $(srcdir)'
29
 
30
 install-cfg : $(SYSCONFDIR)
31
-	@$(SHELL) $(scripts_dir)/install-cfg.sh "$(INSTALL_DATA)" $(srcdir)/lynx.cfg $(SYSCONFDIR)/lynx.cfg
32
+	@$(SHELL) $(scripts_dir)/install-cfg.sh "$(INSTALL_DATA)" $(srcdir)/lynx.cfg $(SYSCONFDIR)/lynx.cfg.sample
33
 
34
 install-lss : $(SYSCONFDIR)
35
-	@$(SHELL) $(scripts_dir)/install-lss.sh "$(INSTALL_DATA)" $(srcdir)/samples/lynx.lss $(SYSCONFDIR)/lynx.lss
36
+	@$(SHELL) $(scripts_dir)/install-lss.sh "$(INSTALL_DATA)" $(srcdir)/samples/lynx.lss $(SYSCONFDIR)/lynx.lss.sample
37
 
38
 uninstall ::
39
 @MSG_DIR_MAKE@	cd $(PO_DIR) && $(MAKE_RECUR) uninstall
40
 	-rm -f $(BINDIR)/lynx$x
41
 	-rm -f $(MANDIR)/lynx.1
42
-	-rm -f $(SYSCONFDIR)/lynx.cfg
43
-	-rm -f $(SYSCONFDIR)/lynx.lss
44
+	-rm -f $(SYSCONFDIR)/lynx.cfg.sample
45
+	-rm -f $(SYSCONFDIR)/lynx.lss.sample
46
 
47
 uninstall \
48
 uninstall-help ::
(-)www/lynx/pkg-descr (-1 / +1 lines)
Lines 2-5 Link Here
2
and other information servers.  It uses only ascii representation so
2
and other information servers.  It uses only ascii representation so
3
that it can be used from ascii-terminals and dial-in lines.
3
that it can be used from ascii-terminals and dial-in lines.
4
4
5
WWW: http://lynx.isc.org/current/
5
WWW: http://lynx.isc.org/
(-)www/lynx/pkg-plist (-1 / +23 lines)
Lines 29-37 Link Here
29
%%DOCSDIR%%/docs/OS-390.announce.gz
29
%%DOCSDIR%%/docs/OS-390.announce.gz
30
%%DOCSDIR%%/docs/README.TRST
30
%%DOCSDIR%%/docs/README.TRST
31
%%DOCSDIR%%/docs/README.chartrans
31
%%DOCSDIR%%/docs/README.chartrans
32
%%DOCSDIR%%/docs/README.cookies
32
%%DOCSDIR%%/docs/README.defines
33
%%DOCSDIR%%/docs/README.defines
33
%%DOCSDIR%%/docs/README.jp
34
%%DOCSDIR%%/docs/README.jp
34
%%DOCSDIR%%/docs/README.metrics
35
%%DOCSDIR%%/docs/README.metrics
36
%%DOCSDIR%%/docs/README.options
35
%%DOCSDIR%%/docs/README.rootcerts
37
%%DOCSDIR%%/docs/README.rootcerts
36
%%DOCSDIR%%/docs/README.ssl
38
%%DOCSDIR%%/docs/README.ssl
37
%%DOCSDIR%%/docs/README.sslcerts
39
%%DOCSDIR%%/docs/README.sslcerts
Lines 39-70 Link Here
39
%%DOCSDIR%%/docs/TCPWARE.announce.gz
41
%%DOCSDIR%%/docs/TCPWARE.announce.gz
40
%%DOCSDIR%%/docs/VMSWAIS.announce.gz
42
%%DOCSDIR%%/docs/VMSWAIS.announce.gz
41
%%DOCSDIR%%/docs/djgpp.key
43
%%DOCSDIR%%/docs/djgpp.key
44
%%DOCSDIR%%/docs/index.html
42
%%DOCSDIR%%/docs/pdcurses.key
45
%%DOCSDIR%%/docs/pdcurses.key
43
%%DOCSDIR%%/docs/slang.key
46
%%DOCSDIR%%/docs/slang.key
44
%%DOCSDIR%%/docs/win-386.announce.gz
47
%%DOCSDIR%%/docs/win-386.announce.gz
45
%%DOCSDIR%%/samples/blue-background.lss
48
%%DOCSDIR%%/samples/blue-background.lss
46
%%DOCSDIR%%/samples/bright-blue.lss
49
%%DOCSDIR%%/samples/bright-blue.lss
47
%%DOCSDIR%%/samples/cernrules.txt
50
%%DOCSDIR%%/samples/cernrules.txt
51
%%DOCSDIR%%/samples/home.htm
52
%%DOCSDIR%%/samples/index.html
48
%%DOCSDIR%%/samples/installdirs.html
53
%%DOCSDIR%%/samples/installdirs.html
54
%%DOCSDIR%%/samples/jumps.htm
49
%%DOCSDIR%%/samples/jumpsUnix.html
55
%%DOCSDIR%%/samples/jumpsUnix.html
50
%%DOCSDIR%%/samples/jumpsVMS.html
56
%%DOCSDIR%%/samples/jumpsVMS.html
51
%%DOCSDIR%%/samples/keepviewer
57
%%DOCSDIR%%/samples/keepviewer
52
%%DOCSDIR%%/samples/lynxdump
58
%%DOCSDIR%%/samples/lynxdump
59
%%DOCSDIR%%/samples/lynx-demo.cfg
53
%%DOCSDIR%%/samples/lynx-keymaps
60
%%DOCSDIR%%/samples/lynx-keymaps
61
%%DOCSDIR%%/samples/lynx.bat
62
%%DOCSDIR%%/samples/lynx_bookmarks.htm
54
%%DOCSDIR%%/samples/lynx.com
63
%%DOCSDIR%%/samples/lynx.com
64
%%DOCSDIR%%/samples/lynx.ico
55
%%DOCSDIR%%/samples/lynx.lss
65
%%DOCSDIR%%/samples/lynx.lss
56
%%DOCSDIR%%/samples/mailcap
66
%%DOCSDIR%%/samples/mailcap
57
%%DOCSDIR%%/samples/mailto-form.pl
67
%%DOCSDIR%%/samples/mailto-form.pl
68
%%DOCSDIR%%/samples/midnight.lss
58
%%DOCSDIR%%/samples/mild-colors.lss
69
%%DOCSDIR%%/samples/mild-colors.lss
59
%%DOCSDIR%%/samples/mime.types
70
%%DOCSDIR%%/samples/mime.types
60
%%DOCSDIR%%/samples/oldlynx
71
%%DOCSDIR%%/samples/oldlynx
72
%%DOCSDIR%%/samples/opaque.lss
61
%%DOCSDIR%%/test/ALT88592.html
73
%%DOCSDIR%%/test/ALT88592.html
62
%%DOCSDIR%%/test/ISO_LATIN1_test.html
74
%%DOCSDIR%%/test/ISO_LATIN1_test.html
63
%%DOCSDIR%%/test/README.txt
75
%%DOCSDIR%%/test/README.txt
64
%%DOCSDIR%%/test/TestComment.html
76
%%DOCSDIR%%/test/TestComment.html
77
%%DOCSDIR%%/test/bad-html.html
65
%%DOCSDIR%%/test/c1.html
78
%%DOCSDIR%%/test/c1.html
79
%%DOCSDIR%%/test/cp-1252.html
80
%%DOCSDIR%%/test/cp-1252a.html
81
%%DOCSDIR%%/test/index.html
66
%%DOCSDIR%%/test/iso-8859-1.html
82
%%DOCSDIR%%/test/iso-8859-1.html
83
%%DOCSDIR%%/test/iso-8859-1a.html
67
%%DOCSDIR%%/test/iso-8859-2.html
84
%%DOCSDIR%%/test/iso-8859-2.html
85
%%DOCSDIR%%/test/iso-8859-2a.html
68
%%DOCSDIR%%/test/koi8-r.html
86
%%DOCSDIR%%/test/koi8-r.html
69
%%DOCSDIR%%/test/quickbrown.html
87
%%DOCSDIR%%/test/quickbrown.html
70
%%DOCSDIR%%/test/raw8bit.html
88
%%DOCSDIR%%/test/raw8bit.html
Lines 80-85 Link Here
80
share/lynx_help/COPYING
98
share/lynx_help/COPYING
81
share/lynx_help/Lynx_users_guide.html.gz
99
share/lynx_help/Lynx_users_guide.html.gz
82
share/lynx_help/about_lynx.html.gz
100
share/lynx_help/about_lynx.html.gz
101
share/lynx_help/index.html.gz
83
share/lynx_help/keystrokes/alt_edit_help.html.gz
102
share/lynx_help/keystrokes/alt_edit_help.html.gz
84
share/lynx_help/keystrokes/bashlike_edit_help.html.gz
103
share/lynx_help/keystrokes/bashlike_edit_help.html.gz
85
share/lynx_help/keystrokes/bookmark_help.html.gz
104
share/lynx_help/keystrokes/bookmark_help.html.gz
Lines 90-95 Link Here
90
share/lynx_help/keystrokes/follow_help.html.gz
109
share/lynx_help/keystrokes/follow_help.html.gz
91
share/lynx_help/keystrokes/gopher_types_help.html.gz
110
share/lynx_help/keystrokes/gopher_types_help.html.gz
92
share/lynx_help/keystrokes/history_help.html.gz
111
share/lynx_help/keystrokes/history_help.html.gz
112
share/lynx_help/keystrokes/index.html.gz
93
share/lynx_help/keystrokes/keystroke_help.html.gz
113
share/lynx_help/keystrokes/keystroke_help.html.gz
94
share/lynx_help/keystrokes/movement_help.html.gz
114
share/lynx_help/keystrokes/movement_help.html.gz
95
share/lynx_help/keystrokes/option_help.html.gz
115
share/lynx_help/keystrokes/option_help.html.gz
Lines 110-118 Link Here
110
@dirrm share/lynx_help
130
@dirrm share/lynx_help
111
%%NLS%%share/locale/da/LC_MESSAGES/lynx.mo
131
%%NLS%%share/locale/da/LC_MESSAGES/lynx.mo
112
%%NLS%%share/locale/de/LC_MESSAGES/lynx.mo
132
%%NLS%%share/locale/de/LC_MESSAGES/lynx.mo
133
%%NLS%%share/locale/en/LC_MESSAGES/lynx.mo
113
%%NLS%%share/locale/et/LC_MESSAGES/lynx.mo
134
%%NLS%%share/locale/et/LC_MESSAGES/lynx.mo
135
%%NLS%%share/locale/fi/LC_MESSAGES/lynx.mo
114
%%NLS%%share/locale/fr/LC_MESSAGES/lynx.mo
136
%%NLS%%share/locale/fr/LC_MESSAGES/lynx.mo
115
%%NLS%%share/locale/hu/LC_MESSAGES/lynx.mo
137
%%NLS%%share/locale/hu/LC_MESSAGES/lynx.mo
138
%%NLS%%share/locale/id/LC_MESSAGES/lynx.mo
116
%%NLS%%share/locale/it/LC_MESSAGES/lynx.mo
139
%%NLS%%share/locale/it/LC_MESSAGES/lynx.mo
117
%%NLS%%share/locale/ja/LC_MESSAGES/lynx.mo
140
%%NLS%%share/locale/ja/LC_MESSAGES/lynx.mo
118
%%NLS%%share/locale/nl/LC_MESSAGES/lynx.mo
141
%%NLS%%share/locale/nl/LC_MESSAGES/lynx.mo
Lines 125-131 Link Here
125
%%NLS%%share/locale/cs/LC_MESSAGES/lynx.mo
148
%%NLS%%share/locale/cs/LC_MESSAGES/lynx.mo
126
%%NLS%%share/locale/sl/LC_MESSAGES/lynx.mo
149
%%NLS%%share/locale/sl/LC_MESSAGES/lynx.mo
127
%%NLS%%share/locale/uk/LC_MESSAGES/lynx.mo
150
%%NLS%%share/locale/uk/LC_MESSAGES/lynx.mo
128
%%NLS%%share/locale/rw/LC_MESSAGES/lynx.mo
129
%%NLS%%share/locale/zh_CN/LC_MESSAGES/lynx.mo
151
%%NLS%%share/locale/zh_CN/LC_MESSAGES/lynx.mo
130
%%NLS%%share/locale/zh_TW/LC_MESSAGES/lynx.mo
152
%%NLS%%share/locale/zh_TW/LC_MESSAGES/lynx.mo
131
%%NLS%%@dirrmtry share/locale/rw/LC_MESSAGES
153
%%NLS%%@dirrmtry share/locale/rw/LC_MESSAGES

Return to bug 139339