From owner-svn-ports-all@freebsd.org Wed Feb 1 17:45:13 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 0AF0FCC474E; Wed, 1 Feb 2017 17:45:13 +0000 (UTC) (envelope-from lev@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 CE63816B4; Wed, 1 Feb 2017 17:45:12 +0000 (UTC) (envelope-from lev@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v11HjBec099192; Wed, 1 Feb 2017 17:45:11 GMT (envelope-from lev@FreeBSD.org) Received: (from lev@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v11HjB2V099190; Wed, 1 Feb 2017 17:45:11 GMT (envelope-from lev@FreeBSD.org) Message-Id: <201702011745.v11HjB2V099190@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lev set sender to lev@FreeBSD.org using -f From: "Lev A. Serebryakov" Date: Wed, 1 Feb 2017 17:45:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433060 - head/devel/p5-subversion 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: Wed, 01 Feb 2017 17:45:13 -0000 Author: lev Date: Wed Feb 1 17:45:11 2017 New Revision: 433060 URL: https://svnweb.freebsd.org/changeset/ports/433060 Log: Fix build on aarch64 PR: 213866 Submitted by: Andrew Turner Reported by: Glen Barber Modified: head/devel/p5-subversion/Makefile Modified: head/devel/p5-subversion/Makefile ============================================================================== --- head/devel/p5-subversion/Makefile Wed Feb 1 17:42:40 2017 (r433059) +++ head/devel/p5-subversion/Makefile Wed Feb 1 17:45:11 2017 (r433060) @@ -2,6 +2,7 @@ # $FreeBSD$ PKGNAMEPREFIX= p5- +PORTREVISION= 1 MAINTAINER= lev@FreeBSD.org COMMENT= Perl bindings for Version control system @@ -29,6 +30,8 @@ CONFIGURE_ARGS+= --without-gnome-keyring --without-kwallet \ --with-apxs=no +CFLAGS_aarch64= -fPIC + ALL_TARGET= swig-pl-lib swig-pl INSTALL_TARGET= install-swig-pl