Bug 95306 - Update devel/pwlib to 1.10.0
Summary: Update devel/pwlib to 1.10.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Renato Botelho
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-04 15:20 UTC by Steve Ames
Modified: 2006-04-05 13:52 UTC (History)
0 users

See Also:


Attachments
file.diff (1.40 KB, patch)
2006-04-04 15:20 UTC, Steve Ames
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Steve Ames 2006-04-04 15:20:18 UTC
	This patch updates devel/pwlib from 1.9.2 to 1.10.0. The 1.10.0
	release is latest Release version and is also the required version
	to compile Ekiga. This version should clear the way to create new
	ports for both Opal (the successor to net/openh323 that supports
	both SIP and H323) and Ekiga (the successor to net/gnomemeeting).

Fix: Patch below and at http://steve.energistic.com/h323-ports/pwlib-1.9.2-1.10.0.diff

How-To-Repeat: 	N/A
Comment 1 Renato Botelho freebsd_committer freebsd_triage 2006-04-04 16:19:22 UTC
Responsible Changed
From-To: freebsd-ports-bugs->garga

I'll take it.
Comment 2 Steve Ames 2006-04-04 17:46:13 UTC
Forgot to update pkg-plist... patch updated at URL and attached below:


diff -ruN pwlib.bak/Makefile pwlib/Makefile
--- Makefile.bak	Fri Mar 17 16:30:00 2006
+++ Makefile	Tue Apr  4 12:02:06 2006
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	pwlib
-PORTVERSION=	1.9.2
-PORTREVISION=	4
+PORTVERSION=	1.10.0
 PORTEPOCH=	1
 CATEGORIES=	devel
 MASTER_SITES=	http://www.voxgratia.org/releases/
@@ -31,11 +30,11 @@
 
 .include <bsd.port.pre.mk>
 
-CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS} -O1 -I${LOCALBASE}/include" \
+CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS} -O1 -I${WRKSRC}/include -I${LOCALBASE}/include" \
 		LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" \
 		PTHREAD_LIBS="${PTHREAD_LIBS}" \
 		CFLAGS="${CFLAGS} -O1"
-MAKE_ENV=	CPPFLAGS="${CPPFLAGS} -O1 -I${LOCALBASE}/include" \
+MAKE_ENV=	CPPFLAGS="${CPPFLAGS} -O1 -I${WRKSRC}/include -I${LOCALBASE}/include" \
 		LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" \
 		STDCCFLAGS+="-I${LOCALBASE}" \
 		CFLAGS="${CFLAGS} -O1"
diff -ruN pwlib.bak/distinfo pwlib/distinfo
--- distinfo.bak	Sun Feb  5 08:39:40 2006
+++ distinfo	Tue Apr  4 12:02:06 2006
@@ -1,3 +1,3 @@
-MD5 (pwlib-v1_9_2-src-tar.gz) = 7135533e23747050bc218cac6edc764d
-SHA256 (pwlib-v1_9_2-src-tar.gz) = 03131bd6f40f59ec3d9e1675f5aa20714e30e0e1505804a224f9b6be78a8f896
-SIZE (pwlib-v1_9_2-src-tar.gz) = 2060667
+MD5 (pwlib-v1_10_0-src-tar.gz) = 90d10de70e79fe304462716e741a464e
+SHA256 (pwlib-v1_10_0-src-tar.gz) = 818c0dbe08cf2468eb2492e0ee967b95a934b30ecfb1f2d88586232f37bb0bbc
+SIZE (pwlib-v1_10_0-src-tar.gz) = 2074224
diff -ruN pwlib.bak/pkg-plist pwlib/pkg-plist
--- pkg-plist.bak	Sun Feb 19 14:16:19 2006
+++ pkg-plist	Tue Apr  4 12:07:28 2006
@@ -155,8 +155,8 @@
 lib/libpt.so
 lib/libpt_r.so
 lib/libpt_r.so.1
-lib/libpt_r.so.1.9
-lib/libpt_r.so.1.9.2
+lib/libpt_r.so.1.10
+lib/libpt_r.so.1.10.0
 lib/pwlib/devices/sound/oss_pwplugin.so
 %%BSDVIDEO%%lib/pwlib/devices/videoinput/bsdvideo_pwplugin.so
 @dirrm lib/pwlib/devices/sound
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2006-04-05 08:37:39 UTC
On Tue, Apr 04, 2006 at 10:15:11AM -0400, Steve Ames wrote:
> >Number:         95306
> >Category:       ports
> >Synopsis:       Update devel/pwlib to 1.10.0

Please let me know when this one is done so I can commit net/opal

Edwin

-- 
Edwin Groothuis      |            Personal website: http://www.mavetju.org
edwin@freebsd.org    |          Weblog: http://weblog.barnet.com.au/edwin/
Comment 4 Renato Botelho freebsd_committer freebsd_triage 2006-04-05 13:52:01 UTC
State Changed
From-To: open->closed

Committed, with changes. I added a REINPLACE_CMD on post-patch to 
s/stdint.h/inttypes.h on FreeBSD < 5.x. Thanks for contributing!!