ports/167441: editors/libreoffice - Unable to print
G. Paul Ziemba
p-fbsd-bugs at ziemba.us
Wed Dec 11 00:30:02 UTC 2013
The following reply was made to PR ports/167441; it has been noted by GNATS.
From: "G. Paul Ziemba" <p-fbsd-bugs at ziemba.us>
To: bug-followup at FreeBSD.org, peterjeremy at 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
More information about the freebsd-office
mailing list