From owner-freebsd-ports Tue Mar 14 23:40: 6 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7D34637B91F for ; Tue, 14 Mar 2000 23:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA82479; Tue, 14 Mar 2000 23:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from ms.tokyo.jcom.ne.jp (ms.tokyo.jcom.ne.jp [210.234.123.18]) by hub.freebsd.org (Postfix) with ESMTP id 69ACB37B678 for ; Tue, 14 Mar 2000 23:31:47 -0800 (PST) (envelope-from knu@idaemons.org) Received: from daemon.local.idaemons.org (pc343042.tokyo.jcom.ne.jp [203.140.143.42]) by ms.tokyo.jcom.ne.jp (8.9.1/3.7W 03/13/00) with ESMTP id QAA20896 for ; Wed, 15 Mar 2000 16:31:41 +0900 (JST) Received: by daemon.local.idaemons.org (8.9.3/3.7W) id QAA29527; Wed, 15 Mar 2000 16:31:10 +0900 (JST) Message-Id: <86ya7kadvm.wl@archon.local.idaemons.org> Date: Wed, 15 Mar 2000 16:31:09 +0900 From: "Akinori -Aki- MUSHA" To: FreeBSD-gnats-submit@freebsd.org Subject: ports/17387: lang/librep: fix configure/build error Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17387 >Category: ports >Synopsis: lang/librep: fix configure/build error >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Mar 14 23:40:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: "Akinori -Aki- MUSHA" >Release: FreeBSD 5.0-CURRENT i386 >Organization: Associated I. Daemons >Environment: FreeBSD archon.local.idaemons.org 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Tue Mar 14 02:15:48 JST 2000 root@archon.local.idaemons.org:/usr/src/sys/compile/ARCHON i386 >Description: The port lang/librep is currently broken, for the configure script and Makefile cannot find GDBM things. >How-To-Repeat: Just try "make configure". >Fix: Fix the Makefile as follows: --- Makefile.orig Wed Mar 8 21:09:46 2000 +++ Makefile Wed Mar 15 16:18:12 2000 @@ -17,6 +17,7 @@ USE_NEWGCC= yes USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_ENV+= LIBS="-lxpg4" +CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ + LIBS="-L${LOCALBASE}/lib -lxpg4" .include and add patches/patch-aa with the following content: --- configure.orig Sun Mar 5 21:40:32 2000 +++ configure Wed Mar 15 16:12:56 2000 @@ -2228,7 +2228,7 @@ fi if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then echo "$ac_t""yes" 1>&6 - GDBM_LIBS="-lgdbm" + GDBM_LIBS="-lgdbm $LIBS" else echo "$ac_t""no" 1>&6 -- / /__ __ / ) ) ) ) / Akinori -Aki- MUSHA aka / (_ / ( (__( "If you choose not to decide you still have made a choice." >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message