Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Dec 2013 04:54:57 +0000 (UTC)
From:      Edward Tomasz Napierala <trasz@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r335364 - head/sysutils/libsunacl
Message-ID:  <201312010454.rB14svCA075298@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: trasz
Date: Sun Dec  1 04:54:57 2013
New Revision: 335364
URL: http://svnweb.freebsd.org/changeset/ports/335364

Log:
  Fix build failure caused by defining NO_PROFILE in src.conf.
  
  Discussed with:	se
  PR:		ports/182864, ports/184094
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/sysutils/libsunacl/Makefile

Modified: head/sysutils/libsunacl/Makefile
==============================================================================
--- head/sysutils/libsunacl/Makefile	Sun Dec  1 03:48:54 2013	(r335363)
+++ head/sysutils/libsunacl/Makefile	Sun Dec  1 04:54:57 2013	(r335364)
@@ -11,6 +11,7 @@ COMMENT=	Wrapper providing SunOS NFSv4 A
 
 USE_LDCONFIG=	yes
 PLIST_FILES=	include/sunacl.h lib/libsunacl.a lib/libsunacl.so.1 lib/libsunacl.so
+MAKE_ENV=	NO_PROFILE=yes
 
 .include <bsd.port.pre.mk>
 
@@ -18,8 +19,4 @@ PLIST_FILES=	include/sunacl.h lib/libsun
 IGNORE=		no NFSv4 ACL support before FreeBSD 8.0
 .endif
 
-.if !defined(NO_PROFILE)
-PLIST_FILES+=	lib/libsunacl_p.a
-.endif
-
 .include <bsd.port.post.mk>



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