From owner-svn-ports-branches@FreeBSD.ORG Sat Oct 18 14:55:05 2014 Return-Path: Delivered-To: svn-ports-branches@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7E389DAB; Sat, 18 Oct 2014 14:55:05 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 66EC77F6; Sat, 18 Oct 2014 14:55:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9IEt5Co084802; Sat, 18 Oct 2014 14:55:05 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9IEt5Vb084801; Sat, 18 Oct 2014 14:55:05 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201410181455.s9IEt5Vb084801@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 18 Oct 2014 14:55:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r371135 - branches/2014Q4/science/py-obspy X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Oct 2014 14:55:05 -0000 Author: antoine Date: Sat Oct 18 14:55:04 2014 New Revision: 371135 URL: https://svnweb.freebsd.org/changeset/ports/371135 QAT: https://qat.redports.org/buildarchive/r371135/ Log: MFH: r371026 - Fix build Modified: branches/2014Q4/science/py-obspy/Makefile Directory Properties: branches/2014Q4/ (props changed) Modified: branches/2014Q4/science/py-obspy/Makefile ============================================================================== --- branches/2014Q4/science/py-obspy/Makefile Sat Oct 18 14:52:39 2014 (r371134) +++ branches/2014Q4/science/py-obspy/Makefile Sat Oct 18 14:55:04 2014 (r371135) @@ -21,11 +21,10 @@ BUILD_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}sqlalchemy>=0:${PORTSDIR}/databases/py-sqlalchemy RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= fortran zip +USES= fortran zip python USE_LDCONFIG= yes -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +LDFLAGS+= -shared +USE_PYTHON= distutils autoplist post-patch: ${REINPLACE_CMD} -e "s#FC#${FC}#g" ${WRKSRC}/setup.py