diff options
author | linimon <linimon@FreeBSD.org> | 2003-12-23 13:31:20 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2003-12-23 13:31:20 +0800 |
commit | 28ff31da729a103ca33434683b68e94f17822904 (patch) | |
tree | 6be24fd52db1b1e29019b5fe19e13f99c6c833f4 | |
parent | a853e0136f168964cbfab6dc02b5337148734357 (diff) | |
download | freebsd-ports-gnome-28ff31da729a103ca33434683b68e94f17822904.tar.gz freebsd-ports-gnome-28ff31da729a103ca33434683b68e94f17822904.tar.zst freebsd-ports-gnome-28ff31da729a103ca33434683b68e94f17822904.zip |
Per bento logs, mark as broken on recent 5.x due to compilation problems
with gcc3.3. Notified maintainer.
-rw-r--r-- | security/pam_alreadyloggedin/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/security/pam_alreadyloggedin/Makefile b/security/pam_alreadyloggedin/Makefile index 5422c1af2e0a..71817369e7f0 100644 --- a/security/pam_alreadyloggedin/Makefile +++ b/security/pam_alreadyloggedin/Makefile @@ -12,6 +12,9 @@ MASTER_SITES= ${MASTER_SITE_LOCAL} \ http://green.bikeshed.org/~green/ MASTER_SITE_SUBDIR= green +MAINTAINER= green@FreeBSD.org +COMMENT= PAM module based on whether a user is already logged in + MANCOMPRESSED= yes .include <bsd.port.pre.mk> @@ -19,8 +22,10 @@ MANCOMPRESSED= yes .if ${OSVERSION} < 500000 BROKEN= "only works on systems with OpenPAM (5.0-CURRENT)" .endif -MAINTAINER= green@FreeBSD.org -COMMENT= PAM module based on whether a user is already logged in + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile on FreeBSD ${OSVERSION}" +.endif .if defined(NOPROFILE) PLIST_SUB+= PROFILE="@comment " |