SOURCE port of arena 1e

This commit is contained in:
Andrey A. Chernov 1996-02-20 03:54:37 +00:00
parent 9f5eac0959
commit 66806bf1d1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=2728
3 changed files with 111 additions and 14 deletions

View File

@ -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>

View File

@ -1 +1 @@
MD5 (arena-freebsd2.gz) = 07f01e31afb77dca8385017437acdf8c
MD5 (arena-beta-1e-src.tgz) = ab20e98e8cc390adb79053f84a9bc99b

94
www/arena/files/patch-aa Normal file
View File

@ -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