From owner-svn-ports-all@freebsd.org Tue Feb 14 15:02:20 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B6519CDF60F; Tue, 14 Feb 2017 15:02:20 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 7C9B0185C; Tue, 14 Feb 2017 15:02:20 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1EF2JSW096874; Tue, 14 Feb 2017 15:02:19 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1EF2J0R096873; Tue, 14 Feb 2017 15:02:19 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201702141502.v1EF2J0R096873@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Tue, 14 Feb 2017 15:02:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434113 - head/graphics/py-soya3d X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2017 15:02:20 -0000 Author: tijl Date: Tue Feb 14 15:02:19 2017 New Revision: 434113 URL: https://svnweb.freebsd.org/changeset/ports/434113 Log: Remove -fPIC. The problem was in devel/ode. Modified: head/graphics/py-soya3d/Makefile Modified: head/graphics/py-soya3d/Makefile ============================================================================== --- head/graphics/py-soya3d/Makefile Tue Feb 14 14:49:11 2017 (r434112) +++ head/graphics/py-soya3d/Makefile Tue Feb 14 15:02:19 2017 (r434113) @@ -3,7 +3,7 @@ PORTNAME= soya3d PORTVERSION= 0.14 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= graphics python MASTER_SITES= http://download.gna.org/soya/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,9 +14,9 @@ DIST_SUBDIR= python MAINTAINER= ports@FreeBSD.org COMMENT= Very high level 3D engine for Python -BUILD_DEPENDS= ${LOCALBASE}/lib/libode.a:devel/ode \ - ${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow -LIB_DEPENDS= libcal3d.so:graphics/cal3d \ +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow +LIB_DEPENDS= libode.so:devel/ode \ + libcal3d.so:graphics/cal3d \ libfreetype.so:print/freetype2 RUN_DEPENDS= ${PYTHON_SITELIBDIR}/editobj/editor.py:graphics/py-editobj \ ${PYTHON_SITELIBDIR}/tofu/client.py:net/py-tofu \ @@ -27,8 +27,6 @@ USE_GL= glew glu USE_PYTHON= autoplist distutils USE_SDL= sdl -CFLAGS_aarch64= -fPIC -CFLAGS_amd64= -fPIC LDFLAGS+= -L${LOCALBASE}/lib -lGLU SOYATUTVER= 0.14