Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Jul 2002 16:50:55 -0700 (PDT)
From:      KATO Tsuguru <tkato@prontomail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/41029: Update port: devel/libshbuf
Message-ID:  <200207262350.g6QNotTY038310@www.freebsd.org>

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

>Number:         41029
>Category:       ports
>Synopsis:       Update port: devel/libshbuf
>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:   Fri Jul 26 17:00:04 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        4.6-RELEASE i386
>Organization:
>Environment:
>Description:
- Do not install .la files

New file:
files/patch-configure

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/devel/libshbuf/Makefile devel/libshbuf/Makefile
--- /usr/ports/devel/libshbuf/Makefile	Wed Jun 26 22:01:43 2002
+++ devel/libshbuf/Makefile	Wed Jul 24 02:55:10 2002
@@ -8,6 +8,7 @@
 
 PORTNAME=	libshbuf
 PORTVERSION=	0.0.2
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -16,10 +17,10 @@
 
 USE_REINPLACE=	yes
 USE_LIBTOOL=	yes
-GNU_CONFIGURE=	yes
+CONFIGURE_TARGET=	--build=${ARCH}-portbld-freebsd${OSREL}
 INSTALLS_SHLIB=	yes
 
 post-patch:
-	@${REINPLACE_CMD} -e "s,-lpthread,${PTHREAD_LIBS},g" ${WRKSRC}/configure
+	@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure
 
 .include <bsd.port.mk>
diff -urN /usr/ports/devel/libshbuf/files/patch-configure devel/libshbuf/files/patch-configure
--- /usr/ports/devel/libshbuf/files/patch-configure	Thu Jan  1 09:00:00 1970
+++ devel/libshbuf/files/patch-configure	Wed Jul 24 02:53:54 2002
@@ -0,0 +1,10 @@
+--- configure.orig	Fri May  3 02:07:53 2002
++++ configure	Wed Jul 24 02:53:45 2002
+@@ -7272,6 +7272,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/devel/libshbuf/pkg-plist devel/libshbuf/pkg-plist
--- /usr/ports/devel/libshbuf/pkg-plist	Mon May  6 23:47:14 2002
+++ devel/libshbuf/pkg-plist	Wed Jul 24 02:51:59 2002
@@ -1,7 +1,6 @@
 include/libshbuf/shbuf.h
 include/libshbuf/shbuferr.h
-@dirrm include/libshbuf
 lib/libshbuf.a
-lib/libshbuf.la
 lib/libshbuf.so
 lib/libshbuf.so.1
+@dirrm include/libshbuf

>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?200207262350.g6QNotTY038310>