From owner-svn-ports-all@FreeBSD.ORG Thu Feb 13 05:58:23 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B3089B00; Thu, 13 Feb 2014 05:58:23 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 864981C57; Thu, 13 Feb 2014 05:58:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1D5wNFt097763; Thu, 13 Feb 2014 05:58:23 GMT (envelope-from johans@svn.freebsd.org) Received: (from johans@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1D5wNFe097761; Thu, 13 Feb 2014 05:58:23 GMT (envelope-from johans@svn.freebsd.org) Message-Id: <201402130558.s1D5wNFe097761@svn.freebsd.org> From: Johan van Selst Date: Thu, 13 Feb 2014 05:58:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r344041 - head/lang/swi-pl 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.17 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: Thu, 13 Feb 2014 05:58:23 -0000 Author: johans Date: Thu Feb 13 05:58:22 2014 New Revision: 344041 URL: http://svnweb.freebsd.org/changeset/ports/344041 QAT: https://qat.redports.org/buildarchive/r344041/ Log: Install shared library Submitted by: sbremal@hotmail.com Modified: head/lang/swi-pl/Makefile head/lang/swi-pl/pkg-plist Modified: head/lang/swi-pl/Makefile ============================================================================== --- head/lang/swi-pl/Makefile Thu Feb 13 05:21:31 2014 (r344040) +++ head/lang/swi-pl/Makefile Thu Feb 13 05:58:22 2014 (r344041) @@ -3,6 +3,7 @@ PORTNAME= swi-pl PORTVERSION= 6.6.1 +PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= http://www.swi-prolog.org/download/stable/src/ DISTNAME= pl-${PORTVERSION} @@ -32,7 +33,7 @@ MAKE_JOBS_UNSAFE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= ARCH=${ARCH}-${OPSYS:L} CONFIGURE_TARGET= ${ARCH}-${OPSYS:L} -CONFIGURE_ARGS= --with-world --without-jpl +CONFIGURE_ARGS= --with-world --without-jpl --enable-shared MAKE_ARGS= DISABLE_PKGS=jpl \ ac_cv_lib_ossp_uuid_uuid_create=no ac_cv_lib_uuid_uuid_create=no @@ -42,7 +43,8 @@ swipl_CMD= ${LOCALBASE}/bin/swipl SHEBANG_FILES= library/dialect/sicstus/swipl-lfr.pl \ packages/http/examples/demo_inetd -PLIST_SUB= DISTNAME=${SWIPLDIR} ARCH=${ARCH} OS=${OPSYS:L} +PLIST_SUB= DISTNAME=${SWIPLDIR} ARCH=${ARCH} OS=${OPSYS:L} \ + VER=${PORTVERSION} .include Modified: head/lang/swi-pl/pkg-plist ============================================================================== --- head/lang/swi-pl/pkg-plist Thu Feb 13 05:21:31 2014 (r344040) +++ head/lang/swi-pl/pkg-plist Thu Feb 13 05:58:22 2014 (r344041) @@ -336,6 +336,8 @@ lib/%%DISTNAME%%/lib/%%ARCH%%-%%OS%%/htt lib/%%DISTNAME%%/lib/%%ARCH%%-%%OS%%/isub.so lib/%%DISTNAME%%/lib/%%ARCH%%-%%OS%%/json.so lib/%%DISTNAME%%/lib/%%ARCH%%-%%OS%%/libswipl.a +lib/%%DISTNAME%%/lib/%%ARCH%%-%%OS%%/libswipl.so +lib/%%DISTNAME%%/lib/%%ARCH%%-%%OS%%/libswipl.so.%%VER%% lib/%%DISTNAME%%/lib/%%ARCH%%-%%OS%%/memfile.so lib/%%DISTNAME%%/lib/%%ARCH%%-%%OS%%/mime.so lib/%%DISTNAME%%/lib/%%ARCH%%-%%OS%%/ntriples.so