aboutsummaryrefslogtreecommitdiff
path: root/net/proxy-suite
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-03-23 08:56:57 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-03-23 08:56:57 +0000
commit9e3a7f5bf82db0cabff5d50280478820699e0d9a (patch)
tree34d73bb2f86e07f8ac669ff64cecf8d23e79ab1f /net/proxy-suite
parent96b9b05411d41973fc133f46d73ae6a5cf1779eb (diff)
downloadports-9e3a7f5bf82db0cabff5d50280478820699e0d9a.tar.gz
ports-9e3a7f5bf82db0cabff5d50280478820699e0d9a.zip
- Fix build on 5-x
- Pet portlint PR: ports/64424 Submitted by: hrs
Notes
Notes: svn path=/head/; revision=105022
Diffstat (limited to 'net/proxy-suite')
-rw-r--r--net/proxy-suite/Makefile8
-rw-r--r--net/proxy-suite/files/patch-configure.in11
-rw-r--r--net/proxy-suite/pkg-message1
3 files changed, 13 insertions, 7 deletions
diff --git a/net/proxy-suite/Makefile b/net/proxy-suite/Makefile
index d008192b845d..ac418399a372 100644
--- a/net/proxy-suite/Makefile
+++ b/net/proxy-suite/Makefile
@@ -16,7 +16,7 @@ MASTER_SITES= ftp://ftp.suse.com/pub/projects/proxy-suite/src/ \
MAINTAINER= thomas@cuivre.fr.eu.org
COMMENT= The SuSE Proxy-Suite, a set of programs to enhance firewall security
-USE_AUTOCONF_VER= 253
+USE_AUTOCONF_VER= 253
USE_GMAKE= yes
#
@@ -31,7 +31,7 @@ CONFIGURE_ARGS= --prefix=${PREFIX} --with-libwrap=/usr/lib --with-regex \
# OPTIONAL: RFC1579 support -- not complete yet.
#
.if defined(WITH_RFC1579)
-CONFIGURE_ARGS+= --enable-rfc1579
+CONFIGURE_ARGS+= --enable-rfc1579
.endif
#
@@ -58,10 +58,6 @@ MAN5= ftp-proxy.conf.5
.include <bsd.port.pre.mk>
-.if ${OSVERSION} >= 502105
-BROKEN= "Does not compile on FreeBSD >= 5.x"
-.endif
-
pre-install:
@${STRIP_CMD} ${WRKSRC}/ftp-proxy/ftp-proxy
diff --git a/net/proxy-suite/files/patch-configure.in b/net/proxy-suite/files/patch-configure.in
new file mode 100644
index 000000000000..5769c369c0db
--- /dev/null
+++ b/net/proxy-suite/files/patch-configure.in
@@ -0,0 +1,11 @@
+--- configure.in.orig Fri Mar 19 00:41:20 2004
++++ configure.in Fri Mar 19 00:41:36 2004
+@@ -204,7 +204,7 @@
+ AC_CHECK_HEADERS(sys/filio.h sys/conf.h paths.h stropts.h)
+ AC_CHECK_HEADERS(sys/sockio.h)
+
+-AC_CHECK_HEADERS(net/if.h net/pfvar.h netinet/in_systm.h)
++AC_CHECK_HEADERS(net/if.h netinet/in_systm.h)
+ AC_CHECK_HEADERS(netinet/ip.h netinet/ip_fil.h netinet/ip_nat.h)
+ AC_CHECK_HEADERS(netinet/ip_compat.h netinet/ip_fil_compat.h)
+
diff --git a/net/proxy-suite/pkg-message b/net/proxy-suite/pkg-message
index cfefac664c6e..72438abdb567 100644
--- a/net/proxy-suite/pkg-message
+++ b/net/proxy-suite/pkg-message
@@ -4,4 +4,3 @@ This port provides a configuration file at
PREFIX/etc/proxy-suite/ftp-proxy.conf
Edit to fit your needs.
-