From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 16:20:27 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 7BDD7158; Mon, 2 Sep 2013 16:20:27 +0000 (UTC) (envelope-from tijl@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 69B8F2F27; Mon, 2 Sep 2013 16:20:27 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82GKRB6069597; Mon, 2 Sep 2013 16:20:27 GMT (envelope-from tijl@svn.freebsd.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82GKRIQ069596; Mon, 2 Sep 2013 16:20:27 GMT (envelope-from tijl@svn.freebsd.org) Message-Id: <201309021620.r82GKRIQ069596@svn.freebsd.org> From: Tijl Coosemans Date: Mon, 2 Sep 2013 16:20:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326024 - head/audio/nas 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: Mon, 02 Sep 2013 16:20:27 -0000 Author: tijl Date: Mon Sep 2 16:20:26 2013 New Revision: 326024 URL: http://svnweb.freebsd.org/changeset/ports/326024 Log: Remove USE_GCC=any since the port builds with clang now. Also remove the no longer needed post-patch target. Modified: head/audio/nas/Makefile Modified: head/audio/nas/Makefile ============================================================================== --- head/audio/nas/Makefile Mon Sep 2 16:16:25 2013 (r326023) +++ head/audio/nas/Makefile Mon Sep 2 16:20:26 2013 (r326024) @@ -3,6 +3,7 @@ PORTNAME= nas PORTVERSION= 1.9.3 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}.${PORTVERSION}%20%28stable%29 EXTRACT_SUFX= .src.tar.gz @@ -11,11 +12,10 @@ MAINTAINER= multimedia@FreeBSD.org COMMENT= Network Audio System USES= imake -USE_GCC= any +USE_CSTD= gnu89 USE_XORG= x11 xext xt xau sm ice xp xpm xmu xaw USE_LDCONFIG= yes MAKE_ENV+= COMPRESS_CMD="${COMPRESS_CMD:S/c//}" -MAKE_ARGS= CC="${CC}" CXX="${CXX}" MAKE_JOBS_UNSAFE= yes PKGMESSAGE= ${WRKDIR}/pkg-message @@ -24,12 +24,9 @@ SUB_FILES= pkg-message .include "Makefile.man" .include -post-patch: - @${FIND} ${WRKSRC} -name '*.c' | ${XARGS} ${GREP} -lF malloc.h \ - | ${XARGS} ${REINPLACE_CMD} -n -e "s|||" -e t -e p post-configure: -# Work around shortcomings of the Image.rules et. al: +# Work around shortcomings of the Imake.rules et. al: ${REINPLACE_CMD} -e 's:-fPIC:${FPIC} -DPIC:g' \ -e 's,-c \$$(CCOPTIONS),-c $$(CFLAGS),' \ -e 's,\(\$$(AR) \$$@ \$$\)(OBJS),\1(OBJS:S|^|unshared/|),' \