svn commit: r435830 - in head/devel: p5-subversion subversion/files
Tijl Coosemans
tijl at FreeBSD.org
Fri Mar 10 13:20:16 UTC 2017
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 at 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
More information about the svn-ports-all
mailing list