# HG changeset patch # User Christopher Rogers # Date 1287629260 0 # Node ID 500aaeee12ad4be5ff71e4c98672f38dedbc23b0 # Parent 5d59e8648183c11cce1de0020a41585e10ee939c Fixed cups. Needed to add --enable-dbus and --with-dbusdir=/etc/dbus-1 for there to be a /etc/dbus-1 folder to copy to package. diff -r 5d59e8648183 -r 500aaeee12ad cups/receipt --- a/cups/receipt Thu Oct 21 01:31:17 2010 +0000 +++ b/cups/receipt Thu Oct 21 02:47:40 2010 +0000 @@ -10,7 +10,7 @@ BUILD_DEPENDS="openssl-dev gnutls-dev dbus-dev gnutls php-dev" TARBALL="$PACKAGE-$VERSION-source.tar.bz2" WEB_SITE="http://www.cups.org/" -WGET_URL="http://ftp.rz.tu-bs.de/pub/mirror/ftp.easysw.com/ftp/pub/cups/$VERSION/$TARBALL" +WGET_URL="ftp://ftp.easysw.com/pub/cups/$VERSION/$TARBALL" TAGS="printer printing" # Rules to configure and make the package. @@ -27,7 +27,9 @@ --disable-pam \ --disable-gssapi \ --disable-acl \ - --disable-slp \ + --disable-slp \ + --enable-dbus \ + --with-dbusdir=/etc/dbus-1 \ --with-cups-user=nobody \ --with-cups-group=nogroup \ --with-languages="de es fr" \