Index: head/math/octave-forge-netcdf/Makefile =================================================================== --- head/math/octave-forge-netcdf/Makefile (revision 467667) +++ head/math/octave-forge-netcdf/Makefile (revision 467668) @@ -1,29 +1,29 @@ # Created by: Stephen Montgomery-Smith # $FreeBSD$ PORTNAME= octave-forge-netcdf -PORTVERSION= 1.0.11 -PORTREVISION= 4 +PORTVERSION= 1.0.12 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} LICENSE= GPLv2 LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. -OCTSRC= ${OCTAVE_PKGNAME} +OCTSRC= ${DISTNAME} WRKSRC= ${WRKDIR}/${OCTSRC}/src +GNU_CONFIGURE= yes LIB_DEPENDS+= libnetcdf.so:science/netcdf .include "${.CURDIR}/../../Mk/bsd.octave.mk" post-build: ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} .include Index: head/math/octave-forge-netcdf/distinfo =================================================================== --- head/math/octave-forge-netcdf/distinfo (revision 467667) +++ head/math/octave-forge-netcdf/distinfo (revision 467668) @@ -1,3 +1,3 @@ -TIMESTAMP = 1497927016 -SHA256 (octave-forge/netcdf-1.0.11.tar.gz) = e02da3a27b281be15a13e0126d1235cbe1da704398a313ae21db6f4de79fa5c2 -SIZE (octave-forge/netcdf-1.0.11.tar.gz) = 70741 +TIMESTAMP = 1524017893 +SHA256 (octave-forge/netcdf-1.0.12.tar.gz) = 62f5ae3355d20b792169e2e1f8056c319a3a51ded876b3d79c9418eec7a0b7f9 +SIZE (octave-forge/netcdf-1.0.12.tar.gz) = 69984 Index: head/math/octave-forge-netcdf/files/patch-Makefile =================================================================== --- head/math/octave-forge-netcdf/files/patch-Makefile (revision 467667) +++ head/math/octave-forge-netcdf/files/patch-Makefile (nonexistent) @@ -1,11 +0,0 @@ ---- Makefile-orig 2015-02-26 03:30:37.000000000 +0000 -+++ Makefile 2015-02-26 03:30:57.000000000 +0000 -@@ -18,7 +18,7 @@ - rm ../PKG_ADD ../inst/import_netcdf.m - - __netcdf__.oct: $(SRC) netcdf_constants.h -- $(MKOCTFILE) $(CFLAGS) $(SRC) $(LIBS) -+ $(MKOCTFILE) $(SRC) $(LIBS) - - ../PKG_ADD: $(SRC) - sh PKG_ADD.sh Property changes on: head/math/octave-forge-netcdf/files/patch-Makefile ___________________________________________________________________ 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 Index: head/math/octave-forge-netcdf/files/patch-configure =================================================================== --- head/math/octave-forge-netcdf/files/patch-configure (nonexistent) +++ head/math/octave-forge-netcdf/files/patch-configure (revision 467668) @@ -0,0 +1,11 @@ +--- configure.orig 2018-04-18 01:56:27 UTC ++++ configure +@@ -2487,7 +2487,7 @@ if test -z "$NC_CONFIG"; then + fi + + NETCDF_LIBS=`$NC_CONFIG --libs` +-NETCDF_CPPFLAGS=`$NC_CONFIG --cflags` ++NETCDF_CPPFLAGS=`--cflags` + + + Property changes on: head/math/octave-forge-netcdf/files/patch-configure ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property