Index: head/net/proxy-suite/Makefile =================================================================== --- head/net/proxy-suite/Makefile (revision 457293) +++ head/net/proxy-suite/Makefile (revision 457294) @@ -1,61 +1,62 @@ # Created by: Thomas Quinot # $FreeBSD$ PORTNAME= proxy-suite PORTVERSION= 1.9.2.4 PORTREVISION= 3 CATEGORIES= net MASTER_SITES= ftp://ftp.suse.com/pub/projects/proxy-suite/src/ MAINTAINER= thomas@FreeBSD.org COMMENT= The SuSE Proxy-Suite, a set of programs to enhance firewall security LICENSE= GPLv2 -USE_AUTOTOOLS= autoconf +GNU_CONFIGURE= yes USES= gmake tar:bzip2 # # basic configure args # CPPFLAGS+= -I${LOCALBASE}/include -CONFIGURE_ARGS= --prefix=${PREFIX} --with-libwrap=/usr/lib --with-regex \ +CONFIGURE_ARGS= --with-libwrap=/usr/lib --with-regex \ --localstatedir=/var/run \ --enable-warnings --enable-so-linger \ --disable-proc-mods # # OPTIONAL: RFC1579 support -- not complete yet. # .if defined(WITH_RFC1579) CONFIGURE_ARGS+= --enable-rfc1579 .endif # # OPTIONAL: include ldap-support # .if defined(WITH_LDAP) USE_OPENLDAP= yes CONFIGURE_ARGS+= --with-libldap=${LOCALBASE}/lib .else CONFIGURE_ARGS+= --without-libldap .endif # # OPTIONAL: re-build the sgml documentation (postscript, html) # unfortunatenly this docu it is not up to date :-(( # reading of the manual pages and HOWTO's makes more sense... # .if !defined(WITH_SGMLDOC) ALL_TARGET= -C ftp-proxy .endif MAKE_ARGS= INST_ROOT=${STAGEDIR} CONF_DST=ftp-proxy.conf.sample SUB_FILES= pkg-message -.include +post-patch: + @${REINPLACE_CMD} 's,net/pfvar.h,,' ${WRKSRC}/configure pre-install: - @${STRIP_CMD} ${WRKSRC}/ftp-proxy/ftp-proxy + ${STRIP_CMD} ${WRKSRC}/ftp-proxy/ftp-proxy -.include +.include Index: head/net/proxy-suite/files/patch-configure.in =================================================================== --- head/net/proxy-suite/files/patch-configure.in (revision 457293) +++ head/net/proxy-suite/files/patch-configure.in (nonexistent) @@ -1,11 +0,0 @@ ---- configure.in Tue Mar 30 12:31:31 2004 -+++ configure.in Mon Dec 20 17:35:02 2004 -@@ -204,7 +204,7 @@ - AC_CHECK_HEADERS(sys/filio.h sys/param.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) - Property changes on: head/net/proxy-suite/files/patch-configure.in ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/net/proxy-suite/files/patch-config.h.in =================================================================== --- head/net/proxy-suite/files/patch-config.h.in (revision 457293) +++ head/net/proxy-suite/files/patch-config.h.in (nonexistent) @@ -1,12 +0,0 @@ ---- config.h.in.dist Mon Dec 20 17:44:59 2004 -+++ config.h.in Mon Dec 20 17:44:36 2004 -@@ -157,6 +157,9 @@ - /* Define to 1 if you have the header file. */ - #undef HAVE_SYSLOG_H - -+/* Define to 1 if you have the header file. */ -+#undef HAVE_SYS_PARAM_H -+ - /* Define to 1 if you have the header file. */ - #undef HAVE_SYS_CONF_H - Property changes on: head/net/proxy-suite/files/patch-config.h.in ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property