From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 4 16:30:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 06B3EDC8 for ; Thu, 4 Jul 2013 16:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id C8C8E1FEA for ; Thu, 4 Jul 2013 16:30:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r64GU0Ik095988 for ; Thu, 4 Jul 2013 16:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r64GU0Lh095977; Thu, 4 Jul 2013 16:30:00 GMT (envelope-from gnats) Resent-Date: Thu, 4 Jul 2013 16:30:00 GMT Resent-Message-Id: <201307041630.r64GU0Lh095977@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Rene Ladan Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 8D6D7CCE for ; Thu, 4 Jul 2013 16:21:12 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) by mx1.freebsd.org (Postfix) with ESMTP id 7FB4B1F9C for ; Thu, 4 Jul 2013 16:21:12 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r64GLCux038390 for ; Thu, 4 Jul 2013 16:21:12 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r64GLCmn038386; Thu, 4 Jul 2013 16:21:12 GMT (envelope-from nobody) Message-Id: <201307041621.r64GLCmn038386@oldred.freebsd.org> Date: Thu, 4 Jul 2013 16:21:12 GMT From: Rene Ladan To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/180272: multimedia/dvbcut: remove QT3 support X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Jul 2013 16:30:01 -0000 >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: