diff options
author | vanilla <vanilla@FreeBSD.org> | 2001-05-10 17:34:24 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2001-05-10 17:34:24 +0800 |
commit | c3ec9efd2912571c7d34a83203fe0edb4b59a5a6 (patch) | |
tree | 02fd246f832962a058fbfb528a82dad3a1f0bc6e /graphics/p5-GD | |
parent | 86d5c3f034d258e3de6f833e6c8341cd05ee1a6e (diff) | |
download | freebsd-ports-gnome-c3ec9efd2912571c7d34a83203fe0edb4b59a5a6.tar.gz freebsd-ports-gnome-c3ec9efd2912571c7d34a83203fe0edb4b59a5a6.tar.zst freebsd-ports-gnome-c3ec9efd2912571c7d34a83203fe0edb4b59a5a6.zip |
Upgrade to latest version:
p5-Apache-MP3 => 2.16
p5-Convert-UUlib => 0.111
p5-Email-Find => 0.03
p5-GD => 1.33
p5-HTML-Parser => 3.24
p5-I18N-Charset => 1.08
p5-I18N-LangTags => 0.20
p5-MIME-Lite => 2.111
p5-Set-Scalar => 1.09
p5-Sort-ArbBiLex => 3.4
p5-URI => 1.12
p5-Unix-Syslog => 0.95
and change MAINTAINER to ports@FreeBSD.org:
p5-Convert-UUlib
p5-Unix-Syslog
Approved by: maintainer
Diffstat (limited to 'graphics/p5-GD')
-rw-r--r-- | graphics/p5-GD/Makefile | 3 | ||||
-rw-r--r-- | graphics/p5-GD/distinfo | 2 | ||||
-rw-r--r-- | graphics/p5-GD/files/patch-aa | 10 |
3 files changed, 7 insertions, 8 deletions
diff --git a/graphics/p5-GD/Makefile b/graphics/p5-GD/Makefile index 838e75add638..0fc5849ca2a1 100644 --- a/graphics/p5-GD/Makefile +++ b/graphics/p5-GD/Makefile @@ -6,8 +6,7 @@ # PORTNAME= GD -PORTVERSION= 1.32 -PORTREVISION= 2 +PORTVERSION= 1.33 CATEGORIES= graphics perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= GD diff --git a/graphics/p5-GD/distinfo b/graphics/p5-GD/distinfo index 3e4cd918d1b1..9c31fafdc662 100644 --- a/graphics/p5-GD/distinfo +++ b/graphics/p5-GD/distinfo @@ -1 +1 @@ -MD5 (GD-1.32.tar.gz) = 1fa982def11e42809ef3b802e38a5eb8 +MD5 (GD-1.33.tar.gz) = 48d9f13b2652a56a08a02ea5ed1aadf6 diff --git a/graphics/p5-GD/files/patch-aa b/graphics/p5-GD/files/patch-aa index 6d9f7676f3ab..5a406c8e41d6 100644 --- a/graphics/p5-GD/files/patch-aa +++ b/graphics/p5-GD/files/patch-aa @@ -1,5 +1,5 @@ ---- Makefile.PL.orig Fri Jun 23 11:31:50 2000 -+++ Makefile.PL Thu Nov 9 13:38:26 2000 +--- Makefile.PL.orig Sat Aug 5 04:59:22 2000 ++++ Makefile.PL Thu May 10 06:36:36 2001 @@ -3,38 +3,17 @@ warn "NOTICE: This module requires libgd 1.8.3 or higher (shared library version 4.X).\n"; @@ -15,8 +15,8 @@ -my $TTF = lc prompt('Build FreeType support?','y') eq 'y'; -my $XPM = $^O !~ /^freebsd|MSWin32$/ && lc prompt('Build XPM support?','y') eq 'y'; +my @INC = qw(-I/usr/local/include -I/usr/local/include/gd -I/usr/local/include/freetype -I/usr/X11R6/include -I/usr/X11R6/include/X11); -+my @LIBPATH = qw(-L/usr/X11R6/lib -L/usr/local/lib ); -+my @LIBS = qw(-lttf -ljpeg -lgd -lpng -lz); ++my @LIBPATH = qw(-L/usr/local/lib -L/usr/X11R6/lib); ++my @LIBS = qw(-lfreetype -ljpeg -lgd -lpng -lz); my $FCGI = 0; # set to 1 to build compatability with fastCGI @@ -40,7 +40,7 @@ -$DEFINES .= ' -DHAVE_JPEG' if $JPEG; -$DEFINES .= ' -DHAVE_TTF' if $TTF; -$DEFINES .= ' -DHAVE_XPM' if $XPM; -+my $DEFINES = '-DHAVE_JPEG -DHAVE_TTF'; ++my $DEFINES = '-DHAVE_JPEG -DHAVE_FREETYPE'; +$DEFINES .= ' -DHAVE_XPM' unless $^O eq 'MSWin32'; $DEFINES .= ' -DFCGI' if $FCGI; |