summaryrefslogtreecommitdiff
path: root/print/xpp/patches
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2002-09-18 23:55:51 +0000
committerjlam <jlam@pkgsrc.org>2002-09-18 23:55:51 +0000
commitb6aeaee13bec17a920ce2597a1feb92134b0e97f (patch)
tree3b24dd7700c127c3cc8a42445fd2942c3d361938 /print/xpp/patches
parentbfe27de5b68e2b10fb8e1242162dede9445f2865 (diff)
downloadpkgsrc-b6aeaee13bec17a920ce2597a1feb92134b0e97f.tar.gz
Update print/xpp to version 1.1. Changes from version 1.0 include:
- Removed function overloading for the password dialog, used the new method of CUPS 1.1.3 - Added support for the "natural-scaling" image size option introduced in CUPS 1.1.9 - Added support for the new PPD-O-Matic PPD files of linuxprinting.org (numerical options appeared twice before). The old CUPS-O-Matic files can still be used. - The COMDATA lines in the PPD files of the new XML Foomatic changed in a way incompatible to the parser for the numerical options in XPP. Modified parser to read both the old and the new format.
Diffstat (limited to 'print/xpp/patches')
-rw-r--r--print/xpp/patches/patch-ab24
1 files changed, 12 insertions, 12 deletions
diff --git a/print/xpp/patches/patch-ab b/print/xpp/patches/patch-ab
index 446af99677c..e03702ca4e3 100644
--- a/print/xpp/patches/patch-ab
+++ b/print/xpp/patches/patch-ab
@@ -1,13 +1,13 @@
-$NetBSD: patch-ab,v 1.1 2001/05/26 07:16:16 jlam Exp $
+$NetBSD: patch-ab,v 1.2 2002/09/18 23:55:52 jlam Exp $
---- configure.orig Fri Jan 26 19:17:37 2001
+--- configure.orig Wed Jan 9 06:31:49 2002
+++ configure
-@@ -2126,8 +2126,51 @@
+@@ -2084,8 +2084,51 @@ else
echo "$ac_t""no" 1>&6
fi
+echo $ac_n "checking for main in -lm""... $ac_c" 1>&6
-+echo "configure:2131: checking for main in -lm" >&5
++echo "configure:2089: checking for main in -lm" >&5
+ac_lib_var=`echo m'_'main | sed 'y%./+-%__p_%'`
+if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
+ echo $ac_n "(cached) $ac_c" 1>&6
@@ -15,14 +15,14 @@ $NetBSD: patch-ab,v 1.1 2001/05/26 07:16:16 jlam Exp $
+ ac_save_LIBS="$LIBS"
+LIBS="-lm $LIBS"
+cat > conftest.$ac_ext <<EOF
-+#line 2139 "configure"
++#line 2097 "configure"
+#include "confdefs.h"
+
+int main() {
+main()
+; return 0; }
+EOF
-+if { (eval echo configure:2146: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
++if { (eval echo configure:2104: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+ rm -rf conftest*
+ eval "ac_cv_lib_$ac_lib_var=yes"
+else
@@ -50,12 +50,12 @@ $NetBSD: patch-ab,v 1.1 2001/05/26 07:16:16 jlam Exp $
+fi
+
echo $ac_n "checking for main in -lGL""... $ac_c" 1>&6
--echo "configure:2131: checking for main in -lGL" >&5
-+echo "configure:2174: checking for main in -lGL" >&5
+-echo "configure:2089: checking for main in -lGL" >&5
++echo "configure:2132: checking for main in -lGL" >&5
ac_lib_var=`echo GL'_'main | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
-@@ -2280,49 +2323,6 @@
+@@ -2238,49 +2281,6 @@ fi
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
echo "$ac_t""yes" 1>&6
LIBS="$LIBFLTKA $LIBS"
@@ -64,7 +64,7 @@ $NetBSD: patch-ab,v 1.1 2001/05/26 07:16:16 jlam Exp $
-fi
-
-echo $ac_n "checking for main in -lm""... $ac_c" 1>&6
--echo "configure:2289: checking for main in -lm" >&5
+-echo "configure:2247: checking for main in -lm" >&5
-ac_lib_var=`echo m'_'main | sed 'y%./+-%__p_%'`
-if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
- echo $ac_n "(cached) $ac_c" 1>&6
@@ -72,14 +72,14 @@ $NetBSD: patch-ab,v 1.1 2001/05/26 07:16:16 jlam Exp $
- ac_save_LIBS="$LIBS"
-LIBS="-lm $LIBS"
-cat > conftest.$ac_ext <<EOF
--#line 2297 "configure"
+-#line 2255 "configure"
-#include "confdefs.h"
-
-int main() {
-main()
-; return 0; }
-EOF
--if { (eval echo configure:2304: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+-if { (eval echo configure:2262: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
- rm -rf conftest*
- eval "ac_cv_lib_$ac_lib_var=yes"
-else