head 1.8; access; symbols pkgsrc-2013Q2:1.8.0.48 pkgsrc-2013Q2-base:1.8 pkgsrc-2012Q4:1.8.0.46 pkgsrc-2012Q4-base:1.8 pkgsrc-2011Q4:1.8.0.44 pkgsrc-2011Q4-base:1.8 pkgsrc-2011Q2:1.8.0.42 pkgsrc-2011Q2-base:1.8 pkgsrc-2009Q4:1.8.0.40 pkgsrc-2009Q4-base:1.8 pkgsrc-2008Q4:1.8.0.38 pkgsrc-2008Q4-base:1.8 pkgsrc-2008Q3:1.8.0.36 pkgsrc-2008Q3-base:1.8 cube-native-xorg:1.8.0.34 cube-native-xorg-base:1.8 pkgsrc-2008Q2:1.8.0.32 pkgsrc-2008Q2-base:1.8 pkgsrc-2008Q1:1.8.0.30 pkgsrc-2008Q1-base:1.8 pkgsrc-2007Q4:1.8.0.28 pkgsrc-2007Q4-base:1.8 pkgsrc-2007Q3:1.8.0.26 pkgsrc-2007Q3-base:1.8 pkgsrc-2007Q2:1.8.0.24 pkgsrc-2007Q2-base:1.8 pkgsrc-2007Q1:1.8.0.22 pkgsrc-2007Q1-base:1.8 pkgsrc-2006Q4:1.8.0.20 pkgsrc-2006Q4-base:1.8 pkgsrc-2006Q3:1.8.0.18 pkgsrc-2006Q3-base:1.8 pkgsrc-2006Q2:1.8.0.16 pkgsrc-2006Q2-base:1.8 pkgsrc-2006Q1:1.8.0.14 pkgsrc-2006Q1-base:1.8 pkgsrc-2005Q4:1.8.0.12 pkgsrc-2005Q4-base:1.8 pkgsrc-2005Q3:1.8.0.10 pkgsrc-2005Q3-base:1.8 pkgsrc-2005Q2:1.8.0.8 pkgsrc-2005Q2-base:1.8 pkgsrc-2005Q1:1.8.0.6 pkgsrc-2005Q1-base:1.8 pkgsrc-2004Q4:1.8.0.4 pkgsrc-2004Q4-base:1.8 pkgsrc-2004Q3:1.8.0.2 pkgsrc-2004Q3-base:1.8 pkgsrc-2004Q2:1.6.0.6 pkgsrc-2004Q2-base:1.6 pkgsrc-2004Q1:1.6.0.4 pkgsrc-2004Q1-base:1.6 pkgsrc-2003Q4:1.6.0.2 pkgsrc-2003Q4-base:1.6 netbsd-1-6-1:1.3.0.6 netbsd-1-6-1-base:1.3 netbsd-1-6:1.3.0.8 netbsd-1-6-RELEASE-base:1.3 pkgviews:1.3.0.4 pkgviews-base:1.3 buildlink2:1.3.0.2 buildlink2-base:1.3 netbsd-1-5-PATCH003:1.3 netbsd-1-5-PATCH001:1.2 netbsd-1-5-RELEASE:1.2 netbsd-1-4-PATCH003:1.2 netbsd-1-4-PATCH002:1.1; locks; strict; comment @# @; 1.8 date 2004.08.05.04.32.50; author jlam; state dead; branches; next 1.7; 1.7 date 2004.07.07.16.51.26; author xtraeme; state Exp; branches; next 1.6; 1.6 date 2003.10.03.03.10.57; author explorer; state Exp; branches; next 1.5; 1.5 date 2003.10.02.04.32.41; author explorer; state Exp; branches; next 1.4; 1.4 date 2003.06.23.12.10.15; author adam; state Exp; branches; next 1.3; 1.3 date 2001.11.26.06.49.57; author jlam; state Exp; branches; next 1.2; 1.2 date 2000.07.14.08.53.14; author rh; state Exp; branches; next 1.1; 1.1 date 99.11.01.03.32.57; author jlam; state Exp; branches; next ; desc @@ 1.8 log @Update graphics/p5-GD to 2.16. Changes from version 2.11 include: 2.16 Fixed bug in GIF #IFDEFs pointed out by BZAJAC Added #IFDEF for WIN32 provided by Randy Kobes 2.15 Brought back GIF support (requires libgd 2.0.28 or higher). Takes advantage of gdlib-config support in libgd 2.0.27 or higher. 2.14 Support for AMD64 libraries. 2.12 Fixed regression test 10 to succeed when used with libgd 2.0.22 @ text @$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 @@@@ -98,7 +99,6 @@@@ if( ! defined($lib_gd_path) ) { warn "\n"; - $PREFIX = lc prompt('Where is libgd installed?','/usr/lib'); } unless ($PREFIX eq '/usr/lib') { @@@@ -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 = ''; } ################################################################################################################## @ 1.7 log @Remove XPM support in graphics/p5-GD so you can install useful programs, on a server without X11. Bump PKGREVISION. @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.6 2003/10/03 03:10:57 explorer Exp $ @ 1.6 log @don't hard-code prefix, pass it to Makefile.PL @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.5 2003/10/02 04:32:41 explorer Exp $ d22 1 a22 1 + $XPM = 'y'; @ 1.5 log @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. @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.4 2003/06/23 12:10:15 adam Exp $ d5 1 a5 1 @@@@ -98,7 +99,7 @@@@ a9 1 + $PREFIX = '/usr/pkg/lib'; @ 1.4 log @Updated p5-GD to 2.07; uses with gd-2.0.x @ text @d1 1 a1 1 $NetBSD$ d5 1 a5 1 @@@@ -98,7 +99,6 @@@@ d10 1 d14 1 a14 1 @@@@ -122,9 +122,6 @@@@ d21 3 @ 1.3 log @Buildlinkify, in the sense that only the perl headers are found in ${PREFIX} -- everything else is pickup up from ${BUILDLINK_DIR}. @ text @d3 8 a10 4 --- Makefile.PL.orig Fri Aug 4 16:59:22 2000 +++ Makefile.PL @@@@ -3,16 +3,19 @@@@ warn "NOTICE: This module requires libgd 1.8.3 or higher (shared library version 4.X).\n"; d12 10 a21 22 # =====> PATHS: CHECK AND ADJUST <===== -my @@INC = qw(-I/usr/local/include -I/usr/local/include/gd); -my @@LIBPATH = qw(-L/usr/lib/X11 -L/usr/X11R6/lib -L/usr/X11/lib -L/usr/local/lib ); -my @@LIBS = qw(-lgd -lpng -lz); +my @@INC = qw(); +my @@LIBPATH = qw(); +my @@LIBS = qw(-lgd -lpng -lz -lintl); # FEATURE FLAGS warn "\nPlease choose the features that match how libgd was built:\n"; -my $JPEG = lc prompt('Build JPEG support?','y') eq 'y'; -my $TTF = lc prompt('Build FreeType support?','y') eq 'y'; -my $XPM = $^O !~ /^freebsd|MSWin32$/ && lc prompt('Build XPM support?','y') eq 'y'; +#my $JPEG = lc prompt('Build JPEG support?','y') eq 'y'; +$JPEG = 1; +#my $TTF = lc prompt('Build FreeType support?','y') eq 'y'; +$TTF = 1; +#my $XPM = $^O !~ /^freebsd|MSWin32$/ && lc prompt('Build XPM support?','y') eq 'y'; +$XPM = 1; my $FCGI = 0; # set to 1 to build compatability with fastCGI @ 1.2 log @Update p5-GD to 1.30, fixing PR 10565 by Damon Brodie. Now works again with our current gd package. Changes include: - now you can create GD::Image objects directly from image DATA - reformatted documentation - internal release - fixed a bad regression test - updated for compatibility with libgd 1.8.3 - WBMP support - turned Makefile.PL into a multiple-choice quiz - turned libgd patchfile into a perl script - updated for compatibility with libgd 1.8.1 - JPEG support - the newFromXXX() functions now accept pathnames - patchfile for building libgd as a shared library - improvements to the Makefile to help with compilation - added more help in compiling and installing to docs - added some more libraries to link in, might help unresolved symbol problems @ text @d3 5 a7 3 --- Makefile.PL.orig Mon Jul 10 22:07:22 2000 +++ Makefile.PL Mon Jul 10 22:12:09 2000 @@@@ -5,14 +5,17 @@@@ d9 2 a10 2 my @@INC = qw(-I/usr/local/include -I/usr/local/include/gd); my @@LIBPATH = qw(-L/usr/lib/X11 -L/usr/X11R6/lib -L/usr/X11/lib -L/usr/local/lib ); d12 2 @ 1.1 log @* Update p5-GD to 1.22. * Modify to support gd-1.7.3. WHAT's NEW IN 1.22 - added support for statically linked libgd.a, which is now default for libgd 1.7.3 (grrrr) - added newFromGd2Part() and newFromXPM() methods @ text @d3 8 a10 4 --- Makefile.PL.orig Thu Sep 30 11:45:48 1999 +++ Makefile.PL Sun Oct 31 19:42:23 1999 @@@@ -8,7 +8,7 @@@@ my @@extrasearch = qw( -L/usr/lib/X11 -L/usr/X11R6/lib -L/usr/X11/lib); d12 14 a25 5 my @@extralibs; -push @@extralibs, '-lgd','-lz','-lpng','-lttf'; +push @@extralibs, '-lgd','-lz','-lpng','-lttf','-lintl'; push @@extralibs, "-lm" unless $^O eq 'MSWin32'; push @@extralibs,@@extrasearch,'-lX11','-lXpm'; @