Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Jan 2013 13:20:00 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        freebsd-x11@FreeBSD.org
Subject:   Re: ports/175076: commit references a PR
Message-ID:  <201301071320.r07DK0SI015248@freefall.freebsd.org>

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@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@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@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?201301071320.r07DK0SI015248>