Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Mar 2013 01:00:00 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/176825: commit references a PR
Message-ID:  <201303110100.r2B100Lk072196@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/176825; it has been noted by GNATS.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/176825: commit references a PR
Date: Mon, 11 Mar 2013 00:51:47 +0000 (UTC)

 Author: bdrewery
 Date: Mon Mar 11 00:51:39 2013
 New Revision: 313850
 URL: http://svnweb.freebsd.org/changeset/ports/313850
 
 Log:
   - Fix bsd.pbi.mk being processed twice when including both
     bsd.port.pre.mk and bsd.port.mk. This was causing duplicate
     target warnings.
   
   PR:		ports/176825
   Reported by:	crees@
   Approved by:	portmgr (miwi)
 
 Modified:
   head/Mk/bsd.pbi.mk
 
 Modified: head/Mk/bsd.pbi.mk
 ==============================================================================
 --- head/Mk/bsd.pbi.mk	Sun Mar 10 23:20:00 2013	(r313849)
 +++ head/Mk/bsd.pbi.mk	Mon Mar 11 00:51:39 2013	(r313850)
 @@ -2,6 +2,9 @@
  #
  # Creates a PBI file from a port with just 'make pbi'
  #
 +.if !defined(_INCLUDE_PBI_MK)
 +
 +_INCLUDE_PBI_MK=	yes
  PBI_MAINTAINER=		kmoore@FreeBSD.org
  
  _PBIMAKEPORT=	pbi_makeport
 @@ -49,3 +52,5 @@ pbi-generate: check-pbimanager
  clean-pbi:
  	@${ECHO_MSG} "===> Cleaning PBI for ${PORTNAME}"
  	@${RM} -rf ${_PBIDIR}
 +
 +.endif
 _______________________________________________
 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"
 



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