pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
sc-im: Remove xls option for now
Module Name: pkgsrc-wip
Committed By: Sijmen J. Mulder <ik%sjmulder.nl@localhost>
Pushed By: sjmulder
Date: Wed Jan 16 14:38:22 2019 +0100
Changeset: 2557cc428023cc57cc7234d6215f0866a2cbb985
Modified Files:
sc-im/TODO
sc-im/options.mk
Log Message:
sc-im: Remove xls option for now
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=2557cc428023cc57cc7234d6215f0866a2cbb985
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
sc-im/TODO | 3 +++
sc-im/options.mk | 10 ++--------
2 files changed, 5 insertions(+), 8 deletions(-)
diffs:
diff --git a/sc-im/TODO b/sc-im/TODO
index bc84803094..15733749a1 100644
--- a/sc-im/TODO
+++ b/sc-im/TODO
@@ -16,3 +16,6 @@ There are some graphical glitches when built against pkgsrc's
ncursesw 6.1 on xterm-256color terminals:
https://github.com/andmarti1424/sc-im/issues/304
+
+An xls option can be added once libxls hits 0.5 and is included in
+pkgsrc. Version 0.4 has many vulnerabilities.
diff --git a/sc-im/options.mk b/sc-im/options.mk
index d71dd73ad8..db75e9f13b 100644
--- a/sc-im/options.mk
+++ b/sc-im/options.mk
@@ -1,17 +1,11 @@
# $NetBSD$
PKG_OPTIONS_VAR= PKG_OPTIONS.sc-im
-PKG_SUPPORTED_OPTIONS+= xls xlsx lua
-PKG_SUGGESTED_OPTIONS+= xls xlsx lua
+PKG_SUPPORTED_OPTIONS+= xlsx lua
+PKG_SUGGESTED_OPTIONS+= xlsx lua
.include "../../mk/bsd.options.mk"
-.if !empty(PKG_OPTIONS:Mxls)
-CFLAGS+= -DXLS
-LDFLAGS+= -lxlsreader
-.include "../../wip/libxls/buildlink3.mk"
-.endif
-
.if !empty(PKG_OPTIONS:Mxlsx)
CFLAGS+= -DXLSX -DXLSX_EXPORT
LDFLAGS+= -lxlsxwriter
Home |
Main Index |
Thread Index |
Old Index