pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/p5-GD Since libgd requires FreeType2 and JPEG...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c102b64a6433
branches:  trunk
changeset: 462408:c102b64a6433
user:      explorer <explorer%pkgsrc.org@localhost>
date:      Thu Oct 02 04:32:41 2003 +0000

description:
Since libgd requires FreeType2 and JPEG and XPM, we might as well enable them here too.  This makes this package act like it did before it was 'upgraded' several months ago.

diffstat:

 graphics/p5-GD/Makefile         |   3 ++-
 graphics/p5-GD/distinfo         |   4 ++--
 graphics/p5-GD/patches/patch-aa |  10 +++++++---
 3 files changed, 11 insertions(+), 6 deletions(-)

diffs (58 lines):

diff -r 7bb3dbbed9be -r c102b64a6433 graphics/p5-GD/Makefile
--- a/graphics/p5-GD/Makefile   Thu Oct 02 02:44:39 2003 +0000
+++ b/graphics/p5-GD/Makefile   Thu Oct 02 04:32:41 2003 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.15 2003/06/23 12:10:12 adam Exp $
+# $NetBSD: Makefile,v 1.16 2003/10/02 04:32:41 explorer Exp $
 #
 
 DISTNAME=      GD-2.07
 PKGNAME=       p5-${DISTNAME}
+PKGREVISION=   1
 SVR4_PKGNAME=  p5bd
 CATEGORIES=    graphics perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=GD/}
diff -r 7bb3dbbed9be -r c102b64a6433 graphics/p5-GD/distinfo
--- a/graphics/p5-GD/distinfo   Thu Oct 02 02:44:39 2003 +0000
+++ b/graphics/p5-GD/distinfo   Thu Oct 02 04:32:41 2003 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2003/06/23 12:10:13 adam Exp $
+$NetBSD: distinfo,v 1.5 2003/10/02 04:32:41 explorer Exp $
 
 SHA1 (GD-2.07.tar.gz) = 417161314db6e5c6c3059c4fe38c10f8e531b7fc
 Size (GD-2.07.tar.gz) = 153759 bytes
-SHA1 (patch-aa) = 1758791194c853a2eec8052f5f5cb29ca13c5768
+SHA1 (patch-aa) = b637fc462051273c3258c094028409278c0bf8d4
diff -r 7bb3dbbed9be -r c102b64a6433 graphics/p5-GD/patches/patch-aa
--- a/graphics/p5-GD/patches/patch-aa   Thu Oct 02 02:44:39 2003 +0000
+++ b/graphics/p5-GD/patches/patch-aa   Thu Oct 02 04:32:41 2003 +0000
@@ -1,22 +1,26 @@
-$NetBSD: patch-aa,v 1.4 2003/06/23 12:10:15 adam Exp $
+$NetBSD: patch-aa,v 1.5 2003/10/02 04:32:41 explorer Exp $
 
 --- Makefile.PL.orig   2003-04-24 07:05:26.000000000 +0200
 +++ Makefile.PL        2003-06-23 13:59:32.000000000 +0200
-@@ -98,7 +99,6 @@
+@@ -98,7 +99,7 @@
  if( ! defined($lib_gd_path) )
  {
    warn "\n";
 -  $PREFIX = lc prompt('Where is libgd installed?','/usr/lib');
++  $PREFIX = '/usr/pkg/lib';
  }
  
  unless ($PREFIX eq '/usr/lib') {
-@@ -122,9 +122,6 @@
+@@ -122,9 +122,9 @@
  else
  {
      warn "\nPlease choose the features that match how libgd was built:\n";
 -    $JPEG = lc prompt('Build JPEG support?','y') eq 'y';
 -    $FT   = lc prompt('Build FreeType support?','y') eq 'y';
 -    $XPM  = $^O !~ /^freebsd|MSWin32$/ && lc prompt('Build XPM support?','y') eq 'y';
++    $JPEG = 'y';
++    $FT = 'y';
++    $XPM = 'y';
  }
  ##################################################################################################################
  



Home | Main Index | Thread Index | Old Index