Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 May 2018 23:22:38 +0000 (UTC)
From:      Stephen Montgomery-Smith <stephen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r470665 - head/math/octave-forge-octproj
Message-ID:  <201805222322.w4MNMcqK012582@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: stephen
Date: Tue May 22 23:22:38 2018
New Revision: 470665
URL: https://svnweb.freebsd.org/changeset/ports/470665

Log:
  - Put LIB_DEPENDS in the right place.
  - Add USES=compiler:gcc-c++11-lib hoping to get rid of build errors on
    FreeBSD-11.
  
  Reported by:	http://beefy9.nyi.freebsd.org/data/111amd64-default/470591/logs/octave-forge-octproj-1.1.5_8.log

Modified:
  head/math/octave-forge-octproj/Makefile

Modified: head/math/octave-forge-octproj/Makefile
==============================================================================
--- head/math/octave-forge-octproj/Makefile	Tue May 22 22:55:18 2018	(r470664)
+++ head/math/octave-forge-octproj/Makefile	Tue May 22 23:22:38 2018	(r470665)
@@ -12,13 +12,15 @@ COMMENT=	Octave-forge package ${OCTAVE_PKGNAME}
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKDIR}/${OCTSRC}/COPYING
 
+LIB_DEPENDS+=	libproj.so:graphics/proj
+
 # OCTSRC is the name of the directory of the package.
 # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}.
 OCTSRC=		${DISTNAME}
 
 WRKSRC=		${WRKDIR}/${OCTSRC}/src
 
-LIB_DEPENDS+=	libproj.so:graphics/proj
+USES+=		compiler:gcc-c++11-lib
 
 .include "${.CURDIR}/../../Mk/bsd.octave.mk"
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805222322.w4MNMcqK012582>