ports/96513: [patch] graphics/gdchart update

Aleksander Fafula alex at fafula.com
Sat Apr 29 14:20:14 UTC 2006


>Number:         96513
>Category:       ports
>Synopsis:       [patch] graphics/gdchart update
>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:   Sat Apr 29 14:20:12 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Aleksander Fafula
>Release:        FreeBSD 5.4-STABLE i386
>Organization:
bsdguru.org 
>Environment:
System: FreeBSD fafula.com 5.4-STABLE FreeBSD


	
>Description:

Upgrade for graphics/gdchart.

Dear CCed maintainers, please take a look at your ports because contents 
of this version of gdchart has been changed by authors. For me it looks ok.
Affected: graphics/py-gdchart and graphics/py-gdchart2 .

Thanks to ITetcu it has been already tested and it's ok:
http://sce-tindy.tecnik93.com/tb-exp/index.php?action=describe_port&id=289
(the rest compiles on tindie as well).

	
>How-To-Repeat:
	
>Fix:

	


? gdchart.diff
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/graphics/gdchart/Makefile,v
retrieving revision 1.15
diff -u -r1.15 Makefile
--- Makefile	11 Nov 2005 01:17:33 -0000	1.15
+++ Makefile	29 Apr 2006 13:41:43 -0000
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	gdchart
-PORTVERSION=	0.11.4
-PORTREVISION=	1
+PORTVERSION=	0.11.5
 CATEGORIES=	graphics
 MASTER_SITES=	http://www.fred.net/brv/chart/ \
 		ftp://ftp.nuug.no/pub/anders/distfiles/
@@ -20,12 +19,11 @@
 		jpeg:${PORTSDIR}/graphics/jpeg \
 		freetype:${PORTSDIR}/print/freetype2
 
-USE_REINPLACE=	yes
 MAKEFILE=	${FILESDIR}/Makefile
 MAKE_ARGS=	PREFIX="${PREFIX}" LOCALBASE="${LOCALBASE}"
 INSTALLS_SHLIB=	yes
 
-DOCS=		README
+DOCS=		README.txt
 EXAMPLES=	ft_samp.c gdc_pie_samp.c gdc_samp1.c gdc_samp2.c
 
 .if defined(NOPROFILE)
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/graphics/gdchart/distinfo,v
retrieving revision 1.6
diff -u -r1.6 distinfo
--- distinfo	26 Nov 2005 01:47:38 -0000	1.6
+++ distinfo	29 Apr 2006 13:41:43 -0000
@@ -1,3 +1,3 @@
-MD5 (gdchart0.11.4dev.tar.gz) = eb3db4185f21185a89ae6f7cba49c404
-SHA256 (gdchart0.11.4dev.tar.gz) = ed4339c30c5791dc8fdf95df3767c5035a05d1d2c02bb6acfa0771dd7237cca0
-SIZE (gdchart0.11.4dev.tar.gz) = 52031
+MD5 (gdchart0.11.5dev.tar.gz) = a4af7bc927d8b88934da56fce10a7a3c
+SHA256 (gdchart0.11.5dev.tar.gz) = 4dca5ffd3c2812d935cfa833d6d63e1edbe54459a97a7113ef42dcd7819db1a1
+SIZE (gdchart0.11.5dev.tar.gz) = 38783
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/graphics/gdchart/pkg-plist,v
retrieving revision 1.5
diff -u -r1.5 pkg-plist
--- pkg-plist	28 Feb 2004 11:54:24 -0000	1.5
+++ pkg-plist	29 Apr 2006 13:41:43 -0000
@@ -1,15 +1,14 @@
 include/gdc.h
 include/gdchart.h
 include/gdcpie.h
-include/gifencode.h
 lib/libgdc.a
 lib/libgdc.so
 lib/libgdc.so.1
 %%PROFILE%%lib/libgdc_p.a
-%%PORTDOCS%%share/doc/gdchart/README
-%%PORTDOCS%%@dirrm share/doc/gdchart
-%%PORTDOCS%%share/examples/gdchart/ft_samp.c
-%%PORTDOCS%%share/examples/gdchart/gdc_samp1.c
-%%PORTDOCS%%share/examples/gdchart/gdc_samp2.c
-%%PORTDOCS%%share/examples/gdchart/gdc_pie_samp.c
-%%PORTDOCS%%@dirrm share/examples/gdchart
+%%DOCSDIR%%/README.txt
+ at dirrm %%DOCSDIR%%
+%%EXAMPLESDIR%%/ft_samp.c
+%%EXAMPLESDIR%%/gdc_samp1.c
+%%EXAMPLESDIR%%/gdc_samp2.c
+%%EXAMPLESDIR%%/gdc_pie_samp.c
+ at dirrm %%EXAMPLESDIR%%
Index: files/Makefile
===================================================================
RCS file: /home/ncvs/ports/graphics/gdchart/files/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- files/Makefile	28 Feb 2004 11:54:24 -0000	1.2
+++ files/Makefile	29 Apr 2006 13:41:43 -0000
@@ -10,13 +10,11 @@
 		gdc.c \
 		gdc_pie.c \
 		gdchart.c \
-		gifencode.c \
 		price_conv.c
 INCS=		gdc.h \
 		gdchart.h \
-		gdcpie.h \
-		gifencode.h
-NOMAN=		YES
+		gdcpie.h
+NO_MAN=		YES
 PREFIX?=	/usr/local
 LOCALBASE?=	/usr/local
 LIBDIR=		${PREFIX}/lib
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list