From owner-freebsd-gnome@FreeBSD.ORG Mon Feb 25 00:45:33 2008 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D766B16A40D for ; Mon, 25 Feb 2008 00:45:33 +0000 (UTC) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (penna-pt.tunnel.tserv1.fmt.ipv6.he.net [IPv6:2001:470:1f00:ffff::1279]) by mx1.freebsd.org (Postfix) with ESMTP id 8586313C461 for ; Mon, 25 Feb 2008 00:45:33 +0000 (UTC) (envelope-from marcus@marcuscom.com) Received: from [IPv6:2001:470:1f00:2464::4] (shumai.marcuscom.com [IPv6:2001:470:1f00:2464::4]) by creme-brulee.marcuscom.com (8.14.2/8.14.2) with ESMTP id m1P0jvRJ089591; Sun, 24 Feb 2008 19:45:57 -0500 (EST) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: amatus@gnu.org In-Reply-To: <152706.71972.qm@web30003.mail.mud.yahoo.com> References: <152706.71972.qm@web30003.mail.mud.yahoo.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-vA6Y9vLgn1NiPiMc1qkA" Organization: MarcusCom, Inc. Date: Sun, 24 Feb 2008 19:45:34 -0500 Message-Id: <1203900334.10717.14.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Evolution 2.12.3 FreeBSD GNOME Team Port X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,NO_RELAYS autolearn=ham version=3.2.4 X-Spam-Checker-Version: SpamAssassin 3.2.4 (2008-01-01) on creme-brulee.marcuscom.com Cc: freebsd-gnome@freebsd.org Subject: Re: Question about updating guile to 1.8 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Feb 2008 00:45:33 -0000 --=-vA6Y9vLgn1NiPiMc1qkA Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Sun, 2008-02-24 at 14:24 -0800, Amatus wrote: > Hi guys, > I'm working on updating lang/guile to 1.8. Excellent. > I've basically got that > working but there are several other ports that refer to > ${LOCALBASE}/share/guile/1.6 that will need to be fixed. These are: > security/lsh > lang/slib-guile > finance/gnucash > I've just started doing port development so I'd like to ask what is the > correct way to fix these ports. What do you guys think of the attached > patch for lang/slib-guile? This patch is okay. But note that GUILE_VERSION is not expanded until it is used in sh. That is, GUILE_VERSION does NOT equal "1.8". You will not be able to make it equal "1.8" until it is interpreted by sh. The way you're using it here is fine, though. As for the command itself, it should probably be: `${LOCALBASE}/bin/guile-config info guileversion | ${CUT} -f 1-2 -d .` Are you in a position to be run-time testing these ports with the new guile? Once you're done with your work, do you want to be the guile maintainer? Joe --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-vA6Y9vLgn1NiPiMc1qkA Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.8 (FreeBSD) iEYEABECAAYFAkfCD60ACgkQb2iPiv4Uz4c1bwCglheH1gg09l0idKc7GX9acNvm A3wAnR/FUWjsRCvgZzfRLzx3zLRzlMQt =0Y9h -----END PGP SIGNATURE----- --=-vA6Y9vLgn1NiPiMc1qkA--