From owner-svn-ports-head@FreeBSD.ORG Thu Jan 23 05:05:20 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 999FD743; Thu, 23 Jan 2014 05:05:20 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7C8D41DDB; Thu, 23 Jan 2014 05:05:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0N55KvS055116; Thu, 23 Jan 2014 05:05:20 GMT (envelope-from stephen@svn.freebsd.org) Received: (from stephen@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0N55J6v055111; Thu, 23 Jan 2014 05:05:19 GMT (envelope-from stephen@svn.freebsd.org) Message-Id: <201401230505.s0N55J6v055111@svn.freebsd.org> From: Stephen Montgomery-Smith Date: Thu, 23 Jan 2014 05:05:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r340801 - in head: Mk math/octave-forge-ltfat math/octave-forge-nan math/octave-forge-tsa math/octave-forge-xraylib X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Jan 2014 05:05:20 -0000 Author: stephen Date: Thu Jan 23 05:05:19 2014 New Revision: 340801 URL: http://svnweb.freebsd.org/changeset/ports/340801 QAT: https://qat.redports.org/buildarchive/r340801/ Log: - Move the MAKE_ARGS variables from some individual math/octave-forge-* ports to Mk/bsd.octave.mk. Also add LD_CXX="${CXX}" DL_LD="${CXX}" to MAKE_ARGS, as this fixes the build of several octave-forve-* ports by setting these variables properly in ${PREFIX}/bin/mkoctfile. Modified: head/Mk/bsd.octave.mk head/math/octave-forge-ltfat/Makefile head/math/octave-forge-nan/Makefile head/math/octave-forge-tsa/Makefile head/math/octave-forge-xraylib/Makefile Modified: head/Mk/bsd.octave.mk ============================================================================== --- head/Mk/bsd.octave.mk Thu Jan 23 04:26:38 2014 (r340800) +++ head/Mk/bsd.octave.mk Thu Jan 23 05:05:19 2014 (r340801) @@ -30,6 +30,7 @@ TARBALLS_DIR= ${LOCALBASE}/share/octave/ INSTALL_TARBALLS_DIR= ${STAGEDIR}${PREFIX}/share/octave/tarballs MAKE_ENV+= PACKAGE=${WRKDIR}/${DISTNAME}.tar.gz +MAKE_ARGS= CC="${CC}" CXX="${CXX}" LD_CXX="${CXX}" DL_LD="${CXX}" LOAD_OCTAVE_PKG_CMD= ${LOCALBASE}/libexec/octave/load-octave-pkg Modified: head/math/octave-forge-ltfat/Makefile ============================================================================== --- head/math/octave-forge-ltfat/Makefile Thu Jan 23 04:26:38 2014 (r340800) +++ head/math/octave-forge-ltfat/Makefile Thu Jan 23 05:05:19 2014 (r340801) @@ -15,8 +15,6 @@ LIB_DEPENDS= fftw3:${PORTSDIR}/math/fftw portaudio:${PORTSDIR}/audio/portaudio2 \ cblas:${PORTSDIR}/math/cblas -MAKE_ARGS= CC="${CC}" - # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${OCTAVE_PKGNAME} Modified: head/math/octave-forge-nan/Makefile ============================================================================== --- head/math/octave-forge-nan/Makefile Thu Jan 23 04:26:38 2014 (r340800) +++ head/math/octave-forge-nan/Makefile Thu Jan 23 05:05:19 2014 (r340801) @@ -11,7 +11,6 @@ COMMENT= Octave-forge package ${OCTAVE_P LICENSE= GPLv3 MAKE_JOBS_UNSAFE= yes -MAKE_ARGS= CC="${CC}" CXX="${CXX}" # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. Modified: head/math/octave-forge-tsa/Makefile ============================================================================== --- head/math/octave-forge-tsa/Makefile Thu Jan 23 04:26:38 2014 (r340800) +++ head/math/octave-forge-tsa/Makefile Thu Jan 23 05:05:19 2014 (r340801) @@ -10,8 +10,6 @@ COMMENT= Octave-forge package ${OCTAVE_P LICENSE= GPLv3 -MAKE_ARGS= CC="${CC}" CXX="${CXX}" - # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${OCTAVE_PKGNAME} Modified: head/math/octave-forge-xraylib/Makefile ============================================================================== --- head/math/octave-forge-xraylib/Makefile Thu Jan 23 04:26:38 2014 (r340800) +++ head/math/octave-forge-xraylib/Makefile Thu Jan 23 05:05:19 2014 (r340801) @@ -12,7 +12,6 @@ COMMENT= Octave-forge package ${OCTAVE_P LICENSE= GPLv2 GNU_CONFIGURE= yes -MAKE_ARGS= CC="${CC}" BUILD_DEPENDS+= bash:${PORTSDIR}/shells/bash