From owner-svn-ports-head@FreeBSD.ORG Sat Dec 21 17:02:30 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9BBAD5E2; Sat, 21 Dec 2013 17:02:30 +0000 (UTC) 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 87AC31254; Sat, 21 Dec 2013 17:02:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBLH2UJm022993; Sat, 21 Dec 2013 17:02:30 GMT (envelope-from crees@svn.freebsd.org) Received: (from crees@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBLH2U8b022992; Sat, 21 Dec 2013 17:02:30 GMT (envelope-from crees@svn.freebsd.org) Message-Id: <201312211702.rBLH2U8b022992@svn.freebsd.org> From: Chris Rees Date: Sat, 21 Dec 2013 17:02:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r337156 - head/audio/musicpd 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.17 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: Sat, 21 Dec 2013 17:02:30 -0000 Author: crees Date: Sat Dec 21 17:02:30 2013 New Revision: 337156 URL: http://svnweb.freebsd.org/changeset/ports/337156 Log: It appears that there is actually a compiler.mk knob that does exactly what was needed for the previous commit. Submitted by: antoine Submitted by: db Modified: head/audio/musicpd/Makefile Modified: head/audio/musicpd/Makefile ============================================================================== --- head/audio/musicpd/Makefile Sat Dec 21 16:58:34 2013 (r337155) +++ head/audio/musicpd/Makefile Sat Dec 21 17:02:30 2013 (r337156) @@ -14,7 +14,7 @@ LICENSE= GPLv2 LIB_DEPENDS+= libmad.so:${PORTSDIR}/audio/libmad \ libcurl.so:${PORTSDIR}/ftp/curl -USES= gmake pkgconfig +USES= gmake pkgconfig compiler:c++11-lib USE_XZ= yes GNU_CONFIGURE= yes USE_GNOME= glib20 @@ -59,12 +59,6 @@ SUB_LIST+= MPDDIR=${MPDDIR} IGNORE=Please remove the MPDCONF line from make.conf, then rename ${PREFIX}/etc/${MPDCONF} to musicpd.conf, if it exists .endif -.if ${OSVERSION} < 1000054 -USE_GCC= 4.7+ -.else -USES+= compiler:c++11-lang -.endif - .include .if exists(${PREFIX}/etc/mpd.conf)