diff options
author | ache <ache@FreeBSD.org> | 1996-02-20 11:54:37 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1996-02-20 11:54:37 +0800 |
commit | 403c52c520e6d5c65ba31c6d83491e0d4f3ec46f (patch) | |
tree | 51c9dbb4db7ec1a5cc04a9d328c02320daa22201 /www/arena | |
parent | 3a15603a2e3c5f446a930a64c176beb34cb48cb2 (diff) | |
download | freebsd-ports-gnome-403c52c520e6d5c65ba31c6d83491e0d4f3ec46f.tar.gz freebsd-ports-gnome-403c52c520e6d5c65ba31c6d83491e0d4f3ec46f.tar.zst freebsd-ports-gnome-403c52c520e6d5c65ba31c6d83491e0d4f3ec46f.zip |
SOURCE port of arena 1e
Diffstat (limited to 'www/arena')
-rw-r--r-- | www/arena/Makefile | 29 | ||||
-rw-r--r-- | www/arena/distinfo | 2 | ||||
-rw-r--r-- | www/arena/files/patch-aa | 94 |
3 files changed, 111 insertions, 14 deletions
diff --git a/www/arena/Makefile b/www/arena/Makefile index 2d6929f519d5..195bb5b948e3 100644 --- a/www/arena/Makefile +++ b/www/arena/Makefile @@ -1,28 +1,31 @@ # New ports collection makefile for: arena -# Version required: 0.97g +# Version required: beta-1e # Date created: Dec 1 1995 # Whom: ache # -# $Id: Makefile,v 1.9 1995/11/27 04:10:27 asami Exp $ +# $Id: Makefile,v 1.1.1.1 1995/12/01 22:05:30 ache Exp $ # -DISTNAME= arena-0.97g +DISTNAME= arena-beta-1e CATEGORIES+= www x11 -MASTER_SITES= ftp://ftp.w3.org/pub/arena/ -DISTFILES= arena-freebsd2.gz -EXTRACT_CMD= gunzip -EXTRACT_BEFORE_ARGS= < -EXTRACT_AFTER_ARGS= > arena -NO_BUILD= yes -NO_CONFIGURE= yes -NO_PATCH= yes +MASTER_SITES= ftp://ftp.w3.org/pub/arena/beta-1/ +DISTFILES= arena-beta-1e-src.tgz +WRKSRC= ${WRKDIR}/WWW +LIB_DEPENDS+= jpeg\\.6\\.:${PORTSDIR}/graphics/jpeg +LIB_DEPENDS+= png\\.0\\.:${PORTSDIR}/graphics/png MAINTAINER= ache@FreeBSD.ORG -NO_WRKSUBDIR= yes +do-build: + cd ${WRKSRC}/Library/freebsd; ${MAKE} + cd ${WRKSRC}; ln -fs ${PREFIX}/include Implementation + cd ${WRKSRC}/Arena/freebsd; \ + ${MAKE} LFLAGS=-L${PREFIX}/lib \ + JPEGDIR=${WRKSRC} PNGDIR=${WRKSRC} ZLIBDIR=${WRKSRC} \ + JPEGLIB=-ljpeg PNGLIB=-lpng ZLIB=-lz do-install: - cd ${WRKDIR}; \ + cd ${WRKSRC}/Arena/freebsd; \ ${INSTALL} -c -m ${BINMODE} -o ${BINOWN} -g ${BINGRP} -s arena ${PREFIX}/bin .include <bsd.port.mk> diff --git a/www/arena/distinfo b/www/arena/distinfo index ce633c55cb74..c4b9e9b44fe3 100644 --- a/www/arena/distinfo +++ b/www/arena/distinfo @@ -1 +1 @@ -MD5 (arena-freebsd2.gz) = 07f01e31afb77dca8385017437acdf8c +MD5 (arena-beta-1e-src.tgz) = ab20e98e8cc390adb79053f84a9bc99b diff --git a/www/arena/files/patch-aa b/www/arena/files/patch-aa new file mode 100644 index 000000000000..fa9b87187a73 --- /dev/null +++ b/www/arena/files/patch-aa @@ -0,0 +1,94 @@ +*** /dev/null Tue Feb 20 04:46:36 1996 +--- Arena/freebsd/Makefile.include Tue Feb 20 03:46:33 1996 +*************** +*** 0 **** +--- 1,24 ---- ++ # Make WWW under unix for linux ++ # ++ ++ # For W3 distribution, machine type for subdirectories ++ WWW_MACH = freebsd ++ ++ CFLAGS += -I${X11BASE}/include ++ ++ # Directory for installed binary: ++ BINDIR = /usr/local/bin ++ ++ #_________________ OK if normal W3 distribution ++ # Where is the WWW source root? ++ WWW = ../.. ++ ++ # Where should temporary (object) files go? ++ WTMP = $(WWW) ++ ++ # Where is the W3 object library? ++ #LIBDIR = $(WWW)/Library/Implementation/$(WWW_MACH) ++ ++ USELIBDIR = ../../Library/$(WWW_MACH) ++ XLIBDIR = ${X11BASE}/lib ++ OTHERLIB = -lm +*** /dev/null Tue Feb 20 04:46:36 1996 +--- Arena/freebsd/Makefile Tue Feb 20 03:01:21 1996 +*************** +*** 0 **** +--- 1,4 ---- ++ # Make WWW product ++ # include ../../All/$(WWW_MACH)/Makefile.include ++ include Makefile.include ++ include ../Implementation/CommonMakefile +*** /dev/null Tue Feb 20 04:46:36 1996 +--- Library/freebsd/Makefile Tue Feb 20 03:11:12 1996 +*************** +*** 0 **** +--- 1,4 ---- ++ # Make WWW product ++ # include ../../All/$(WWW_MACH)/Makefile.include ++ include Makefile.include ++ include ../Implementation/CommonMakefile +*** /dev/null Tue Feb 20 04:46:36 1996 +--- Library/freebsd/Makefile.include Tue Feb 20 03:45:05 1996 +*************** +*** 0 **** +--- 1,24 ---- ++ # Make WWW under FreeBSD ++ # ++ ++ # For W3 distribution, machine type for subdirectories ++ WWW_MACH = freebsd ++ ++ # The ASIS repository's name for the machine we are on ++ ASIS_MACH = freebsd ++ ++ CFLAGS += -DWWWLIB_SIG -DCALL_CLIENT_BUG ++ ++ # Directory for installed binary: ++ BINDIR = /usr/local/bin ++ ++ #_________________ OK if normal W3 distribution ++ # Where is the WWW source root? ++ WWW = ../.. ++ ++ # Where should temporary (object) files go? ++ WTMP = ../.. ++ ++ # Where is the W3 object library? ++ LIBDIR = $(WWW)/Library/Implementation/$(WWW_MACH) ++ +*** Library/Implementation/tcp.h.orig Fri Nov 24 20:19:52 1995 +--- Library/Implementation/tcp.h Tue Feb 20 03:43:55 1996 +*************** +*** 883,888 **** +--- 883,895 ---- + #define NO_MKTIME + #undef HAVE_STRERROR + #endif ++ ++ #ifdef __FreeBSD__ ++ #define NO_TIMEZONE ++ #define HAVE_STRERROR ++ #define NO_GETWD ++ #define HAS_GETCWD ++ #endif + /* + + DIRECTORY READING STUFF - BSD OR SYS V |