summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2011-03-17 11:08:44 +0000
committerPav Lucistnik <pav@FreeBSD.org>2011-03-17 11:08:44 +0000
commite13f00eca1f51702adb78801c20a44e6c3c654f5 (patch)
treec11dcd403b15ec2193f9780ff09ea6f79b6d7858 /security
parent- Update MASTER_SITES (diff)
- Mark ports that have been broken for six month or more, or never compiled on
7.X and up, for removal in one month
Notes
Notes: svn path=/head/; revision=271083
Diffstat (limited to 'security')
-rw-r--r--security/f-protd/Makefile2
-rw-r--r--security/newpki-lib/Makefile15
-rw-r--r--security/newpki-server/Makefile12
-rw-r--r--security/xmlsec/Makefile12
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>