mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-15 23:50:44 +00:00
95 lines
2.3 KiB
Plaintext
95 lines
2.3 KiB
Plaintext
*** /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
|