Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Jan 2014 15:05:52 -0700 (MST)
From:      Warren Block <wblock@wonkity.com>
To:        Juris Kaminskis <juris.kaminskis@gmail.com>
Cc:        office@freebsd.org
Subject:   Re: Libreoffice printing on Freebsd via LPD spooling
Message-ID:  <alpine.BSF.2.00.1401181502230.16022@wonkity.com>
In-Reply-To: <CAKJAkzvP4yXxq8uS4kPXkgLY-gR2mVvj0riSiQ=Au8ZZoq56eQ@mail.gmail.com>
References:  <CAKJAkztMB7Uf18B-9whV5kJaziZN%2BU1tRPYFZRdyMncpPjw1oA@mail.gmail.com> <alpine.BSF.2.00.1401121729530.65698@wonkity.com> <20140113052938.GA1607@La-Habana> <alpine.BSF.2.00.1401130820160.71151@wonkity.com> <CAKJAkztW2cLkrDRY_hQF6Cm2jtBJqnkhvXsObw4VHCCbv0zPFw@mail.gmail.com> <20140115054058.GA1629@La-Habana> <CAKJAkzvP4yXxq8uS4kPXkgLY-gR2mVvj0riSiQ=Au8ZZoq56eQ@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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?



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.BSF.2.00.1401181502230.16022>