From owner-svn-ports-all@FreeBSD.ORG Fri Oct 18 07:54:18 2013 Return-Path: Delivered-To: svn-ports-all@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 ESMTP id 383DA654; Fri, 18 Oct 2013 07:54:18 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-wi0-x22a.google.com (mail-wi0-x22a.google.com [IPv6:2a00:1450:400c:c05::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 564BE2818; Fri, 18 Oct 2013 07:54:17 +0000 (UTC) Received: by mail-wi0-f170.google.com with SMTP id l12so1971029wiv.3 for ; Fri, 18 Oct 2013 00:54:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=CFQGE0SL9MwJ0Cf13QICxYMzUSgR9W85MBdVc45AOKI=; b=GLcNKsJ+CGxydhpok0rAtwjq5dfNiBEmeR943g3Yz+4lR7hK00nxszmsSEzxZT8FMp +ufbSRJSU9a/IVfvXliNCS/z/WxCZONFFBHq2PIps/cZHL4Vq/0fIn1ZDNTB/JMFQi8R GZdTlBy6ugnHS+jntJrsMHZpx5Me3Gxns9zWGr8hxZ4zJ1h7eP0F4puGJ9KG38Tywzr7 EJuvoyACjQBQMsVqrEWaeURVjpsp62eIuZjAZkrgK7wwvT84XuDebVuRXt5XauHVj80N 7RsKsZuA70Ml/oeadzEUf2pi81LN32Y7iQBJymFcYXV5LeEdUT2bzCImKoVfGw09mJjK uUnQ== X-Received: by 10.180.101.134 with SMTP id fg6mr1732536wib.9.1382082855715; Fri, 18 Oct 2013 00:54:15 -0700 (PDT) Received: from ithaqua.etoilebsd.net (ithaqua.etoilebsd.net. [37.59.37.188]) by mx.google.com with ESMTPSA id s4sm24342226wiy.1.2013.10.18.00.54.12 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Fri, 18 Oct 2013 00:54:14 -0700 (PDT) Sender: Baptiste Daroussin Date: Fri, 18 Oct 2013 09:54:09 +0200 From: Baptiste Daroussin To: Oliver Lehmann Subject: Re: svn commit: r330725 - in head/games/heretic: . files Message-ID: <20131018075408.GI42657@ithaqua.etoilebsd.net> References: <201310180705.r9I75eZV063407@svn.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="v2/QI0iRXglpx0hK" Content-Disposition: inline In-Reply-To: <201310180705.r9I75eZV063407@svn.freebsd.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org 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:54:18 -0000 --v2/QI0iRXglpx0hK Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Oct 18, 2013 at 07:05:40AM +0000, Oliver Lehmann wrote: > Author: oliver > Date: Fri Oct 18 07:05:40 2013 > New Revision: 330725 > URL: http://svnweb.freebsd.org/changeset/ports/330725 >=20 > Log: > fix build with clang by removing the forced set of CC >=20 > Modified: > head/games/heretic/Makefile (contents, props changed) > head/games/heretic/files/patch-aj (contents, props changed) >=20 > Modified: head/games/heretic/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- 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=3D WAD:=3D"@comment " > =20 > 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 >=20 > Modified: head/games/heretic/files/patch-aj > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- 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 =3D gcc > +-CC =3D gcc > ++#CC =3D gcc > =20 > -CFLAGS=3D -Wall -Wstrict-prototypes $(COPT.arch) > +CFLAGS=3D -Wall -Wstrict-prototypes $(COPT.arch) -I/usr/include/sys Passing CC and CFLAGS to MAKE_ARGS will achieve the same goal without the n= eed of an external patch. MAKE_ARGS=3D CC=3D"${CC}" CFLAGS=3D"${CFLAGS}" regards, Bapt --v2/QI0iRXglpx0hK Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAlJg6SAACgkQ8kTtMUmk6Exi6QCfc6PhlssWreyaBLd4ltRXKyIK uucAnRkl+OlOovrP17gzEpMVYGQEk76i =TSKq -----END PGP SIGNATURE----- --v2/QI0iRXglpx0hK--