From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28321 invoked by alias); 5 Jan 2009 06:20:20 -0000 Received: (qmail 28310 invoked by uid 22791); 5 Jan 2009 06:20:19 -0000 X-SWARE-Spam-Status: No, hits=-0.2 required=5.0 tests=AWL,BAYES_00,J_CHICKENPOX_52,SPF_PASS,URIBL_BLACK X-Spam-Check-By: sourceware.org Received: from rn-out-0910.google.com (HELO rn-out-0910.google.com) (64.233.170.188) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 05 Jan 2009 06:20:14 +0000 Received: by rn-out-0910.google.com with SMTP id k56so5292635rnd.19 for ; Sun, 04 Jan 2009 22:20:10 -0800 (PST) Received: by 10.64.179.5 with SMTP id b5mr7401401qbf.79.1231136410340; Sun, 04 Jan 2009 22:20:10 -0800 (PST) Received: from ?192.168.0.100? (S0106001346f94b85.wp.shawcable.net [24.76.249.6]) by mx.google.com with ESMTPS id 25sm48631658qbw.3.2009.01.04.22.20.09 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 04 Jan 2009 22:20:09 -0800 (PST) Message-ID: <4961A698.8030805@users.sourceforge.net> Date: Mon, 05 Jan 2009 06:20:00 -0000 From: "Yaakov (Cygwin/X)" User-Agent: Thunderbird 2.0.0.19 (Windows/20081209) MIME-Version: 1.0 To: cygwin-apps@cygwin.com Subject: Re: [ITP] gcc-tools-autoconf, gcc-tools-automake References: <495FBEB4.7020403@cwilson.fastmail.fm> In-Reply-To: <495FBEB4.7020403@cwilson.fastmail.fm> Content-Type: multipart/mixed; boundary="------------090308000006080206080209" Mailing-List: contact cygwin-apps-help@cygwin.com; run by ezmlm Precedence: bulk Sender: cygwin-apps-owner@cygwin.com List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Mail-Followup-To: cygwin-apps@cygwin.com X-SW-Source: 2009-01/txt/msg00006.txt.bz2 This is a multi-part message in MIME format. --------------090308000006080206080209 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-length: 1121 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Charles Wilson wrote: > Special versions of "pristine" (that is, no cygwin-special patches) of > autoconf-2.59 and automake-1.9.6 as required by gcc, installed into > /opt/gcc-tools/{bin|lib|share}. There's another, *much* simpler way to do this; .cygport attached. And yes, I would call it autoconf2.59. > This should make it easier for Dave, and those who want to help him, to > develop gcc and binutils -- avoiding things like this: > http://www.cygwin.com/ml/cygwin/2008-12/msg00201.html +1 > I already maintain "normal" autoconf and automake packages, but I'm > soliciting comments on these new packages because they are a little odd. > And no official packages yet uses the /opt tree, so... > http://www.pathname.com/fhs/2.2/fhs-3.12.html A special automake package is reqlly required as well? Yaakov -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (Cygwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEAREIAAYFAklhppgACgkQpiWmPGlmQSM/PgCdEbOxwPpnztxP8D8CpyBMbf5Q XZgAni4dGWKqMD2CZQyPef6JRoDPWwIb =4cA6 -----END PGP SIGNATURE----- --------------090308000006080206080209 Content-Type: text/plain; name="autoconf2.59-2.59-2.cygport" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="autoconf2.59-2.59-2.cygport" Content-length: 648 ORIG_PN="autoconf" DESCRIPTION="An extensible package of m4 macros that produce shell scripts to automatically configure software source code packages." HOMEPAGE="http://www.gnu.org/software/autoconf/" SRC_URI="http://ftp.gnu.org/gnu/autoconf/${ORIG_PN}-${PV}.tar.bz2" SRC_DIR=${ORIG_PN}-${PV} DIFF_EXCLUDES="autoconf.info standards.info stamp-vti version.texi" src_compile() { # This package is not autotoolized, so skip cygautoreconf cd ${B} cygconf --program-suffix=-2.59 EMACS=no cygmake -j1 pkgdatadir=/usr/share/autoconf-${PV} } src_install() { cd ${B} cyginstall pkgdatadir=/usr/share/autoconf-${PV} rm -fr ${D}/usr/share/info/ } --------------090308000006080206080209--