1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-20 08:27:15 +00:00

Attempt to unbreak this ports.

This commit is contained in:
Tilman Keskinoz 2004-02-29 00:33:56 +00:00
parent 6016ddf667
commit 7fb2273057
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=102484
2 changed files with 11 additions and 4 deletions

View File

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

View File

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