Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 May 2013 13:47:55 +0000 (UTC)
From:      Niclas Zeising <zeising@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r318968 - head/security/pam_alreadyloggedin
Message-ID:  <201305241347.r4ODlttg034272@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: zeising
Date: Fri May 24 13:47:55 2013
New Revision: 318968
URL: http://svnweb.freebsd.org/changeset/ports/318968

Log:
  Mark as broken on FreeBSD >= 900007, does not build with utmpx.
  
  Submitted by:	xorg exp-run
  Approved by:	portmgr (bapt)

Modified:
  head/security/pam_alreadyloggedin/Makefile

Modified: head/security/pam_alreadyloggedin/Makefile
==============================================================================
--- head/security/pam_alreadyloggedin/Makefile	Fri May 24 13:35:38 2013	(r318967)
+++ head/security/pam_alreadyloggedin/Makefile	Fri May 24 13:47:55 2013	(r318968)
@@ -14,6 +14,12 @@ COMMENT=	PAM module based on whether a u
 
 MANCOMPRESSED=	yes
 
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} => 900007
+BROKEN=		Does not build with utmpx.
+.endif
+
 MAN8=		pam_alreadyloggedin.8
 MAKE_JOBS_SAFE=	yes
 PLIST_FILES=	lib/pam_alreadyloggedin.so lib/pam_alreadyloggedin.so.2
@@ -21,4 +27,4 @@ PLIST_FILES=	lib/pam_alreadyloggedin.so 
 do-configure:
 	${LN} -s ${FILESDIR}/Makefile.inc ${WRKDIR}/
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305241347.r4ODlttg034272>