Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Jun 2018 04:46:53 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r472114 - head/databases/sqlite-ext-pcre
Message-ID:  <201806100446.w5A4kr8r055771@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sun Jun 10 04:46:52 2018
New Revision: 472114
URL: https://svnweb.freebsd.org/changeset/ports/472114

Log:
  databases/sqlite-ext-pcre: Remove USE_LDCONFIG
  
  SQLite extensions are loaded with the full path to the shared library.
  
  Approved by:	portmgr (port compliance, infrastructure)

Modified:
  head/databases/sqlite-ext-pcre/Makefile

Modified: head/databases/sqlite-ext-pcre/Makefile
==============================================================================
--- head/databases/sqlite-ext-pcre/Makefile	Sun Jun 10 04:43:51 2018	(r472113)
+++ head/databases/sqlite-ext-pcre/Makefile	Sun Jun 10 04:46:52 2018	(r472114)
@@ -2,7 +2,7 @@
 
 PORTNAME=	sqlite-ext-pcre
 PORTVERSION=	20100208
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	databases
 DIST_SUBDIR=	sqlite-ext
 
@@ -13,15 +13,14 @@ LICENSE=	PD
 
 LIB_DEPENDS=	libpcre.so:devel/pcre
 
+USES=		gmake pkgconfig sqlite
 USE_GITHUB=	yes
 GH_ACCOUNT=	ralight
 GH_PROJECT=	sqlite3-pcre
 GH_TAGNAME=	c98da41
 
-USES=		gmake pkgconfig sqlite
 LIBFILE=	pcre.so
 INST_DIR=	${PREFIX}/libexec/${DIST_SUBDIR}
-USE_LDCONFIG=	${INST_DIR}
 
 SUB_LIST=	LIBFILE=${LIBFILE}
 



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