From owner-svn-ports-head@FreeBSD.ORG Fri Oct 4 07:19:00 2013 Return-Path: Delivered-To: svn-ports-head@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 ESMTP id 6F6C5B56; Fri, 4 Oct 2013 07:19:00 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 42C7C2A4D; Fri, 4 Oct 2013 07:19:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r947J0Fe050401; Fri, 4 Oct 2013 07:19:00 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r947IxEE050384; Fri, 4 Oct 2013 07:18:59 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201310040718.r947IxEE050384@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 4 Oct 2013 07:18:59 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Oct 2013 07:19:00 -0000 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 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=""