From owner-svn-ports-all@freebsd.org Tue Jun 27 15:32:35 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 6A650D8815D; Tue, 27 Jun 2017 15:32:35 +0000 (UTC) (envelope-from tobik@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 314D56EBE5; Tue, 27 Jun 2017 15:32:35 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v5RFWYlT074497; Tue, 27 Jun 2017 15:32:34 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v5RFWYbf074495; Tue, 27 Jun 2017 15:32:34 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201706271532.v5RFWYbf074495@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Tue, 27 Jun 2017 15:32:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r444468 - head/devel/ffcall 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, 27 Jun 2017 15:32:35 -0000 Author: tobik Date: Tue Jun 27 15:32:34 2017 New Revision: 444468 URL: https://svnweb.freebsd.org/changeset/ports/444468 Log: Enable building of shared libraries Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D11352 Modified: head/devel/ffcall/Makefile head/devel/ffcall/pkg-plist Modified: head/devel/ffcall/Makefile ============================================================================== --- head/devel/ffcall/Makefile Tue Jun 27 15:00:58 2017 (r444467) +++ head/devel/ffcall/Makefile Tue Jun 27 15:32:34 2017 (r444468) @@ -3,7 +3,7 @@ PORTNAME= ffcall PORTVERSION= 1.10 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= GNUSTEP/libs @@ -20,9 +20,14 @@ BROKEN_powerpc64= Does not build: No rule to make targ GNU_CONFIGURE= yes USES= gmake libtool +CONFIGURE_ARGS= --enable-shared CONFIGURE_TARGET= ${ARCH:S/amd64/x86_64/}-portbld-${OPSYS:tl}${OSREL} MAKE_JOBS_UNSAFE= yes CFLAGS+= -fPIC + +post-install: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libavcall.so \ + ${STAGEDIR}${PREFIX}/lib/libcallback.so .include Modified: head/devel/ffcall/pkg-plist ============================================================================== --- head/devel/ffcall/pkg-plist Tue Jun 27 15:00:58 2017 (r444467) +++ head/devel/ffcall/pkg-plist Tue Jun 27 15:32:34 2017 (r444468) @@ -10,7 +10,13 @@ include/trampoline_r.h include/vacall.h include/vacall_r.h lib/libavcall.a +lib/libavcall.so +lib/libavcall.so.0 +lib/libavcall.so.0.0.0 lib/libcallback.a +lib/libcallback.so +lib/libcallback.so.0 +lib/libcallback.so.0.0.0 lib/libtrampoline.a lib/libvacall.a share/html/avcall.html