ports/175076: commit references a PR

dfilter service dfilter at FreeBSD.ORG
Mon Jan 7 13:20:01 UTC 2013


The following reply was made to PR ports/175076; it has been noted by GNATS.

From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at FreeBSD.org
Cc:  
Subject: Re: ports/175076: commit references a PR
Date: Mon,  7 Jan 2013 13:14:53 +0000 (UTC)

 Author: kwm
 Date: Mon Jan  7 13:14:45 2013
 New Revision: 310043
 URL: http://svnweb.freebsd.org/changeset/ports/310043
 
 Log:
   Fix run_depend to actualy include apps
   
   PR:		ports/175076
   Submitted by:	Harry Matthiesen Jensen <hmj at elgert.dk>
 
 Modified:
   head/x11/xorg-apps/Makefile
 
 Modified: head/x11/xorg-apps/Makefile
 ==============================================================================
 --- head/x11/xorg-apps/Makefile	Mon Jan  7 12:33:59 2013	(r310042)
 +++ head/x11/xorg-apps/Makefile	Mon Jan  7 13:14:45 2013	(r310043)
 @@ -38,7 +38,7 @@ ${comp:C/:.*//:C/.*\///:U}_DESC=	Install
  .include <bsd.port.options.mk>
  
  .for comp in ${COMPONENTS}
 -. if ! ${PORT_OPTIONS:M${comp:C/:.*//:C/.*\///:U}}
 +. if ${PORT_OPTIONS:M${comp:C/:.*//:C/.*\///:U}}
  .  if ${comp:M:}==""
  port=${comp}
  check=${comp:C/.*\///} # doesn't work
 _______________________________________________
 svn-ports-all at freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe at freebsd.org"
 


More information about the freebsd-x11 mailing list