ports/55267: Update port: databases/gauche-gdbm (fix build)

Kimura Fuyuki fuyuki at nigredo.org
Tue Aug 5 04:30:10 UTC 2003


>Number:         55267
>Category:       ports
>Synopsis:       Update port: databases/gauche-gdbm (fix build)
>Confidential:   no
>Severity:       critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 04 21:30:08 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Kimura Fuyuki <fuyuki at nigredo.org>
>Release:        FreeBSD 5.1-RELEASE i386
>Organization:
>Environment:

  FreeBSD hadaly.dyndns.org 5.1-RELEASE FreeBSD 5.1-RELEASE #8: Tue Jun 24 05:25:23 JST 2003     root at hadaly.dyndns.org:/.2/obj/usr/src/sys/NS  i386

>Description:
This port doesn't build with the following error:

==>  Building for gauche-gdbm-0.7.1
make: don't know how to make gdbm.la. Stop
*** Error code 2

>How-To-Repeat:

>Fix:
Here's a possible fix.

cvs server: Diffing .
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/databases/gauche-gdbm/Makefile,v
retrieving revision 1.14
diff -u -r1.14 Makefile
--- Makefile	2 Aug 2003 06:01:18 -0000	1.14
+++ Makefile	5 Aug 2003 04:07:49 -0000
@@ -35,7 +35,7 @@
 
 do-configure:
 	cd `cd ${PORTSDIR}/${GAUCHE_PORT} && ${MAKE} -V WRKSRC` && ./configure --with-local=${LOCALBASE} --prefix=${LOCALBASE} --target=${CONFIGURE_TARGET} --host=${CONFIGURE_HOST} --build=${CONFIGURE_BUILD} && cd ext && ${REINPLACE_CMD} -e "s/archdir/&|sed 's,unknown-freebsd,portbld-freebsd,'/" Makefile.ext
-	cd ${WRKSRC} && make clean && ${REINPLACE_CMD} -e 's/^LIBFILES.*/LIBFILES = gdbm.la/' -e 's/^SCMFILES.*/SCMFILES = gdbm.scm/' Makefile
+	cd ${WRKSRC} && make clean && ${REINPLACE_CMD} -e 's/^LIBFILES.*/LIBFILES = gdbm.so/' -e 's/^SCMFILES.*/SCMFILES = gdbm.scm/' Makefile
 
 do-install:
 	cd ${WRKSRC} && make install-std
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/databases/gauche-gdbm/pkg-plist,v
retrieving revision 1.2
diff -u -r1.2 pkg-plist
--- pkg-plist	17 Jun 2003 15:10:00 -0000	1.2
+++ pkg-plist	5 Aug 2003 04:07:49 -0000
@@ -1,3 +1,2 @@
-lib/gauche/%%VERSION%%/%%TARGET%%/gdbm.la
 lib/gauche/%%VERSION%%/%%TARGET%%/gdbm.so
 share/gauche/%%VERSION%%/lib/dbm/gdbm.scm

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list