From owner-svn-ports-all@FreeBSD.ORG Fri Oct 18 07:05:41 2013 Return-Path: Delivered-To: svn-ports-all@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 16683B60; Fri, 18 Oct 2013 07:05:41 +0000 (UTC) (envelope-from oliver@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 0401C24EA; Fri, 18 Oct 2013 07:05:41 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9I75e59063409; Fri, 18 Oct 2013 07:05:40 GMT (envelope-from oliver@svn.freebsd.org) Received: (from oliver@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9I75eZV063407; Fri, 18 Oct 2013 07:05:40 GMT (envelope-from oliver@svn.freebsd.org) Message-Id: <201310180705.r9I75eZV063407@svn.freebsd.org> From: Oliver Lehmann Date: Fri, 18 Oct 2013 07:05:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r330725 - in head/games/heretic: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Oct 2013 07:05:41 -0000 Author: oliver Date: Fri Oct 18 07:05:40 2013 New Revision: 330725 URL: http://svnweb.freebsd.org/changeset/ports/330725 Log: fix build with clang by removing the forced set of CC Modified: head/games/heretic/Makefile (contents, props changed) head/games/heretic/files/patch-aj (contents, props changed) Modified: head/games/heretic/Makefile ============================================================================== --- head/games/heretic/Makefile Fri Oct 18 06:41:42 2013 (r330724) +++ head/games/heretic/Makefile Fri Oct 18 07:05:40 2013 (r330725) @@ -55,7 +55,7 @@ PLIST_SUB= WAD:="@comment " post-extract: .if ${PORT_OPTIONS:MWAD} - @${GZIP_CMD} ${EXTRACT_BEFORE_ARGS} ${_DISTDIR}/heretic_share.wad.gz \ + @${GZIP_CMD} -dc ${_DISTDIR}/heretic_share.wad.gz \ > ${WRKSRC}/heretic_share.wad .endif @${FIND} ${WRKSRC} -name .depend -type f -delete Modified: head/games/heretic/files/patch-aj ============================================================================== --- head/games/heretic/files/patch-aj Fri Oct 18 06:41:42 2013 (r330724) +++ head/games/heretic/files/patch-aj Fri Oct 18 07:05:40 2013 (r330725) @@ -1,7 +1,8 @@ --- sndserv/Makefile.orig Sat Oct 23 11:02:21 1999 +++ sndserv/Makefile Thu Jan 10 19:34:23 2002 @@ -1,6 +1,6 @@ - CC = gcc +-CC = gcc ++#CC = gcc -CFLAGS= -Wall -Wstrict-prototypes $(COPT.arch) +CFLAGS= -Wall -Wstrict-prototypes $(COPT.arch) -I/usr/include/sys