mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
Per bento logs, mark as broken on recent 5.x due to compilation problems
with gcc3.3. Notified maintainer.
This commit is contained in:
parent
43fc6a2924
commit
c64e2643ae
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=96468
@ -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 "
|
||||
|
Loading…
Reference in New Issue
Block a user