diff options
| -rw-r--r-- | net/netembryo/Makefile | 15 | ||||
| -rw-r--r-- | net/netembryo/pkg-plist | 2 |
2 files changed, 8 insertions, 9 deletions
diff --git a/net/netembryo/Makefile b/net/netembryo/Makefile index c0e325583a57..3e032e60ca2f 100644 --- a/net/netembryo/Makefile +++ b/net/netembryo/Makefile @@ -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> diff --git a/net/netembryo/pkg-plist b/net/netembryo/pkg-plist index 760c410d71cf..546daaedf348 100644 --- a/net/netembryo/pkg-plist +++ b/net/netembryo/pkg-plist @@ -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 |
