Date: Fri, 4 Oct 2013 07:18:59 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r329268 - in head: astro/xtide audio/aumix audio/boodler audio/gqmpeg Message-ID: <201310040718.r947IxEE050384@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Fri Oct 4 07:18:59 2013 New Revision: 329268 URL: http://svnweb.freebsd.org/changeset/ports/329268 Log: Dot not arbritrary change PKGNAME Modified: head/astro/xtide/Makefile head/audio/aumix/Makefile head/audio/boodler/Makefile head/audio/gqmpeg/Makefile Modified: head/astro/xtide/Makefile ============================================================================== --- head/astro/xtide/Makefile Fri Oct 4 07:07:10 2013 (r329267) +++ head/astro/xtide/Makefile Fri Oct 4 07:18:59 2013 (r329268) @@ -47,7 +47,6 @@ PLIST_SUB+= WVS="@comment " .endif .if ! ${PORT_OPTIONS:MX11} -PKGNAMESUFFIX+= -nox11 ALL_TARGET+= tide xttpd PLIST_SUB+= X11="@comment " .else Modified: head/audio/aumix/Makefile ============================================================================== --- head/audio/aumix/Makefile Fri Oct 4 07:07:10 2013 (r329267) +++ head/audio/aumix/Makefile Fri Oct 4 07:18:59 2013 (r329268) @@ -46,7 +46,6 @@ CONFIGURE_ARGS+=--disable-nls .endif .if ${PORT_OPTIONS:MGTK2} -PKGNAMESUFFIX= -gtk USE_GNOME= gtk20 .else CONFIGURE_ARGS+=--without-gtk Modified: head/audio/boodler/Makefile ============================================================================== --- head/audio/boodler/Makefile Fri Oct 4 07:07:10 2013 (r329267) +++ head/audio/boodler/Makefile Fri Oct 4 07:18:59 2013 (r329268) @@ -33,17 +33,8 @@ pre-everything:: @${ECHO} "interfaces. The default is to use OSS." @${ECHO} "" -.if ${DRIVER:L} == "oss" -# Probably nothing here... -.endif - .if ${DRIVER:L} == "esd" LIB_DEPENDS+= esd.2:${PORTSDIR}/audio/esound -PKGNAMESUFFIX= -esd -.endif - -.if ${DRIVER:L} == "file" -PKGNAMESUFFIX= -file .endif .include <bsd.port.pre.mk> Modified: head/audio/gqmpeg/Makefile ============================================================================== --- head/audio/gqmpeg/Makefile Fri Oct 4 07:07:10 2013 (r329267) +++ head/audio/gqmpeg/Makefile Fri Oct 4 07:18:59 2013 (r329268) @@ -36,7 +36,6 @@ MAN1= gqmpeg.1 .if ${HAVE_GNOME:Mgnomelibs}!="" USE_GNOME+= gnomeprefix gnomelibs -PKGNAMESUFFIX= -gnome CONFIGURE_ENV+= USE_GNOME="yes" .else CONFIGURE_ENV+= USE_GNOME=""
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310040718.r947IxEE050384>