From f37b4a6ee206061220728e7c3d8b5cab73664e53 Mon Sep 17 00:00:00 2001 From: pav Date: Thu, 20 Nov 2003 21:34:23 +0000 Subject: - Update to today (20031120) CVS and fix building PR: ports/58423 Submitted by: Martin Ranne Approved by: adamw (mentor) --- print/foomatic-db-engine/Makefile | 8 +++----- print/foomatic-db-engine/pkg-plist | 6 ++---- 2 files changed, 5 insertions(+), 9 deletions(-) (limited to 'print') diff --git a/print/foomatic-db-engine/Makefile b/print/foomatic-db-engine/Makefile index 74539e704807..6dbddc392897 100644 --- a/print/foomatic-db-engine/Makefile +++ b/print/foomatic-db-engine/Makefile @@ -6,23 +6,21 @@ # PORTNAME= foomatic-db-engine -PORTVERSION= 20030704 +PORTVERSION= 20031120 CATEGORIES= print MASTER_SITES= # MAINTAINER= ports@FreeBSD.org COMMENT= Foomatic database engine +BUILD_DEPENDS= aclocal:${PORTSDIR}/devel/automake LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 \ curl.2:${PORTSDIR}/ftp/curl -BROKEN= Does not compile, will be removed after Feb 2 - USE_GMAKE= yes USE_PERL5= yes USE_BZIP2= yes USE_AUTOCONF= yes -USE_AUTOMAKE= yes GNU_CONFIGURE= yes NO_CHECKSUM= yes # the tarball is created on the fly from CVS CONFIGURE_ARGS= --prefix=${PREFIX} @@ -36,7 +34,7 @@ CVS_MODULE= foomatic-db-engine MAN1= foomatic-printjob.1 foomatic-ppdfile.1 foomatic-perl-data.1 \ foomatic-configure.1 foomatic-compiledb.1 foomatic-combo-xml.1 -MAN8= foomatic-preferred-driver.8 foomatic-ppdload.8 \ +MAN8= foomatic-preferred-driver.8 \ foomatic-kitload.8 foomatic-getpjloptions.8 \ foomatic-addpjloptions.8 diff --git a/print/foomatic-db-engine/pkg-plist b/print/foomatic-db-engine/pkg-plist index 33b1b3e7e323..fd02305945da 100644 --- a/print/foomatic-db-engine/pkg-plist +++ b/print/foomatic-db-engine/pkg-plist @@ -9,20 +9,18 @@ bin/foomatic-printjob %%SITE_PERL%%/Foomatic/Defaults.pm %%SITE_PERL%%/Foomatic/PPD.pm %%SITE_PERL%%/Foomatic/UIElem.pm -%%SITE_PERL%%/mach/auto/Foomatic/.packlist +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Foomatic/.packlist sbin/foomatic-addpjloptions sbin/foomatic-fix-xml sbin/foomatic-getpjloptions sbin/foomatic-kitload sbin/foomatic-nonumericalids -sbin/foomatic-ppdload sbin/foomatic-preferred-driver sbin/foomatic-replaceoldprinterids share/foomatic/templates/pjl_enum_choice.xml share/foomatic/templates/pjl_enum_option.xml share/foomatic/templates/pjl_num_option.xml -@dirrm etc/foomatic @dirrm %%SITE_PERL%%/Foomatic -@dirrm %%SITE_PERL%%/mach/auto/Foomatic/ +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Foomatic @dirrm share/foomatic/templates @dirrm share/foomatic -- cgit