summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2010-12-01 13:03:55 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2010-12-01 13:03:55 +0000
commit24b3ba8c7fd317daae0fd0e8d311de08137ffa75 (patch)
treeb0bf339b0afc6e01363940ad5e95d91ba6497409 /net-print/cups
parentVersion bump (diff)
downloadgentoo-2-24b3ba8c7fd317daae0fd0e8d311de08137ffa75.tar.gz
gentoo-2-24b3ba8c7fd317daae0fd0e8d311de08137ffa75.tar.bz2
gentoo-2-24b3ba8c7fd317daae0fd0e8d311de08137ffa75.zip
Revision bump (directly stable) to fix nasty issue with pstopdf buildtime requirement (only changed the m4 to work properly).
(Portage version: 2.2.0_alpha6/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'net-print/cups')
-rw-r--r--net-print/cups/ChangeLog10
-rw-r--r--net-print/cups/cups-1.3.11-r3.ebuild298
-rw-r--r--net-print/cups/cups-1.3.11-r4.ebuild (renamed from net-print/cups/cups-1.3.11-r2.ebuild)5
-rw-r--r--net-print/cups/files/cups-1.3.11-pdf-m4.patch66
4 files changed, 78 insertions, 301 deletions
diff --git a/net-print/cups/ChangeLog b/net-print/cups/ChangeLog
index da6fb60553eb..0e926265144e 100644
--- a/net-print/cups/ChangeLog
+++ b/net-print/cups/ChangeLog
@@ -1,6 +1,14 @@
# ChangeLog for net-print/cups
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-print/cups/ChangeLog,v 1.401 2010/12/01 12:34:34 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-print/cups/ChangeLog,v 1.402 2010/12/01 13:03:55 scarabeus Exp $
+
+*cups-1.3.11-r4 (01 Dec 2010)
+
+ 01 Dec 2010; Tomáš Chvátal <scarabeus@gentoo.org> -cups-1.3.11-r2.ebuild,
+ -cups-1.3.11-r3.ebuild, +cups-1.3.11-r4.ebuild,
+ +files/cups-1.3.11-pdf-m4.patch:
+ Revision bump (directly stable) to fix nasty issue with pstopdf buildtime
+ requirement (only changed the m4 to work properly).
*cups-1.4.5 (01 Dec 2010)
diff --git a/net-print/cups/cups-1.3.11-r3.ebuild b/net-print/cups/cups-1.3.11-r3.ebuild
deleted file mode 100644
index a2932f387a16..000000000000
--- a/net-print/cups/cups-1.3.11-r3.ebuild
+++ /dev/null
@@ -1,298 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-print/cups/cups-1.3.11-r3.ebuild,v 1.1 2010/11/12 17:52:31 armin76 Exp $
-
-EAPI=2
-inherit autotools eutils flag-o-matic multilib pam
-
-MY_P=${P/_}
-
-DESCRIPTION="The Common Unix Printing System"
-HOMEPAGE="http://www.cups.org/"
-SRC_URI="mirror://easysw/${PN}/${PV}/${MY_P}-source.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd"
-IUSE="acl avahi dbus gnutls java jpeg kerberos ldap pam perl php png ppds python samba slp ssl static tiff X xinetd zeroconf"
-
-COMMON_DEPEND="
- app-text/libpaper
- dev-libs/libgcrypt
- acl? (
- kernel_linux? (
- sys-apps/acl
- sys-apps/attr
- )
- )
- avahi? ( net-dns/avahi[mdnsresponder-compat] )
- dbus? ( sys-apps/dbus )
- gnutls? ( net-libs/gnutls )
- java? ( >=virtual/jre-1.4 )
- jpeg? ( >=media-libs/jpeg-6b )
- kerberos? ( virtual/krb5 )
- ldap? ( net-nds/openldap )
- pam? ( virtual/pam )
- perl? ( dev-lang/perl )
- php? ( dev-lang/php )
- png? ( >=media-libs/libpng-1.2.1 )
- python? ( dev-lang/python )
- slp? ( >=net-libs/openslp-1.0.4 )
- ssl? (
- !gnutls? ( >=dev-libs/openssl-0.9.8g )
- )
- tiff? ( >=media-libs/tiff-3.5.5 )
- xinetd? ( sys-apps/xinetd )
- zeroconf? (
- !avahi? ( net-misc/mDNSResponder )
- )
-"
-DEPEND="${COMMON_DEPEND}"
-RDEPEND="${COMMON_DEPEND}
- !<net-print/foomatic-filters-ppds-20070501
- !<net-print/hplip-1.7.4a-r1
- !virtual/lpr
- X? ( x11-misc/xdg-utils )
-"
-PDEPEND="
- app-text/ghostscript-gpl
- >=app-text/poppler-0.12.3-r3[utils]
- ppds? (
- || (
- (
- net-print/foomatic-filters-ppds
- net-print/foomatic-db-ppds
- )
- net-print/foomatic-filters-ppds
- net-print/foomatic-db-ppds
- net-print/hplip
- net-print/gutenprint
- net-print/foo2zjs
- net-print/cups-pdf
- )
- )
- samba? ( >=net-fs/samba-3.0.8 )
-"
-
-PROVIDE="virtual/lpr"
-
-# upstream includes an interactive test which is a nono for gentoo.
-# therefore, since the printing herd has bigger fish to fry, for now,
-# we just leave it out, even if FEATURES=test
-RESTRICT="test"
-
-S="${WORKDIR}/${MY_P}"
-
-LANGS="de en es et fr he id it ja pl sv zh_TW"
-for X in ${LANGS} ; do
- IUSE="${IUSE} linguas_${X}"
-done
-
-pkg_setup() {
- enewgroup lp
- enewuser lp -1 -1 -1 lp
-
- enewgroup lpadmin 106
-}
-
-src_prepare() {
- # disable configure automagic for acl/attr, upstream bug STR #2723
- epatch "${FILESDIR}/${PN}-1.3.0-configure.patch"
-
- # create a missing symlink to allow https printing via IPP, bug #217293
- epatch "${FILESDIR}/${PN}-1.3.7-backend-https.patch"
-
- # detect recent libgnutls versions, upstream bug STR #3178
- epatch "${FILESDIR}/${PN}-1.3.10-str3178.patch"
-
- # CVE-2009-2820: Several XSS flaws in forms processed by CUPS web interface
- # upstream bug STR #3178 and STR #3401
- epatch "${FILESDIR}/${PN}-1.3.11-str3367-security-1.3v2.patch"
- epatch "${FILESDIR}/${PN}-1.3.11-str3401-security-1.3v2-regression.patch"
- # CVE-2009-3553: Use-after-free (crash) due improper reference counting in abstract file descriptors handling interface
- # upstream bug STR #3200
- epatch "${FILESDIR}/${PN}-1.3.11-str3200.patch"
-
- # cups does not use autotools "the usual way" and ship a static config.h.in
- eaclocal
- eautoconf
-}
-
-src_configure() {
- # Fails to compile on SH
- use sh && replace-flags -O? -O0
-
- # needed to prevent ghostscript compile failures
- use kerberos && strip-flags
-
- # locale support
- strip-linguas ${LANGS}
-
- if [ -z "${LINGUAS}" ] ; then
- export LINGUAS=all
- fi
-
- export DSOFLAGS="${LDFLAGS}"
-
- if use ldap ; then
- append-flags -DLDAP_DEPRECATED
- fi
-
- local myconf
-
- if use avahi || use zeroconf ; then
- myconf="${myconf} --enable-dnssd"
- else
- myconf="${myconf} --disable-dnssd"
- fi
-
- if use ssl || use gnutls ; then
- myconf="${myconf} \
- $(use_enable gnutls) \
- $(use_enable !gnutls openssl)"
- else
- myconf="${myconf} \
- --disable-gnutls \
- --disable-openssl"
- fi
-
- econf \
- --libdir=/usr/$(get_libdir) \
- --localstatedir=/var \
- --with-cups-user=lp \
- --with-cups-group=lp \
- --with-docdir=/usr/share/cups/html \
- --with-languages=${LINGUAS} \
- --with-pdftops=pdftops \
- --with-system-groups=lpadmin \
- --with-xinetd=/etc/xinetd.d \
- $(use_enable acl) \
- $(use_enable dbus) \
- $(use_enable jpeg) \
- $(use_enable kerberos gssapi) \
- $(use_enable ldap) \
- $(use_enable pam) \
- $(use_enable png) \
- $(use_enable slp) \
- $(use_enable static) \
- $(use_enable tiff) \
- $(use_with java) \
- $(use_with perl) \
- $(use_with php) \
- $(use_with python) \
- --enable-libpaper \
- --enable-pdftops \
- --enable-threads \
- --with-optim="${CFLAGS}" \
- ${myconf}
-
- # install in /usr/libexec always, instead of using /usr/lib/cups, as that
- # makes more sense when facing multilib support.
- sed -i -e 's:SERVERBIN.*:SERVERBIN = "$(BUILDROOT)"/usr/libexec/cups:' Makedefs
- sed -i -e 's:#define CUPS_SERVERBIN.*:#define CUPS_SERVERBIN "/usr/libexec/cups":' config.h
- sed -i -e 's:cups_serverbin=.*:cups_serverbin=/usr/libexec/cups:' cups-config
-}
-
-src_install() {
- emake BUILDROOT="${D}" install || die "emake install failed"
- dodoc {CHANGES{,-1.{0,1}},CREDITS,README}.txt || die "dodoc install failed"
-
- # clean out cups init scripts
- rm -rf "${D}"/etc/{init.d/cups,rc*,pam.d/cups}
-
- # install our init script
- local neededservices
- use avahi && neededservices="$neededservices avahi-daemon"
- use dbus && neededservices="$neededservices dbus"
- use zeroconf && ! use avahi && neededservices="$neededservices mDNSResponderPosix"
- [[ -n ${neededservices} ]] && neededservices="need${neededservices}"
- sed -e "s/@neededservices@/$neededservices/" "${FILESDIR}"/cupsd.init.d > "${T}"/cupsd
- doinitd "${T}"/cupsd
-
- # install our pam script
- pamd_mimic_system cups auth account
-
- if use xinetd ; then
- # correct path
- sed -i -e "s:server = .*:server = /usr/libexec/cups/daemon/cups-lpd:" "${D}"/etc/xinetd.d/cups-lpd
- # it is safer to disable this by default, bug #137130
- grep -w 'disable' "${D}"/etc/xinetd.d/cups-lpd || \
- sed -i -e "s:}:\tdisable = yes\n}:" "${D}"/etc/xinetd.d/cups-lpd
- else
- rm -rf "${D}"/etc/xinetd.d
- fi
-
- keepdir /usr/share/cups/profiles /usr/libexec/cups/driver /var/log/cups \
- /var/run/cups/certs /var/cache/cups /var/spool/cups/tmp /etc/cups/ssl
-
- # .desktop handling. X useflag. xdg-open from freedesktop is preferred, upstream bug STR #2724.
- if use X ; then
- sed -i -e "s:htmlview:xdg-open:" "${D}"/usr/share/applications/cups.desktop
- else
- rm -r "${D}"/usr/share/applications
- fi
-
- # fix a symlink collision, see bug #172341
- dodir /usr/share/ppd
- dosym /usr/share/ppd /usr/share/cups/model/foomatic-ppds
-
- # create RSS feed directory
- diropts -m 0740 -o lp -g lp
- dodir /var/cache/cups/rss
-
- # create /etc/cups/client.conf, bug #196967 and #266678
- echo "ServerName /var/run/cups/cups.sock" >> "${D}"/etc/cups/client.conf
-}
-
-pkg_preinst() {
- # cleanups
- [ -n "${PN}" ] && rm -fR "${ROOT}"/usr/share/doc/"${PN}"-*
- has_version "=${CATEGORY}/${PN}-1.2*"
- upgrade_from_1_2=$?
-}
-
-pkg_postinst() {
- echo
- elog "For information about installing a printer and general cups setup"
- elog "take a look at: http://www.gentoo.org/doc/en/printing-howto.xml"
- echo
-
- local good_gs=false
- for x in app-text/ghostscript-gpl app-text/ghostscript-gnu ; do
- if has_version ${x} && built_with_use ${x} cups ; then
- good_gs=true
- break
- fi
- done
- if ! ${good_gs} ; then
- echo
- ewarn "You need to emerge ghostscript with the \"cups\" USE flag turned on."
- echo
- fi
-
- if [[ $upgrade_from_1_2 = 0 ]] ; then
- echo
- ewarn "You have upgraded from an older cups version. Please make sure"
- ewarn "to run \"etc-update\" and \"revdep-rebuild\" NOW."
- echo
- fi
-
- if [ -e "${ROOT}"/usr/lib/cups ] ; then
- echo
- ewarn "/usr/lib/cups exists - You need to remerge every ebuild that"
- ewarn "installed into /usr/lib/cups and /etc/cups, qfile is in portage-utils:"
- ewarn "# FEATURES=-collision-protect emerge -va1 \$(qfile -qC /usr/lib/cups /etc/cups | sed -e \"s:net-print/cups$::\")"
- echo
- ewarn "FEATURES=-collision-protect is needed to overwrite the compatibility"
- ewarn "symlinks installed by this package, it won't be needed on later merges."
- ewarn "You should also run revdep-rebuild"
- echo
-
- # place symlinks to make the update smoothless
- for i in "${ROOT}"/usr/lib/cups/{backend,filter}/* ; do
- if [ "${i/\*}" == "${i}" ] && ! [ -e ${i/lib/libexec} ] ; then
- ln -s ${i} ${i/lib/libexec}
- fi
- done
- fi
-}
diff --git a/net-print/cups/cups-1.3.11-r2.ebuild b/net-print/cups/cups-1.3.11-r4.ebuild
index 1195c5affb7f..05354edbcf34 100644
--- a/net-print/cups/cups-1.3.11-r2.ebuild
+++ b/net-print/cups/cups-1.3.11-r4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-print/cups/cups-1.3.11-r2.ebuild,v 1.13 2010/08/10 20:54:31 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-print/cups/cups-1.3.11-r4.ebuild,v 1.1 2010/12/01 13:03:55 scarabeus Exp $
EAPI=2
inherit autotools eutils flag-o-matic multilib pam
@@ -112,6 +112,8 @@ src_prepare() {
# CVE-2009-3553: Use-after-free (crash) due improper reference counting in abstract file descriptors handling interface
# upstream bug STR #3200
epatch "${FILESDIR}/${PN}-1.3.11-str3200.patch"
+ # Fix failing if poppler is not around
+ epatch "${FILESDIR}/${PN}-1.3.11-pdf-m4.patch"
# cups does not use autotools "the usual way" and ship a static config.h.in
eaclocal
@@ -181,7 +183,6 @@ src_configure() {
$(use_with php) \
$(use_with python) \
--enable-libpaper \
- --enable-pdftops \
--enable-threads \
--with-optim="${CFLAGS}" \
${myconf}
diff --git a/net-print/cups/files/cups-1.3.11-pdf-m4.patch b/net-print/cups/files/cups-1.3.11-pdf-m4.patch
new file mode 100644
index 000000000000..7aa8ae37cd64
--- /dev/null
+++ b/net-print/cups/files/cups-1.3.11-pdf-m4.patch
@@ -0,0 +1,66 @@
+# This patch is taken from cups 1.4.5 and fixes annoying requirement to have poppler around during build-time
+
+--- cups-1.3.11/config-scripts/cups-pdf.m4 2009-03-12 22:34:21.000000000 +0100
++++ cups-1.4.5/config-scripts/cups-pdf.m4 2009-08-08 00:30:30.000000000 +0200
+@@ -1,5 +1,5 @@
+ dnl
+-dnl "$Id: cups-1.3.11-pdf-m4.patch,v 1.1 2010/12/01 13:03:55 scarabeus Exp $"
++dnl "$Id: cups-1.3.11-pdf-m4.patch,v 1.1 2010/12/01 13:03:55 scarabeus Exp $"
+ dnl
+ dnl PDF filter configuration stuff for the Common UNIX Printing System (CUPS).
+ dnl
+@@ -13,12 +13,7 @@
+ dnl file is missing or damaged, see the license at "http://www.cups.org/".
+ dnl
+
+-AC_ARG_ENABLE(pdftops, [ --enable-pdftops build pdftops filter, default=auto ])
+-AC_ARG_WITH(pdftops, [ --with-pdftops set pdftops filter (gs,pdftops,none), default=pdftops ])
+-
+-if test "x$enable_pdftops" = xno -a "x$with_pdftops" = x; then
+- with_pdftops=no
+-fi
++AC_ARG_WITH(pdftops, [ --with-pdftops set pdftops filter (gs,/path/to/gs,pdftops,/path/to/pdftops,none), default=pdftops ])
+
+ PDFTOPS=""
+ CUPS_PDFTOPS=""
+@@ -52,6 +47,12 @@
+ fi
+ ;;
+
++ x/*/gs) # Use /path/to/gs without any check:
++ CUPS_GHOSTSCRIPT="$with_pdftops"
++ AC_DEFINE(HAVE_GHOSTSCRIPT)
++ PDFTOPS="pdftops"
++ ;;
++
+ xpdftops)
+ AC_PATH_PROG(CUPS_PDFTOPS, pdftops)
+ if test "x$CUPS_PDFTOPS" != x; then
+@@ -62,6 +63,20 @@
+ exit 1
+ fi
+ ;;
++
++ x/*/pdftops) # Use /path/to/pdftops without any check:
++ CUPS_PDFTOPS="$with_pdftops"
++ AC_DEFINE(HAVE_PDFTOPS)
++ PDFTOPS="pdftops"
++ ;;
++
++ xnone) # Make no pdftops filter if with_pdftops=none:
++ ;;
++
++ *) # Invalid with_pdftops value:
++ AC_MSG_ERROR(Invalid with_pdftops value!)
++ exit 1
++ ;;
+ esac
+
+ AC_DEFINE_UNQUOTED(CUPS_PDFTOPS, "$CUPS_PDFTOPS")
+@@ -69,5 +84,5 @@
+ AC_SUBST(PDFTOPS)
+
+ dnl
+-dnl End of "$Id: cups-1.3.11-pdf-m4.patch,v 1.1 2010/12/01 13:03:55 scarabeus Exp $".
++dnl End of "$Id: cups-1.3.11-pdf-m4.patch,v 1.1 2010/12/01 13:03:55 scarabeus Exp $".
+ dnl