Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Feb 2002 16:50:05 -0500 (EST)
From:      Joe Marcus Clarke <marcus@marcuscom.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/35357: [PATCH] Update textproc/intltool to 0.16
Message-ID:  <200202262150.g1QLo5s10361@shumai.marcuscom.com>

next in thread | raw e-mail | index | archive | help

>Number:         35357
>Category:       ports
>Synopsis:       [PATCH] Update textproc/intltool to 0.16
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb 26 14:00:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Joe Marcus Clarke
>Release:        FreeBSD 4.5-STABLE i386
>Organization:
MarcusCom, Inc.
>Environment:
System: FreeBSD shumai.marcuscom.com 4.5-STABLE FreeBSD 4.5-STABLE #0: Sun Feb 24 14:19:35 EST 2002 marcus@shumai.marcuscom.com:/usr/obj/usr/src/sys/SHUMAI i386


	
>Description:
Update the intltool port tool to 0.16. 
>How-To-Repeat:
	
>Fix:

	

--- intltool.diff begins here ---
--- Makefile.orig	Tue Feb 26 16:27:02 2002
+++ Makefile	Tue Feb 26 16:26:03 2002
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	intltool
-PORTVERSION=	0.15
+PORTVERSION=	0.16
 CATEGORIES=	textproc gnome
 MASTER_SITES=	${MASTER_SITE_GNOME}
 MASTER_SITE_SUBDIR=	stable/sources/${PORTNAME}
@@ -19,6 +19,7 @@
 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
--- distinfo.orig	Tue Feb 26 16:27:09 2002
+++ distinfo	Tue Feb 26 16:21:59 2002
@@ -1 +1 @@
-MD5 (gnome/intltool-0.15.tar.bz2) = 90bb4c7aac2561a1a60a2fa67bc0c0c2
+MD5 (gnome/intltool-0.16.tar.bz2) = 5b7381b87829c7f7411415645ec82966
--- intltool.diff ends here ---

ADDED FILE:
 files/patch-configure

--- configure.orig	Tue Feb 26 16:23:24 2002
+++ configure	Tue Feb 26 16:23:39 2002
@@ -1216,7 +1216,7 @@
 echo "$as_me: error: perl not found" >&2;}
    { (exit 1); exit 1; }; }
 fi
-if test -z "`$PERL -v | fgrep 'v5.' 2> /dev/null`"; then
+if test -z "`$PERL -v | fgrep '5.' 2> /dev/null`"; then
    { { echo "$as_me:1220: error: perl 5.x required for intltool" >&5
 echo "$as_me: error: perl 5.x required for intltool" >&2;}
    { (exit 1); exit 1; }; }
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200202262150.g1QLo5s10361>