From b46a9a3e2ba4b1d8717639fe35f18449d7a7d2bf Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Sun, 20 Oct 2013 07:05:49 +0000 Subject: - Update to 3.12.1 - Support STAGEDIR - Use USES=charsetfix Changes: - Fixed the behavior of Sequence::read_row() so that the documented semantics of read() are used. This will require changes in some of the handlers but does not change the libray's ABI. Handler's that don't need the new/corrected behavior can use version 3.12.0. --- devel/libdap/Makefile | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) (limited to 'devel/libdap/Makefile') diff --git a/devel/libdap/Makefile b/devel/libdap/Makefile index fe8bc632e40e..b9b63e168462 100644 --- a/devel/libdap/Makefile +++ b/devel/libdap/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libdap -PORTVERSION= 3.12.0 +PORTVERSION= 3.12.1 CATEGORIES= devel MASTER_SITES= http://www.opendap.org/pub/source/ \ LOCAL/sunpoet @@ -10,23 +10,16 @@ MASTER_SITES= http://www.opendap.org/pub/source/ \ MAINTAINER= sunpoet@FreeBSD.org COMMENT= SDK which contains an implementation of DAP 2.0 and 3.1 +LICENSE= LGPL21 + LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \ libuuid.so:${PORTSDIR}/misc/e2fsprogs-libuuid \ libxml2.so:${PORTSDIR}/textproc/libxml2 -CONFIGURE_ARGS= --with-zlib=/usr CPPFLAGS+= -I${LOCALBASE}/include GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib USE_LDCONFIG= yes -USES= gmake pathfix - -MAN1= dap-config.1 \ - getdap.1 - -NO_STAGE= yes -post-patch: - # do not alter ${PREFIX}/lib/charset.alias - @${REINPLACE_CMD} -e '/^install-exec-am: / s|install-exec-local||' ${WRKSRC}/gl/Makefile.in +USES= charsetfix gmake pathfix .include -- cgit v1.2.3