From owner-freebsd-ports@FreeBSD.ORG Thu Apr 1 00:58:43 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 09DE116A4CE for ; Thu, 1 Apr 2004 00:58:43 -0800 (PST) Received: from smtp.dkm.cz (smtp.dkm.cz [62.24.64.34]) by mx1.FreeBSD.org (Postfix) with SMTP id C040543D3F for ; Thu, 1 Apr 2004 00:58:41 -0800 (PST) (envelope-from neuhauser@chello.cz) Received: (qmail 12291 invoked by uid 0); 1 Apr 2004 08:58:40 -0000 Received: from r3al16.mistral.cz (HELO isis.wad.cz) (213.220.229.16) by smtp.dkm.cz with SMTP; 1 Apr 2004 08:58:40 -0000 Received: by isis.wad.cz (Postfix, from userid 1001) id 4F8B52FDA01; Thu, 1 Apr 2004 09:59:24 +0200 (CEST) Date: Thu, 1 Apr 2004 09:59:24 +0200 From: Roman Neuhauser To: freebsd-ports Message-ID: <20040401075924.GE10916@isis.wad.cz> Mail-Followup-To: freebsd-ports Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.6i Subject: astro/luna mysterious extract/patch problem X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Apr 2004 08:58:43 -0000 Running either of these commands in /usr/ports find . -type d -mindepth 2 -maxdepth 2 ! -name CVS | grep -vE '^\./[[:upper:]].*' | while read d; do (cd $d; echo "&&&&&& $d &&&&&&"; rm -rf work; make configure; rm -rf work) done >| make.configure-astro 2>&1 find astro -type d -mindepth 1 -maxdepth 1 ! -name CVS | grep -vE '^\./[[:upper:]].*' | while read d; do (cd $d; echo "&&&&&& $d &&&&&&"; rm -rf work; make configure; rm -rf work) done >| make.configure-astro 2>&1 has led to &&&&&& /usr/ports/astro/luna &&&&&& ===> Vulnerability check disabled ===> Extracting for luna-1.9 >> Checksum OK for luna19s.lzh. ===> luna-1.9 depends on executable: lha - found ===> Patching for luna-1.9 ===> Applying FreeBSD patches for luna-1.9 File to patch: Contents of /usr/ports/astro/luna at that time gives: find astro/luna \( -name CVS -a -prune \) -o -print astro/luna/Makefile astro/luna/distinfo astro/luna/pkg-descr astro/luna/files astro/luna/files/patch-ab astro/luna/files/patch-ac astro/luna/files/patch-ae astro/luna/files/patch-af astro/luna/files/patch-ag astro/luna/files/patch-iprintf-iprintf.c astro/luna/files/patch-iprintf-isprintf.c astro/luna/work astro/luna/work/.extract_done.luna-1.9._usr_local I cannot reproduce the problem with simple cd astro/luna make clean configure typed into an xterm. What's up? -- If you cc me or remove the list(s) completely I'll most likely ignore your message. see http://www.eyrie.org./~eagle/faqs/questions.html