Date: Sun, 10 Jun 2018 04:41:38 +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: r472112 - head/databases/sqlite-ext-spellfix Message-ID: <201806100441.w5A4fcY1054440@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806100441.w5A4fcY1054440>