Re: New: www/p5-HTML-Tidy [was: Re: UPDATE: www/tidy]

2006-10-20 Thread steven mestdagh
Dan Brosemer [2006-10-18, 14:59:15]: > On Wed, Oct 18, 2006 at 11:38:00AM -0600, Peter Valchev wrote: > > this is a fixed patch > > > > links binary against shared lib > > fixes the way it's called (goes to fake location) > > binary/libs installed to fake/ before headers now (since headers > > are

New: www/p5-HTML-Tidy [was: Re: UPDATE: www/tidy]

2006-10-18 Thread Dan Brosemer
On Wed, Oct 18, 2006 at 11:38:00AM -0600, Peter Valchev wrote: > this is a fixed patch > > links binary against shared lib > fixes the way it's called (goes to fake location) > binary/libs installed to fake/ before headers now (since headers > are generated, other order breaks) > sets LD_LIBRARY_P

Re: UPDATE: www/tidy

2006-10-18 Thread Dan Brosemer
On Wed, Oct 18, 2006 at 11:38:00AM -0600, Peter Valchev wrote: > this is a fixed patch > > links binary against shared lib > fixes the way it's called (goes to fake location) > binary/libs installed to fake/ before headers now (since headers > are generated, other order breaks) > sets LD_LIBRARY_P

Re: UPDATE: www/tidy

2006-10-18 Thread Peter Valchev
this is a fixed patch links binary against shared lib fixes the way it's called (goes to fake location) binary/libs installed to fake/ before headers now (since headers are generated, other order breaks) sets LD_LIBRARY_PATH Index: Makefile

Re: UPDATE: www/tidy

2006-10-18 Thread Peter Valchev
> > this is wrong, in OpenBSD, the libs are named libFOO.so.VERSION, > > not libFOO-version > > > > The below patch should correct that. Did you test it? It seems not: ../../bin/tidy -xml-help > ../../htmldoc/tidy-help.xml ../../bin/tidy: can't load library 'libtidy.so.1.0' gmake: *** [../../ht

Re: UPDATE: www/tidy

2006-10-18 Thread Dan Brosemer
On Wed, Oct 18, 2006 at 10:23:08AM -0600, Peter Valchev wrote: > > This diff updates www/tidy port + adds building of shared library > > which is usefull when, for example, compiling php with tidy support. > .. > > Index: tidy/pkg/PFRAG.shared > > ===

Re: UPDATE: www/tidy

2006-10-18 Thread Peter Valchev
> This diff updates www/tidy port + adds building of shared library > which is usefull when, for example, compiling php with tidy support. .. > Index: tidy/pkg/PFRAG.shared > === > RCS file: tidy/pkg/PFRAG.shared > diff -N tidy/pkg/PFR

Re: UPDATE: www/tidy

2006-10-18 Thread Dan Brosemer
On Tue, Oct 17, 2006 at 02:50:07PM +0300, nikns wrote: > This diff updates www/tidy port + adds building of shared library > which is usefull when, for example, compiling php with tidy support. > > Tested on i386 and alpha. I can confirm this works for me. I had a local patch that added this lib

UPDATE: www/tidy

2006-10-17 Thread nikns
This diff updates www/tidy port + adds building of shared library which is usefull when, for example, compiling php with tidy support. Tested on i386 and alpha. Quick test: cd /usr/ports/www/ ftp -V http://secure.lv/~nikns/stuff/ports/tidy-051026.diff patch -p0 < tidy-051026.diff cd tidy && make

UPDATE: www/tidy

2006-09-18 Thread nikns
This diff updates www/tidy port + adds building of shared library which is usefull when, for example, compiling php with tidy support. Nikns Siankin Index: tidy/Makefile === RCS file: /cvs/ports/www/tidy/Makefile,v retrieving revi