From owner-svn-ports-head@freebsd.org Tue Aug 1 13:02:46 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B7C31DABD3E; Tue, 1 Aug 2017 13:02:46 +0000 (UTC) (envelope-from adamw@adamw.org) Received: from apnoea.adamw.org (apnoea.adamw.org [104.225.5.94]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "apnoea.adamw.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1B50C76903; Tue, 1 Aug 2017 13:02:45 +0000 (UTC) (envelope-from adamw@adamw.org) Received: by apnoea.adamw.org (OpenSMTPD) with ESMTPSA id e487c108 TLS version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Tue, 1 Aug 2017 07:02:44 -0600 (MDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Subject: Re: svn commit: r447018 - head/security/libgcrypt From: Adam Weinberger In-Reply-To: <1501592472.56145.1.camel@FreeBSD.org> Date: Tue, 1 Aug 2017 07:02:42 -0600 Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <761891BE-C484-4864-9B61-6FB0346FE869@adamw.org> References: <201708011210.v71CADtY010563@repo.freebsd.org> <288E334F-B60C-4879-A234-B2FF71D30B56@adamw.org> <1501592472.56145.1.camel@FreeBSD.org> To: "Carlos J. Puga Medina" X-Mailer: Apple Mail (2.3273) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 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: Tue, 01 Aug 2017 13:02:46 -0000 > On 1 Aug, 2017, at 7:01, Carlos J. Puga Medina = wrote: >=20 > On Tue, 2017-08-01 at 06:51 -0600, Adam Weinberger wrote: >>> On 1 Aug, 2017, at 6:10, Carlos J. Puga Medina >>> wrote: >>>=20 >>> Author: cpm >>> Date: Tue Aug 1 12:10:13 2017 >>> New Revision: 447018 >>> URL: https://svnweb.freebsd.org/changeset/ports/447018 >>>=20 >>> Log: >>> - Fix the command line munging for jitterbase >>>=20 >>> PR: 220937 >>> Reported by: O. Hartmann >>> Obtained from: https://dev.gnupg.org/rCac39522ab08fcd2483ed >>> c223334c6ab9d19e91f3 >>> MFH: 2017Q3 (blanket) >>>=20 >>> Modified: >>> head/security/libgcrypt/Makefile >>>=20 >>> Modified: head/security/libgcrypt/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/security/libgcrypt/Makefile Tue Aug 1 11:26:38 >>> 2017 (r447017) >>> +++ head/security/libgcrypt/Makefile Tue Aug 1 12:10:13 >>> 2017 (r447018) >>> @@ -40,6 +40,7 @@ CONFIGURE_ARGS+=3D --disable-asm >>> post-patch: >>> @${RM} ${WRKSRC}/doc/gcrypt.info* >>> @${REINPLACE_CMD} -e 's|ALIGN (3)|ALIGN (2)|g' >>> ${WRKSRC}/mpi/i386/*.S >>> + @${REINPLACE_CMD} -e 's|-O0/'\''|-O0/g'\''|g' >>> ${WRKSRC}/random/Makefile.* >>>=20 >>> post-install: >>> @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/${PORTNAME}.so >>>=20 >>=20 >> Does this need a PORTREVISION bump? >=20 > In this case, PORTREVISION doesn't need to be changed. The port either > builds and is fine, or it aborts building with an error if you are > overriding the CFLAGS defaults to optimize it. Ah! I hadn't caught that it was for a build failure. Thanks for the = explanation, Carlos. # Adam --=20 Adam Weinberger adamw@adamw.org https://www.adamw.org