svn commit: r323457 - head/net/tac_plus4

Joe Marcus Clarke marcus at FreeBSD.org
Mon Jul 22 14:47:29 UTC 2013


Author: marcus
Date: Mon Jul 22 14:47:28 2013
New Revision: 323457
URL: http://svnweb.freebsd.org/changeset/ports/323457

Log:
  Mark MAKE_JOBS_UNSAFE on amd64.
  
  Reported by:	ohauer

Modified:
  head/net/tac_plus4/Makefile

Modified: head/net/tac_plus4/Makefile
==============================================================================
--- head/net/tac_plus4/Makefile	Mon Jul 22 14:38:30 2013	(r323456)
+++ head/net/tac_plus4/Makefile	Mon Jul 22 14:47:28 2013	(r323457)
@@ -23,6 +23,12 @@ MAN8=		tac_plus.8 tac_pwd.8
 
 CONFLICTS=	ru-tac+ia-[0-9]* tac_plus-libradius-[0-9]*
 
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "amd64"
+MAKE_JOBS_UNSAFE=	yes
+.endif
+
 # check expiration dates against 'expire' field of master.passwd file
 .if defined(TAC_EXPIRE_MASTER_PASSWD)
 EXTRA_PATCHES+=	${PATCHDIR}/extra-patch-bb
@@ -54,4 +60,4 @@ post-install:
 	${INSTALL_SCRIPT} ${WRKSRC}/tac_convert ${PREFIX}/share/doc/tac_plus
 .endif
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>


More information about the svn-ports-all mailing list