Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Mar 2014 18:59:35 +0000 (UTC)
From:      Koop Mast <kwm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r349788 - in head/audio: gnome-media goobox jack-rack libcanberra libcanberra-gtk3 libopenspc pulseaudio sound-juicer
Message-ID:  <201403311859.s2VIxZqY032739@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kwm
Date: Mon Mar 31 18:59:35 2014
New Revision: 349788
URL: http://svnweb.freebsd.org/changeset/ports/349788
QAT: https://qat.redports.org/buildarchive/r349788/

Log:
  Stagify.

Modified:
  head/audio/gnome-media/Makefile
  head/audio/goobox/Makefile
  head/audio/jack-rack/Makefile
  head/audio/libcanberra-gtk3/Makefile
  head/audio/libcanberra/Makefile
  head/audio/libopenspc/Makefile
  head/audio/pulseaudio/Makefile
  head/audio/pulseaudio/pkg-plist
  head/audio/sound-juicer/Makefile
  head/audio/sound-juicer/pkg-plist

Modified: head/audio/gnome-media/Makefile
==============================================================================
--- head/audio/gnome-media/Makefile	Mon Mar 31 18:56:50 2014	(r349787)
+++ head/audio/gnome-media/Makefile	Mon Mar 31 18:59:35 2014	(r349788)
@@ -19,7 +19,6 @@ LIB_DEPENDS=	libcanberra-gtk.so:${PORTSD
 CONFLICTS=	gnome-control-center-3.[0-9]* libgnome-media-profiles-3.[0-9]*
 
 USE_BZIP2=	yes
-NO_STAGE=	yes
 INSTALLS_OMF=	yes
 INSTALLS_ICONS=	yes
 GNU_CONFIGURE=	yes

Modified: head/audio/goobox/Makefile
==============================================================================
--- head/audio/goobox/Makefile	Mon Mar 31 18:56:50 2014	(r349787)
+++ head/audio/goobox/Makefile	Mon Mar 31 18:59:35 2014	(r349788)
@@ -20,7 +20,6 @@ LIB_DEPENDS=	libdiscid.so:${PORTSDIR}/au
 RUN_DEPENDS=	${LOCALBASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-icon-theme
 
 USE_XORG=	x11
-NO_STAGE=	yes
 USES=		gettext gmake pkgconfig
 USE_BZIP2=	yes
 USE_GNOME=	gnomeprefix gnomehack intlhack gtk20 gconf2 desktopfileutils
@@ -45,7 +44,4 @@ CONFIGURE_ARGS+=--enable-notification
 CONFIGURE_ARGS+=--disable-notification
 .endif
 
-post-install:
-	@-update-desktop-database
-
 .include <bsd.port.mk>

Modified: head/audio/jack-rack/Makefile
==============================================================================
--- head/audio/jack-rack/Makefile	Mon Mar 31 18:56:50 2014	(r349787)
+++ head/audio/jack-rack/Makefile	Mon Mar 31 18:59:35 2014	(r349788)
@@ -15,10 +15,8 @@ LIB_DEPENDS=	libjack.so:${PORTSDIR}/audi
 		liblrdf.so:${PORTSDIR}/textproc/liblrdf
 RUN_DEPENDS=	${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa
 
-USE_BZIP2=	yes
-NO_STAGE=	yes
 USE_GNOME=	libgnomeui libxml2
-USES=		gettext shebangfix pkgconfig
+USES=		gettext shebangfix pkgconfig tar:bzip2
 USE_PYTHON=	yes
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include

Modified: head/audio/libcanberra-gtk3/Makefile
==============================================================================
--- head/audio/libcanberra-gtk3/Makefile	Mon Mar 31 18:56:50 2014	(r349787)
+++ head/audio/libcanberra-gtk3/Makefile	Mon Mar 31 18:59:35 2014	(r349788)
@@ -10,7 +10,6 @@ MAINTAINER=	gnome@FreeBSD.org
 COMMENT=	Implementation of the Freedesktop sound theme spec
 
 MASTERDIR=	${.CURDIR}/../../audio/libcanberra
-NO_STAGE=	yes
 SLAVEPORT=	gtk3
 PLIST=		${.CURDIR}/pkg-plist
 
@@ -25,13 +24,14 @@ do-build:
 
 do-install:
 	${INSTALL_DATA} ${WRKSRC}/libcanberra-gtk3.pc \
-		${PREFIX}/libdata/pkgconfig/
+		${STAGEDIR}${PREFIX}/libdata/pkgconfig/
 .for i in .a .la .so .so.0
 	${INSTALL_DATA} ${WRKSRC}/src/.libs/libcanberra-gtk3${i} \
-		${PREFIX}/lib/
+		${STAGEDIR}${PREFIX}/lib/
 .endfor
-	cd ${WRKSRC}/src && ${GMAKE} install-gtk3moduleLTLIBRARIES
-	cd ${PREFIX}/lib/gtk-3.0/modules && \
+	cd ${WRKSRC}/src && ${SETENV} DESTDIR=${STAGEDIR} \
+		${GMAKE} install-gtk3moduleLTLIBRARIES
+	cd ${STAGEDIR}${PREFIX}/lib/gtk-3.0/modules && \
 		${LN} -sf libcanberra-gtk3-module.so libcanberra-gtk-module.so
 
 .include "${MASTERDIR}/Makefile"

Modified: head/audio/libcanberra/Makefile
==============================================================================
--- head/audio/libcanberra/Makefile	Mon Mar 31 18:56:50 2014	(r349787)
+++ head/audio/libcanberra/Makefile	Mon Mar 31 18:59:35 2014	(r349788)
@@ -17,7 +17,6 @@ LICENSE_FILE=	${WRKSRC}/LGPL
 LIB_DEPENDS=	libvorbisfile.so:${PORTSDIR}/audio/libvorbis
 
 USES=		gmake pkgconfig
-NO_STAGE=	yes
 USE_GNOME=	gnomeprefix gnomehack gtk20 ltverhack gconf2
 USE_LDCONFIG=	yes
 USE_AUTOTOOLS=	libtool libltdl

Modified: head/audio/libopenspc/Makefile
==============================================================================
--- head/audio/libopenspc/Makefile	Mon Mar 31 18:56:50 2014	(r349787)
+++ head/audio/libopenspc/Makefile	Mon Mar 31 18:59:35 2014	(r349788)
@@ -14,7 +14,6 @@ BUILD_DEPENDS=	nasm:${PORTSDIR}/devel/na
 
 GNU_CONFIGURE=	yes
 USES=		gmake
-NO_STAGE=	yes
 USE_LDCONFIG=	yes
 ONLY_FOR_ARCHS=	i386
 

Modified: head/audio/pulseaudio/Makefile
==============================================================================
--- head/audio/pulseaudio/Makefile	Mon Mar 31 18:56:50 2014	(r349787)
+++ head/audio/pulseaudio/Makefile	Mon Mar 31 18:59:35 2014	(r349788)
@@ -25,7 +25,6 @@ LIB_DEPENDS=	libsamplerate.so:${PORTSDIR
 		libck-connector.so:${PORTSDIR}/sysutils/consolekit
 
 USE_GNOME=	gnomehack glib20 intltool ltverhack
-NO_STAGE=	yes
 USE_XORG=	x11 sm xtst ice
 USE_LDCONFIG=	yes
 USES=		gettext gmake pkgconfig
@@ -62,10 +61,6 @@ OPTIONS_DEFAULT=	AVAHI HAL GCONF
 PULSE_VERSION=	${PORTVERSION}
 PLIST_SUB=	PULSE_VERSION=${PULSE_VERSION}
 
-MAN1=		esdcompat.1 pabrowse.1 pacat.1 pacmd.1 pactl.1 padsp.1 \
-		paplay.1 pasuspender.1 pax11publish.1 pulseaudio.1
-MAN5=		default.pa.5 pulse-client.conf.5 pulse-daemon.conf.5
-
 .include <bsd.port.pre.mk>
 
 .if ${PORT_OPTIONS:MJACK}
@@ -112,14 +107,10 @@ post-patch:
 		${WRKSRC}/configure
 
 post-install:
-	${MKDIR} ${PREFIX}/etc/pulse
+	${MKDIR} ${STAGEDIR}${PREFIX}/etc/pulse
 .for ii in default.pa daemon.conf client.conf system.pa
 	${INSTALL_DATA} ${WRKSRC}/src/${ii} \
-		${PREFIX}/etc/pulse/${ii}-dist
-. if !exists(${PREFIX}/etc/pulse/${II})
-	${INSTALL_DATA} ${WRKSRC}/src/${ii} \
-		${PREFIX}/etc/pulse/${ii}
-. endif
+		${STAGEDIR}${PREFIX}/etc/pulse/${ii}-dist
 .endfor
 
 .include <bsd.port.post.mk>

Modified: head/audio/pulseaudio/pkg-plist
==============================================================================
--- head/audio/pulseaudio/pkg-plist	Mon Mar 31 18:56:50 2014	(r349787)
+++ head/audio/pulseaudio/pkg-plist	Mon Mar 31 18:59:35 2014	(r349788)
@@ -225,6 +225,19 @@ libdata/pkgconfig/libpulse-mainloop-glib
 libdata/pkgconfig/libpulse-simple.pc
 libdata/pkgconfig/libpulse.pc
 %%GCONF%%libexec/pulse/gconf-helper
+man/man1/esdcompat.1.gz
+man/man1/pabrowse.1.gz
+man/man1/pacat.1.gz
+man/man1/pacmd.1.gz
+man/man1/pactl.1.gz
+man/man1/padsp.1.gz
+man/man1/paplay.1.gz
+man/man1/pasuspender.1.gz
+man/man1/pax11publish.1.gz
+man/man1/pulseaudio.1.gz
+man/man5/default.pa.5.gz
+man/man5/pulse-client.conf.5.gz
+man/man5/pulse-daemon.conf.5.gz
 share/locale/as/LC_MESSAGES/pulseaudio.mo
 share/locale/bn_IN/LC_MESSAGES/pulseaudio.mo
 share/locale/ca/LC_MESSAGES/pulseaudio.mo

Modified: head/audio/sound-juicer/Makefile
==============================================================================
--- head/audio/sound-juicer/Makefile	Mon Mar 31 18:56:50 2014	(r349787)
+++ head/audio/sound-juicer/Makefile	Mon Mar 31 18:59:35 2014	(r349788)
@@ -21,7 +21,6 @@ LIB_DEPENDS=	libmusicbrainz3.so:${PORTSD
 		libbrasero-media.so:${PORTSDIR}/sysutils/brasero
 
 USE_BZIP2=	yes
-NO_STAGE=	yes
 USES=		gettext gmake pathfix pkgconfig
 INSTALLS_OMF=	yes
 USE_GNOME=	intlhack gnomeprefix gconf2 libglade2 gnomedocutils
@@ -32,7 +31,6 @@ INSTALLS_ICONS=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
-MAN1=		sound-juicer.1
 GCONF_SCHEMAS=	sound-juicer.schemas
 
 post-patch:
@@ -40,7 +38,4 @@ post-patch:
 		${WRKSRC}/Makefile.in
 	@${REINPLACE_CMD} -e 's|" == "|" = "|g' ${WRKSRC}/configure
 
-post-install:
-	@-update-desktop-database
-
 .include <bsd.port.mk>

Modified: head/audio/sound-juicer/pkg-plist
==============================================================================
--- head/audio/sound-juicer/pkg-plist	Mon Mar 31 18:56:50 2014	(r349787)
+++ head/audio/sound-juicer/pkg-plist	Mon Mar 31 18:59:35 2014	(r349788)
@@ -1,4 +1,5 @@
 bin/sound-juicer
+man/man1/sound-juicer.1.gz
 share/applications/sound-juicer.desktop
 share/gnome/help/sound-juicer/C/figures/prefs.png
 share/gnome/help/sound-juicer/C/figures/startup.png



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403311859.s2VIxZqY032739>