svn commit: r544190 - head/databases/sqlite3
Koichiro Iwao
meta at FreeBSD.org
Wed Aug 5 00:08:52 UTC 2020
Author: meta
Date: Wed Aug 5 00:08:51 2020
New Revision: 544190
URL: https://svnweb.freebsd.org/changeset/ports/544190
Log:
databases/sqlite3: pet portlint
> WARN: Makefile: [137]: whitespace before end of line.
> FATAL: Makefile: [209]: use a tab (not space) after a variable name
Modified:
head/databases/sqlite3/Makefile
Modified: head/databases/sqlite3/Makefile
==============================================================================
--- head/databases/sqlite3/Makefile Tue Aug 4 23:44:18 2020 (r544189)
+++ head/databases/sqlite3/Makefile Wed Aug 5 00:08:51 2020 (r544190)
@@ -134,8 +134,8 @@ GEOPOLY_IMPLIES= RTREE
OPTIONS_RADIO_RL= READLINES READLINEP LIBEDIT
RL_DESC= Command line editing library (may be off)
-READLINES_DESC= Use libreadline from system
-READLINEP_DESC= Use GNU libreadline from ports
+READLINES_DESC= Use libreadline from system
+READLINEP_DESC= Use GNU libreadline from ports
LIBEDIT_DESC= Use BSD libedit from ports
OPTIONS_DEFAULT= FTS4 URI METADATA SECURE_DELETE UNLOCK_NOTIFY THREADS \
@@ -206,10 +206,10 @@ UNICODE61_CPPFLAGS_OFF= -DSQLITE_DISABLE_FTS3_UNICODE=
LIBEDIT_CONFIGURE_ENABLE= editline
LIBEDIT_USES= libedit ncurses
-READLINES_CONFIGURE_ON= --enable-readline
-READLINES_USES= readline
-READLINEP_CONFIGURE_ON= --enable-readline
-READLINEP_USES= readline:port
+READLINES_CONFIGURE_ON= --enable-readline
+READLINES_USES= readline
+READLINEP_CONFIGURE_ON= --enable-readline
+READLINEP_USES= readline:port
JSON1_CONFIGURE_ENABLE= json1
More information about the svn-ports-all
mailing list