Index: head/net/netembryo/Makefile =================================================================== --- head/net/netembryo/Makefile (revision 382334) +++ head/net/netembryo/Makefile (revision 382335) @@ -1,41 +1,47 @@ # Created by: Emmanuel Richiardone (err@tollari.org) # $FreeBSD$ PORTNAME= netembryo PORTVERSION= 0.1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_LOCAL} \ http://pkgs.fedoraproject.org/repo/pkgs/netembryo/netembryo-0.1.1.tar.bz2/d5a3c96b37fe3e4fb1c49df1f7a4a16f/ \ http://lscube.org/files/downloads/netembryo/ MASTER_SITE_SUBDIR= rakuco MAINTAINER= ports@FreeBSD.org COMMENT= Network abstraction library LICENSE= LGPL21 -OPTIONS_DEFINE= OPENSSL -OPTIONS_DEFAULT=OPENSSL +OPTIONS_DEFINE= OPENSSL SCTP IPV6 +OPTIONS_DEFAULT= OPENSSL SCTP +OPTIONS_SUB= yes +SCTP_DESC= Stream Control Transmission Protocol support + +OPTIONS_EXCLUDE_DragonFly= SCTP +IPV6_CONFIGURE_ENABLE= ipv6 +SCTP_CONFIGURE_ENABLE= sctp USES= gmake libtool pathfix pkgconfig tar:bzip2 USE_GNOME= glib20 USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-silent-rules INSTALL_TARGET= install-strip .include .if ${PORT_OPTIONS:MOPENSSL} USE_OPENSSL= yes CONFIGURE_ENV+= OPENSSL_CFLAGS="-I${OPENSSLINC}" \ OPENSSL_LIBS="-L${OPENSSLLIB}" .else CONFIGURE_ARGS+=--without-openssl .endif post-patch: @${REINPLACE_CMD} '/_XOPEN_SOURCE/d' ${WRKSRC}/configure .include Index: head/net/netembryo/pkg-plist =================================================================== --- head/net/netembryo/pkg-plist (revision 382334) +++ head/net/netembryo/pkg-plist (revision 382335) @@ -1,10 +1,10 @@ include/netembryo/rtsp.h include/netembryo/url.h include/netembryo/wsocket.h include/netembryo/wsocket-internal.h lib/libnetembryo.a lib/libnetembryo.so lib/libnetembryo.so.9 lib/libnetembryo.so.9.0.0 libdata/pkgconfig/libnetembryo.pc -libdata/pkgconfig/libnetembryo-sctp.pc +%%SCTP%%libdata/pkgconfig/libnetembryo-sctp.pc