From owner-svn-ports-all@freebsd.org Mon Feb 13 22:43:59 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 DE536CDD52F; Mon, 13 Feb 2017 22:43:59 +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 AD4761C9; Mon, 13 Feb 2017 22:43:59 +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 v1DMhwfb090947; Mon, 13 Feb 2017 22:43:58 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1DMhwck090945; Mon, 13 Feb 2017 22:43:58 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201702132243.v1DMhwck090945@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Mon, 13 Feb 2017 22:43:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434059 - in head/biology/p5-AcePerl: . files 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: Mon, 13 Feb 2017 22:44:00 -0000 Author: tijl Date: Mon Feb 13 22:43:58 2017 New Revision: 434059 URL: https://svnweb.freebsd.org/changeset/ports/434059 Log: Move -fPIC to where Linux puts it so it is limited to a single library. Modified: head/biology/p5-AcePerl/Makefile head/biology/p5-AcePerl/files/FREEBSD_DEF Modified: head/biology/p5-AcePerl/Makefile ============================================================================== --- head/biology/p5-AcePerl/Makefile Mon Feb 13 22:26:25 2017 (r434058) +++ head/biology/p5-AcePerl/Makefile Mon Feb 13 22:43:58 2017 (r434059) @@ -3,7 +3,7 @@ PORTNAME= AcePerl PORTVERSION= 1.92 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= biology databases perl5 MASTER_SITES= CPAN/Ace PKGNAMEPREFIX= p5- @@ -21,9 +21,6 @@ MAKE_JOBS_UNSAFE= yes USES= perl5 USE_PERL5= configure -CFLAGS_aarch64= -fPIC -CFLAGS_amd64= -fPIC - post-patch: @${SED} -e 's|XX__CC__XX|${CC}|' < ${FILESDIR}/FREEBSD_DEF \ > ${WRKSRC}/acelib/wmake/FREEBSD_DEF Modified: head/biology/p5-AcePerl/files/FREEBSD_DEF ============================================================================== --- head/biology/p5-AcePerl/files/FREEBSD_DEF Mon Feb 13 22:26:25 2017 (r434058) +++ head/biology/p5-AcePerl/files/FREEBSD_DEF Mon Feb 13 22:43:58 2017 (r434059) @@ -12,6 +12,7 @@ NAME = FREEBSD CFLAGS+= -g -Wall -DACEDB4 COMPILER = XX__CC__XX ${CFLAGS} LINKER = XX__CC__XX -g +USEROPTS=-fPIC LIBS = -lm Xt_LIBS = -L/usr/X11R6/lib -lXaw -lXt -lXmu -lXext -lX11