Date: Thu, 4 Jul 2013 16:21:12 GMT From: Rene Ladan <rene@FreeBSD.org> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/180272: multimedia/dvbcut: remove QT3 support Message-ID: <201307041621.r64GLCmn038386@oldred.freebsd.org> Resent-Message-ID: <201307041630.r64GU0Lh095977@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 180272 >Category: ports >Synopsis: multimedia/dvbcut: remove QT3 support >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 Jul 04 16:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Rene Ladan >Release: FreeBSD 9.1-amd64 >Organization: >Environment: FreeBSD 9.1-amd64 Ports r322216 >Description: Remove support for the expired QT3 port. While here update Makefile header. >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Makefile =================================================================== --- Makefile (revision 322216) +++ Makefile (working copy) @@ -1,9 +1,5 @@ -# New ports collection makefile for: dvbcut -# Date created: Mon Dec 19 23:20:01 CET 2005 -# Whom: se@freebsd.org -# +# Created by: se@freebsd.org # $FreeBSD$ -# PORTNAME= dvbcut PORTVERSION= 0.6.1 @@ -31,21 +27,8 @@ .if ${PORT_OPTIONS:MQT4} WITH_QT_VER= 4 -.else -PKGNAMESUFFIX= -qt3 -WITH_QT_VER= 3 .endif -.if ${WITH_QT_VER} == 3 -BUILD_DEPENDS+= moc:${PORTSDIR}/x11-toolkits/qt33 -LIB_DEPENDS+= qt-mt.3:${PORTSDIR}/x11-toolkits/qt33 -USE_GMAKE= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-ffmpeg=${LOCALBASE} -MAKEFILE= makefile -QTCPPFLAGS+= ${PTHREAD_CFLAGS} -QTCFGLIBS+= ${PTHREAD_LIBS} -.else USES= cmake USE_QT4= gui qt3support xml moc_build qmake_build rcc_build uic_build CXXFLAGS+= -I${PREFIX}/include \ @@ -52,7 +35,6 @@ -I${PREFIX}/include/libavcodec \ -I${PREFIX}/include/libavformat \ -I${PREFIX}/include/libswscale -.endif MAN1= dvbcut.1 PLIST_FILES= bin/dvbcut >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307041621.r64GLCmn038386>