svn commit: r565876 - head/lang/siod
Mikhail Teterin
mi at FreeBSD.org
Thu Feb 18 03:52:43 UTC 2021
Author: mi
Date: Thu Feb 18 03:52:42 2021
New Revision: 565876
URL: https://svnweb.freebsd.org/changeset/ports/565876
Log:
Stop pretending, STATFS is an option -- it is always built and installed.
Modified:
head/lang/siod/Makefile
Modified: head/lang/siod/Makefile
==============================================================================
--- head/lang/siod/Makefile Thu Feb 18 03:48:16 2021 (r565875)
+++ head/lang/siod/Makefile Thu Feb 18 03:52:42 2021 (r565876)
@@ -18,14 +18,13 @@ USES= uidfix tar:tgz dos2unix
USE_LDCONFIG= ${PREFIX}/lib ${PREFIX}/lib/siod
DOS2UNIX_FILES= sql_oracle.c ss.c siod.scm
-OPTIONS_DEFINE= SQL_SYBASE GD NDBM REGEX SS STATFS DOCS
+OPTIONS_DEFINE= SQL_SYBASE GD NDBM REGEX SS DOCS
OPTIONS_DEFINE_i386=SQL_ORACLE # oracle-client port only available for i386
OPTIONS_DEFAULT=NDBM REGEX SS
SQL_ORACLE_DESC=Build Oracle client-module (i386 only)
SQL_SYBASE_DESC=Build Sybase (and MS-SQL) client-module (using FreeTDS)
SS_DESC= Sockets support - required for any network programs
NDBM_DESC= Support for NDBM-databases
-STATFS_DESC= Module giving access to statfs(2)
NO_WRKSUBDIR= yes
EXTRACT_AFTER_ARGS=--exclude md5\* --exclude regex.h --exclude reg????*.c
MAKE_ARGS= VPATH=${WRKSRC} MODULES=${MODULES:Q}
More information about the svn-ports-all
mailing list