Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Dec 2013 00:30:01 GMT
From:      "G. Paul Ziemba" <p-fbsd-bugs@ziemba.us>
To:        office@FreeBSD.org
Subject:   Re: ports/167441: editors/libreoffice - Unable to print
Message-ID:  <201312110030.rBB0U1lg003234@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/167441; it has been noted by GNATS.

From: "G. Paul Ziemba" <p-fbsd-bugs@ziemba.us>
To: bug-followup@FreeBSD.org, peterjeremy@acm.org
Cc:  
Subject: Re: ports/167441: editors/libreoffice - Unable to print
Date: Tue, 10 Dec 2013 16:25:25 -0800

 Experiencing same problem here. System is 9.1-STABLE r249454M,
 ports are from Aug 23, 2013. editors/libreoffice 4.0.5_2.
 
 I also think PR 167309 is a duplicate of this problem.
 
 I use plain old lpd for printing (entries in /etc/printcap run
 jobs through apsfilter).
 
 In order to get libreoffice printing to work, I had to:
 
     1. enable the CUPS option
     2. edit editors/libreoffice/Makefile a la:
 
     --- Makefile.orig       2013-08-22 13:44:37.000000000 -0700
     +++ Makefile    2013-12-09 16:30:43.000000000 -0800
     @@ -188,7 +188,8 @@
      
      .if ${PORT_OPTIONS:MCUPS}
      LIB_DEPENDS+=          cups:${PORTSDIR}/print/cups-client
     -CONFIGURE_ARGS+=       --enable-cups --without-ppds
     +#CONFIGURE_ARGS+=      --enable-cups --without-ppds
     +CONFIGURE_ARGS+=       --enable-cups
      .else
      CONFIGURE_ARGS+=       --disable-cups
      .endif
 
 If I did not enable CUPS for the port, or if I left "--without-ppds"
 active, libreoffice would complain about not finding a default
 printer and spadmin would complain about a read-only filesystem.
 
 
 -- 
 G. Paul Ziemba
 FreeBSD unix:
  4:11PM  up 9 days, 19:14, 11 users, load averages: 1.62, 1.69, 1.60



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