Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Dec 2002 07:08:17 +0900
From:      KATO Tsuguru <tkato@prontomail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/45920: Update port: audio/resid
Message-ID:  <20021203070817.20ea72e4.tkato@prontomail.com>

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

>Number:         45920
>Category:       ports
>Synopsis:       Update port: audio/resid
>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:01 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/audio/resid/Makefile audio/resid/Makefile
--- /usr/ports/audio/resid/Makefile	Mon Nov 18 13:57:59 2002
+++ audio/resid/Makefile	Sun Dec  1 06:48:37 2002
@@ -7,6 +7,7 @@
 
 PORTNAME=	resid
 PORTVERSION=	0.13
+PORTREVISION=	1
 CATEGORIES=	audio emulators
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	sidplay2
@@ -18,8 +19,8 @@
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 
 USE_LIBTOOL=	yes
-GNU_CONFIGURE=	yes
+CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+CONFIGURE_ARGS=	--enable-shared
 INSTALLS_SHLIB=	yes
-CONFIGURE_ARGS+=	--enable-shared
 
 .include <bsd.port.mk>
diff -urN /usr/ports/audio/resid/files/patch-configure audio/resid/files/patch-configure
--- /usr/ports/audio/resid/files/patch-configure	Thu Jan  1 09:00:00 1970
+++ audio/resid/files/patch-configure	Sun Dec  1 06:47:31 2002
@@ -0,0 +1,10 @@
+--- configure.orig	Fri Jan 25 08:31:44 2002
++++ configure	Sun Dec  1 06:47:22 2002
+@@ -13231,6 +13231,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/audio/resid/pkg-plist audio/resid/pkg-plist
--- /usr/ports/audio/resid/pkg-plist	Mon Nov 18 13:57:59 2002
+++ audio/resid/pkg-plist	Sun Dec  1 06:47:42 2002
@@ -8,7 +8,6 @@
 include/resid/voice.h
 include/resid/wave.h
 lib/libresid.a
-lib/libresid.la
 lib/libresid.so
 lib/libresid.so.2
 @dirrm include/resid
>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?20021203070817.20ea72e4.tkato>