Re: openoffice on 5.3-RELEASE

2005-01-07 Thread Duane Winner

Joshua Lokken wrote:
On Fri, 07 Jan 2005 14:58:22 -0500, Duane Winner <[EMAIL PROTECTED]> wrote:
 

gustaaf wijnands wrote:
   

Just a couple more questions:
If I keep my ports tree cvsup'd every day, I'm going to have:
openoffice-1.1.3 < needs updating (port has 1.1.3_1)
We generally do a "portupgrade -a" to upgrade ports unless
/usr/ports/UPDATING affects us. How can I get around the openoffice
discrepency since a portupgrade -a will always try build it again and
end up failing?
   

portupgrade -a -x openoffice-1.1.3 ??
 

I must be losing it. I looked at the man page twice and didn't see that
-x switch. Must be Friday or something.
Thanks -- that does it.
-DW
   

However, please note the response that mentions using 
HOLD_PKG in /usr/local/etc/pkgtools.conf; that'll save
you from having to use -x at all. 

 

Oh yeah, this *is* definately better. Just tried it.
The first reason being is that it removes the chance of forgetting the 
'-x' and walking away, but I was also delighted with this output:
---> Skipping 'editors/openoffice-1.1' because it is held by user 
(specify -f to force)

Which makes it nice to remember it's still there, and when the port gets 
fixed for 5.3, I'll be reminded to try again at some point.

Cheers,
DW
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: openoffice on 5.3-RELEASE

2005-01-07 Thread Joshua Lokken
On Fri, 07 Jan 2005 14:58:22 -0500, Duane Winner <[EMAIL PROTECTED]> wrote:
> 
> 
> gustaaf wijnands wrote:
> 
> >> Just a couple more questions:
> >> If I keep my ports tree cvsup'd every day, I'm going to have:
> >> openoffice-1.1.3 < needs updating (port has 1.1.3_1)
> >>
> >> We generally do a "portupgrade -a" to upgrade ports unless
> >> /usr/ports/UPDATING affects us. How can I get around the openoffice
> >> discrepency since a portupgrade -a will always try build it again and
> >> end up failing?
> >>
> >
> > portupgrade -a -x openoffice-1.1.3 ??
> >
> 
> I must be losing it. I looked at the man page twice and didn't see that
> -x switch. Must be Friday or something.
> Thanks -- that does it.
> 
> -DW

However, please note the response that mentions using 
HOLD_PKG in /usr/local/etc/pkgtools.conf; that'll save
you from having to use -x at all. 


-- 
Joshua Lokken
Open Source Advocate
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: openoffice on 5.3-RELEASE

2005-01-07 Thread Duane Winner

nbco wrote:
On Friday 07 January 2005 17:56, albi wrote:
 

Duane Winner wrote:
   

We generally do a "portupgrade -a" to upgrade ports unless
/usr/ports/UPDATING affects us. How can I get around the openoffice
discrepency since a portupgrade -a will always try build it again
and end up failing?>
 

a dirty solution is to press ctrl-c when OOo tries to build, i know
from experience that portupgrade simply continues with the rest
without any complaints :)
   

Alterntively, set openoffice to be held in pkgtools.conf 
in /usr/local/etc.  I have added the following line:  

HOLD_PKGS = ['openoffice-*']
This entry will prevent portupgrade attempting to upgrade the port.  
 

Ooohh...I think I like this better than the '-x' switch. I'll have to 
give it a wirl.
Thanks,
DW

If you are using portmanager see this thread to see how to avoid 
portmanager attempting to upgrade a held port:
http://lists.freebsd.org/pipermail/freebsd-questions/2005-January/070055.html

Hope this helps
.nbco
 

Portupgrade honours this setting.
but i assume in the Makefile (in the OOo-portsdir) one can put an
IGNORE somewhere
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to
"[EMAIL PROTECTED]"
   

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
 

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: openoffice on 5.3-RELEASE

2005-01-07 Thread Duane Winner

gustaaf wijnands wrote:
Just a couple more questions:
If I keep my ports tree cvsup'd every day, I'm going to have:
openoffice-1.1.3 < needs updating (port has 1.1.3_1)
We generally do a "portupgrade -a" to upgrade ports unless 
/usr/ports/UPDATING affects us. How can I get around the openoffice 
discrepency since a portupgrade -a will always try build it again and 
end up failing?

portupgrade -a -x openoffice-1.1.3 ??
I must be losing it. I looked at the man page twice and didn't see that 
-x switch. Must be Friday or something.
Thanks -- that does it.

-DW
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: openoffice on 5.3-RELEASE

2005-01-07 Thread nbco
On Friday 07 January 2005 17:56, albi wrote:
> Duane Winner wrote:
> > We generally do a "portupgrade -a" to upgrade ports unless
> > /usr/ports/UPDATING affects us. How can I get around the openoffice
> > discrepency since a portupgrade -a will always try build it again
> > and end up failing?>
> a dirty solution is to press ctrl-c when OOo tries to build, i know
> from experience that portupgrade simply continues with the rest
> without any complaints :)

Alterntively, set openoffice to be held in pkgtools.conf 
in /usr/local/etc.  I have added the following line:  

HOLD_PKGS = ['openoffice-*']

This entry will prevent portupgrade attempting to upgrade the port.  

If you are using portmanager see this thread to see how to avoid 
portmanager attempting to upgrade a held port:
http://lists.freebsd.org/pipermail/freebsd-questions/2005-January/070055.html

Hope this helps
.nbco


> Portupgrade honours this setting.
>
> but i assume in the Makefile (in the OOo-portsdir) one can put an
> IGNORE somewhere
>
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "[EMAIL PROTECTED]"
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: openoffice on 5.3-RELEASE

2005-01-07 Thread albi
Duane Winner wrote:
Thanks! I was able to find OOo_1.1.3_FreeBSD53Intel_install.tbz and get 
that installed and working.
nice
I still had the bad user interface fonts, but I found that to be a 
problem with my xorg config, and I (mostly) fixed it. I sitll have some 
minor 'ticks' snuggled inside my r's, n's, e's and g characters, but not 
nearly as bad as before. I just started using Xorg over Xfree86 this 
week, and apparantly, font handling, or at least the ports are a little 
different.

i'm using 5.3 on the desktop (daily), and i have no problems with it at 
all, but then again i've installed this from a 5.3 RELEASE cdrom,
and that has xorg as default

perhaps you have to reinstall (portupgrade -rf) a few fonts ?
Just a couple more questions:
If I keep my ports tree cvsup'd every day, I'm going to have:
openoffice-1.1.3 < needs updating (port has 1.1.3_1)
We generally do a "portupgrade -a" to upgrade ports unless 
/usr/ports/UPDATING affects us. How can I get around the openoffice 
discrepency since a portupgrade -a will always try build it again and 
end up failing?
a dirty solution is to press ctrl-c when OOo tries to build, i know from 
experience that portupgrade simply continues with the rest without any 
complaints :)

but i assume in the Makefile (in the OOo-portsdir) one can put an IGNORE 
somewhere

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: openoffice on 5.3-RELEASE

2005-01-07 Thread Benjamin Walkenhorst
I was too lazy to wait for the thin to build, so I downloaded the binary 
package.
Works fine. =)

Kind regards,
Benjamin
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: openoffice on 5.3-RELEASE

2005-01-07 Thread Duane Winner
Thanks! I was able to find OOo_1.1.3_FreeBSD53Intel_install.tbz and get 
that installed and working.
I still had the bad user interface fonts, but I found that to be a 
problem with my xorg config, and I (mostly) fixed it. I sitll have some 
minor 'ticks' snuggled inside my r's, n's, e's and g characters, but not 
nearly as bad as before. I just started using Xorg over Xfree86 this 
week, and apparantly, font handling, or at least the ports are a little 
different.

Just a couple more questions:
If I keep my ports tree cvsup'd every day, I'm going to have:
openoffice-1.1.3 < needs updating (port has 1.1.3_1)
We generally do a "portupgrade -a" to upgrade ports unless 
/usr/ports/UPDATING affects us. How can I get around the openoffice 
discrepency since a portupgrade -a will always try build it again and 
end up failing?

Also, what are the folks up on ootranslation.services doing to get this 
package built that can't be done with the source for 1.1.3_1 on 5.3, why 
can't this port on 5.3, and if it is failing, shouldn't it be marked as 
'broken' on 5.3?

Thanks for any info.
Cheers,
DW
albi wrote:
albi wrote:
there's more info here : http://porting.openoffice.org/freebsd/
build-instructions, known problems and alternative downloads

on the webpage above mentioned the link that says :
"OOo 1.1.3 for 4.10 and 1.1.2 for 5.2.1-RELEASE"
actually has OOo 1.1.3 for 5.3 for download
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
"[EMAIL PROTECTED]"

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: openoffice on 5.3-RELEASE

2005-01-07 Thread albi
albi wrote:
there's more info here : http://porting.openoffice.org/freebsd/
build-instructions, known problems and alternative downloads
on the webpage above mentioned the link that says :
"OOo 1.1.3 for 4.10 and 1.1.2 for 5.2.1-RELEASE"
actually has OOo 1.1.3 for 5.3 for download
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: openoffice on 5.3-RELEASE

2005-01-07 Thread albi
Duane Winner wrote:
Sigh..it's always OpenOffice that gives me headaches.
I tried to just do a pkg_add -rv openoffice and that got me 
openoffice-1.1.2, which I guess I could live with until it gets fixed, 
but then I discovered during 'openoffice-1.1.2-setup' that characters 
were overlapping in all of the dialogs and menus. I don't know if that 
was a problem with my display or the character set/language, but I just 
ripped out the package in frustration.
there's more info here : http://porting.openoffice.org/freebsd/
build-instructions, known problems and alternative downloads
one other thing to try is running OOo through linux-emulation
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


openoffice on 5.3-RELEASE

2005-01-07 Thread Duane Winner
Hello,
Has anybody been able to get OpenOffice installed from port on 5.3-RELEASE ?
I am running 5.3-RELEASE-p2 (Xorg and JDK1.4.2p7 also installed)
Yesterday, I attempted:
# portinstall openoffice
and chose editors/openoffice-1.1
14 hours later...
the output looked like it built cleanly, but during the install phase it 
bombed with:

./install.sh not found
error code 127
Sigh..it's always OpenOffice that gives me headaches.
I tried to just do a pkg_add -rv openoffice and that got me 
openoffice-1.1.2, which I guess I could live with until it gets fixed, 
but then I discovered during 'openoffice-1.1.2-setup' that characters 
were overlapping in all of the dialogs and menus. I don't know if that 
was a problem with my display or the character set/language, but I just 
ripped out the package in frustration.

So discouraging.
Cheers,
DW
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"