From owner-svn-ports-all@FreeBSD.ORG Mon Aug 11 13:59:51 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 35482C1E for ; Mon, 11 Aug 2014 13:59:51 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1C3F72B05 for ; Mon, 11 Aug 2014 13:59:51 +0000 (UTC) Received: from tijl (uid 1230) (envelope-from tijl@FreeBSD.org) id 2845 by svn.freebsd.org (DragonFly Mail Agent v0.9+); Mon, 11 Aug 2014 13:59:47 +0000 From: Tijl Coosemans Date: Mon, 11 Aug 2014 13:59:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r364613 - in head: audio/mp3blaster audio/rhythmbox audio/rosegarden comms/lirc comms/py-lirc emulators/visualboyadvance-m graphics/geeqie multimedia/audacious-plugins multimedia/gxine ... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Message-Id: <53e8cc54.2845.2d960292@svn.freebsd.org> X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Aug 2014 13:59:51 -0000 Author: tijl Date: Mon Aug 11 13:59:47 2014 New Revision: 364613 URL: http://svnweb.freebsd.org/changeset/ports/364613 QAT: https://qat.redports.org/buildarchive/r364613/ Log: comms/lirc: - Fix missing -lusb [1] - Convert to USES=libtool and bump dependent ports - Add INSTALL_TARGET=install-strip - Use @sample Reported by: sbruno [1] Modified: head/audio/mp3blaster/Makefile head/audio/rhythmbox/Makefile head/audio/rosegarden/Makefile head/comms/lirc/Makefile head/comms/lirc/pkg-plist head/comms/py-lirc/Makefile head/emulators/visualboyadvance-m/Makefile head/graphics/geeqie/Makefile head/multimedia/audacious-plugins/Makefile head/multimedia/gxine/Makefile head/multimedia/mplayer/Makefile head/multimedia/mplayer2/Makefile head/multimedia/mpv/Makefile head/multimedia/mythtv/Makefile head/multimedia/totem/Makefile head/multimedia/vlc/Makefile head/multimedia/xine/Makefile Modified: head/audio/mp3blaster/Makefile ============================================================================== --- head/audio/mp3blaster/Makefile Mon Aug 11 13:59:41 2014 (r364612) +++ head/audio/mp3blaster/Makefile Mon Aug 11 13:59:47 2014 (r364613) @@ -3,7 +3,7 @@ PORTNAME= mp3blaster PORTVERSION= 3.2.5 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} Modified: head/audio/rhythmbox/Makefile ============================================================================== --- head/audio/rhythmbox/Makefile Mon Aug 11 13:59:41 2014 (r364612) +++ head/audio/rhythmbox/Makefile Mon Aug 11 13:59:47 2014 (r364613) @@ -4,7 +4,7 @@ PORTNAME= rhythmbox PORTVERSION= 0.12.8 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= audio gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 Modified: head/audio/rosegarden/Makefile ============================================================================== --- head/audio/rosegarden/Makefile Mon Aug 11 13:59:41 2014 (r364612) +++ head/audio/rosegarden/Makefile Mon Aug 11 13:59:47 2014 (r364613) @@ -3,6 +3,7 @@ PORTNAME= rosegarden PORTVERSION= 14.02 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}/ Modified: head/comms/lirc/Makefile ============================================================================== --- head/comms/lirc/Makefile Mon Aug 11 13:59:41 2014 (r364612) +++ head/comms/lirc/Makefile Mon Aug 11 13:59:47 2014 (r364613) @@ -3,7 +3,7 @@ PORTNAME= lirc PORTVERSION= 0.9.0 -PORTREVISION= 5 +PORTREVISION= 6 PORTEPOCH= 1 CATEGORIES= comms MASTER_SITES= SF/${PORTNAME}/LIRC/${PORTVERSION} @@ -14,19 +14,19 @@ COMMENT= Linux Infrared Remote Control BUILD_DEPENDS= v4l_compat>=1.0.20110603:${PORTSDIR}/multimedia/v4l_compat -USE_AUTOTOOLS= libtool automake autoheader aclocal autoconf -USES= gmake tar:bzip2 -ACLOCAL_ARGS= -I "${ACLOCAL_DIR}" -I ${LOCALBASE}/share/aclocal +INSTALL_TARGET= install-strip +USES= gmake libtool tar:bzip2 +USE_AUTOTOOLS= libtoolize automake autoheader aclocal autoconf +AUTOMAKE_ARGS= -a -c -f USE_XORG= sm x11 USE_PYTHON= yes USE_CSTD= gnu89 -GNU_CONFIGURE= yes USE_LDCONFIG= yes -CONFIGURE_ARGS= --enable-sandboxed --with-devdir=/var/run/lirc \ - --sysconfdir=${PREFIX}/etc -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +CONFIGURE_ARGS= --enable-sandboxed --with-devdir=/var/run/lirc \ + --sysconfdir=${PREFIX}/etc +CPPFLAGS+= -I${LOCALBASE}/include +LIBS+= -L${LOCALBASE}/lib OPTIONS_DEFINE= MINIMAL DEBUG UARTLIRC DOCS EXAMPLES @@ -63,10 +63,11 @@ CONFIGURE_ARGS+= --enable-debug RUN_DEPENDS+= uartlirc>=0.3:${PORTSDIR}/comms/uartlirc .endif -# XXX: work around an issue with automake-1.13 erroring out on a -# non-existent m4 directory before libtoolize creates it -pre-configure:: - @${MKDIR} ${WRKSRC}/m4 +post-patch: + @${REINPLACE_CMD} \ + -e 's/`$${LIBUSB_CONFIG} --libs`/-lusb/' \ + -e 's/`$${LIBUSB_CONFIG} --cflags`//' \ + ${WRKSRC}/configure.ac post-install: .if ${PORT_OPTIONS:MDOCS} Modified: head/comms/lirc/pkg-plist ============================================================================== --- head/comms/lirc/pkg-plist Mon Aug 11 13:59:41 2014 (r364612) +++ head/comms/lirc/pkg-plist Mon Aug 11 13:59:47 2014 (r364613) @@ -12,9 +12,9 @@ bin/pronto2lirc bin/xmode2 include/lirc/lirc_client.h lib/liblirc_client.a -lib/liblirc_client.la lib/liblirc_client.so -lib/liblirc_client.so.2 +lib/liblirc_client.so.0 +lib/liblirc_client.so.0.2.1 man/man1/ircat.1.gz man/man1/irexec.1.gz man/man1/irpty.1.gz @@ -31,8 +31,6 @@ man/man8/lircmd.8.gz sbin/lircd sbin/lircmd @dirrm include/lirc -@unexec if cmp -s %D/etc/lircd.conf.sample %D/etc/lircd.conf; then rm -f %D/etc/lircd.conf; fi -etc/lircd.conf.sample -@exec if [ ! -f %D/etc/lircd.conf ] ; then cp -p %D/%F %B/lircd.conf; fi +@sample etc/lircd.conf.sample @exec mkdir -p /var/run/lirc @unexec rmdir /var/run/lirc 2> /dev/null || true Modified: head/comms/py-lirc/Makefile ============================================================================== --- head/comms/py-lirc/Makefile Mon Aug 11 13:59:41 2014 (r364612) +++ head/comms/py-lirc/Makefile Mon Aug 11 13:59:47 2014 (r364613) @@ -3,7 +3,7 @@ PORTNAME= lirc PORTVERSION= 0.0.5 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= comms python MASTER_SITES= SF/py${PORTNAME}/py${PORTNAME}/${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/emulators/visualboyadvance-m/Makefile ============================================================================== --- head/emulators/visualboyadvance-m/Makefile Mon Aug 11 13:59:41 2014 (r364612) +++ head/emulators/visualboyadvance-m/Makefile Mon Aug 11 13:59:47 2014 (r364613) @@ -3,6 +3,7 @@ PORTNAME= visualboyadvance-m PORTVERSION= 1.8.0r${SVN_REV} +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= https://cooltrainer.org/freebsd-ports/visualboyadvance-m/ Modified: head/graphics/geeqie/Makefile ============================================================================== --- head/graphics/geeqie/Makefile Mon Aug 11 13:59:41 2014 (r364612) +++ head/graphics/geeqie/Makefile Mon Aug 11 13:59:47 2014 (r364613) @@ -3,7 +3,7 @@ PORTNAME= geeqie PORTVERSION= 1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} Modified: head/multimedia/audacious-plugins/Makefile ============================================================================== --- head/multimedia/audacious-plugins/Makefile Mon Aug 11 13:59:41 2014 (r364612) +++ head/multimedia/audacious-plugins/Makefile Mon Aug 11 13:59:47 2014 (r364613) @@ -3,7 +3,7 @@ PORTNAME= audacious-plugins PORTVERSION= 3.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia audio MASTER_SITES= http://distfiles.audacious-media-player.org/ Modified: head/multimedia/gxine/Makefile ============================================================================== --- head/multimedia/gxine/Makefile Mon Aug 11 13:59:41 2014 (r364612) +++ head/multimedia/gxine/Makefile Mon Aug 11 13:59:47 2014 (r364613) @@ -3,6 +3,7 @@ PORTNAME= gxine PORTVERSION= 0.5.908 +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= SF/xine/${PORTNAME}/${PORTVERSION} Modified: head/multimedia/mplayer/Makefile ============================================================================== --- head/multimedia/mplayer/Makefile Mon Aug 11 13:59:41 2014 (r364612) +++ head/multimedia/mplayer/Makefile Mon Aug 11 13:59:47 2014 (r364613) @@ -3,7 +3,7 @@ PORTNAME= mplayer PORTVERSION= ${MPLAYER_PORT_VERSION} -PORTREVISION= 5 +PORTREVISION= 6 COMMENT= High performance media player supporting many formats Modified: head/multimedia/mplayer2/Makefile ============================================================================== --- head/multimedia/mplayer2/Makefile Mon Aug 11 13:59:41 2014 (r364612) +++ head/multimedia/mplayer2/Makefile Mon Aug 11 13:59:47 2014 (r364613) @@ -2,7 +2,7 @@ PORTNAME= mplayer2 PORTVERSION= ${MPLAYER2_PORT_VERSION} -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= multimedia audio MASTER_SITES= LOCAL/gblach/ Modified: head/multimedia/mpv/Makefile ============================================================================== --- head/multimedia/mpv/Makefile Mon Aug 11 13:59:41 2014 (r364612) +++ head/multimedia/mpv/Makefile Mon Aug 11 13:59:47 2014 (r364613) @@ -3,7 +3,7 @@ PORTNAME= mpv PORTVERSION= 0.4.2 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= multimedia audio MASTER_SITES= GH:0 GHC:0 http://ftp.waf.io/pub/release/:1 \ Modified: head/multimedia/mythtv/Makefile ============================================================================== --- head/multimedia/mythtv/Makefile Mon Aug 11 13:59:41 2014 (r364612) +++ head/multimedia/mythtv/Makefile Mon Aug 11 13:59:47 2014 (r364613) @@ -3,7 +3,7 @@ PORTNAME= mythtv PORTVERSION= 0.27.0.20140121 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= multimedia MASTER_SITES= http://people.freebsd.org/~decke/distfiles/ Modified: head/multimedia/totem/Makefile ============================================================================== --- head/multimedia/totem/Makefile Mon Aug 11 13:59:41 2014 (r364612) +++ head/multimedia/totem/Makefile Mon Aug 11 13:59:47 2014 (r364613) @@ -4,7 +4,7 @@ PORTNAME= totem PORTVERSION= 2.32.0 -PORTREVISION?= 5 +PORTREVISION?= 6 CATEGORIES= multimedia gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 Modified: head/multimedia/vlc/Makefile ============================================================================== --- head/multimedia/vlc/Makefile Mon Aug 11 13:59:41 2014 (r364612) +++ head/multimedia/vlc/Makefile Mon Aug 11 13:59:47 2014 (r364613) @@ -3,7 +3,7 @@ PORTNAME= vlc DISTVERSION= 2.1.5 -PORTREVISION= 4 +PORTREVISION= 5 PORTEPOCH= 4 CATEGORIES= multimedia audio ipv6 net www MASTER_SITES= http://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSION:S/a$//}/ \ Modified: head/multimedia/xine/Makefile ============================================================================== --- head/multimedia/xine/Makefile Mon Aug 11 13:59:41 2014 (r364612) +++ head/multimedia/xine/Makefile Mon Aug 11 13:59:47 2014 (r364613) @@ -2,7 +2,7 @@ PORTNAME= xine PORTVERSION= 0.99.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-ui/${PORTVERSION} DISTNAME= ${PORTNAME}-ui-${PORTVERSION}