ports/184101: [MAINTAINER-UPDATE] graphics/libgaiagraphics 0.4b -> 0.5
lbartoletti
coder at tuxfamily.org
Wed Nov 20 06:20:00 UTC 2013
>Number: 184101
>Category: ports
>Synopsis: [MAINTAINER-UPDATE] graphics/libgaiagraphics 0.4b -> 0.5
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Wed Nov 20 06:20:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator: lbartoletti
>Release:
>Organization:
>Environment:
>Description:
Update libgaiagraphics
Build details via Redports :
https://redports.org/buildarchive/20131117092553-44286/
>How-To-Repeat:
>Fix:
Patch attached with submission follows:
diff -ruN graphics/libgaiagraphics.orig/Makefile graphics/libgaiagraphics/Makefile
--- graphics/libgaiagraphics.orig/Makefile 2013-09-20 20:35:44.000000000 +0200
+++ graphics/libgaiagraphics/Makefile 2013-11-19 13:39:16.000000000 +0100
@@ -1,31 +1,32 @@
-# Created by: lbartoletti <coder at tuxfamily.org>
-# $FreeBSD: graphics/libgaiagraphics/Makefile 327733 2013-09-20 18:35:44Z bapt $
+# New ports collection makefile for: libgaiagraphics
+# Date created: 2012-06-14
+# Whom: lbartoletti <coder at tuxfamily.org>
+#
+# $FreeBSD$
+#
PORTNAME= libgaiagraphics
-PORTVERSION= 0.4b
+PORTVERSION= 0.5
CATEGORIES= graphics geography
MASTER_SITES= http://www.gaia-gis.it/gaia-sins/
MAINTAINER= coder at tuxfamily.org
-COMMENT= Library supporting common-utility raster handling methods
+COMMENT= libgaiagraphics is an open source library supporting common-utility raster handling methods
-LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \
- tiff:${PORTSDIR}/graphics/tiff \
- geotiff:${PORTSDIR}/graphics/libgeotiff \
- jpeg:${PORTSDIR}/graphics/jpeg \
- cairo:${PORTSDIR}/graphics/cairo
+LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png \
+ libtiff.so:${PORTSDIR}/graphics/tiff \
+ libgeotiff.so:${PORTSDIR}/graphics/libgeotiff \
+ libjpeg.so:${PORTSDIR}/graphics/jpeg \
+ libcairo.so:${PORTSDIR}/graphics/cairo
GNU_CONFIGURE= yes
-USES= iconv gmake pkgconfig
+USES= gmake iconv pkgconfig
+USE_GNOME= gnomehack
CFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB}
+LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ARGS+=CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
USE_LDCONFIG= yes
-NO_STAGE= yes
-post-patch:
- @${REINPLACE_CMD} -e 's|(libdir)/pkgconfig|(prefix)/libdata/pkgconfig|g' \
- ${WRKSRC}/Makefile.in
.include <bsd.port.mk>
diff -ruN graphics/libgaiagraphics.orig/distinfo graphics/libgaiagraphics/distinfo
--- graphics/libgaiagraphics.orig/distinfo 2012-07-14 15:54:48.000000000 +0200
+++ graphics/libgaiagraphics/distinfo 2013-11-19 13:39:16.000000000 +0100
@@ -1,2 +1,2 @@
-SHA256 (libgaiagraphics-0.4b.tar.gz) = e4ef90cc8224ecc92ad4294d4ee856b77205b19462729648c66d62b72c3b4ede
-SIZE (libgaiagraphics-0.4b.tar.gz) = 451786
+SHA256 (libgaiagraphics-0.5.tar.gz) = ccab293319eef1e77d18c41ba75bc0b6328d0fc3c045bb1d1c4f9d403676ca1c
+SIZE (libgaiagraphics-0.5.tar.gz) = 485775
diff -ruN graphics/libgaiagraphics.orig/pkg-descr graphics/libgaiagraphics/pkg-descr
--- graphics/libgaiagraphics.orig/pkg-descr 2012-07-14 15:54:48.000000000 +0200
+++ graphics/libgaiagraphics/pkg-descr 2013-11-19 13:39:16.000000000 +0100
@@ -1,4 +1,3 @@
-libgaiagraphics is an open source library supporting common-utility
-raster handling methods.
+libgaiagraphics is an open source library supporting common-utility raster handling methods.
WWW: https://www.gaia-gis.it/fossil/libgaiagraphics/index
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list