From owner-freebsd-ports@freebsd.org Sun Mar 27 18:32:47 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 F3867ADFEC1 for ; Sun, 27 Mar 2016 18:32:47 +0000 (UTC) (envelope-from cyberbotx@cyberbotx.com) Received: from resqmta-ch2-08v.sys.comcast.net (resqmta-ch2-08v.sys.comcast.net [IPv6:2001:558:fe21:29:69:252:207:40]) (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 C6AEA1B1F for ; Sun, 27 Mar 2016 18:32:47 +0000 (UTC) (envelope-from cyberbotx@cyberbotx.com) Received: from resomta-ch2-07v.sys.comcast.net ([69.252.207.103]) by comcast with SMTP id kFUNamiiaoR9jkFUTaIjdw; Sun, 27 Mar 2016 18:32:45 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net; s=q20140121; t=1459103565; bh=AY/GAvZeYEpeWldYx8EPgpFKSz882TpctsnhnbuiLcM=; h=Received:Received:Received:Message-ID:Date:Subject:From:To: MIME-Version:Content-Type; b=bawg+v2lRgGEqKm+QeuYmNbd2CO09iaI6a5/GQ+u7UrGKEL5/pmOAL6+QgumpSIjV QZgdwoCMFxPBZ6C3Li0ACKHBjEPIt+rIfQ0liKI0UlmyE88Bd+acuXUqKTaPykE9RY GYNWqHT6OOpty4dr9WHpNg7X+L/Sv8XY320bWxDawMgp3Brv8zR1xM9Ifaa+roRY/h iejsc4PVMYpb4VEQ60lq7JwI/B+RiV6fYV4rB0m/Epjvjup0c/l3goSUUKFU57ma5R hFG3M6ys6E3NAvFCarDvcMJ03JuDwalPKdAlv0RyLbbKU7gW4S3MwYcSK+S6UqOqWB 3x99iNjtmqaDA== Received: from www.cyberbotx.com ([68.37.67.123]) by resomta-ch2-07v.sys.comcast.net with comcast id b6Yj1s00K2fa3tg016YjJR; Sun, 27 Mar 2016 18:32:45 +0000 Received: from 192.168.2.1 (SquirrelMail authenticated user cyberbotx) by www.cyberbotx.com with HTTP; Sun, 27 Mar 2016 14:32:45 -0400 Message-ID: <06fe79d2d2b7cfce8115e14da9a0139f.squirrel@www.cyberbotx.com> In-Reply-To: References: Date: Sun, 27 Mar 2016 14:32:45 -0400 Subject: Re: print/cups-filters From: "Naram Qashat" To: bsd@haps.ca Cc: freebsd-ports@freebsd.org User-Agent: SquirrelMail/1.4.23 [SVN] MIME-Version: 1.0 Content-Type: text/plain;charset=utf-8 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal 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 18:32:48 -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 If you submit this to bugzilla along with build testing, then I will approve it. I currently do not have the time to look into doing this myself as I am in the middle of moving over to a new desktop. Thanks, Naram Qashat