diff options
author | pav <pav@FreeBSD.org> | 2003-11-20 21:34:23 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2003-11-20 21:34:23 +0000 |
commit | f37b4a6ee206061220728e7c3d8b5cab73664e53 (patch) | |
tree | 4fe9f31112ce210aa68dba70b4e3c5996ba04c1f /print | |
parent | a96411b6f47dbe63c74780e12c443ed80c78602a (diff) | |
download | FreeBSD-ports-f37b4a6ee206061220728e7c3d8b5cab73664e53.zip FreeBSD-ports-f37b4a6ee206061220728e7c3d8b5cab73664e53.tar.gz |
- Update to today (20031120) CVS and fix building
PR: ports/58423
Submitted by: Martin Ranne <gasp@ridcully.dnsalias.org>
Approved by: adamw (mentor)
Diffstat (limited to 'print')
-rw-r--r-- | print/foomatic-db-engine/Makefile | 8 | ||||
-rw-r--r-- | print/foomatic-db-engine/pkg-plist | 6 |
2 files changed, 5 insertions, 9 deletions
diff --git a/print/foomatic-db-engine/Makefile b/print/foomatic-db-engine/Makefile index 74539e7..6dbddc3 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 33b1b3e..fd02305 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 |