diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2003-12-23 05:31:20 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2003-12-23 05:31:20 +0000 |
commit | c64e2643ae417dd59bd8adcf0a9a139cb0f3d46c (patch) | |
tree | eb6cb9d24be4f09b4b75f5b9f6d6390ff60e5d28 /security | |
parent | Fix fetching. Multiple editor windows opened on the same file strike again. (diff) |
Per bento logs, mark as broken on recent 5.x due to compilation problems
with gcc3.3. Notified maintainer.
Notes
Notes:
svn path=/head/; revision=96468
Diffstat (limited to 'security')
-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 " |