pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc Remove XPM support in graphics/p5-GD so you can instal...
details: https://anonhg.NetBSD.org/pkgsrc/rev/fe10915aecba
branches: trunk
changeset: 477714:fe10915aecba
user: xtraeme <xtraeme%pkgsrc.org@localhost>
date: Wed Jul 07 16:51:26 2004 +0000
description:
Remove XPM support in graphics/p5-GD so you can install useful programs,
on a server without X11.
Bump PKGREVISION.
diffstat:
doc/CHANGES | 3 ++-
graphics/p5-GD/Makefile | 5 ++---
graphics/p5-GD/distinfo | 4 ++--
graphics/p5-GD/patches/patch-aa | 4 ++--
4 files changed, 8 insertions(+), 8 deletions(-)
diffs (65 lines):
diff -r 870a5001d326 -r fe10915aecba doc/CHANGES
--- a/doc/CHANGES Wed Jul 07 16:23:10 2004 +0000
+++ b/doc/CHANGES Wed Jul 07 16:51:26 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.6483 2004/07/07 15:20:25 recht Exp $
+$NetBSD: CHANGES,v 1.6484 2004/07/07 16:51:26 xtraeme Exp $
Changes to the packages collection and infrastructure in 2004:
@@ -3295,3 +3295,4 @@
Updated gsed to 4.1.1 [seb 2004-07-07]
Updated distcc to 2.15 [martti 2004-07-07]
Updated dspam to 3.0.0nb1 [recht 2004-07-07]
+ Updated p5-GD to 2.11nb2 [xtraeme 2004-07-07]
diff -r 870a5001d326 -r fe10915aecba graphics/p5-GD/Makefile
--- a/graphics/p5-GD/Makefile Wed Jul 07 16:23:10 2004 +0000
+++ b/graphics/p5-GD/Makefile Wed Jul 07 16:51:26 2004 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.21 2004/06/20 21:52:08 xtraeme Exp $
+# $NetBSD: Makefile,v 1.22 2004/07/07 16:51:26 xtraeme Exp $
DISTNAME= GD-2.11
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
+PKGREVISION= 2
SVR4_PKGNAME= p5bd
CATEGORIES= graphics perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=GD/}
@@ -14,7 +14,6 @@
PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_BUILDLINK3= YES
-USE_X11= YES
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/GD/.packlist
MAKE_ENV+= GD_LIBS="${LDFLAGS}"
diff -r 870a5001d326 -r fe10915aecba graphics/p5-GD/distinfo
--- a/graphics/p5-GD/distinfo Wed Jul 07 16:23:10 2004 +0000
+++ b/graphics/p5-GD/distinfo Wed Jul 07 16:51:26 2004 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2004/04/29 18:01:05 abs Exp $
+$NetBSD: distinfo,v 1.8 2004/07/07 16:51:26 xtraeme Exp $
SHA1 (GD-2.11.tar.gz) = 2ed3aa80bcc357560ba9433ce90b02f89cc73a4f
Size (GD-2.11.tar.gz) = 154432 bytes
-SHA1 (patch-aa) = 35ccf68dfc1ee268a4ffd431bb7ab29a7c7f59e9
+SHA1 (patch-aa) = d40e41e7f998b4a2b8570a0882a7bfdfe0ee109d
diff -r 870a5001d326 -r fe10915aecba graphics/p5-GD/patches/patch-aa
--- a/graphics/p5-GD/patches/patch-aa Wed Jul 07 16:23:10 2004 +0000
+++ b/graphics/p5-GD/patches/patch-aa Wed Jul 07 16:51:26 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.6 2003/10/03 03:10:57 explorer Exp $
+$NetBSD: patch-aa,v 1.7 2004/07/07 16:51:26 xtraeme Exp $
--- Makefile.PL.orig 2003-04-24 07:05:26.000000000 +0200
+++ Makefile.PL 2003-06-23 13:59:32.000000000 +0200
@@ -19,7 +19,7 @@
- $XPM = $^O !~ /^freebsd|MSWin32$/ && lc prompt('Build XPM support?','y') eq 'y';
+ $JPEG = 'y';
+ $FT = 'y';
-+ $XPM = 'y';
++ $XPM = '';
}
##################################################################################################################
Home |
Main Index |
Thread Index |
Old Index