View | Details | Raw Unified | Return to bug 261008
Collapse All | Expand All

(-)b/graphics/librasterlite2/Makefile (-12 / +9 lines)
Lines 1-11 Link Here
1
# Created by: lbartoletti <lbartoletti@FreeBSD.org>
1
# Created by: lbartoletti <lbartoletti@FreeBSD.org>
2
PORTNAME=	librasterlite2
2
PORTNAME=	librasterlite2
3
PORTVERSION=	1.0.0
3
PORTVERSION=	1.1.0
4
DISTVERSIONSUFFIX=-rc0
4
DISTVERSIONSUFFIX=-beta1
5
PORTREVISION=	8
6
CATEGORIES=	graphics geography
5
CATEGORIES=	graphics geography
7
MASTER_SITES=	http://www.gaia-gis.it/gaia-sins/
6
MASTER_SITES=	http://www.gaia-gis.it/gaia-sins/librasterlite2-sources/
8
MAINTAINER=	lbartoletti@FreeBSD.org
7
MAINTAINER=	lbartoletti@FreeBSD.org
9
COMMENT=	Library that stores and retrieves raster coverages using a SpatiaLite
8
COMMENT=	Library that stores and retrieves raster coverages using a SpatiaLite
Lines 13-41 COMMENT= Library that stores and retrieves raster coverages using a SpatiaLite Link Here
13
LICENSE=	MPL11 GPLv2 LGPL21
12
LICENSE=	MPL11 GPLv2 LGPL21
14
LICENSE_COMB=	dual
13
LICENSE_COMB=	dual
15
LIB_DEPENDS=	libspatialite.so:databases/spatialite \
14
LIB_DEPENDS=	liblz4.so:archivers/liblz4 \
15
		libzstd.so:archivers/zstd \
16
		libspatialite.so:databases/spatialite \
16
		libgeotiff.so:graphics/libgeotiff \
17
		libgeotiff.so:graphics/libgeotiff \
17
		libjbig.so:graphics/jbigkit \
18
		libjbig.so:graphics/jbigkit \
18
		libpng.so:graphics/png \
19
		libpng.so:graphics/png \
19
		libgif.so:graphics/giflib \
20
		libgif.so:graphics/giflib \
20
		libgeos.so:graphics/geos \
21
		libgeos.so:graphics/geos \
21
		libproj.so:graphics/proj \
22
		libproj.so:graphics/proj \
23
		libopenjp2.so:graphics/openjpeg \
22
		libtiff.so:graphics/tiff \
24
		libtiff.so:graphics/tiff \
23
		libfreexl.so:textproc/freexl \
24
		libwebp.so:graphics/webp \
25
		libwebp.so:graphics/webp \
25
		libcairo.so:graphics/cairo \
26
		libcairo.so:graphics/cairo \
26
		libcurl.so:ftp/curl
27
		libcurl.so:ftp/curl \
28
		libfreexl.so:textproc/freexl
27
GNU_CONFIGURE=	yes
29
GNU_CONFIGURE=	yes
28
USES=		gmake iconv jpeg libtool pathfix pkgconfig sqlite
30
USES=		gmake iconv jpeg libtool pathfix pkgconfig sqlite
29
USE_LDCONFIG=	yes
31
USE_LDCONFIG=	yes
30
INSTALL_TARGET=	install-strip
32
INSTALL_TARGET=	install-strip
31
# Work around PKG_CHECK_MODULES before base r276898
32
.if !exists(/usr/libdata/pkgconfig/liblzma.pc)
33
CONFIGURE_ENV+=	LIBLZMA_CFLAGS=" " LIBLZMA_LIBS="-llzma"
34
.endif
35
36
CPPFLAGS+=	-I${LOCALBASE}/include
33
CPPFLAGS+=	-I${LOCALBASE}/include
37
LDFLAGS+=	-L${LOCALBASE}/lib
34
LDFLAGS+=	-L${LOCALBASE}/lib
38
LIBS+=		-lsqlite3 -lm
35
LIBS+=		-lsqlite3 -lm
(-)b/graphics/librasterlite2/distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (librasterlite2-1.0.0-rc0.tar.gz) = 8ddf8e7640ecc2591804a97cc78f54263362e67eb8af3089f014dc058060ef4f
1
TIMESTAMP = 1641841068
2
SIZE (librasterlite2-1.0.0-rc0.tar.gz) = 16400254
2
SHA256 (librasterlite2-1.1.0-beta1.tar.gz) = f7284cdfc07ad343a314e4878df0300874b0145d9d331b063b096b482e7e44f4
3
SIZE (librasterlite2-1.1.0-beta1.tar.gz) = 17865163
(-)b/graphics/librasterlite2/files/patch-headers_rasterlite2__private.h (+11 lines)
Added Link Here
1
--- headers/rasterlite2_private.h.orig	2022-01-10 19:39:39 UTC
2
+++ headers/rasterlite2_private.h
3
@@ -48,7 +48,7 @@ the terms of any one of the MPL, the GPL or the LGPL.
4
  */
5
6
 #include "config.h"
7
-
8
+#include <time.h>
9
 /*
10
 / the following patch supporting GeoTiff headers
11
 / was kindly contributed by Brad Hards on 2011-09-02
(-)b/graphics/librasterlite2/pkg-plist (+2 lines)
Lines 1-7 Link Here
1
bin/rl2sniff
1
bin/rl2tool
2
bin/rl2tool
2
bin/wmslite
3
bin/wmslite
3
include/rasterlite2/rasterlite2.h
4
include/rasterlite2/rasterlite2.h
4
include/rasterlite2/rl2graphics.h
5
include/rasterlite2/rl2graphics.h
6
include/rasterlite2/rl2mapconfig.h
5
include/rasterlite2/rl2svg.h
7
include/rasterlite2/rl2svg.h
6
include/rasterlite2/rl2tiff.h
8
include/rasterlite2/rl2tiff.h
7
include/rasterlite2/rl2wms.h
9
include/rasterlite2/rl2wms.h

Return to bug 261008