diff options
author | pav <pav@FreeBSD.org> | 2011-03-17 19:08:44 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2011-03-17 19:08:44 +0800 |
commit | 8f24a15726dba3bbbd584e92f3d81b4bd0190d9a (patch) | |
tree | 30e57ad4f97668320f2f386f99980504ff4d1f78 /security | |
parent | 01b1e104baba5395a22dea3b13bcdf24730d3440 (diff) | |
download | freebsd-ports-gnome-8f24a15726dba3bbbd584e92f3d81b4bd0190d9a.tar.gz freebsd-ports-gnome-8f24a15726dba3bbbd584e92f3d81b4bd0190d9a.tar.zst freebsd-ports-gnome-8f24a15726dba3bbbd584e92f3d81b4bd0190d9a.zip |
- Mark ports that have been broken for six month or more, or never compiled on
7.X and up, for removal in one month
Diffstat (limited to 'security')
-rw-r--r-- | security/f-protd/Makefile | 2 | ||||
-rw-r--r-- | security/newpki-lib/Makefile | 15 | ||||
-rw-r--r-- | security/newpki-server/Makefile | 12 | ||||
-rw-r--r-- | security/xmlsec/Makefile | 12 |
4 files changed, 18 insertions, 23 deletions
diff --git a/security/f-protd/Makefile b/security/f-protd/Makefile index aeea88e0d529..0bfb25786e7f 100644 --- a/security/f-protd/Makefile +++ b/security/f-protd/Makefile @@ -20,6 +20,8 @@ RUN_DEPENDS= ${LOCALBASE}/f-prot/f-prot:${PORTSDIR}/security/f-prot \ RESTRICTED= Restrictive 60 day evaluation license BROKEN= does not build +DEPRECATED= has been broken for over a year +EXPIRATION_DATE=2011-04-17 WRKSRC= ${WRKDIR}/f-prot NO_BUILD= yes diff --git a/security/newpki-lib/Makefile b/security/newpki-lib/Makefile index e19ded294193..6206f6ea83b3 100644 --- a/security/newpki-lib/Makefile +++ b/security/newpki-lib/Makefile @@ -14,12 +14,17 @@ MASTER_SITES= SF/newpki/${PORTNAME}/2.0.0-beta4 MAINTAINER= ports@FreeBSD.org COMMENT= C++ PKI libraries from newpki project +BROKEN= does not compile with OpenSSL 0.9.8b +DEPRECATED= does not compile on FreeBSD 7.x or newer +EXPIRATION_DATE=2011-04-17 + WRKSRC= ${WRKDIR}/${PORTNAME}-2.0.0 USE_OPENSSL= yes USE_GMAKE= yes USE_LDCONFIG= yes +GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_ARGS+= --includedir=${PREFIX}/include/newpki @@ -33,18 +38,10 @@ PLIST_SUB+= NLS="" CONFIGURE_ARGS+= --with-libintl-prefix=${LOCALBASE} .endif -GNU_CONFIGURE= yes - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 700019 -BROKEN= does not compile with OpenSSL 0.9.8b -.endif - pre-patch: @${FIND} ${WRKSRC} -name '*.cpp' -or -name '*.h' | ${XARGS} ${REINPLACE_CMD} -e 's|
||g' post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/security/newpki-server/Makefile b/security/newpki-server/Makefile index 73c5e6b7be8c..37d49151de52 100644 --- a/security/newpki-server/Makefile +++ b/security/newpki-server/Makefile @@ -16,6 +16,10 @@ COMMENT= C++ PKI server from newpki project LIB_DEPENDS= newpki.2:${PORTSDIR}/security/newpki-lib +BROKEN= does not compile with OpenSSL 0.9.8b +DEPRECATED= does not compile on FreeBSD 7.x or newer +EXPIRATION_DATE=2011-04-17 + WRKSRC= ${WRKDIR}/${PORTNAME}-2.0.0 GNU_CONFIGURE= yes @@ -44,12 +48,6 @@ PLIST_SUB+= NLS="" CONFIGURE_ARGS+= --with-libintl-prefix=${LOCALBASE} .endif -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 700019 -BROKEN= does not compile with OpenSSL 0.9.8b -.endif - post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure \ ${WRKSRC}/publication/ldap/configure @@ -58,4 +56,4 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/conf/config.conf ${PREFIX}/etc/newpki.conf.sample ${INSTALL_MAN} ${WRKSRC}/docs/newpki-server.1.gz ${MAN1PREFIX}/man/man1 -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/security/xmlsec/Makefile b/security/xmlsec/Makefile index 26b066189cbb..89aa603a6e4d 100644 --- a/security/xmlsec/Makefile +++ b/security/xmlsec/Makefile @@ -21,6 +21,10 @@ COMMENT= XML Security Library RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkg-config BUILD_DEPENDS= ${RUN_DEPENDS} +BROKEN= Does not compile on FreeBSD 7.X or newer +DEPRECATED= does not compile on FreeBSD 7.x or newer +EXPIRATION_DATE=2011-04-17 + USE_OPENSSL= yes USE_GNOME= gnomehack libxslt GNU_CONFIGURE= yes @@ -28,12 +32,6 @@ USE_LDCONFIG= yes MAN1= xmlsec.1 xmlsec-config.1 -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 700019 -BROKEN= Does not compile on FreeBSD >= 7.0 -.endif - post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} @@ -41,4 +39,4 @@ post-install: @${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${DOCSDIR} .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |