Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Jun 2018 04:40:03 +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: r472111 - head/databases/sqlite-ext-regexp
Message-ID:  <201806100440.w5A4e3UC050065@repo.freebsd.org>

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

Log:
  databases/sqlite-ext-regexp: Remove USE_LDCONFIG
  
  SQLite extensions are loaded with the full path to the shared library.

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

Modified: head/databases/sqlite-ext-regexp/Makefile
==============================================================================
--- head/databases/sqlite-ext-regexp/Makefile	Sun Jun 10 01:49:47 2018	(r472110)
+++ head/databases/sqlite-ext-regexp/Makefile	Sun Jun 10 04:40:03 2018	(r472111)
@@ -3,6 +3,7 @@
 
 PORTNAME=	sqlite-ext-regexp
 PORTVERSION=	3.8.11.1
+PORTREVISION=	1
 CATEGORIES=	databases
 MASTER_SITES=	https://www.sqlite.org/2015/ http://www2.sqlite.org/2015/ http://www3.sqlite.org/2015/
 DISTNAME=	sqlite-src-${PORTVERSION:S|8.|8|:S|.|0|g}
@@ -22,7 +23,6 @@ NO_WRKSUBDIR=	yes
 SRCFILE=	${DISTNAME}/ext/misc/regexp.c
 LIBFILE=	libregexp.so
 INST_DIR=	${PREFIX}/libexec/${DIST_SUBDIR}
-USE_LDCONFIG=	${INST_DIR}
 
 EXTRACT_AFTER_ARGS=	${SRCFILE}
 



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