summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-10-15 04:59:50 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-10-15 04:59:50 +0000
commit7e7c05a5c3d3d2dce237a807fa16d899ce5dec0c (patch)
treec74847167d3173a23cdfc49ce90072a2f023fecd /security
parentBROKEN on 5.x: Does not compile (diff)
BROKEN on 5.x: does not compile
Notes
Notes: svn path=/head/; revision=91281
Diffstat (limited to 'security')
-rw-r--r--security/ccrypt/Makefile8
-rw-r--r--security/op/Makefile8
-rw-r--r--security/pad/Makefile8
3 files changed, 21 insertions, 3 deletions
diff --git a/security/ccrypt/Makefile b/security/ccrypt/Makefile
index e227420f0366..4923c5cf7149 100644
--- a/security/ccrypt/Makefile
+++ b/security/ccrypt/Makefile
@@ -26,6 +26,12 @@ MLINKS= ccrypt.1 ccencrypt.1 \
ccrypt.1 ccdecrypt.1 \
ccrypt.1 ccat.1
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 501000
+BROKEN= "Does not compile"
+.endif
+
post-patch:
@${REINPLACE_CMD} -e 's|gtar|tar|g' ${WRKSRC}/configure
@@ -37,4 +43,4 @@ post-install:
.endfor
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff --git a/security/op/Makefile b/security/op/Makefile
index 829ea1013598..a8d2909924a0 100644
--- a/security/op/Makefile
+++ b/security/op/Makefile
@@ -48,6 +48,12 @@ CONF_FILE= op.access
SAMP_SUFX= .sample
DOC_FILES= README op.paper
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 501000
+BROKEN= "Does not compile"
+.endif
+
# Post-extract
#
@@ -92,4 +98,4 @@ install-doc-files:
.endfor
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff --git a/security/pad/Makefile b/security/pad/Makefile
index cf6f7bc984ff..8330a71933b5 100644
--- a/security/pad/Makefile
+++ b/security/pad/Makefile
@@ -22,6 +22,12 @@ MAN1= pad.1
PLIST= ${WRKDIR}/pkg-plist
USE_OPENSSL= yes
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 501000
+BROKEN= "Does not compile"
+.endif
+
pre-install:
${ECHO_CMD} bin/pad > ${PLIST}
.if !defined(NOPORTDOCS)
@@ -41,4 +47,4 @@ do-install:
.endfor
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>