Date: Sun, 18 May 2014 06:34:39 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r354395 - head/net-im/gloox Message-ID: <201405180634.s4I6Yd5W047452@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: miwi Date: Sun May 18 06:34:39 2014 New Revision: 354395 URL: http://svnweb.freebsd.org/changeset/ports/354395 QAT: https://qat.redports.org/buildarchive/r354395/ Log: - Update to 1.0.10 PR: 188867 Submitted by: Ports Fury Modified: head/net-im/gloox/Makefile Modified: head/net-im/gloox/Makefile ============================================================================== --- head/net-im/gloox/Makefile Sun May 18 06:33:34 2014 (r354394) +++ head/net-im/gloox/Makefile Sun May 18 06:34:39 2014 (r354395) @@ -3,6 +3,7 @@ PORTNAME= gloox PORTVERSION= 1.0.10 +PORTREVISION= 1 CATEGORIES= net-im MASTER_SITES= http://camaya.net/download/ @@ -14,22 +15,20 @@ LICENSE= GPLv3 LIB_DEPENDS= libidn.so:${PORTSDIR}/dns/libidn \ libgnutls.so:${PORTSDIR}/security/gnutls -USES= compiler:c++11-lang libtool:keepla pathfix pkgconfig tar:bzip2 -USE_LDCONFIG= yes +USES= libtool:keepla pathfix pkgconfig tar:bzip2 GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip +USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 900033 -USE_BINUTILS= yes -LDFLAGS+= -B${LOCALBASE}/bin -.endif - post-patch: @${REINPLACE_CMD} -e \ - 's|-lgcrypt||' ${WRKSRC}/configure + 's| -ansi|| ; \ + s| -lgcrypt||' ${WRKSRC}/configure + @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ + 's| -pedantic|| ; \ + s| -pipe||' -.include <bsd.port.post.mk> +.include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405180634.s4I6Yd5W047452>