From tkato432@yahoo.com  Wed Jul 25 18:03:22 2012
Return-Path: <tkato432@yahoo.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id C5CFC1065678
	for <FreeBSD-gnats-submit@FreeBSD.org>; Wed, 25 Jul 2012 18:02:50 +0000 (UTC)
	(envelope-from tkato432@yahoo.com)
Received: from msa105lp.auone-net.jp (msa105lp.auone-net.jp [222.3.140.168])
	by mx1.freebsd.org (Postfix) with ESMTP id 9611F8FC0C
	for <FreeBSD-gnats-submit@FreeBSD.org>; Wed, 25 Jul 2012 18:02:50 +0000 (UTC)
Received: from localhost.localdomain (ZT029177.ppp.dion.ne.jp [59.128.29.177])
	by msa105lp.auone-net.jp (au one net msa) with ESMTP id F1AA850036
	for <FreeBSD-gnats-submit@FreeBSD.org>; Thu, 26 Jul 2012 03:02:48 +0900 (JST)
Message-Id: <20120726024411.cc4c44adb1942ae23fb449db@yahoo.com>
Date: Thu, 26 Jul 2012 02:44:11 +0900
From: KATO Tsuguru <tkato432@yahoo.com>
To: FreeBSD-gnats-submit@FreeBSD.org
Subject: net/netembryo: Update to version 0.1.1

>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:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 25 18:10:16 UTC 2012
>Closed-Date:    Thu Nov 22 19:45:46 UTC 2012
>Last-Modified:  Thu Nov 22 19:45:46 UTC 2012
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Wed Jul 25 18:12:58 UTC 2012 
Responsible-Changed-Why:  
miwi@ wants his PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=170163 

From: KATO Tsuguru <tkato432@yahoo.com>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/170163: net/netembryo: Update to version 0.1.1
Date: Sat, 28 Jul 2012 02:57:15 +0900

 This is a multi-part message in MIME format.
 
 --Multipart=_Sat__28_Jul_2012_02_57_15_+0900_vE1t6nDR9sWe1rcD
 Content-Type: text/plain; charset=US-ASCII
 Content-Transfer-Encoding: 7bit
 
 Remake of the patch against current tree.
 
 --Multipart=_Sat__28_Jul_2012_02_57_15_+0900_vE1t6nDR9sWe1rcD
 Content-Type: text/x-diff;
  name="net_netembryo.diff"
 Content-Disposition: attachment;
  filename="net_netembryo.diff"
 Content-Transfer-Encoding: 7bit
 
 diff -urN /usr/ports/net/netembryo/Makefile net/netembryo/Makefile
 --- /usr/ports/net/netembryo/Makefile	2012-07-26 14:40:22.000000000 +0900
 +++ net/netembryo/Makefile	2012-07-28 02:10:16.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/
  
 @@ -15,11 +15,26 @@
  
  LICENSE=	LGPL21
  
 -GNU_CONFIGURE=	yes
 -USE_GMAKE=	yes
 +OPTIONS_DEFINE=	OPENSSL
 +OPTIONS_DEFAULT=OPENSSL
 +
  USE_BZIP2=	yes
 -USE_LDCONFIG=	yes
 +USE_GNOME=	glib20 gnomehack
  USE_PKGCONFIG=	yes
 -USE_GNOME=	gnomehack
 +USE_GMAKE=	yes
 +GNU_CONFIGURE=	yes
 +CONFIGURE_ARGS=	--disable-silent-rules
 +USE_LDCONFIG=	yes
 +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
 
 --Multipart=_Sat__28_Jul_2012_02_57_15_+0900_vE1t6nDR9sWe1rcD--
State-Changed-From-To: open->feedback 
State-Changed-By: miwi 
State-Changed-When: Sun Aug 5 22:19:23 UTC 2012 
State-Changed-Why:  
fails to build 
http://tb.smeets.im/tb/index.php?action=describe_port&id=2426 

http://www.freebsd.org/cgi/query-pr.cgi?pr=170163 

From: KATO Tsuguru <tkato432@yahoo.com>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/170163: net/netembryo: Update to version 0.1.1
Date: Tue, 7 Aug 2012 03:28:48 +0900

 This is a multi-part message in MIME format.
 
 --Multipart=_Tue__7_Aug_2012_03_28_48_+0900_MPm9v0Be1VbOQOt5
 Content-Type: text/plain; charset=US-ASCII
 Content-Transfer-Encoding: 7bit
 
 Here is the corrected patch.
 
 --Multipart=_Tue__7_Aug_2012_03_28_48_+0900_MPm9v0Be1VbOQOt5
 Content-Type: text/x-diff;
  name="net_netembryo.diff"
 Content-Disposition: attachment;
  filename="net_netembryo.diff"
 Content-Transfer-Encoding: 7bit
 
 diff -urN /usr/ports/net/netembryo/Makefile net/netembryo/Makefile
 --- /usr/ports/net/netembryo/Makefile	2012-07-26 14:40:22.000000000 +0900
 +++ net/netembryo/Makefile	2012-08-06 15:28:26.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/
  
 @@ -15,11 +15,31 @@
  
  LICENSE=	LGPL21
  
 -GNU_CONFIGURE=	yes
 -USE_GMAKE=	yes
 +OPTIONS_DEFINE=	OPENSSL
 +OPTIONS_DEFAULT=OPENSSL
 +
  USE_BZIP2=	yes
 +USE_GNOME=	glib20 gnomehack
 +USE_PKGCONFIG=	build
 +USE_GMAKE=	yes
 +USE_AUTOTOOLS=	libtool
 +CONFIGURE_ARGS=	--disable-silent-rules
  USE_LDCONFIG=	yes
 -USE_PKGCONFIG=	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
 +
 +post-patch:
 +	@${REINPLACE_CMD} -e \
 +		's|^CPPFLAGS=|#CPPFLAGS| ; \
 +		 s|freebsd[0-9]|freebsd|' ${WRKSRC}/configure
  
  .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
 
 --Multipart=_Tue__7_Aug_2012_03_28_48_+0900_MPm9v0Be1VbOQOt5--
Responsible-Changed-From-To: miwi->freebsd-ports-bugs 
Responsible-Changed-By: bapt 
Responsible-Changed-When: Mon Oct 29 09:53:28 UTC 2012 
Responsible-Changed-Why:  
Reassign to the heap miwi being overloaded for now 

http://www.freebsd.org/cgi/query-pr.cgi?pr=170163 
State-Changed-From-To: feedback->closed 
State-Changed-By: pawel 
State-Changed-When: Thu Nov 22 19:45:45 UTC 2012 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=170163 
>Unformatted:
