diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2004-02-29 00:33:56 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2004-02-29 00:33:56 +0000 |
commit | 7fb22730576bf2e371c1800b03682a23bbefac04 (patch) | |
tree | df961fb8889dccc18fde978513ae367cddfa6b14 | |
parent | - Update to 22.40y1.1.21 (diff) |
Attempt to unbreak this ports.
Notes
Notes:
svn path=/head/; revision=102484
-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 0e228cd48be9..ae0da05abf91 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 000000000000..9aa2c5cd2dca --- /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) |