Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Jul 2004 10:03:00 +0800 (CST)
From:      Cheng-Lung Sung <clsung@dragon2.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        philip@p6m7g8.com
Subject:   ports/69454: [PATCH] graphics/GD: update to 2.15
Message-ID:  <20040723020300.EC8D315755@mail.dragon2.net>
Resent-Message-ID: <200407230210.i6N2APqW020690@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         69454
>Category:       ports
>Synopsis:       [PATCH] graphics/GD: update to 2.15
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul 23 02:10:24 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Cheng-Lung Sung
>Release:        FreeBSD 4.10-RELEASE i386
>Organization:
FreeBSD @ Taiwan
>Environment:
System: FreeBSD sungsung.csie.nctu.edu.tw 4.10-RELEASE FreeBSD 4.10-RELEASE #1: Wed Jun  9 11:27:45 CST
>Description:
- Update to 2.15
- remove files/patch-GD.xs
- perl5.6 is baseline now

Port maintainer (philip@p6m7g8.com) is cc'd.

Generated with FreeBSD Port Tools 0.50
>How-To-Repeat:
>Fix:

--- p5-GD-2.15.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/graphics/p5-GD/Makefile /home/clsung/p5-GD/Makefile
--- /usr/ports/graphics/p5-GD/Makefile	Tue Sep  9 20:58:37 2003
+++ /home/clsung/p5-GD/Makefile	Fri Jul 23 10:00:21 2004
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	GD
-PORTVERSION=	2.07
+PORTVERSION=	2.15
 CATEGORIES=	graphics perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	GD
@@ -23,4 +23,10 @@
 
 MAN3=		GD.3 GD::Polyline.3
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500601
+IGNORE=		This port requires perl 5.6.x or later. Install lang/perl5 then try again
+.endif
+
+.include <bsd.port.post.mk>
diff -ruN --exclude=CVS /usr/ports/graphics/p5-GD/distinfo /home/clsung/p5-GD/distinfo
--- /usr/ports/graphics/p5-GD/distinfo	Thu Apr  1 16:39:48 2004
+++ /home/clsung/p5-GD/distinfo	Fri Jul 23 09:58:23 2004
@@ -1,2 +1,2 @@
-MD5 (GD-2.07.tar.gz) = 7a44d308e082471e824fcbff044d8300
-SIZE (GD-2.07.tar.gz) = 153759
+MD5 (GD-2.15.tar.gz) = 8afc6be5a7a5be545840ff11fb3b02cf
+SIZE (GD-2.15.tar.gz) = 156948
diff -ruN --exclude=CVS /usr/ports/graphics/p5-GD/files/patch-GD.xs /home/clsung/p5-GD/files/patch-GD.xs
--- /usr/ports/graphics/p5-GD/files/patch-GD.xs	Tue Aug 19 00:15:07 2003
+++ /home/clsung/p5-GD/files/patch-GD.xs	Thu Jan  1 08:00:00 1970
@@ -1,33 +0,0 @@
---- GD.xs.orig	Thu Apr 24 07:00:11 2003
-+++ GD.xs	Wed May 14 17:33:13 2003
-@@ -18,6 +18,30 @@
- /* Copyright 1995 - 1998, Lincoln D. Stein.  See accompanying README file for
- 	usage restrictions */
- 
-+#ifndef PERL_REVISION
-+#   ifndef __PATCHLEVEL_H_INCLUDED__
-+#       include "patchlevel.h"
-+#   endif
-+#   ifndef PERL_REVISION
-+#       define PERL_REVISION    (5)
-+        /* Replace: 1 */
-+#       define PERL_VERSION     PATCHLEVEL
-+#       define PERL_SUBVERSION  SUBVERSION
-+        /* Replace PERL_PATCHLEVEL with PERL_VERSION */
-+        /* Replace: 0 */
-+#   endif
-+#endif
-+
-+#if (PERL_VERSION == 5) && (PERL_SUBVERSION==3)
-+#ifndef PL_na
-+# define PL_na na
-+#endif
-+
-+#ifndef SvPV_nolen
-+# define SvPV_nolen(sv) SvPV(sv, PL_na)
-+#endif
-+#endif /* 5.00503 */
-+
- static int
- not_here(char *s)
- {
--- p5-GD-2.15.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040723020300.EC8D315755>