X-Spam-Check-By: sourceware.org Message-ID: <4546133B.30808@scytek.de> Date: Mon, 30 Oct 2006 09:59:07 -0500 From: Volker Quetschke User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: [patch] One more cygport bug Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enigA3ED62B690B1B13AF1078093" X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com --------------enigA3ED62B690B1B13AF1078093 Content-Type: multipart/mixed; boundary="------------020706020305010002040301" This is a multi-part message in MIME format. --------------020706020305010002040301 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi! $ cygport .cygport deps doesn't report the dependencies. The attached patch fixes this for me. Volker --=20 PGP/GPG key (ID: 0x9F8A785D) available from wwwkeys.de.pgp.net key-fingerprint 550D F17E B082 A3E9 F913 9E53 3D35 C9BA 9F8A 785D --------------020706020305010002040301 Content-Type: text/plain; name="cygport.diff" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline; filename="cygport.diff" --- /usr/bin/cygport 2006-10-19 23:58:07.001000000 -0400 +++ cygport 2006-10-30 09:51:18.125000000 -0500 @@ -1121,7 +1121,7 @@ export PATH=3D"${D}/usr/bin:${DEPS_PATH}:${os_path}"; =20 # 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; --------------020706020305010002040301-- --------------enigA3ED62B690B1B13AF1078093 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (MinGW) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFFRhNBPTXJup+KeF0RAi9YAKDD/HGMW4BYQcGhOJvRaBamhudlpgCg1tXh C8wEITl7RHrYYbrsZ7xdbHY= =t3+t -----END PGP SIGNATURE----- --------------enigA3ED62B690B1B13AF1078093--