ports/186280: commit references a PR

dfilter service dfilter at FreeBSD.ORG
Thu Jan 30 21:00:01 UTC 2014


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

From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at FreeBSD.org
Cc:  
Subject: Re: ports/186280: commit references a PR
Date: Thu, 30 Jan 2014 20:58:50 +0000 (UTC)

 Author: nox
 Date: Thu Jan 30 20:58:42 2014
 New Revision: 341886
 URL: http://svnweb.freebsd.org/changeset/ports/341886
 QAT: https://qat.redports.org/buildarchive/r341886/
 
 Log:
   Fix QT4 option handling.
   
   PR:		ports/186280
   Submitted by:	amdmi3
 
 Modified:
   head/multimedia/avidemux2/Makefile.common
 
 Modified: head/multimedia/avidemux2/Makefile.common
 ==============================================================================
 --- head/multimedia/avidemux2/Makefile.common	Thu Jan 30 20:57:05 2014	(r341885)
 +++ head/multimedia/avidemux2/Makefile.common	Thu Jan 30 20:58:42 2014	(r341886)
 @@ -46,10 +46,10 @@ OPTIONS_DEFAULT+=	LAME FAAC AMR
  .if ${PORT_OPTIONS:MNLS}
  USES+=		gettext
  PLIST_SUB+=	NLS=""
 -. 	if !defined(WITH_QT4)
 -PLIST_SUB+=	QT_NLS="@comment "
 -.	else
 +. 	if ${PORT_OPTIONS:MQT4}
  PLIST_SUB+=	QT_NLS=""
 +.	else
 +PLIST_SUB+=	QT_NLS="@comment "
  .	endif
  .else
  CMAKE_ARGS+=	-DNO_NLS:BOOL=ON
 _______________________________________________
 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