From nobody@FreeBSD.org  Tue Oct 15 13:21:01 2002
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id A92A837B404
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 15 Oct 2002 13:21:01 -0700 (PDT)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 34B9943EA9
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 15 Oct 2002 13:21:01 -0700 (PDT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g9FKL17R068102
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 15 Oct 2002 13:21:01 -0700 (PDT)
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.12.6/8.12.6/Submit) id g9FKL1Rd068101;
	Tue, 15 Oct 2002 13:21:01 -0700 (PDT)
Message-Id: <200210152021.g9FKL1Rd068101@www.freebsd.org>
Date: Tue, 15 Oct 2002 13:21:01 -0700 (PDT)
From: KATO Tsuguru <tkato@prontomail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Update port: net/libosip
X-Send-Pr-Version: www-1.0

>Number:         44117
>Category:       ports
>Synopsis:       Update port: net/libosip
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Oct 15 13:30:01 PDT 2002
>Closed-Date:    Fri Oct 25 16:59:50 PDT 2002
>Last-Modified:  Fri Oct 25 16:59:50 PDT 2002
>Originator:     KATO Tsuguru
>Release:        4.7-RELEASE i386
>Organization:
>Environment:
>Description:
- GNU_CONFIGURE -> USE_LIBTOOL

New file:
files/patch-configure

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/net/libosip/Makefile net/libosip/Makefile
--- /usr/ports/net/libosip/Makefile	Fri Oct 11 02:58:37 2002
+++ net/libosip/Makefile	Sat Oct 12 16:06:50 2002
@@ -8,6 +8,7 @@
 
 PORTNAME=	libosip
 PORTVERSION=	0.8.9
+PORTREVISION=	1
 CATEGORIES=	net
 MASTER_SITES=	${MASTER_SITE_GNU}
 MASTER_SITE_SUBDIR=	osip
@@ -15,9 +16,9 @@
 MAINTAINER=	ports@FreeBSD.org
 
 USE_REINPLACE=	yes
-GNU_CONFIGURE=	yes
+USE_LIBTOOL=	yes
+LIBTOOLFLAGS=	--disable-ltlibs --release-ignore
 INSTALLS_SHLIB=	yes
-PLIST_SUB=	PORTVERSION=${PORTVERSION}
 
 post-patch:
 	@${REINPLACE_CMD} -e "s|-lpthread|${PTHREAD_LIBS}|g" ${WRKSRC}/configure
diff -urN /usr/ports/net/libosip/files/patch-configure net/libosip/files/patch-configure
--- /usr/ports/net/libosip/files/patch-configure	Thu Jan  1 09:00:00 1970
+++ net/libosip/files/patch-configure	Sat Oct 12 16:00:45 2002
@@ -0,0 +1,10 @@
+--- configure.orig	Fri Sep  6 08:22:31 2002
++++ configure	Sat Oct 12 16:00:32 2002
+@@ -5181,6 +5181,7 @@
+ 
+ # This can be used to rebuild libtool when needed
+ LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
++$ac_aux_dir/ltconfig $LIBTOOL_DEPS
+ 
+ # Always use our own libtool.
+ LIBTOOL='$(SHELL) $(top_builddir)/libtool'
diff -urN /usr/ports/net/libosip/pkg-plist net/libosip/pkg-plist
--- /usr/ports/net/libosip/pkg-plist	Sun Jul  7 01:10:51 2002
+++ net/libosip/pkg-plist	Sat Oct 12 16:02:20 2002
@@ -13,14 +13,9 @@
 include/osip/smsgtypes.h
 include/osip/thread.h
 include/osip/urls.h
-@dirrm include/osip
-lib/libfsmtl-%%PORTVERSION%%.so
-lib/libfsmtl-%%PORTVERSION%%.so.0
 lib/libfsmtl.a
-lib/libfsmtl.la
-lib/libfsmtl.so
-lib/libosip-%%PORTVERSION%%.so
-lib/libosip-%%PORTVERSION%%.so.0
+lib/libfsmtl.so.0
 lib/libosip.a
-lib/libosip.la
 lib/libosip.so
+lib/libosip.so.0
+@dirrm include/osip

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: naddy 
State-Changed-When: Fri Oct 25 16:59:35 PDT 2002 
State-Changed-Why:  
Committed, thanks. 

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