summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1994-12-17 03:11:25 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1994-12-17 03:11:25 +0000
commitc90559040eafda801a4e3c15abf33f57c1d182ce (patch)
treec3152c274b6667e5731f678f3cb39ef2ae57427b /www
parentAdd pgps to restricted comment (diff)
Don't touch makefile and use gmake instead
Notes
Notes: svn path=/head/; revision=584
Diffstat (limited to 'www')
-rw-r--r--www/lynx-current/Makefile1
-rw-r--r--www/lynx/Makefile1
-rw-r--r--www/lynx/files/patch-aa27
3 files changed, 6 insertions, 23 deletions
diff --git a/www/lynx-current/Makefile b/www/lynx-current/Makefile
index 7b06f38ebd9a..6ffed41df859 100644
--- a/www/lynx-current/Makefile
+++ b/www/lynx-current/Makefile
@@ -10,5 +10,6 @@ DISTNAME= lynx2-3-6
EXTRACT_SUFX= .tar.Z
MASTER_SITES= ftp://ukanaix.cc.ukans.edu/pub/lynx/lynx2-3-6/
ALL_TARGET= freebsd
+DEPENDS= ${PORTSDIR}/devel/gmake
.include <bsd.port.mk>
diff --git a/www/lynx/Makefile b/www/lynx/Makefile
index 7b06f38ebd9a..6ffed41df859 100644
--- a/www/lynx/Makefile
+++ b/www/lynx/Makefile
@@ -10,5 +10,6 @@ DISTNAME= lynx2-3-6
EXTRACT_SUFX= .tar.Z
MASTER_SITES= ftp://ukanaix.cc.ukans.edu/pub/lynx/lynx2-3-6/
ALL_TARGET= freebsd
+DEPENDS= ${PORTSDIR}/devel/gmake
.include <bsd.port.mk>
diff --git a/www/lynx/files/patch-aa b/www/lynx/files/patch-aa
index 5f5a89a5aece..5ac00dc486ad 100644
--- a/www/lynx/files/patch-aa
+++ b/www/lynx/files/patch-aa
@@ -30,25 +30,6 @@
strerror(errno));
#define ER_NO_TRANS_DONE
#endif
-*** WWW/Library/Implementation/CommonMakefile.orig Sun May 29 06:11:42 1994
---- WWW/Library/Implementation/CommonMakefile Thu Dec 15 06:43:22 1994
-***************
-*** 63,69 ****
- # in which this makefile is, not the pwd. This screws up the
- # recursive invocation
- # include $(CMN)Version.make
-! include $(ABS)$(WWW)/Library/Implementation/Version.make
-
- # XMOsAIC hack is only for server to cope with xmosaic kludge for mmedia
- #
---- 63,69 ----
- # in which this makefile is, not the pwd. This screws up the
- # recursive invocation
- # include $(CMN)Version.make
-! .include "$(ABS)$(WWW)/Library/Implementation/Version.make"
-
- # XMOsAIC hack is only for server to cope with xmosaic kludge for mmedia
- #
*** WWW/Library/Implementation/HTFile.c.orig Sat Dec 3 01:31:21 1994
--- WWW/Library/Implementation/HTFile.c Thu Dec 15 06:43:23 1994
***************
@@ -80,7 +61,7 @@
ASIS_MACH = i386/FreeBSD
-! CFLAGS += -DDEBUG
+! CFLAGS = -O2 -DDEBUG
LFLAGS =
CC = cc
@@ -478,7 +459,7 @@
WTMP = ../..
-! .include "$(WWW)/Library/Implementation/CommonMakefile"
+! include $(WWW)/Library/Implementation/CommonMakefile
*** src/LYMain.c.orig Sat Dec 3 01:31:17 1994
--- src/LYMain.c Thu Dec 15 06:43:24 1994
@@ -576,7 +557,7 @@
*** 149,156 ****
freebsd:
- cd WWW/Library/freebsd; make LYFLAGS="$(SITE_LYDEFS)"
+! cd WWW/Library/freebsd; make LYFLAGS="$(SITE_LYDEFS)"
! cd src; make all CC="cc" MCFLAGS="-O -DUNIX -DNO_KEYPAD -I../$(WWWINC) $(SITE_DEFS)"\
! LIBS="-lcurses -ltermcap $(WAISLIB)" \
WWWLIB="../WWW/Library/freebsd/libwww.a"
@@ -585,7 +566,7 @@
--- 149,158 ----
freebsd:
- cd WWW/Library/freebsd; make LYFLAGS="$(SITE_LYDEFS)"
+! cd WWW/Library/freebsd; gmake LYFLAGS="$(SITE_LYDEFS)"
! cd src; make all MCFLAGS="$(CFLAGS) -DNCURSES -DNO_TTYTYPE \
! -DFANCY_CURSES -DNO_CUSERID -DUNIX -I../$(WWWINC) \
! $(SITE_DEFS)" \