Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (2c9352b96c219f0caf10b3cc56ee0ac1ed253d9b)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ladislav Hagara <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (2c9352b96c219f0caf10b3cc56ee0ac1ed253d9b)
  • Date: Wed, 3 Aug 2011 15:58:23 -0500

GIT changes to master grimoire by Ladislav Hagara <hgr AT vabo.cz>:

printer/hplip/DETAILS | 2 +-
printer/hplip/HISTORY | 4 ++++
printer/hplip/PRE_BUILD | 3 +++
3 files changed, 8 insertions(+), 1 deletion(-)

New commits:
commit 2c9352b96c219f0caf10b3cc56ee0ac1ed253d9b
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Ladislav Hagara <hgr AT vabo.cz>

hplip 3.11.7

prnt/hpps/hppsfilter.c: In function 'require_bod':
prnt/hpps/hppsfilter.c:119: error: 'ppd_attr_t' undeclared (first use in
this fu
nction)
prnt/hpps/hppsfilter.c:119: error: (Each undeclared identifier is
reported only
once
prnt/hpps/hppsfilter.c:119: error: for each function it appears in.)
prnt/hpps/hppsfilter.c:119: error: 'pattr' undeclared (first use in this
functio
n)
prnt/hpps/hppsfilter.c:120: error: 'ppd_file_t' undeclared (first use in
this fu
nction)
prnt/hpps/hppsfilter.c:120: error: 'pppd' undeclared (first use in this
function
)
make: *** [hppsfilter.o] Error 1
! Problem Detected !

diff --git a/printer/hplip/DETAILS b/printer/hplip/DETAILS
index 5b5b1e5..02235ff 100755
--- a/printer/hplip/DETAILS
+++ b/printer/hplip/DETAILS
@@ -1,5 +1,5 @@
SPELL=hplip
- VERSION=3.11.5
+ VERSION=3.11.7
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE2=$SOURCE.asc
SOURCE2_IGNORE=signature
diff --git a/printer/hplip/HISTORY b/printer/hplip/HISTORY
index 81d1601..6929555 100644
--- a/printer/hplip/HISTORY
+++ b/printer/hplip/HISTORY
@@ -1,3 +1,7 @@
+2011-08-03 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 3.11.7
+ * PRE_BUILD: sedit added due to cups 1.5.0
+
2011-06-12 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 3.11.5

diff --git a/printer/hplip/PRE_BUILD b/printer/hplip/PRE_BUILD
index ac93b47..275dc10 100755
--- a/printer/hplip/PRE_BUILD
+++ b/printer/hplip/PRE_BUILD
@@ -1,6 +1,9 @@
default_pre_build &&
cd "$SOURCE_DIRECTORY" &&

+# cups 1.5.0 fix
+sedit "41i#include <cups/ppd.h>" prnt/hpps/hppsfilter.c &&
+
patch -p0 < "$SPELL_DIRECTORY/interactive.patch" &&

sed -i "s:SYSFS:ATTRS:g" data/rules/55-hpmud.rules \



  • [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (2c9352b96c219f0caf10b3cc56ee0ac1ed253d9b), Ladislav Hagara, 08/03/2011

Archive powered by MHonArc 2.6.24.

Top of Page