From owner-freebsd-perl@FreeBSD.ORG Fri Aug 16 21:04:43 2013 Return-Path: Delivered-To: perl@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C90B7607 for ; Fri, 16 Aug 2013 21:04:43 +0000 (UTC) (envelope-from Cy.Schubert@komquats.com) Received: from smtp-out-04.shaw.ca (smtp-out-04.shaw.ca [64.59.134.12]) by mx1.freebsd.org (Postfix) with ESMTP id 9D3582156 for ; Fri, 16 Aug 2013 21:04:43 +0000 (UTC) X-Cloudmark-SP-Filtered: true X-Cloudmark-SP-Result: v=1.1 cv=6HkG4LK5i0ZTEQwzSfMqnsQ8WbrxJ2NwB1mI+RNtyjI= c=1 sm=1 a=QrugwKR0C_UA:10 a=wAGQQ9Az6v0A:10 a=BLceEmwcHowA:10 a=ICAaq7hcmGcA:10 a=kj9zAlcOel0A:10 a=IbtKDeXwb2+SRU442/pi3A==:17 a=BWvPGDcYAAAA:8 a=6I5d2MoRAAAA:8 a=vvD0-5zqOPnhRvm_6KQA:9 a=CjuIK1q_8ugA:10 a=V7tsTZBp22UA:10 a=SV7veod9ZcQA:10 a=HpAAvcLHHh0Zw7uRqdWCyQ==:117 Received: from unknown (HELO spqr.komquats.com) ([96.50.7.119]) by smtp-out-04.shaw.ca with ESMTP; 16 Aug 2013 15:04:36 -0600 Received: from slippy.cwsent.com (slippy8 [10.2.2.6]) by spqr.komquats.com (Postfix) with ESMTP id E033D57 for ; Fri, 16 Aug 2013 14:04:35 -0700 (PDT) Received: from slippy (localhost [127.0.0.1]) by slippy.cwsent.com (8.14.7/8.14.7) with ESMTP id r7GL4ZaG030772 for ; Fri, 16 Aug 2013 14:04:35 -0700 (PDT) (envelope-from Cy.Schubert@komquats.com) Message-Id: <201308162104.r7GL4ZaG030772@slippy.cwsent.com> X-Mailer: exmh version 2.8.0 04/21/2012 with nmh-1.5 From: Cy Schubert X-os: FreeBSD X-Sender: cy@cwsent.com X-URL: http://www.komquats.com/ To: perl@freebsd.org Subject: Update to p5-Tk Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 16 Aug 2013 14:04:35 -0700 X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Cy Schubert List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Aug 2013 21:04:43 -0000 Would anybody on this list mind if I committed the following? It fixes a build issue when perl-5.18 is used. slippy$ svn diff Index: Makefile =================================================================== --- Makefile (revision 324816) +++ Makefile (working copy) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Tk -PORTVERSION= 804.030 -PORTREVISION= 1 +PORTVERSION= 804.031 CATEGORIES= x11-toolkits tk perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Index: distinfo =================================================================== --- distinfo (revision 324816) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (Tk-804.030.tar.gz) = 8b3d55ae2e9ae950a170cd46399660064920d6d7c3ba16 7bca40e533d26e8d78 -SIZE (Tk-804.030.tar.gz) = 6928048 +SHA256 (Tk-804.031.tar.gz) = ce8d857a82a77f6bad3f94c1a8c3e3f32d5489bfb41619 c3b8cae00103428054 +SIZE (Tk-804.031.tar.gz) = 6932339 Index: files/patch-PNG_Makefile.PL =================================================================== --- files/patch-PNG_Makefile.PL (revision 324816) +++ files/patch-PNG_Makefile.PL (working copy) @@ -1,22 +1,13 @@ ---- PNG/Makefile.PL.orig 2010-01-12 08:23:36.000000000 -0500 -+++ PNG/Makefile.PL 2010-01-12 08:26:18.000000000 -0500 -@@ -16,7 +16,7 @@ - } +--- PNG/Makefile.PL.orig 2013-05-21 06:25:13.000000000 -0700 ++++ PNG/Makefile.PL 2013-08-16 13:56:20.750936409 -0700 +@@ -23,8 +23,8 @@ + chomp($libpng_libs = `pkg-config --libs libpng`); + } else { + warn "'pkg-config libpng' failed, continue with fallback values for cflags and libs...\n"; +- $libpng_cflags = '-I/usr/local/include'; +- $libpng_libs = '-lpng -lz -lm'; ++ $libpng_cflags = '-I%%LOCALBASE%%/include'; ++ $libpng_libs = '-L%%LOCALBASE%%/lib -lpng -lz -lm'; + } if ($Tk::MMtry::VERSION ge '4.007' && -- try_run("config/has_png.c",['-I/usr/local/include'],['-lpng -lz -lm'])) -+ try_run("config/has_png.c",['-I%%LOCALBASE%%/include'],['-L%%LOCALBASE %%/lib -lpng -lz -lm'])) - { - Tk::MMutil::TkExtMakefile( - NAME => 'Tk::PNG', -@@ -24,8 +24,8 @@ - XS_VERSION => $Tk::Config::VERSION, - dist => { COMPRESS => 'gzip -f9', SUFFIX => '.gz' }, - OBJECT => '$(O_FILES)', -- INC => '-I/usr/local/include', -- LIBS => ['-lpng -lz -lm'], -+ INC => '-I%%LOCALBASE%%/include', -+ LIBS => ['-L%%LOCALBASE%%/lib -lpng -lz -lm'], - ); - } - else -- Cheers, Cy Schubert FreeBSD UNIX: Web: http://www.FreeBSD.org The need of the many outweighs the greed of the few.