summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2005-01-14 08:13:57 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2005-01-14 08:13:57 +0000
commitb03bcc8e62cf05f1cd36c9a000a9ce936ed3dc8b (patch)
tree3e1f023061760e4fdf3915b0cebd190c1857d7c8 /security
parentDo not reformat PKGMESSAGE. I added code that should not be flowed. (diff)
With my portmgr hat on, mark this port IGNORE on 4.X as it will corrupt
your PAM configuration, and cause subsequent logins to fail. The maintainer has been notified.
Notes
Notes: svn path=/head/; revision=126409
Diffstat (limited to 'security')
-rw-r--r--security/libgnomesu/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/security/libgnomesu/Makefile b/security/libgnomesu/Makefile
index ed672ccd0dab..ad8f8433cc7c 100644
--- a/security/libgnomesu/Makefile
+++ b/security/libgnomesu/Makefile
@@ -23,6 +23,12 @@ CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
CONFLICTS= gnomesu-*
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+IGNORE= Corrupts PAM configuration
+.endif
+
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
@@ -30,4 +36,4 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/doc/libgnomesu.css ${DOCSDIR}
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>