Date: Thu, 10 Jul 2014 09:51:57 +0000 (UTC) From: Tijl Coosemans <tijl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r361434 - head/net/netembryo Message-ID: <201407100951.s6A9pvnl085346@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tijl Date: Thu Jul 10 09:51:56 2014 New Revision: 361434 URL: http://svnweb.freebsd.org/changeset/ports/361434 QAT: https://qat.redports.org/buildarchive/r361434/ Log: - USES=libtool tar:bzip2 - Add INSTALL_TARGET=install-strip - Make post-patch command more specific Modified: head/net/netembryo/Makefile head/net/netembryo/pkg-plist Modified: head/net/netembryo/Makefile ============================================================================== --- head/net/netembryo/Makefile Thu Jul 10 09:37:24 2014 (r361433) +++ head/net/netembryo/Makefile Thu Jul 10 09:51:56 2014 (r361434) @@ -3,6 +3,7 @@ PORTNAME= netembryo PORTVERSION= 0.1.1 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_LOCAL} \ http://pkgs.fedoraproject.org/repo/pkgs/netembryo/netembryo-0.1.1.tar.bz2/d5a3c96b37fe3e4fb1c49df1f7a4a16f/ \ @@ -10,19 +11,19 @@ MASTER_SITES= ${MASTER_SITE_LOCAL} \ MASTER_SITE_SUBDIR= rakuco MAINTAINER= ports@FreeBSD.org -COMMENT= Network abstraction library used by for feng, libnemesi, felix +COMMENT= Network abstraction library LICENSE= LGPL21 OPTIONS_DEFINE= OPENSSL OPTIONS_DEFAULT=OPENSSL -USE_BZIP2= yes -USES= pathfix pkgconfig gmake +USES= gmake libtool pathfix pkgconfig tar:bzip2 USE_GNOME= glib20 -USE_AUTOTOOLS= libtool -CONFIGURE_ARGS= --disable-silent-rules USE_LDCONFIG= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --disable-silent-rules +INSTALL_TARGET= install-strip .include <bsd.port.options.mk> @@ -35,8 +36,6 @@ CONFIGURE_ARGS+=--without-openssl .endif post-patch: - @${REINPLACE_CMD} -e \ - 's|^CPPFLAGS=|#CPPFLAGS| ; \ - s|freebsd[0-9]|freebsd|' ${WRKSRC}/configure + @${REINPLACE_CMD} '/_XOPEN_SOURCE/d' ${WRKSRC}/configure .include <bsd.port.mk> Modified: head/net/netembryo/pkg-plist ============================================================================== --- head/net/netembryo/pkg-plist Thu Jul 10 09:37:24 2014 (r361433) +++ head/net/netembryo/pkg-plist Thu Jul 10 09:51:56 2014 (r361434) @@ -3,9 +3,9 @@ include/netembryo/url.h include/netembryo/wsocket.h include/netembryo/wsocket-internal.h lib/libnetembryo.a -lib/libnetembryo.la lib/libnetembryo.so lib/libnetembryo.so.9 +lib/libnetembryo.so.9.0.0 libdata/pkgconfig/libnetembryo.pc libdata/pkgconfig/libnetembryo-sctp.pc @dirrm include/netembryo
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407100951.s6A9pvnl085346>