svn commit: r379984 - head/math/octave-forge-netcdf/files

Stephen Montgomery-Smith stephen at FreeBSD.org
Thu Feb 26 03:35:33 UTC 2015


Author: stephen
Date: Thu Feb 26 03:35:32 2015
New Revision: 379984
URL: https://svnweb.freebsd.org/changeset/ports/379984
QAT: https://qat.redports.org/buildarchive/r379984/

Log:
  - Attempt to fix build errors reported by pkg-fallout at .
  
  Reference:	http://beefy1.isc.freebsd.org/data/10i386-default/2015-02-25_13h40m16s/logs/octave-forge-netcdf-1.0.6.log

Added:
  head/math/octave-forge-netcdf/files/
  head/math/octave-forge-netcdf/files/patch-Makefile   (contents, props changed)

Added: head/math/octave-forge-netcdf/files/patch-Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/octave-forge-netcdf/files/patch-Makefile	Thu Feb 26 03:35:32 2015	(r379984)
@@ -0,0 +1,11 @@
+--- 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


More information about the svn-ports-head mailing list