svn commit: r325750 - in head/multimedia: dirac dv2sub libdca libxspf pitivi rtmpdump
Baptiste Daroussin
bapt at FreeBSD.org
Sat Aug 31 00:29:44 UTC 2013
Author: bapt
Date: Sat Aug 31 00:29:43 2013
New Revision: 325750
URL: http://svnweb.freebsd.org/changeset/ports/325750
Log:
Convert USE_GNOME=pkgconfig -> USES=pkgconfig
Convert USE_GNOME=gnomehack -> USES=pathfix
Convert USE_GMAKE -> USES=gmake
Modified:
head/multimedia/dirac/Makefile
head/multimedia/dv2sub/Makefile
head/multimedia/libdca/Makefile
head/multimedia/libxspf/Makefile
head/multimedia/pitivi/Makefile
head/multimedia/rtmpdump/Makefile
Modified: head/multimedia/dirac/Makefile
==============================================================================
--- head/multimedia/dirac/Makefile Sat Aug 31 00:26:08 2013 (r325749)
+++ head/multimedia/dirac/Makefile Sat Aug 31 00:29:43 2013 (r325750)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: dirac
-# Date created: 11 May 2004
-# Whom: Bruce M Simpson <bms at FreeBSD.org>
-#
+# Created by: Bruce M Simpson <bms at FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= dirac
PORTVERSION= 1.0.2
@@ -16,8 +12,7 @@ COMMENT?= Open source video codec from t
USE_AUTOTOOLS= libtool
GNU_CONFIGURE= yes
-USE_GMAKE= yes
-USE_GNOME= pkgconfig gnomehack
+USES= gmake pathfix pkgconfig
USE_LDCONFIG= yes
CONFIGURE_ENV?= HAVE_LATEX=${FALSE} HAVE_DVIPDFM=${FALSE} \
Modified: head/multimedia/dv2sub/Makefile
==============================================================================
--- head/multimedia/dv2sub/Makefile Sat Aug 31 00:26:08 2013 (r325749)
+++ head/multimedia/dv2sub/Makefile Sat Aug 31 00:29:43 2013 (r325750)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: dv2sub
-# Date created: Fri Jan 18
-# Whom: Phil Oleson
-#
+# Created by: Phil Oleson
# $FreeBSD$
-#
PORTNAME= dv2sub
PORTVERSION= 0.3
@@ -17,7 +13,7 @@ COMMENT= Extracts info or subtitles from
LIB_DEPENDS= dv.4:${PORTSDIR}/multimedia/libdv
GNU_CONFIGURE= yes
-USE_GNOME= pkgconfig
+USES= pkgconfig
PLIST_FILES= bin/dv2sub
MAN1= dv2sub.1
Modified: head/multimedia/libdca/Makefile
==============================================================================
--- head/multimedia/libdca/Makefile Sat Aug 31 00:26:08 2013 (r325749)
+++ head/multimedia/libdca/Makefile Sat Aug 31 00:29:43 2013 (r325750)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: libdts
-# Date created: 12th May 2004
-# Whom: Pav Lucistnik <pav at FreeBSD.org>
-#
+# Created by: Pav Lucistnik <pav at FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= libdca
PORTVERSION= 0.0.5
@@ -15,7 +11,7 @@ COMMENT= Free DTS Coherent Acoustics dec
GNU_CONFIGURE= yes
USE_BZIP2= yes
-USE_GNOME= pkgconfig gnomehack
+USES= pkgconfig pathfix
USE_LDCONFIG= yes
MAN1= dcadec.1 extract_dca.1
Modified: head/multimedia/libxspf/Makefile
==============================================================================
--- head/multimedia/libxspf/Makefile Sat Aug 31 00:26:08 2013 (r325749)
+++ head/multimedia/libxspf/Makefile Sat Aug 31 00:29:43 2013 (r325750)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: libxspf
-# Date Created: 7 March 2009
-# Whom: Ed Schouten <ed at FreeBSD.org>
-#
+# Created by: Ed Schouten <ed at FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= libxspf
PORTVERSION= 1.2.0
@@ -23,7 +19,7 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--with-expat=${LOCALBASE} --disable-test
USE_BZIP2= yes
-USE_GNOME= pkgconfig
+USES= pkgconfig
USE_AUTOTOOLS= libtool
USE_LDCONFIG= yes
Modified: head/multimedia/pitivi/Makefile
==============================================================================
--- head/multimedia/pitivi/Makefile Sat Aug 31 00:26:08 2013 (r325749)
+++ head/multimedia/pitivi/Makefile Sat Aug 31 00:29:43 2013 (r325750)
@@ -1,7 +1,4 @@
-# New ports collection makefile for: PiTiVi
-# Date created: 20 Dec 2004
-# Whom: Koop Mast <kwm at FreeBSD.org>
-#
+# Created by: Koop Mast <kwm at FreeBSD.org>
# $FreeBSD$
# $MCom: ports/multimedia/pitivi/Makefile,v 1.8 2006/04/26 19:31:01 ahze Exp $
@@ -18,8 +15,8 @@ RUN_DEPENDS= py*-zope.interface>=0:${POR
${PYTHON_SITELIBDIR}/goocanvasmodule.so:${PORTSDIR}/graphics/py-goocanvas
USE_BZIP2= yes
-USE_GMAKE= yes
-USE_GNOME= pygtk2 pkgconfig
+USES= gmake pkgconfig
+USE_GNOME= pygtk2
USE_GSTREAMER= gnonlin python good
USE_PYTHON= yes
INSTALLS_ICONS= yes
Modified: head/multimedia/rtmpdump/Makefile
==============================================================================
--- head/multimedia/rtmpdump/Makefile Sat Aug 31 00:26:08 2013 (r325749)
+++ head/multimedia/rtmpdump/Makefile Sat Aug 31 00:29:43 2013 (r325750)
@@ -11,7 +11,7 @@ COMMENT= A tool to download RTMP streams
LICENSE= GPLv2
-USE_GNOME= pkgconfig
+USES= pkgconfig
USE_LDCONFIG= yes
USE_OPENSSL= yes
MAKE_ENV= THREADLIB="${PTHREAD_LIBS}"
@@ -27,10 +27,6 @@ OPTIONS_DEFINE= DOCS
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 700000
-BROKEN= does not compile on 6.X
-.endif
-
.if ${OPENSSLBASE} != "/usr"
CFLAGS+= -I${OPENSSLINC}
LDFLAGS+= -L${OPENSSLLIB}
More information about the svn-ports-head
mailing list