Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (98d7386b557e4f816f1cdc2ca1e778d44d7fb862)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <vin.public AT gmail.com>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: Re: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (98d7386b557e4f816f1cdc2ca1e778d44d7fb862)
  • Date: Sat, 26 Jan 2019 13:43:07 -0500

Please, remove config_query_option GS_OMNI ... later in CONFIGURE. Otherwise it gets reinitialized on each cast.

On Sat, Jan 26, 2019 at 01:02:10PM +0000, Treeve Jelbert wrote:
GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

...
printer/ghostscript/BUILD | 2 -
printer/ghostscript/CONFIGURE | 1
printer/ghostscript/HISTORY | 3 +
...
commit 287e5d5b96b782842ddf20b529e3bd54764af85c
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

ghostscript - remove omni support

diff --git a/printer/ghostscript/BUILD b/printer/ghostscript/BUILD
index 3bc8718..e974609 100755
--- a/printer/ghostscript/BUILD
+++ b/printer/ghostscript/BUILD
@@ -2,7 +2,7 @@ CFLAGS+=" -Wno-unused-but-set-variable -Wno-unused-variable
-Wno-maybe-uninitial
# need a comma separated list
OPTS="--with-drivers=`echo ${GS_PRINTERS} | \
sed "s/ */ /g;s/^ *//;s/ *$/ /;s/^NONE //;s/ /,/g"`JAPAN,FILES \
- --enable-dynamic ${GS_OMNI} --without-luratech ${OPTS}" &&
+ --enable-dynamic --without-luratech ${OPTS}" &&

LIBS+=" -lz" default_build &&

diff --git a/printer/ghostscript/CONFIGURE b/printer/ghostscript/CONFIGURE
index d1c202a..1bc4c86 100755
--- a/printer/ghostscript/CONFIGURE
+++ b/printer/ghostscript/CONFIGURE
@@ -1,3 +1,4 @@
+persistent_remove GS_OMNI
source $GRIMOIRE/FUNCTIONS
config_query GS_LIBGS "Install libgs.so, used by gsview and others?" n
if ! [[ -z ${GS_PRINTERS} ]];then
diff --git a/printer/ghostscript/HISTORY b/printer/ghostscript/HISTORY
index f2baaec..c949d59 100644
--- a/printer/ghostscript/HISTORY
+++ b/printer/ghostscript/HISTORY
@@ -1,3 +1,6 @@
+2019-01-1-25 Treeve Jelbert <treeve AT sourcemage.org>
+ * BUILD CONFIGURE: remove omni support
+
2019-01-24 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS. patches/000[1-6]-cve-2019-6116.patch: SECURITY_PATCH++,
(CVE-2019-6116)

Attachment: signature.asc
Description: PGP signature




Archive powered by MHonArc 2.6.24.

Top of Page