ports/170483: commit references a PR

dfilter service dfilter at FreeBSD.ORG
Sat Sep 8 10:20:07 UTC 2012


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

From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at FreeBSD.org
Cc:  
Subject: Re: ports/170483: commit references a PR
Date: Sat,  8 Sep 2012 10:17:06 +0000 (UTC)

 Author: kwm
 Date: Sat Sep  8 10:16:52 2012
 New Revision: 303888
 URL: http://svn.freebsd.org/changeset/ports/303888
 
 Log:
   Convert automatic dependancy to OPTION
   
   PR:		ports/170483
   Submitted by:	"A.J. Kehoe IV (Nanoman)" <9ya139x4 at nanoman.ca>
 
 Modified:
   head/multimedia/gstreamer/Makefile
 
 Modified: head/multimedia/gstreamer/Makefile
 ==============================================================================
 --- head/multimedia/gstreamer/Makefile	Sat Sep  8 10:10:19 2012	(r303887)
 +++ head/multimedia/gstreamer/Makefile	Sat Sep  8 10:16:52 2012	(r303888)
 @@ -45,10 +45,13 @@ MAN1=	gst-feedback-${GST_VERSION}.1 gst-
  	gst-typefind-${GST_VERSION}.1 gst-xmlinspect-${GST_VERSION}.1 \
  	gst-xmllaunch-${GST_VERSION}.1
  
 +OPTIONS_DEFINE=	LIBCHECK
 +LIBCHECK_DESC=	Unit tests support
 +
  .include <bsd.port.pre.mk>
  
 -.if (exists(${LOCALBASE}/lib/libcheck.a) || defined(WITH_CHECK))
 -LIB_DEPENDS+=	check.0:${PORTSDIR}/devel/libcheck
 +.if ${PORT_OPTIONS:MCHECK}
 +LIB_DEPENDS+=	check:${PORTSDIR}/devel/libcheck
  PLIST_SUB+=	CHECK=""
  .else
  CONFIGURE_ARGS+=--disable-check
 _______________________________________________
 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-multimedia mailing list