svn commit: r472114 - head/databases/sqlite-ext-pcre

Yuri Victorovich yuri at FreeBSD.org
Sun Jun 10 04:46:53 UTC 2018


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}
 


More information about the svn-ports-all mailing list