Summary: | math/octave-forge-fl-core : fix build with gcc47 | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | Christoph Moench-Tegeder <cmt> |
Component: | Individual Port(s) | Assignee: | Stephen Montgomery-Smith <stephen> |
Status: | Closed FIXED | ||
Severity: | Affects Only Me | ||
Priority: | Normal | ||
Version: | Latest | ||
Hardware: | Any | ||
OS: | Any |
Description
Christoph Moench-Tegeder
2013-12-07 17:00:00 UTC
Responsible Changed From-To: freebsd-ports-bugs->stephen Over to maintainer (via the GNATS Auto Assign Tool) Author: stephen Date: Sat Dec 7 19:23:05 2013 New Revision: 335843 URL: http://svnweb.freebsd.org/changeset/ports/335843 Log: - Add patch to make compatible with gcc47. PR: ports/184568 Submitted by: Christoph Moench-Tegeder <cmt@burggraben.net> Reference: ports/183342 Added: head/math/octave-forge-fl-core/files/ head/math/octave-forge-fl-core/files/patch-fl_compose.cc (contents, props changed) Modified: head/math/octave-forge-fl-core/Makefile Modified: head/math/octave-forge-fl-core/Makefile ============================================================================== --- head/math/octave-forge-fl-core/Makefile Sat Dec 7 19:01:36 2013 (r335842) +++ head/math/octave-forge-fl-core/Makefile Sat Dec 7 19:23:05 2013 (r335843) @@ -14,6 +14,7 @@ COMMENT= Octave-forge package ${OCTAVE_P OCTSRC= ${OCTAVE_PKGNAME} WRKSRC= ${WRKDIR}/${OCTSRC}/src +USE_DOS2UNIX= yes NO_STAGE= yes .include "${.CURDIR}/../../Mk/bsd.octave.mk" Added: head/math/octave-forge-fl-core/files/patch-fl_compose.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/octave-forge-fl-core/files/patch-fl_compose.cc Sat Dec 7 19:23:05 2013 (r335843) @@ -0,0 +1,10 @@ +--- fl_compose.cc.orig 2013-11-16 22:48:40.000000000 +0100 ++++ fl_compose.cc 2013-11-16 22:48:58.000000000 +0100 +@@ -20,6 +20,7 @@ + + #include <octave/oct.h> + #include <octave/parse.h> ++#include <unistd.h> + #include <pthread.h> + + #define HELP \ _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" State Changed From-To: open->closed Committed. Thank you very much for doing this. Apologies, the PR to reference should have been 182136. Gerald |