X-Spam-Check-By: sourceware.org
Message-ID: <453F6684.9080609@byu.net>
Date: Wed, 25 Oct 2006 07:28:36 -0600
From: Eric Blake <ebb9@byu.net>
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.7) Gecko/20060909 Thunderbird/1.5.0.7 Mnenhy/0.7.4.666
MIME-Version: 1.0
To: cygwin@cygwin.com
Subject: Re: another cygport bug
References: <453D9BC6.6000206@byu.net> <453ECAF4.9040103@users.sourceforge.net>
In-Reply-To: <453ECAF4.9040103@users.sourceforge.net>
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
X-IsSubscribed: yes
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

According to Yaakov S (Cygwin Ports) on 10/24/2006 8:24 PM:
> 
> Thanks for the patch; cygautoreconf() and gnome2_autoreconf() are now
> fixed in CVS.

How about this fix to __list_deps, too, so that the depend action works again?

@@ -1121,7 +1121,7 @@
        export PATH="${D}/usr/bin:${DEPS_PATH}:${os_path}";

        # Ruby and Apache2 modules should be *.so, nothing else!!!
- -       find . -name '*.exe' -o -name '*.dll' -o -name '*.so' \
+       find . \( -name '*.exe' -o -name '*.dll' -o -name '*.so' \) \
                -exec cygcheck '{}' + | sed -ne '/^  [^ ]/ s,\\,/,gp' |
sort -bu | \
                xargs -r -n1 cygpath -u | xargs -r cygcheck -f | \
                sed 's!^!  !' | sort -u;

- --
Life is short - so eat dessert first!

Eric Blake             ebb9@byu.net
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.1 (Cygwin)
Comment: Public key at home.comcast.net/~ericblake/eblake.gpg
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFP2aE84KuGfSFAYARAvIBAKDLQaBy2X3YH2FM+oErfF8cFEooMwCgwPqD
lXnQSfbT8CGcvDw33aXTF3s=
=7qRZ
-----END PGP SIGNATURE-----

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

