[PATCH] multimedia/avidemux2: fix QT4 option handling

Dmitry Marakasov amdmi3 at amdmi3.ru
Thu Jan 30 16:29:57 UTC 2014


>Submitter-Id:	current-users
>Originator:	Dmitry Marakasov
>Organization:	
>Confidential:	no 
>Synopsis:	[PATCH] multimedia/avidemux2: fix QT4 option handling
>Severity:	non-critical
>Priority:	low
>Category:	ports 
>Class:		change-request
>Release:	FreeBSD 10.0-RELEASE amd64
>Environment:
System: FreeBSD hades.panopticon 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260807: Fri Jan 17 13:14:28 MSK
>Description:
- Fix leftover from pre-OPTIONSng era; as a result, this fixes plist in case of both NLS and QT4 enabled

Port maintainer (multimedia at FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_11 (mode: change, diff: SVN)
>How-To-Repeat:
>Fix:

--- avidemux2-2.5.6_5.patch begins here ---
Index: Makefile.common
===================================================================
--- Makefile.common	(revision 341857)
+++ Makefile.common	(working copy)
@@ -46,10 +46,10 @@
 .if ${PORT_OPTIONS:MNLS}
 USES+=		gettext
 PLIST_SUB+=	NLS=""
-. 	if !defined(WITH_QT4)
+. 	if ${PORT_OPTIONS:MQT4}
+PLIST_SUB+=	QT_NLS=""
+.	else
 PLIST_SUB+=	QT_NLS="@comment "
-.	else
-PLIST_SUB+=	QT_NLS=""
 .	endif
 .else
 CMAKE_ARGS+=	-DNO_NLS:BOOL=ON
--- avidemux2-2.5.6_5.patch ends here ---



More information about the freebsd-multimedia mailing list