summaryrefslogtreecommitdiff
path: root/graphics/p5-Image-Imlib2
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/p5-Image-Imlib2')
-rw-r--r--graphics/p5-Image-Imlib2/Makefile5
-rw-r--r--graphics/p5-Image-Imlib2/distinfo8
-rw-r--r--graphics/p5-Image-Imlib2/patches/patch-aa8
3 files changed, 10 insertions, 11 deletions
diff --git a/graphics/p5-Image-Imlib2/Makefile b/graphics/p5-Image-Imlib2/Makefile
index 7f9461e0009..192aa681739 100644
--- a/graphics/p5-Image-Imlib2/Makefile
+++ b/graphics/p5-Image-Imlib2/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2004/02/11 22:56:23 xtraeme Exp $
+# $NetBSD: Makefile,v 1.7 2004/07/25 04:23:36 kim Exp $
#
-DISTNAME= Image-Imlib2-0.12
+DISTNAME= Image-Imlib2-1.03
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 3
SVR4_PKGNAME= p5im2
CATEGORIES= graphics perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Image/}
diff --git a/graphics/p5-Image-Imlib2/distinfo b/graphics/p5-Image-Imlib2/distinfo
index e73f3532edf..a5f426c26df 100644
--- a/graphics/p5-Image-Imlib2/distinfo
+++ b/graphics/p5-Image-Imlib2/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2003/09/21 16:17:42 kim Exp $
+$NetBSD: distinfo,v 1.2 2004/07/25 04:23:36 kim Exp $
-SHA1 (Image-Imlib2-0.12.tar.gz) = 68e1ab0cf4f879cac7a33bd58fd866c8cbc28c9d
-Size (Image-Imlib2-0.12.tar.gz) = 14786 bytes
-SHA1 (patch-aa) = 41fea1d94cf4011dacb6345f709f9a2f3ecbcef7
+SHA1 (Image-Imlib2-1.03.tar.gz) = 6c8647fb9c77c8efd952c872ee0d9b6d174a4170
+Size (Image-Imlib2-1.03.tar.gz) = 16420 bytes
+SHA1 (patch-aa) = d296df4af5e66b498bbc9c7f85d54439c600247f
diff --git a/graphics/p5-Image-Imlib2/patches/patch-aa b/graphics/p5-Image-Imlib2/patches/patch-aa
index 404e8ea10c3..a97599fae78 100644
--- a/graphics/p5-Image-Imlib2/patches/patch-aa
+++ b/graphics/p5-Image-Imlib2/patches/patch-aa
@@ -1,15 +1,15 @@
-$NetBSD: patch-aa,v 1.1.1.1 2003/09/21 16:17:42 kim Exp $
+$NetBSD: patch-aa,v 1.2 2004/07/25 04:23:36 kim Exp $
Ugly trick to get rid of multiple X libraries that won't be found.
---- Build.PL.orig Sun Aug 31 11:15:33 2003
-+++ Build.PL Sun Sep 21 10:27:12 2003
+--- Build.PL.orig 2004-07-13 06:32:25.000000000 -0400
++++ Build.PL 2004-07-25 00:16:24.000000000 -0400
@@ -19,7 +19,7 @@
print "Found imlib2 $version";
}
-my $libs = `$CONFIG --libs`;
+my $libs = `@IMLIB2LIBS@`;
- my $cflags = `$CONFIG --cflags`;
+ my $cflags = "-DX_DISPLAY_MISSING " . `$CONFIG --cflags`;
my $build = Module::Build->new(