DaemonForums  

Go Back   DaemonForums > FreeBSD > FreeBSD Ports and Packages

FreeBSD Ports and Packages Installation and upgrading of ports and packages on FreeBSD.

Reply
 
Thread Tools Display Modes
  #1   (View Single Post)  
Old 15th June 2008
lumiwa lumiwa is offline
Package Pilot
 
Join Date: May 2008
Posts: 145
Default OpenOffice

Hi!

I am an OpenOffice user and "pronlem" is that I compile each application included OpenOffice. As desktop I use KDE and for compile OO I used:

make -DWITH_KDE install

Problem is that if I want to update OO as I did few days ago to 2.4.1 it compiled with GTK (Gnome) which I don't like it. There are no options for make config (I use portmaster). Is it possible to make an option that user could choose what she/he wanted, please?

Thanks.
Reply With Quote
  #2   (View Single Post)  
Old 16th June 2008
ninjatux's Avatar
ninjatux ninjatux is offline
Real Name: Baqir Majlisi
Spam Deminer
 
Join Date: May 2008
Location: Antarctica
Posts: 293
Default

Add the following to your make.conf.

Code:
.if ${.CURDIR:M*/ports/editors/openoffice.org-2}
  WITH_KDE= yes
.endif
__________________
"UNIX is basically a simple operating system, but you have to be a genius to understand the simplicity."
MacBook Pro (Darwin 9), iMac (Darwin 9), iPod Touch (Darwin 9), Dell Optiplex GX620 (FreeBSD 7.1-STABLE)
Reply With Quote
  #3   (View Single Post)  
Old 20th July 2008
lumiwa lumiwa is offline
Package Pilot
 
Join Date: May 2008
Posts: 145
Default

Quote:
Originally Posted by ninjatux View Post
Add the following to your make.conf.

Code:
.if ${.CURDIR:M*/ports/editors/openoffice.org-2}
  WITH_KDE= yes
.endif
1 open conditional:
at line 112 (evaluated to true)
make: fatal errors encountered -- cannot continue

===>>> The value of PORTSDIR cannot be empty
===>>> Aborting update
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Problem Building Openoffice-3 Alphalutra1 FreeBSD Ports and Packages 1 1st May 2009 04:22 AM
OpenOffice formula c0mrade Programming 2 18th March 2009 09:09 AM
OpenOffice on FreeBSD corey_james FreeBSD Ports and Packages 24 13th September 2008 06:15 PM
Proplem installing OpenOffice qmemo OpenBSD Packages and Ports 4 23rd August 2008 12:09 PM
OpenOffice and MS Office Docs JMJ_coder General software and network 13 6th August 2008 09:35 AM


All times are GMT. The time now is 03:53 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Content copyright © 2007-2010, the authors
Daemon image copyright ©1988, Marshall Kirk McKusick