From nobody@FreeBSD.org  Thu Oct 10 00:18:13 2013
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTP id CF6EC73E
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 10 Oct 2013 00:18:13 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id BCA9D20C7
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 10 Oct 2013 00:18:13 +0000 (UTC)
Received: from oldred.freebsd.org ([127.0.1.6])
	by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r9A0IC4p028427
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 10 Oct 2013 00:18:12 GMT
	(envelope-from nobody@oldred.freebsd.org)
Received: (from nobody@localhost)
	by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r9A0ICFa028410;
	Thu, 10 Oct 2013 00:18:12 GMT
	(envelope-from nobody)
Message-Id: <201310100018.r9A0ICFa028410@oldred.freebsd.org>
Date: Thu, 10 Oct 2013 00:18:12 GMT
From: Volodymyr Kostyrko <arcade@b1t.name>
To: freebsd-gnats-submit@FreeBSD.org
Subject: sysutils/libsunacl - bad check for NO_PROFILE
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         182864
>Category:       ports
>Synopsis:       sysutils/libsunacl - bad check for NO_PROFILE
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    trasz
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct 10 00:20:00 UTC 2013
>Closed-Date:    Fri Dec 06 18:06:02 UTC 2013
>Last-Modified:  Fri Dec 06 18:06:02 UTC 2013
>Originator:     Volodymyr Kostyrko
>Release:        stable/9
>Organization:
none
>Environment:
FreeBSD limbo.b1t.lan 9.2-STABLE FreeBSD 9.2-STABLE #3 r256079M: Sun Oct  6 11:31:09 EEST 2013     arcade@limbo.b1t.lan:/usr/obj/usr/src/sys/MINIMAL  amd64
>Description:
Currently /etc/src.conf gathers all info about how the world was built if it's really present. Therefore checking in Makefile:21 for NO_PROFILE is pointless:

===>  Staging for libsunacl-1.0
===>   Generating temporary packing list
install -C -o root -g wheel -m 444   libsunacl.a /tmp/ports/usr/ports/sysutils/libsunacl/work/stage/usr/local/lib
install -s -o root -g wheel -m 444     libsunacl.so.1 /tmp/ports/usr/ports/sysutils/libsunacl/work/stage/usr/local/lib
install -l s libsunacl.so.1 /tmp/ports/usr/ports/sysutils/libsunacl/work/stage/usr/local/lib/libsunacl.so
install -C -o root -g wheel -m 444  sunacl.h /tmp/ports/usr/ports/sysutils/libsunacl/work/stage/usr/local/include
====> Compressing man pages
===>  Installing for libsunacl-1.0
===>  Checking if sysutils/libsunacl already installed
===>   Registering installation for libsunacl-1.0 as automatic
pkg-static: lstat(/tmp/ports/usr/ports/sysutils/libsunacl/work/stage/usr/local/lib/libsunacl_p.a): No such file or directory
*** [fake-pkg] Error code 74

Stop in /usr/ports/sysutils/libsunacl.
>How-To-Repeat:

>Fix:


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->trasz 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Thu Oct 10 00:20:07 UTC 2013 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=182864 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/182864: commit references a PR
Date: Sun,  1 Dec 2013 04:55:05 +0000 (UTC)

 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>
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: trasz 
State-Changed-When: Fri Dec 6 18:06:01 UTC 2013 
State-Changed-Why:  
Fixed.  Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=182864 
>Unformatted:
