Update to foomatic-db-engine-4.0.5.
This commit is contained in:
parent
54cc9a222d
commit
09a3fcfbaa
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2010/07/26 20:07:31 edd Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2010/08/22 06:57:00 ajacoutot Exp $
|
||||
|
||||
COMMENT= Foomatic PPD generator
|
||||
|
||||
DISTNAME= foomatic-db-engine-4.0.4
|
||||
DISTNAME= foomatic-db-engine-4.0.5
|
||||
CATEGORIES= print
|
||||
|
||||
HOMEPAGE= http://www.linux-foundation.org/en/OpenPrinting/Database/Foomatic
|
||||
@ -78,7 +78,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/libxml2"
|
||||
|
||||
pre-configure:
|
||||
${SUBST_CMD} ${WRKSRC}/foomatic-combo-xml.c \
|
||||
${WRKSRC}/Makefile.in
|
||||
${WRKSRC}/Makefile.in ${WRKSRC}/configure
|
||||
perl -pi -e 's,!!SYSCONFDIR!!,${SYSCONFDIR},g;' \
|
||||
-e 's,!!LOCALBASE!!,${LOCALBASE},g' \
|
||||
${WRKSRC}/configure
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (foomatic-db-engine-4.0.4.tar.gz) = Z1mZ4KuNWa00qAXDeIMDVA==
|
||||
RMD160 (foomatic-db-engine-4.0.4.tar.gz) = JHgef9tLyTSkzm8ShlqKFRvq9vM=
|
||||
SHA1 (foomatic-db-engine-4.0.4.tar.gz) = f1TxgAhhKBP9Y/AIwVfLSvPoLR8=
|
||||
SHA256 (foomatic-db-engine-4.0.4.tar.gz) = JizWKK0/1akthZTbHG2On1VnXz/qRFdx1yVwTIP8Db4=
|
||||
SIZE (foomatic-db-engine-4.0.4.tar.gz) = 347184
|
||||
MD5 (foomatic-db-engine-4.0.5.tar.gz) = CJOkqXBf/XMFvFDLuVHa+Q==
|
||||
RMD160 (foomatic-db-engine-4.0.5.tar.gz) = cpBqrLRSMb8aD13mQvBTSAfg93A=
|
||||
SHA1 (foomatic-db-engine-4.0.5.tar.gz) = E2nFW9sU4UBHVwTSMi431gx90xI=
|
||||
SHA256 (foomatic-db-engine-4.0.5.tar.gz) = ZDz1o90vWwfAsX8TUfYzyGMkUkftMaOjGt4vpmCBthk=
|
||||
SIZE (foomatic-db-engine-4.0.5.tar.gz) = 348324
|
||||
|
@ -1,13 +1,13 @@
|
||||
$OpenBSD: patch-Makefile_in,v 1.2 2007/09/26 08:25:34 ajacoutot Exp $
|
||||
--- Makefile.in.orig Wed Sep 19 21:49:48 2007
|
||||
+++ Makefile.in Tue Sep 25 12:47:05 2007
|
||||
$OpenBSD: patch-Makefile_in,v 1.3 2010/08/22 06:57:00 ajacoutot Exp $
|
||||
--- Makefile.in.orig Mon Aug 9 12:07:55 2010
|
||||
+++ Makefile.in Sun Aug 22 07:27:13 2010
|
||||
@@ -186,13 +186,9 @@ check-config:
|
||||
install-bin: check-config lib/Makefile
|
||||
# This is the only way to get the Perl-generated Makefile using
|
||||
# $(DESTDIR) properly
|
||||
- ( cd lib && \
|
||||
- $(MAKE) PREFIX=$(PERLPREFIX) && \
|
||||
- $(MAKE) PREFIX=$(DESTDIR)$(PERLPREFIX) pure_install \
|
||||
- $(MAKE) PREFIX=$(PERLPREFIX) DESTDIR=$(DESTDIR) pure_install \
|
||||
- )
|
||||
+ cd lib && $(MAKE) PREFIX=$(PERLPREFIX) pure_install
|
||||
${SRC}/mkinstalldirs $(DESTDIR)$(BINDIR)
|
||||
|
@ -1,8 +1,8 @@
|
||||
$OpenBSD: patch-configure,v 1.3 2009/12/10 10:57:59 ajacoutot Exp $
|
||||
--- configure.orig Wed Aug 19 20:09:16 2009
|
||||
+++ configure Mon Dec 7 18:30:23 2009
|
||||
@@ -3921,15 +3921,15 @@ done
|
||||
|
||||
$OpenBSD: patch-configure,v 1.4 2010/08/22 06:57:00 ajacoutot Exp $
|
||||
--- configure.orig Mon Aug 9 12:07:57 2010
|
||||
+++ configure Sun Aug 22 07:33:40 2010
|
||||
@@ -4024,15 +4024,15 @@ CFLAGS="$save_CFLAGS"
|
||||
LIBS="$save_LIBS"
|
||||
|
||||
|
||||
-SPOOLSEARCHPATH=/var/spool:/usr/spool/:/usr/local/spool:/usr/local/var/spool:/var/local/spool:/var/local
|
||||
@ -26,23 +26,17 @@ $OpenBSD: patch-configure,v 1.3 2009/12/10 10:57:59 ajacoutot Exp $
|
||||
|
||||
# There is a bug in some versions of autoconf that causes
|
||||
# bad expansion of paths in the AC_PATH_* macros. This is very annoying
|
||||
@@ -4394,13 +4394,13 @@ else
|
||||
@@ -4497,8 +4497,7 @@ else
|
||||
PREFIX=$prefix
|
||||
fi
|
||||
echo -n Checking whether Perl will find libraries installed under $PREFIX...
|
||||
-if ( $PERL -V | egrep "^ *$PREFIX/lib(/perl[0-9]?|)(/site_perl|)/[0-9]" > /dev/null); then
|
||||
+if ( $PERL -V | egrep "^ *$PREFIX/libdata(/perl[0-9]?|'')(/site_perl|'')" > /dev/null); then
|
||||
PERLPREFIX=$PREFIX
|
||||
echo " yes"
|
||||
echo -n Checking where Perl will find its libraries...
|
||||
-eval `${PERL} -V:installprefix`
|
||||
-PERLPREFIX=`echo $installprefix`
|
||||
+PERLPREFIX=${PREFIX}
|
||||
if test -n "$PERLPREFIX"; then
|
||||
echo " $PERLPREFIX"
|
||||
else
|
||||
echo " no"
|
||||
echo -n Checking whether Perl will find libraries installed under /usr/local...
|
||||
- if ( $PERL -V | egrep "^ */usr/local/lib(/perl[0-9]?|)(/site_perl|)/[0-9]" > /dev/null); then
|
||||
+ if ( $PERL -V | egrep "^ */usr/local/libdata(/perl[0-9]?|)(/site_perl|)/[0-9]" > /dev/null); then
|
||||
PERLPREFIX=/usr/local
|
||||
echo " yes"
|
||||
echo Installing the Perl libraries with prefix /usr/local.
|
||||
@@ -4417,7 +4417,7 @@ fi
|
||||
@@ -4512,7 +4511,7 @@ fi
|
||||
PERL_INSTALLDIRS=site
|
||||
|
||||
|
||||
@ -51,7 +45,7 @@ $OpenBSD: patch-configure,v 1.3 2009/12/10 10:57:59 ajacoutot Exp $
|
||||
do
|
||||
# Extract the first word of "$ac_prog", so it can be a program name with args.
|
||||
set dummy $ac_prog; ac_word=$2
|
||||
@@ -5873,7 +5873,7 @@ fi
|
||||
@@ -5968,7 +5967,7 @@ fi
|
||||
done
|
||||
test -n "$CUPS_LPINFO" || CUPS_LPINFO="/usr/sbin/lpinfo"
|
||||
|
||||
@ -60,7 +54,7 @@ $OpenBSD: patch-configure,v 1.3 2009/12/10 10:57:59 ajacoutot Exp $
|
||||
for ac_dir in pdq
|
||||
do
|
||||
# Extract the first word of "$ac_dir", so it can be a program name with args.
|
||||
@@ -6008,8 +6008,9 @@ fi
|
||||
@@ -6103,8 +6102,9 @@ fi
|
||||
test -n "$PDQ_PRINT" && break
|
||||
done
|
||||
test -n "$PDQ_PRINT" || PDQ_PRINT="/usr/bin/pdq"
|
||||
@ -71,7 +65,7 @@ $OpenBSD: patch-configure,v 1.3 2009/12/10 10:57:59 ajacoutot Exp $
|
||||
for ac_prog in ppr/bin/pprd
|
||||
do
|
||||
# Extract the first word of "$ac_prog", so it can be a program name with args.
|
||||
@@ -6322,7 +6323,7 @@ fi
|
||||
@@ -6417,7 +6417,7 @@ fi
|
||||
test -n "$PPR_PPOP" && break
|
||||
done
|
||||
test -n "$PPR_PPOP" || PPR_PPOP="/usr/bin/ppop"
|
||||
|
Loading…
Reference in New Issue
Block a user