Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Jun 2018 04:43:52 +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: r472113 - head/databases/sqlite-ext-miscfuncs
Message-ID:  <201806100443.w5A4hqPi055546@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}



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