From owner-freebsd-ports Sat Aug 5 6:15:39 2000 Delivered-To: freebsd-ports@freebsd.org Received: from picalon.gun.de (picalon.gun.de [192.109.159.1]) by hub.freebsd.org (Postfix) with ESMTP id 6B28537B69E; Sat, 5 Aug 2000 06:15:35 -0700 (PDT) (envelope-from andreas@klemm.gtn.com) Received: (from uucp@localhost) by picalon.gun.de (8.9.3/8.9.3) id PAA17987; Sat, 5 Aug 2000 15:15:20 +0200 (MET DST) >Received: (from andreas@localhost) by klemm.gtn.com (8.9.3/8.9.3) id IAA74416; Fri, 4 Aug 2000 08:39:07 +0200 (CEST) (envelope-from andreas) Date: Fri, 4 Aug 2000 08:39:06 +0200 From: Andreas Klemm To: asami@freebsd.org Cc: ports@freebsd.org Subject: ports Mk files broken ? ${SCRIPTDIR}/configure won't be executed Message-ID: <20000804083906.A64077@titan.klemm.gtn.com> Mime-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.2.4i X-Operating-System: FreeBSD 4.1-STABLE SMP X-Disclaimer: A free society is one where it is safe to be unpopular Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi ! A bugreport from a user reached me ... And I checked it its true. He complained, that the configure script won't be executed. So the port dependencies, that are build by dialog application aren't created and apsfilter port installs silently incomplete. The "make all install" in apsfilter port runs flawlessly, but the configure target isn't executed. I use 4.1-STABLE and he and I cvsupped the last -STABLE ports. I made sure that BATCH isn't set by shell variables or in /etc/make.conf |Index: uniprint/stm800hm.upp |=================================================================== |RCS file: stm800hm.upp |diff -N stm800hm.upp |--- /dev/null Mon Jul 31 22:23:23 2000 |+++ /tmp/cvsIoIjw25344 Mon Jul 31 22:52:33 2000 -------------------------- (Creating file uniprint/stm800hm.upp...) Patching file uniprint/stm800hm.upp using Plan A... Hunk #1 succeeded at 1. done ===> Configuring for apsfilter-5.4.2 ===> Building for apsfilter-5.4.2 ===> src root@titan{542} $ ls -la work/ total 3 drwxr-xr-x 3 root wheel 512 Aug 4 08:35 . drwxr-xr-x 7 root wheel 512 Aug 4 08:35 .. -rw-r--r-- 1 root wheel 0 Aug 4 08:35 .build_done -rw-r--r-- 1 root wheel 0 Aug 4 08:35 .configure_done -rw-r--r-- 1 root wheel 0 Aug 4 08:35 .extract_done -rw-r--r-- 1 root wheel 0 Aug 4 08:35 .patch_done drwxr-xr-x 14 root wheel 1024 Aug 4 08:35 apsfilter .configure_done is there, but why has this not been executed ??? /usr/ports/Mk/bsd.port.mk: [...] .if !target(do-configure) do-configure: [...] @if [ -f ${SCRIPTDIR}/configure ]; then \ cd ${.CURDIR} && ${SETENV} ${SCRIPTS_ENV} ${SH} \ ${SCRIPTDIR}/configure; \ fi -- Andreas Klemm Songs from our band........................http://people.freebsd.org/~andreas/ Powered by FreeBSD SMP...............http://www.freebsd.org/~fsmp/SMP/SMP.html Please note: Apsfilter got a NEW HOME................http://www.apsfilter.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message