Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Jul 2012 02:44:11 +0900
From:      KATO Tsuguru <tkato432@yahoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/170163: net/netembryo: Update to version 0.1.1
Message-ID:  <20120726024411.cc4c44adb1942ae23fb449db@yahoo.com>
Resent-Message-ID: <201207251810.q6PIAGZQ060897@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         170163
>Category:       ports
>Synopsis:       net/netembryo: Update to version 0.1.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 25 18:10:16 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 7.4-RELEASE-p9 i386
>Organization:
>Environment:
>Description:
- Update to version 0.1.1

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/net/netembryo/Makefile net/netembryo/Makefile
--- /usr/ports/net/netembryo/Makefile	2012-07-23 10:33:55.000000000 +0900
+++ net/netembryo/Makefile	2012-07-24 01:41:06.000000000 +0900
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	netembryo
-PORTVERSION=	0.0.5
+PORTVERSION=	0.1.1
 CATEGORIES=	net
 MASTER_SITES=	http://lscube.org/files/downloads/netembryo/
 
@@ -17,10 +17,25 @@
 
 BUILD_DEPENDS=	pkg-config>0:${PORTSDIR}/devel/pkg-config
 
-GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
+OPTIONS_DEFINE=	OPENSSL
+OPTIONS_DEFAULT=OPENSSL
+
 USE_BZIP2=	yes
+USE_GNOME=	glib20 gnomehack pkgconfig
+USE_GMAKE=	yes
+GNU_CONFIGURE=	yes
+CONFIGURE_ARGS=	--disable-silent-rules
 USE_LDCONFIG=	yes
-USE_GNOME=	gnomehack
+MAKE_JOBS_SAFE=	yes
+
+.include <bsd.port.options.mk>
+
+.if ${PORT_OPTIONS:MOPENSSL}
+USE_OPENSSL=	yes
+CONFIGURE_ENV+=	OPENSSL_CFLAGS="-I${OPENSSLINC}" \
+		OPENSSL_LIBS="-L${OPENSSLLIB}"
+.else
+CONFIGURE_ARGS+=--without-openssl
+.endif
 
 .include <bsd.port.mk>
diff -urN /usr/ports/net/netembryo/distinfo net/netembryo/distinfo
--- /usr/ports/net/netembryo/distinfo	2011-09-02 09:34:00.000000000 +0900
+++ net/netembryo/distinfo	2012-07-10 17:58:59.000000000 +0900
@@ -1,2 +1,2 @@
-SHA256 (netembryo-0.0.5.tar.bz2) = 5ca8ac883d255335d3fa047c861ffc61e6c74b98843a3b1093c40ca41ecc986b
-SIZE (netembryo-0.0.5.tar.bz2) = 452744
+SHA256 (netembryo-0.1.1.tar.bz2) = b20c12f09e99f9c00efab3b9588457fd8a2fa6bb3ed26c35ada572c0b172a981
+SIZE (netembryo-0.1.1.tar.bz2) = 265851
diff -urN /usr/ports/net/netembryo/pkg-plist net/netembryo/pkg-plist
--- /usr/ports/net/netembryo/pkg-plist	2011-09-02 09:34:00.000000000 +0900
+++ net/netembryo/pkg-plist	2012-07-10 18:05:06.000000000 +0900
@@ -1,9 +1,11 @@
+include/netembryo/rtsp.h
 include/netembryo/url.h
-include/netembryo/rtsp_errors.h
 include/netembryo/wsocket.h
+include/netembryo/wsocket-internal.h
 lib/libnetembryo.a
 lib/libnetembryo.la
 lib/libnetembryo.so
-lib/libnetembryo.so.5
+lib/libnetembryo.so.9
 libdata/pkgconfig/libnetembryo.pc
+libdata/pkgconfig/libnetembryo-sctp.pc
 @dirrm include/netembryo
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20120726024411.cc4c44adb1942ae23fb449db>