Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Jan 2003 05:30:16 +0900
From:      KATO Tsuguru <tkato@prontomail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/47321: Update port: audio/gnump3d
Message-ID:  <20030122053016.02eaf6fd.tkato@prontomail.com>

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

>Number:         47321
>Category:       ports
>Synopsis:       Update port: audio/gnump3d
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 21 12:40:02 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.7-RELEASE-p2 i386
>Organization:
>Environment:
>Description:
- Fix build on 5-current

New file:
files/patch-aclocal.m4

Remove file:
files/patch-config::ltmain.sh 

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/audio/gnump3d/Makefile audio/gnump3d/Makefile
--- /usr/ports/audio/gnump3d/Makefile	Tue Jan  7 17:41:16 2003
+++ audio/gnump3d/Makefile	Wed Jan 22 00:27:29 2003
@@ -20,7 +20,9 @@
 USE_REINPLACE=	yes
 USE_GMAKE=	yes
 USE_AUTOCONF_VER=	253
-CONFIGURE_TARGET=	--build=${ARCH}-portbld-freebsd${OSREL}
+USE_LIBTOOL=	yes
+LIBTOOLFLAGS=	# none
+CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
 CONFIGURE_ENV=	CONFIG_SHELL="${SH}" \
 		CPPFLAGS="-I${LOCALBASE}/include" \
 		LDFLAGS="-L${LOCALBASE}/lib"
diff -urN /usr/ports/audio/gnump3d/files/patch-aclocal.m4 audio/gnump3d/files/patch-aclocal.m4
--- /usr/ports/audio/gnump3d/files/patch-aclocal.m4	Thu Jan  1 09:00:00 1970
+++ audio/gnump3d/files/patch-aclocal.m4	Wed Jan 22 00:37:09 2003
@@ -0,0 +1,13 @@
+
+$FreeBSD$
+
+--- aclocal.m4.orig	Fri Nov 29 04:33:19 2002
++++ aclocal.m4	Tue Jan 21 22:48:13 2003
+@@ -164,6 +164,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/gnump3d/files/patch-config::ltmain.sh audio/gnump3d/files/patch-config::ltmain.sh
--- /usr/ports/audio/gnump3d/files/patch-config::ltmain.sh	Mon Jan  6 15:53:19 2003
+++ audio/gnump3d/files/patch-config::ltmain.sh	Thu Jan  1 09:00:00 1970
@@ -1,13 +0,0 @@
-
-$FreeBSD: ports/audio/gnump3d/files/patch-config::ltmain.sh,v 1.4 2003/01/02 02:10:13 adamw Exp $
-
---- config/ltmain.sh.orig	Sun Jul 14 01:53:50 2002
-+++ config/ltmain.sh	Tue Aug 13 18:00:19 2002
-@@ -967,6 +967,7 @@
- 	;;
- 
-       -avoid-version)
-+	build_old_libs=no
- 	avoid_version=yes
- 	continue
- 	;;
>Release-Note:
>Audit-Trail:
>Unformatted:

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




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