Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Feb 2014 05:58:23 +0000 (UTC)
From:      Johan van Selst <johans@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r344041 - head/lang/swi-pl
Message-ID:  <201402130558.s1D5wNFe097761@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.pre.mk>
 

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



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