Bug 35357 - [PATCH] Update textproc/intltool to 0.16
Summary: [PATCH] Update textproc/intltool to 0.16
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-gnome (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-02-26 22:00 UTC by Joe Marcus Clarke
Modified: 2002-03-06 09:54 UTC (History)
0 users

See Also:


Attachments
intltool.diff (726 bytes, patch)
2002-02-26 22:00 UTC, Joe Marcus Clarke
no flags Details | Diff
file.diff (455 bytes, patch)
2002-02-26 22:00 UTC, Joe Marcus Clarke
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Joe Marcus Clarke 2002-02-26 22:00:01 UTC
Update the intltool port tool to 0.16.

Fix: ADDED FILE:
 files/patch-configure
Comment 1 Patrick Li freebsd_committer freebsd_triage 2002-02-26 22:02:12 UTC
Responsible Changed
From-To: freebsd-ports->gnome

Over to maintainers
Comment 2 Joe Marcus Clarke 2002-03-03 06:52:49 UTC
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; }; }
Comment 3 Maxim Sobolev freebsd_committer freebsd_triage 2002-03-06 09:54:10 UTC
State Changed
From-To: open->closed

Update committed, thank you for submission!