summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1997-01-28 02:57:34 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1997-01-28 02:57:34 +0000
commita0715eb6adb784da558cfa91f4cdb07ce3b60d71 (patch)
tree66c84bc8b82d1d3bc0cc60fa710aa48a51f32777 /www
parentUpgrade to 4.01 (diff)
Upgrade
Notes
Notes: svn path=/head/; revision=5452
Diffstat (limited to 'www')
-rw-r--r--www/lynx-current/distinfo2
-rw-r--r--www/lynx/distinfo2
-rw-r--r--www/lynx/files/patch-aa55
3 files changed, 27 insertions, 32 deletions
diff --git a/www/lynx-current/distinfo b/www/lynx-current/distinfo
index a02b798c6125..b004ce47a95f 100644
--- a/www/lynx-current/distinfo
+++ b/www/lynx-current/distinfo
@@ -1 +1 @@
-MD5 (lynx2-6fm.zip) = a72eb9326e7b26f8bb97a36798e6e2b8
+MD5 (lynx2-6fm.zip) = 4e8dfa499768cc409278fa3df648b36b
diff --git a/www/lynx/distinfo b/www/lynx/distinfo
index a02b798c6125..b004ce47a95f 100644
--- a/www/lynx/distinfo
+++ b/www/lynx/distinfo
@@ -1 +1 @@
-MD5 (lynx2-6fm.zip) = a72eb9326e7b26f8bb97a36798e6e2b8
+MD5 (lynx2-6fm.zip) = 4e8dfa499768cc409278fa3df648b36b
diff --git a/www/lynx/files/patch-aa b/www/lynx/files/patch-aa
index 3d88e4bc8db3..a56d3b1d9692 100644
--- a/www/lynx/files/patch-aa
+++ b/www/lynx/files/patch-aa
@@ -1,7 +1,7 @@
-*** Makefile.orig Thu Jul 18 18:18:08 1996
---- Makefile Sun Jul 21 08:36:58 1996
+*** Makefile.orig Sat Jan 25 07:43:10 1997
+--- Makefile Mon Jan 27 23:17:17 1997
***************
-*** 11,28 ****
+*** 14,31 ****
##change the next line if you want lynx installed somewhere
##besides /usr/local/bin
@@ -20,7 +20,7 @@
##set the relative location of the WWW library Implementation directory,
##from this directory
---- 11,28 ----
+--- 14,31 ----
##change the next line if you want lynx installed somewhere
##besides /usr/local/bin
@@ -40,41 +40,36 @@
##set the relative location of the WWW library Implementation directory,
##from this directory
***************
-*** 394,401 ****
+*** 268,274 ****
+ SITE_LYDEFS = $(DIR_LYDEFS) # Your defines here
+
+ # Set SITE_DEFS to one or more of the defines for lynx below:
+! SITE_DEFS = $(DIR_DEFS) # Your defines here
+
+ # if you are compiling on a previously unsupported system, modify
+ # this generic entry!!
+--- 268,274 ----
+ SITE_LYDEFS = $(DIR_LYDEFS) # Your defines here
+
+ # Set SITE_DEFS to one or more of the defines for lynx below:
+! SITE_DEFS = $(DIR_DEFS) -DLYNX_CFG_FILE='\"${PREFIX}/etc/lynx.cfg\"'
+
+ # if you are compiling on a previously unsupported system, modify
+ # this generic entry!!
+***************
+*** 406,412 ****
# FreeBSD doesn't have or need ranlib. (ignore the error message about that :)
freebsd-ncurses:
cd WWW/Library/freebsd; $(MAKE) LYFLAGS="$(SITE_LYDEFS)"
! cd src; $(MAKE) all MCFLAGS="$(CFLAGS) -DFANCY_CURSES -DNCURSES -DUNIX \
-! -DNO_TTYTYPE -DNO_CUSERID -DLOCALE \
+ -DNO_TTYTYPE -DNO_CUSERID -DLOCALE \
-I../$(WWWINC) $(SITE_DEFS)" \
LIBS="-lncurses -lmytinfo \
- $(WAISLIB) $(SOCKSLIB) $(SITE_LIBS)" \
---- 394,401 ----
+--- 406,412 ----
# FreeBSD doesn't have or need ranlib. (ignore the error message about that :)
freebsd-ncurses:
cd WWW/Library/freebsd; $(MAKE) LYFLAGS="$(SITE_LYDEFS)"
! cd src; $(MAKE) all MCFLAGS="$(CFLAGS) -DFANCY_CURSES -DNCURSES -DNCURSESHEADER -DUNIX \
-! -DLYNX_CFG_FILE='\"${PREFIX}/etc/lynx.cfg\"' -DNO_TTYTYPE -DNO_CUSERID -DLOCALE \
+ -DNO_TTYTYPE -DNO_CUSERID -DLOCALE \
-I../$(WWWINC) $(SITE_DEFS)" \
LIBS="-lncurses -lmytinfo \
- $(WAISLIB) $(SOCKSLIB) $(SITE_LIBS)" \
-***************
-*** 902,908 ****
-
- install:
- -mv -f $(exec)/lynx $(exec)/lynx.old
-- -mv -f $(cfg)/lynx.cfg $(cfg)/lynx.oldcfg
- $(installbin) lynx $(exec)/lynx
- $(installdoc) lynx.man $(doc)/lynx.1
-! $(installdoc) lynx.cfg $(cfg)/lynx.cfg
---- 902,911 ----
-
- install:
- -mv -f $(exec)/lynx $(exec)/lynx.old
- $(installbin) lynx $(exec)/lynx
- $(installdoc) lynx.man $(doc)/lynx.1
-! if [ -f $(cfg)/lynx.cfg ] ; then \
-! $(installdoc) lynx.cfg $(cfg)/lynx.cfg-dist; \
-! else \
-! $(installdoc) lynx.cfg $(cfg)/lynx.cfg; \
-! fi