Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Dec 2002 07:09:15 +0900
From:      KATO Tsuguru <tkato@prontomail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/45928: Update port: devel/lwp
Message-ID:  <20021203070915.0af9da7b.tkato@prontomail.com>

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

>Number:         45928
>Category:       ports
>Synopsis:       Update port: devel/lwp
>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:   Mon Dec 02 14:20:04 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.7-RELEASE-p2 i386
>Organization:
>Environment:
>Description:
- Do not install useless .la file

New file:
files/patch-configure

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/devel/lwp/Makefile devel/lwp/Makefile
--- /usr/ports/devel/lwp/Makefile	Mon Nov 11 18:59:16 2002
+++ devel/lwp/Makefile	Sun Dec  1 08:40:14 2002
@@ -7,13 +7,15 @@
 
 PORTNAME=	lwp
 PORTVERSION=	1.9
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	ftp://ftp.coda.cs.cmu.edu/pub/lwp/src/
 
-MAINTAINER=	ports@freebsd.org
+MAINTAINER=	ports@FreeBSD.org
 
 USE_GMAKE=	yes
-GNU_CONFIGURE=  yes
+USE_LIBTOOL=	yes
+CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
 INSTALLS_SHLIB=	yes
 
 .include <bsd.port.mk>
diff -urN /usr/ports/devel/lwp/files/patch-configure devel/lwp/files/patch-configure
--- /usr/ports/devel/lwp/files/patch-configure	Thu Jan  1 09:00:00 1970
+++ devel/lwp/files/patch-configure	Sun Dec  1 08:37:29 2002
@@ -0,0 +1,10 @@
+--- configure.orig	Thu Oct 11 06:14:08 2001
++++ configure	Sun Dec  1 08:37:18 2002
+@@ -6872,6 +6872,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/lwp/pkg-plist devel/lwp/pkg-plist
--- /usr/ports/devel/lwp/pkg-plist	Fri Jul  6 16:27:45 2001
+++ devel/lwp/pkg-plist	Sun Dec  1 08:39:40 2002
@@ -2,7 +2,6 @@
 include/lwp/lwp.h
 include/lwp/timer.h
 lib/liblwp.a
-lib/liblwp.la
 lib/liblwp.so
 lib/liblwp.so.2
 @dirrm include/lwp
>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?20021203070915.0af9da7b.tkato>