Date: Sat, 2 Mar 2002 23:00:02 -0800 (PST) From: Joe Clarke <marcus@marcuscom.com> To: gnome@FreeBSD.org Subject: Re: ports/35357: [PATCH] Update textproc/intltool to 0.16 Message-ID: <200203030700.g23702682713@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/35357; it has been noted by GNATS. From: Joe Clarke <marcus@marcuscom.com> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200203030700.g23702682713>