From owner-freebsd-ports@freebsd.org Sun Mar 27 17:50:10 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 207C5ADF423 for ; Sun, 27 Mar 2016 17:50:10 +0000 (UTC) (envelope-from bsd@haps.ca) Received: from mail.haps.ca (mail.haps.ca [159.203.17.63]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EC81D1CCB for ; Sun, 27 Mar 2016 17:50:09 +0000 (UTC) (envelope-from bsd@haps.ca) Received: from authenticated-user (mail.haps.ca [159.203.17.63]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.haps.ca (Postfix) with ESMTPSA id 089CC12006F; Sun, 27 Mar 2016 13:43:53 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=haps.ca; s=mail; t=1459100634; bh=t4Mjdi0yfv9d/SgMVI9uNX/YT77XxWa+n/0yPeBS0zs=; h=Date:From:To:Subject:From; b=gubVWjUVX+8oS8UjvlF8qeRd08l/N/NqzG2rkzxi6VoGE/8jxQPlpJFW9mPSzQPcK M6zkM4xvwQWXZqimON8l2TdwLjb/yHzYpwyovneZbsaM0SeS4yKghQKT1BxZj37K8T XYYqRf+9HVP6zzIXISX4VGJnhm4QpCcPxtv7qHjpTug5nGBqGLiWrxP4EEAz6uv9lX KlveW6y3T2xIzzGEXtjtSTF7zyLOwPFpDWPCX/2H0jII1Q27AnpYRtcmcx+kj1sXtG 4Kgo20tdpwKKqCm6VzO0d3h5FcR4AiRUO8DUMCwfjOB7AvqCjMwYEePhNgT8Alpygz ZLgPfcK4RE0CA== MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Sun, 27 Mar 2016 13:43:53 -0400 From: bsd@haps.ca To: cyberbotx@cyberbotx.com, freebsd-ports@freebsd.org Subject: print/cups-filters Message-ID: X-Sender: bsd@haps.ca X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Mar 2016 17:50:10 -0000 In keeping with current fashion, ports seem to be provided with fewer options and more things sucked in by default. Please don't force dbus on the rest of us, thanks: --- Makefile.orig 2016-03-27 13:38:13.277556000 -0400 +++ Makefile 2016-03-27 13:00:07.083467000 -0400 @@ -16,7 +16,6 @@ libijs.so:${PORTSDIR}/print/libijs \ liblcms2.so:${PORTSDIR}/graphics/lcms2 \ libqpdf.so:${PORTSDIR}/print/qpdf \ - libdbus-1.so:${PORTSDIR}/devel/dbus \ libcupsimage.so:${PORTSDIR}/print/cups \ libfreetype.so:${PORTSDIR}/print/freetype2 \ libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig \ @@ -43,13 +42,15 @@ LIBS+= -L${LOCALBASE}/lib USE_LDCONFIG= yes -OPTIONS_DEFINE= AVAHI DOCS +OPTIONS_DEFINE= AVAHI DOCS DBUS OPTIONS_DEFAULT=AVAHI AVAHI_CONFIGURE_ENABLE= avahi AVAHI_LIB_DEPENDS= libavahi-client.so:${PORTSDIR}/net/avahi-app AVAHI_SUB_LIST= AVAHI_DAEMON=avahi_daemon AVAHI_SUB_LIST_OFF= AVAHI_DAEMON= +DBUS_CONFIGURE_ENABLE= dbus +DBUS_LIB_DEPENDS= libdbus-1.so:${PORTSDIR}/devel/dbus post-patch: @${REINPLACE_CMD} 's:-std=c++0x:-std=c++11:' ${WRKSRC}/Makefile.in