From owner-svn-ports-all@FreeBSD.ORG Fri Aug 1 13:21:44 2014 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 ESMTPS id 308D59D7; Fri, 1 Aug 2014 13:21:44 +0000 (UTC) Received: from apnoea.adamw.org (apnoea.adamw.org [204.109.59.150]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C5D572EC5; Fri, 1 Aug 2014 13:21:43 +0000 (UTC) Received: from [192.168.192.25] (dhcp-108-170-169-12.cable.user.start.ca [108.170.169.12]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by apnoea.adamw.org (Postfix) with ESMTPSA id 1CA6515EF55; Fri, 1 Aug 2014 09:21:32 -0400 (EDT) Content-Type: text/plain; charset=windows-1252 Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Subject: Re: svn commit: r363623 - head/net-mgmt/netams From: Adam Weinberger In-Reply-To: Date: Fri, 1 Aug 2014 09:21:30 -0400 Content-Transfer-Encoding: quoted-printable Message-Id: <542CE72B-39C2-476D-A541-A6AA8C7059AC@adamw.org> References: <201407311545.s6VFjVWb058252@svn.freebsd.org> To: Antoine Brodin X-Mailer: Apple Mail (2.1878.6) Cc: "svn-ports-head@freebsd.org" , "svn-ports-all@freebsd.org" , Adam Weinberger , "ports-committers@freebsd.org" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 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, 01 Aug 2014 13:21:44 -0000 On 1 Aug, 2014, at 6:28, Antoine Brodin wrote: > On Thu, Jul 31, 2014 at 5:45 PM, Adam Weinberger = wrote: >> Author: adamw >> Date: Thu Jul 31 15:45:30 2014 >> New Revision: 363623 >> URL: http://svnweb.freebsd.org/changeset/ports/363623 >> QAT: https://qat.redports.org/buildarchive/r363623/ >>=20 >> Log: >> Fix build without gcc. >>=20 >> Modified: >> head/net-mgmt/netams/Makefile >>=20 >> Modified: head/net-mgmt/netams/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/net-mgmt/netams/Makefile Thu Jul 31 15:24:56 2014 = (r363622) >> +++ head/net-mgmt/netams/Makefile Thu Jul 31 15:45:30 2014 = (r363623) >> @@ -104,6 +104,10 @@ pre-patch: >> @${REINPLACE_CMD} -e 's|locate_file "libglib-2\.0\.so".*|v1=3D""= \&\& v2=3D"" \&\& v3=3D""|' \ >> -e 's|locate_file "openssl/md5\.h".*|v1=3D""|' = ${WRKSRC}/configure.sh >>=20 >> +post-patch: >> + @${REINPLACE_CMD} -e '/^CC/s|g++|${CC}|; /^CPP/s|g++|${CXX}|; = /^CFLAGS/s/=3D/+=3D/' \ >> + ${WRKSRC}/src/Makefile >> + >> do-install: >> @${MKDIR} ${STAGEDIR}${DATADIR}/tools/oracle >> ${INSTALL_DATA} ${WRKSRC}/addon/netams.conf = ${STAGEDIR}${PREFIX}/etc/netams.conf.sample >>=20 >=20 > Hi, >=20 > This doesn't unbreak without gcc (and now breaks with gcc) >=20 > Cheers, >=20 > Antoine Yikes, you=92re right, I don=92t know what happened there. I=92ve = reverted it. # Adam --=20 Adam Weinberger adamw@adamw.org http://www.adamw.org