svn commit: r472113 - head/databases/sqlite-ext-miscfuncs

Yuri Victorovich yuri at FreeBSD.org
Sun Jun 10 04:43:52 UTC 2018


Author: yuri
Date: Sun Jun 10 04:43:51 2018
New Revision: 472113
URL: https://svnweb.freebsd.org/changeset/ports/472113

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

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

Modified: head/databases/sqlite-ext-miscfuncs/Makefile
==============================================================================
--- head/databases/sqlite-ext-miscfuncs/Makefile	Sun Jun 10 04:41:38 2018	(r472112)
+++ head/databases/sqlite-ext-miscfuncs/Makefile	Sun Jun 10 04:43:51 2018	(r472113)
@@ -3,7 +3,7 @@
 
 PORTNAME=	sqlite-ext-miscfuncs
 PORTVERSION=	1.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	databases
 MASTER_SITES=	http://www.sourcehosting.net/freebsd/distfiles/ \
 		LOCAL/glarkin
@@ -20,7 +20,6 @@ NO_WRKSUBDIR=	yes
 SRCFILE=	extension-functions-${PORTVERSION}.c
 LIBFILE=	libsqlitemiscfuncs.so
 INST_DIR=	${PREFIX}/libexec/${DIST_SUBDIR}
-USE_LDCONFIG=	${INST_DIR}
 
 SUB_FILES=	${PORTDOCS}
 SUB_LIST+=	LIBFILE=${LIBFILE}


More information about the svn-ports-all mailing list