svn commit: r447018 - head/security/libgcrypt

Carlos J. Puga Medina cpm at FreeBSD.org
Tue Aug 1 13:01:19 UTC 2017


On Tue, 2017-08-01 at 06:51 -0600, Adam Weinberger wrote:
> > On 1 Aug, 2017, at 6:10, Carlos J. Puga Medina <cpm at FreeBSD.org>
> > wrote:
> > 
> > Author: cpm
> > Date: Tue Aug  1 12:10:13 2017
> > New Revision: 447018
> > URL: https://svnweb.freebsd.org/changeset/ports/447018
> > 
> > Log:
> >  - Fix the command line munging for jitterbase
> > 
> >  PR:		220937
> >  Reported by:	O. Hartmann <ohartmann at walstatt.org>
> >  Obtained from:	https://dev.gnupg.org/rCac39522ab08fcd2483ed
> > c223334c6ab9d19e91f3
> >  MFH:		2017Q3 (blanket)
> > 
> > Modified:
> >  head/security/libgcrypt/Makefile
> > 
> > Modified: head/security/libgcrypt/Makefile
> > ===================================================================
> > ===========
> > --- 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+=	--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.*
> > 
> > post-install:
> > 	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/${PORTNAME}.so
> > 
> 
> Does this need a PORTREVISION bump?

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.
> 
> # Adam
> 
> 
-- 
Carlos Jacobo Puga Medina <cpm at FreeBSD.org>
PGP fingerprint = C60E 9497 5302 793B CC2D  BB89 A1F3 5D66 E6D0 5453
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 618 bytes
Desc: This is a digitally signed message part
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20170801/5adbbf56/attachment.sig>


More information about the svn-ports-all mailing list