diff options
author | marcus <marcus@FreeBSD.org> | 2005-01-14 08:13:57 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2005-01-14 08:13:57 +0000 |
commit | 65b250bf685d1b23bf6c5164cdd10e68ddf00ddf (patch) | |
tree | 6caa4894626fb3d4ecffff1c48b1d1c14ddb1f84 /security/libgnomesu | |
parent | 992bcacb3af84230aae51abad5c01c85057d9af9 (diff) | |
download | FreeBSD-ports-65b250bf685d1b23bf6c5164cdd10e68ddf00ddf.zip FreeBSD-ports-65b250bf685d1b23bf6c5164cdd10e68ddf00ddf.tar.gz |
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.
Diffstat (limited to 'security/libgnomesu')
-rw-r--r-- | security/libgnomesu/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/security/libgnomesu/Makefile b/security/libgnomesu/Makefile index ed672cc..ad8f843 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> |