Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Feb 2015 17:14:17 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r378607 - head/graphics/librasterlite
Message-ID:  <201502071714.t17HEHVZ002299@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Sat Feb  7 17:14:16 2015
New Revision: 378607
URL: https://svnweb.freebsd.org/changeset/ports/378607
QAT: https://qat.redports.org/buildarchive/r378607/

Log:
  Reduce difference with graphics/librasterlite2
  
  - Add LICENSE
  - Convert to USES=pathfix
  - Strip library
  
  PR:		197228
  Submitted by:	coder@tuxfamily.org (maintainer)
  Approved by:	mentors (implicit)

Modified:
  head/graphics/librasterlite/Makefile

Modified: head/graphics/librasterlite/Makefile
==============================================================================
--- head/graphics/librasterlite/Makefile	Sat Feb  7 17:13:58 2015	(r378606)
+++ head/graphics/librasterlite/Makefile	Sat Feb  7 17:14:16 2015	(r378607)
@@ -10,6 +10,9 @@ MASTER_SITES=	http://www.gaia-gis.it/gai
 MAINTAINER=	coder@tuxfamily.org
 COMMENT=	Library that stores and retrieves raster coverages using a SpatiaLite
 
+LICENSE=	MPL GPLv2 LGPL21
+LICENSE_COMB=	dual
+
 LIB_DEPENDS=	libspatialite.so:${PORTSDIR}/databases/spatialite \
 		libsqlite3.so:${PORTSDIR}/databases/sqlite3 \
 		libgeotiff.so:${PORTSDIR}/graphics/libgeotiff \
@@ -22,14 +25,11 @@ LIB_DEPENDS=	libspatialite.so:${PORTSDIR
 		libfreexl.so:${PORTSDIR}/textproc/freexl
 
 GNU_CONFIGURE=	yes
-USES=		gmake iconv pkgconfig libtool
+USES=		gmake iconv libtool pathfix pkgconfig
 USE_LDCONFIG=	yes
+INSTALL_TARGET=	install-strip
 
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
-post-patch:
-	@${REINPLACE_CMD} -e 's|$$(libdir)/pkgconfig|$$(prefix)/libdata/pkgconfig|' \
-		${WRKSRC}/Makefile.in
-
 .include <bsd.port.mk>



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