Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (d367da3a5f4928cc20d1cacd7cfa17e5df8d694a)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (d367da3a5f4928cc20d1cacd7cfa17e5df8d694a)
  • Date: Sat, 25 May 2019 18:58:48 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

ChangeLog | 2 ++
devel/llvm/DEPENDS | 5 +++++
devel/llvm/HISTORY | 3 +++
libs/sdl/HISTORY | 3 +++
libs/sdl/PRE_BUILD | 2 ++
printer/ghostscript/CONFLICTS | 1 +
printer/ghostscript/HISTORY | 3 +++
printer/ijs/BUILD | 1 +
printer/ijs/DEPENDS | 2 --
printer/ijs/DETAILS | 38 +++++++-------------------------------
printer/ijs/DOWNLOAD | 1 +
printer/ijs/HISTORY | 5 +++++
printer/ijs/INSTALL | 1 +
printer/ijs/PRE_BUILD | 1 +
printer/ijs/UP_TRIGGERS | 2 ++
printer/ijs/ijs-0.35.tar.gz.sig | 9 ---------
16 files changed, 37 insertions(+), 42 deletions(-)

New commits:
commit d367da3a5f4928cc20d1cacd7cfa17e5df8d694a
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

ijs: deprecate; it's now part of ghostscript

commit 18f4767d4529aed991961ff29d6edb24b5c1c9d5
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

sdl: Fix build against musl

commit f5aaf89d7fdfad2c06e5cb42aca208b9cbd00519
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

llvm: Fix build against musl using musl-obstack

diff --git a/ChangeLog b/ChangeLog
index 1816cae..0f02d9b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,8 @@
* database/vbisam: new spell, ISAM File Handler
* libs/musl-obstack: new spell, A standalone library to implement
GNU libc's obstack
+ * printer/ijs: spell deprecated [reference implementation is
+ now part of ghostscript]

2019-05-24 Eric Sandall <sandalle AT sourcemage.org>
* accounts, groups: Add lighttpd:215:215
diff --git a/devel/llvm/DEPENDS b/devel/llvm/DEPENDS
index 2778627..5a7a2de 100755
--- a/devel/llvm/DEPENDS
+++ b/devel/llvm/DEPENDS
@@ -1,4 +1,9 @@
source $GRIMOIRE/CMAKE_DEPENDS &&
+case "$HOST" in
+*-musl)
+ depends musl-obstack
+ ;;
+esac &&
depends libtool &&
depends -sub CXX gcc &&
depends pkgconfig &&
diff --git a/devel/llvm/HISTORY b/devel/llvm/HISTORY
index f8f311c..d846cb6 100644
--- a/devel/llvm/HISTORY
+++ b/devel/llvm/HISTORY
@@ -1,3 +1,6 @@
+2019-05-25 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS: Fix build against musl
+
2019-05-23 Ismael Luceno <ismael AT sourcemage.org>
* DEPENDS, PRE_BUILD: Remove python, builds only with python3 now

diff --git a/libs/sdl/HISTORY b/libs/sdl/HISTORY
index 84c9849..f2c008e 100644
--- a/libs/sdl/HISTORY
+++ b/libs/sdl/HISTORY
@@ -1,3 +1,6 @@
+2019-05-25 Ismael Luceno <ismael AT sourcemage.org>
+ * PRE_BUILD: Fixed build against musl
+
2013-10-23 Jeremy Blosser <jblosser AT sourcemage.org>
* PRE_BUILD, libsdl-1.2-fix-compilation-libX11.patch: Upstream patch
to
fix building against recent libx11
diff --git a/libs/sdl/PRE_BUILD b/libs/sdl/PRE_BUILD
index e1b2fed..26c9c6a 100755
--- a/libs/sdl/PRE_BUILD
+++ b/libs/sdl/PRE_BUILD
@@ -1,6 +1,8 @@
default_pre_build &&
cd $SOURCE_DIRECTORY &&

+sedit 's!maybe_os in$!& linux-musl*|\\!' build-scripts/config.sub &&
+
patch -p1 <$SCRIPT_DIRECTORY/libsdl-1.2-fix-compilation-libX11.patch &&
./autogen.sh &&

diff --git a/printer/ghostscript/CONFLICTS b/printer/ghostscript/CONFLICTS
new file mode 100755
index 0000000..f5bd9a9
--- /dev/null
+++ b/printer/ghostscript/CONFLICTS
@@ -0,0 +1 @@
+conflicts ijs y
diff --git a/printer/ghostscript/HISTORY b/printer/ghostscript/HISTORY
index 58b8be2..f757675 100644
--- a/printer/ghostscript/HISTORY
+++ b/printer/ghostscript/HISTORY
@@ -1,3 +1,6 @@
+2019-05-25 Ismael Luceno <ismael AT sourcemage.org>
+ * CONFLICTS: Added conflict with ijs
+
2019-04-04 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 9.27
* patches/*: deleted
diff --git a/printer/ijs/BUILD b/printer/ijs/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/printer/ijs/BUILD
@@ -0,0 +1 @@
+true
diff --git a/printer/ijs/DEPENDS b/printer/ijs/DEPENDS
deleted file mode 100755
index 93357b5..0000000
--- a/printer/ijs/DEPENDS
+++ /dev/null
@@ -1,2 +0,0 @@
-optional_depends "hplip" "" "" "for the hplip printer drivers"
&&
-optional_depends "gutenprint" "" "" "for the gutenprint printer drivers"

diff --git a/printer/ijs/DETAILS b/printer/ijs/DETAILS
index 83a2ecf..c7d5335 100755
--- a/printer/ijs/DETAILS
+++ b/printer/ijs/DETAILS
@@ -1,31 +1,7 @@
- SPELL=ijs
- VERSION=0.35
- SOURCE=${SPELL}-${VERSION}.tar.gz
-SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
- SOURCE_URL[0]=http://www.linuxprinting.org/ijs/download/${SOURCE}
- WEB_SITE=http://www.linuxprinting.org/ijs/
- LICENSE[0]=MIT
- SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
- ENTERED=20021224
- KEYWORDS="printer"
- SHORT="ijs is a raster printer driver architecture."
-cat << EOF
-
-IJS is, first and foremost, a protocol for transmission of raster page
-images. This snapshot provides a reference implementation of the protocol,
-the design of which is still in flux. When the protocol specification is
-published, it will be authoritative. Applications should feel free to link
-against the library provided in this package, adapt that code for their own
-needs, or roll a completely new implementation.
-
-The protocol is a fairly traditional client-server design. In general, the
-client sends one or more page images to the server, along with various
-metadata. Communication is through simple "commands", which are essentially
-size-prefixed packets. The client sends a command to the server, then waits
-for a response command, either ACK or NAK.
-
-This tarball provides an "IJS library" in the form of ijs, ijs_client, and
-ijs_server. It also provides an example client (capable of reading pnmraw
-files) and an example server (capable of generating PostScript).
-
-EOF
+ SPELL=ijs
+ VERSION=0
+ PATCHLEVEL=9999
+ SHORT="deprecated"
+ cat << EOF
+ deprecated spell [replaced by ghostscript]
+ EOF
diff --git a/printer/ijs/DOWNLOAD b/printer/ijs/DOWNLOAD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/printer/ijs/DOWNLOAD
@@ -0,0 +1 @@
+true
diff --git a/printer/ijs/HISTORY b/printer/ijs/HISTORY
index c4144d6..920d3cb 100644
--- a/printer/ijs/HISTORY
+++ b/printer/ijs/HISTORY
@@ -1,3 +1,8 @@
+2019-05-25 Ismael Luceno <ismael AT sourcemage.org>
+ * spell deprecated [reference implementation is now part of
ghostscript]
+ * PATCHLEVEL=9999
+ * DETAILS: version 0
+
2008-04-28 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* ijs-0.35.tar.gz.asc: regenerated for #14355
* DEPENDS: changed hpijs to hplip #14356
diff --git a/printer/ijs/INSTALL b/printer/ijs/INSTALL
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/printer/ijs/INSTALL
@@ -0,0 +1 @@
+true
diff --git a/printer/ijs/PRE_BUILD b/printer/ijs/PRE_BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/printer/ijs/PRE_BUILD
@@ -0,0 +1 @@
+true
diff --git a/printer/ijs/UP_TRIGGERS b/printer/ijs/UP_TRIGGERS
new file mode 100755
index 0000000..f3d6dda
--- /dev/null
+++ b/printer/ijs/UP_TRIGGERS
@@ -0,0 +1,2 @@
+up_trigger ijs dispel_self
+up_trigger ghostscript cast_self
diff --git a/printer/ijs/ijs-0.35.tar.gz.sig b/printer/ijs/ijs-0.35.tar.gz.sig
deleted file mode 100644
index ec04aa0..0000000
--- a/printer/ijs/ijs-0.35.tar.gz.sig
+++ /dev/null
@@ -1,9 +0,0 @@
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.9 (GNU/Linux)
-
-iJwEAAECAAYFAkgWAfkACgkQL0NIXs0Xdhth7QP/Y3x7NITe3xUruOMX6nX4DxeN
-Lo+IQYkd6VnQhmB8l7lYxdKJLZm2FjHLqWFZyp26tiVjv/LdlZw6DVipf58N0sOE
-IBnb1dCP3SBU+TCXOcLG+UAswVe2HuBxSFZfxv6eaZifmxp6pYXDdD0cfHoP0bDL
-SHp98S6UV43KE6eSmLA=
-=sGpp
------END PGP SIGNATURE-----



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (d367da3a5f4928cc20d1cacd7cfa17e5df8d694a), Ismael Luceno, 05/25/2019

Archive powered by MHonArc 2.6.24.

Top of Page