diff options
author | marcus <marcus@FreeBSD.org> | 2005-01-14 16:13:57 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2005-01-14 16:13:57 +0800 |
commit | 65b250bf685d1b23bf6c5164cdd10e68ddf00ddf (patch) | |
tree | 6caa4894626fb3d4ecffff1c48b1d1c14ddb1f84 /security/libgnomesu | |
parent | 992bcacb3af84230aae51abad5c01c85057d9af9 (diff) | |
download | freebsd-ports-gnome-65b250bf685d1b23bf6c5164cdd10e68ddf00ddf.tar.gz freebsd-ports-gnome-65b250bf685d1b23bf6c5164cdd10e68ddf00ddf.tar.zst freebsd-ports-gnome-65b250bf685d1b23bf6c5164cdd10e68ddf00ddf.zip |
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 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> |