ports/180272: multimedia/dvbcut: remove QT3 support

Rene Ladan rene at FreeBSD.org
Thu Jul 4 16:30:01 UTC 2013


>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 at freebsd.org
-#
+# Created by: se at 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:


More information about the freebsd-ports-bugs mailing list