Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Jan 2014 20:29:46 +0400 (MSK)
From:      Dmitry Marakasov <amdmi3@amdmi3.ru>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        multimedia@FreeBSD.org
Subject:   ports/186280: [PATCH] multimedia/avidemux2: fix QT4 option handling
Message-ID:  <20140130162947.039792AEE4@hades.panopticon>
Resent-Message-ID: <201401301640.s0UGe05K072014@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         186280
>Category:       ports
>Synopsis:       [PATCH] multimedia/avidemux2: fix QT4 option handling
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan 30 16:40:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Dmitry Marakasov
>Release:        FreeBSD 10.0-RELEASE amd64
>Organization:
>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@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 ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140130162947.039792AEE4>