From owner-freebsd-office@FreeBSD.ORG Sat Jan 18 22:05:54 2014 Return-Path: Delivered-To: office@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7C8A13BE for ; Sat, 18 Jan 2014 22:05:54 +0000 (UTC) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 289801513 for ; Sat, 18 Jan 2014 22:05:53 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.7/8.14.7) with ESMTP id s0IM5q9Q016044; Sat, 18 Jan 2014 15:05:52 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.7/8.14.7/Submit) with ESMTP id s0IM5q5Z016041; Sat, 18 Jan 2014 15:05:52 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Sat, 18 Jan 2014 15:05:52 -0700 (MST) From: Warren Block To: Juris Kaminskis Subject: Re: Libreoffice printing on Freebsd via LPD spooling In-Reply-To: Message-ID: References: <20140113052938.GA1607@La-Habana> <20140115054058.GA1629@La-Habana> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Sat, 18 Jan 2014 15:05:52 -0700 (MST) Cc: office@freebsd.org X-BeenThere: freebsd-office@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Office applications on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Jan 2014 22:05:54 -0000 On Sat, 18 Jan 2014, Juris Kaminskis wrote: > sorry have not been reading carefully previous posts the problem is already known > > http://www.freebsd.org/cgi/query-pr.cgi?pr=167441 Tested, and it works perfectly with the base lpd/lpr. Patch editors/libreoffice/Makefile: Index: editors/libreoffice/Makefile =================================================================== --- editors/libreoffice/Makefile (revision 340210) +++ editors/libreoffice/Makefile (working copy) @@ -175,7 +175,7 @@ .if ${PORT_OPTIONS:MCUPS} LIB_DEPENDS+= libcups.so:${PORTSDIR}/print/cups-client -CONFIGURE_ARGS+= --enable-cups --without-ppds +CONFIGURE_ARGS+= --enable-cups .else CONFIGURE_ARGS+= --disable-cups .endif Rebuild and reinstall. Then run /usr/local/lib/libreoffice/program/spadmin. Mine is set to "Disable CUPS Support" and the command is just 'lpr' or 'lpr -Pqueuename'. Could someone who uses CUPS verify that this patch does not cause problems there?