From owner-freebsd-gnome@FreeBSD.ORG Thu Jul 24 04:40:15 2003 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 37C1337B401 for ; Thu, 24 Jul 2003 04:40:15 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B4FBB43F93 for ; Thu, 24 Jul 2003 04:40:14 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6OBeEUp005211 for ; Thu, 24 Jul 2003 04:40:14 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6OBeErf005209; Thu, 24 Jul 2003 04:40:14 -0700 (PDT) Date: Thu, 24 Jul 2003 04:40:14 -0700 (PDT) Message-Id: <200307241140.h6OBeErf005209@freefall.freebsd.org> To: gnome@FreeBSD.org From: "Vladimir B. Grebenschikov" Subject: Re: ports/54777: make package works invalid for mozilla-firebird port X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "Vladimir B. Grebenschikov" List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jul 2003 11:40:15 -0000 The following reply was made to PR ports/54777; it has been noted by GNATS. From: "Vladimir B. Grebenschikov" To: gnats Cc: Joe Marcus Clarke Subject: Re: ports/54777: make package works invalid for mozilla-firebird port Date: 24 Jul 2003 15:40:37 +0400 =F7 Wed, 23.07.2003, =D7 23:30, Joe Marcus Clarke =D0=C9=DB=C5=D4: This is part of output of make package: # make -DWITH_GTK2 package ... /bin/rm -f /ext/ports/www/mozilla-firebird/work/plist echo bin/firebird >>/ext/ports/www/mozilla-firebird/work/plist echo bin/MozillaFirebird >>/ext/ports/www/mozilla-firebird/work/plist echo bin/firebird-config >>/ext/ports/www/mozilla-firebird/work/plist echo bin/firebird.rb >>/ext/ports/www/mozilla-firebird/work/plist cd /usr/X11R6; /usr/bin/find lib/firebird ! -type d | /usr/bin/sort >>/ext/ports/www/mozilla-firebird/work/plist; /usr/bin/find lib/firebird -type d -empty | /usr/bin/sort | /usr/bin/sed -e "s:^:@exec /bin/mkdir -p %D/:" -e "s:$: || true:" >> /ext/ports/www/mozilla-firebird/work/plist; /usr/bin/find lib/firebird -type d -empty | /usr/bin/sort -r | /usr/bin/sed -e "s:^:@unexec /bin/rmdir %D/:" -e "s:$: || true:" >> /ext/ports/www/mozilla-firebird/work/plist; /usr/bin/find lib/firebird -type d ! -empty | /usr/bin/sort -r | /usr/bin/sed -e "s:^:@dirrm :" >> /ext/ports/www/mozilla-firebird/work/plist find: lib/firebird: No such file or directory find: lib/firebird: No such file or directory find: lib/firebird: No such file or directory find: lib/firebird: No such file or directory =3D=3D=3D> Generating temporary packing list ... # cat work/plist=20 bin/firebird bin/MozillaFirebird bin/firebird-config bin/firebird.rb # ; - is not too good to connect commands in make - it drops error in previous command. Anyway=20 cd /usr/X11R6; /usr/bin/find lib/firebird ! -type d | /usr/bin/sort works fine localy ... I have found reason: # env SHELL=3D/bin/sh make -DWITH_GTK2 package works fine ! Problem in find's not "!" notation interpreted by tcsh and not interpreted by bash. ! sign should be escaped as \!. --=20 Vladimir B. Grebenschikov SWsoft Inc.