svn commit: r472112 - head/databases/sqlite-ext-spellfix

Yuri Victorovich yuri at FreeBSD.org
Sun Jun 10 04:41:39 UTC 2018


Author: yuri
Date: Sun Jun 10 04:41:38 2018
New Revision: 472112
URL: https://svnweb.freebsd.org/changeset/ports/472112

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

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

Modified: head/databases/sqlite-ext-spellfix/Makefile
==============================================================================
--- head/databases/sqlite-ext-spellfix/Makefile	Sun Jun 10 04:40:03 2018	(r472111)
+++ head/databases/sqlite-ext-spellfix/Makefile	Sun Jun 10 04:41:38 2018	(r472112)
@@ -3,6 +3,7 @@
 
 PORTNAME=	sqlite-ext-spellfix
 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/spellfix.c
 LIBFILE=	libspellfix.so
 INST_DIR=	${PREFIX}/libexec/${DIST_SUBDIR}
-USE_LDCONFIG=	${INST_DIR}
 
 EXTRACT_AFTER_ARGS=	${SRCFILE}
 


More information about the svn-ports-all mailing list