Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Oct 2002 13:21:01 -0700 (PDT)
From:      KATO Tsuguru <tkato@prontomail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/44117: Update port: net/libosip
Message-ID:  <200210152021.g9FKL1Rd068101@www.freebsd.org>

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

>Number:         44117
>Category:       ports
>Synopsis:       Update port: net/libosip
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Oct 15 13:30:01 PDT 2002
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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