diff options
author | wg <wg@FreeBSD.org> | 2013-11-30 23:03:28 +0800 |
---|---|---|
committer | wg <wg@FreeBSD.org> | 2013-11-30 23:03:28 +0800 |
commit | 838816cb540334fc0803de36c92e20a1e20ef9f8 (patch) | |
tree | 8a3e97c937943ff63783f748be1dcf8d858a422e | |
parent | 7b0e2467cdb057a085b263b3a5b909fa3e838178 (diff) | |
download | freebsd-ports-gnome-838816cb540334fc0803de36c92e20a1e20ef9f8.tar.gz freebsd-ports-gnome-838816cb540334fc0803de36c92e20a1e20ef9f8.tar.zst freebsd-ports-gnome-838816cb540334fc0803de36c92e20a1e20ef9f8.zip |
graphics/libgaiagraphics: update to 0.5
- Update to 0.5
- Allow staging
- Convert lib depends to new format
- Use space in WWW
PR: ports/184101
Submitted by: maintainer
-rw-r--r-- | graphics/libgaiagraphics/Makefile | 27 | ||||
-rw-r--r-- | graphics/libgaiagraphics/distinfo | 4 | ||||
-rw-r--r-- | graphics/libgaiagraphics/pkg-descr | 2 |
3 files changed, 14 insertions, 19 deletions
diff --git a/graphics/libgaiagraphics/Makefile b/graphics/libgaiagraphics/Makefile index 5e96111ad794..f9703f9cd4a9 100644 --- a/graphics/libgaiagraphics/Makefile +++ b/graphics/libgaiagraphics/Makefile @@ -2,30 +2,25 @@ # $FreeBSD$ PORTNAME= libgaiagraphics -PORTVERSION= 0.4b +PORTVERSION= 0.5 CATEGORIES= graphics geography MASTER_SITES= http://www.gaia-gis.it/gaia-sins/ MAINTAINER= coder@tuxfamily.org COMMENT= 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 - -CFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} -CONFIGURE_ARGS+=CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" +USES= gmake iconv pathfix pkgconfig USE_LDCONFIG= yes -NO_STAGE= yes -post-patch: - @${REINPLACE_CMD} -e 's|(libdir)/pkgconfig|(prefix)/libdata/pkgconfig|g' \ - ${WRKSRC}/Makefile.in +CFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib +GNU_CONFIGURE= yes +CONFIGURE_ARGS= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" .include <bsd.port.mk> diff --git a/graphics/libgaiagraphics/distinfo b/graphics/libgaiagraphics/distinfo index 8032c7012b00..62fb776e39df 100644 --- a/graphics/libgaiagraphics/distinfo +++ b/graphics/libgaiagraphics/distinfo @@ -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 --git a/graphics/libgaiagraphics/pkg-descr b/graphics/libgaiagraphics/pkg-descr index 90bdf48f9bb1..22f9264af4df 100644 --- a/graphics/libgaiagraphics/pkg-descr +++ b/graphics/libgaiagraphics/pkg-descr @@ -1,4 +1,4 @@ libgaiagraphics is an open source library supporting common-utility raster handling methods. -WWW: https://www.gaia-gis.it/fossil/libgaiagraphics/index +WWW: https://www.gaia-gis.it/fossil/libgaiagraphics/index |