Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Mar 2017 13:20:15 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r435830 - in head/devel: p5-subversion subversion/files
Message-ID:  <201703101320.v2ADKFUb053216@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Fri Mar 10 13:20:14 2017
New Revision: 435830
URL: https://svnweb.freebsd.org/changeset/ports/435830

Log:
  Remove two old patches that caused a shared library to be linked with a
  static one.  This allows removing -fPIC from p5-subversion.
  
  Approved by:	lev

Deleted:
  head/devel/subversion/files/patch-subversion--bindings--swig--perl--native--Base.pm
  head/devel/subversion/files/patch-subversion--bindings--swig--perl--native--Makefile.PL.in
Modified:
  head/devel/p5-subversion/Makefile

Modified: head/devel/p5-subversion/Makefile
==============================================================================
--- head/devel/p5-subversion/Makefile	Fri Mar 10 13:19:08 2017	(r435829)
+++ head/devel/p5-subversion/Makefile	Fri Mar 10 13:20:14 2017	(r435830)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PKGNAMEPREFIX=	p5-
-PORTREVISION=	1
+PORTREVISION=	2
 
 MAINTAINER=	lev@FreeBSD.org
 COMMENT=	Perl bindings for Version control system
@@ -30,13 +30,9 @@ 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
 
-CFLAGS_aarch64=	-fPIC
-
 pre-install:
 	${REINPLACE_CMD} '/SWIG_PL_DIR/s, install$$, all pure_install,g' ${WRKSRC}/Makefile
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703101320.v2ADKFUb053216>