From owner-freebsd-gnome Sat Mar 2 23: 0: 7 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8B84237B400 for ; Sat, 2 Mar 2002 23:00:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g23702682713; Sat, 2 Mar 2002 23:00:02 -0800 (PST) (envelope-from gnats) Date: Sat, 2 Mar 2002 23:00:02 -0800 (PST) Message-Id: <200203030700.g23702682713@freefall.freebsd.org> To: gnome@FreeBSD.org Cc: From: Joe Clarke Subject: Re: ports/35357: [PATCH] Update textproc/intltool to 0.16 Reply-To: Joe Clarke Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG The following reply was made to PR ports/35357; it has been noted by GNATS. From: Joe Clarke To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/35357: [PATCH] Update textproc/intltool to 0.16 Date: 03 Mar 2002 01:52:49 -0500 This port was just updated to 0.17. Here is the new diff. --- Makefile.orig Sun Mar 3 01:49:05 2002 +++ Makefile Sun Mar 3 01:48:33 2002 @@ -6,7 +6,7 @@ # PORTNAME= intltool -PORTVERSION= 0.15 +PORTVERSION= 0.17 CATEGORIES= textproc gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/${PORTNAME} @@ -19,9 +19,10 @@ USE_BZIP2= yes USE_GMAKE= yes USE_LIBTOOL= yes +CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} MAN8= intltool-extract.8 intltool-merge.8 intltool-prepare.8 \ - intltoolize.8 + intltoolize.8 intltool-update.8 pre-patch: @find ${WRKSRC} -name "intltool-*.in" | xargs ${PERL} -pi -e \ --- distinfo.orig Sun Mar 3 01:49:12 2002 +++ distinfo Sun Mar 3 01:43:46 2002 @@ -1 +1 @@ -MD5 (gnome/intltool-0.15.tar.bz2) = 90bb4c7aac2561a1a60a2fa67bc0c0c2 +MD5 (gnome/intltool-0.17.tar.bz2) = 55b12d6be10ecd1fb452c7f96dd808cd And the newly added files/patch-configure. --- configure.orig Fri Mar 1 19:54:29 2002 +++ configure Sun Mar 3 01:46:54 2002 @@ -1238,7 +1238,7 @@ echo "$as_me: error: perl not found" >&2;} { (exit 1); exit 1; }; } fi -if test -z "`$PERL -v | fgrep 'v5.' 2> /dev/null`" -a -z "`$PERL -v | fgrep 'version 5.' 2> /dev/null`"; then +if test -z "`$PERL -v | fgrep '5.' 2> /dev/null`" -a -z "`$PERL -v | fgrep 'version 5.' 2> /dev/null`"; then { { echo "$as_me:1242: error: perl 5.x required for intltool" >&5 echo "$as_me: error: perl 5.x required for intltool" >&2;} { (exit 1); exit 1; }; } To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message