Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Aug 2020 00:08:51 +0000 (UTC)
From:      Koichiro Iwao <meta@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r544190 - head/databases/sqlite3
Message-ID:  <202008050008.07508pwY063925@repo.freebsd.org>

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



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