diff options
author | arved <arved@FreeBSD.org> | 2004-02-29 08:33:56 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2004-02-29 08:33:56 +0800 |
commit | aec519230626afdd88de0cafb3348ac37a666b5f (patch) | |
tree | 4916dc35635c70643e438cce377672e0cfed7915 /net/freewais-sf | |
parent | 3b1650786c9b4835471ed05dabe53b538225a2e6 (diff) | |
download | freebsd-ports-graphics-aec519230626afdd88de0cafb3348ac37a666b5f.tar.gz freebsd-ports-graphics-aec519230626afdd88de0cafb3348ac37a666b5f.tar.zst freebsd-ports-graphics-aec519230626afdd88de0cafb3348ac37a666b5f.zip |
Attempt to unbreak this ports.
Diffstat (limited to 'net/freewais-sf')
-rw-r--r-- | net/freewais-sf/Makefile | 5 | ||||
-rw-r--r-- | net/freewais-sf/files/patch-udping.c | 10 |
2 files changed, 11 insertions, 4 deletions
diff --git a/net/freewais-sf/Makefile b/net/freewais-sf/Makefile index 0e228cd48be..ae0da05abf9 100644 --- a/net/freewais-sf/Makefile +++ b/net/freewais-sf/Makefile @@ -18,6 +18,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= An enhanced Wide Area Information Server HAS_CONFIGURE= yes +USE_PERL5_BUILD=yes CONFIGURE_SCRIPT= Configure CONFIGURE_ENV= PREFIX="${PREFIX}" CC="${CC}" CFLAGS="${CFLAGS}" CONFIGURE_ARGS= -sde -Dprefix="${PREFIX}" \ @@ -31,10 +32,6 @@ MAN3= ftw.3 regexp.3 scandir.3 .include <bsd.port.pre.mk> -.if ${ARCH} != "i386" || ${OSVERSION} >= 502102 -BROKEN= "Does not compile" -.endif - post-extract: ${CP} ${FILESDIR}/freebsd.sh ${WRKSRC}/hints diff --git a/net/freewais-sf/files/patch-udping.c b/net/freewais-sf/files/patch-udping.c new file mode 100644 index 00000000000..9aa2c5cd2dc --- /dev/null +++ b/net/freewais-sf/files/patch-udping.c @@ -0,0 +1,10 @@ +--- lib/ir/udping.c.orig Sun Feb 29 01:27:48 2004 ++++ lib/ir/udping.c Sun Feb 29 01:28:00 2004 +@@ -36,7 +36,6 @@ + + extern uid_t getuid(); + extern int socket(); +-extern int sendto(); + extern int close(); + + static int iamhere(progname) |