Index: head/devel/libdap/Makefile =================================================================== --- head/devel/libdap/Makefile (revision 413698) +++ head/devel/libdap/Makefile (revision 413699) @@ -1,32 +1,26 @@ # Created by: Wen Heping # $FreeBSD$ PORTNAME= libdap PORTVERSION= 3.17.3 CATEGORIES= devel MASTER_SITES= http://www.opendap.org/pub/source/ \ LOCAL/sunpoet MAINTAINER= sunpoet@FreeBSD.org COMMENT= SDK which contains an implementation of DAP 2.0 and 3.1 LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libcurl.so:ftp/curl \ libuuid.so:misc/e2fsprogs-libuuid \ libxml2.so:textproc/libxml2 CONFIGURE_ARGS= ac_cv_type_max_align_t=yes GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USE_LDCONFIG= yes USES= bison charsetfix gmake libtool localbase pathfix -.include - -.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1100000 -EXTRA_PATCHES+= ${FILESDIR}/extra-patch-dds.yy -.endif - -.include +.include Index: head/devel/libdap/files/extra-patch-dds.yy =================================================================== --- head/devel/libdap/files/extra-patch-dds.yy (revision 413698) +++ head/devel/libdap/files/extra-patch-dds.yy (nonexistent) @@ -1,13 +0,0 @@ ---- dds.yy.orig 2014-11-20 20:00:18 UTC -+++ dds.yy -@@ -261,8 +261,8 @@ declaration: base_type var ';' - - | grid '{' SCAN_WORD ':' - { -- if (is_keyword(string($3), "array")) { -- part = array; -+ if (is_keyword(string($3), "libdap::Part::array")) { -+ part = libdap::Part::array; - } - else { - ostringstream msg; Property changes on: head/devel/libdap/files/extra-patch-dds.yy ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property