[UPDATE] textproc/icu4c

2010-12-05 Thread dermiste
Hi ports@, below is the diff for the recently released icu4c-4.6. Builds and regresses fine on i386, no problem building and regressing databases/apache-couchdb with it. Tests wanted on 64-bit platforms. -- Vincent / dermiste Index: Makefile

PATCH devel/libusb : hack to enable multiple process to open the same ft2232 device.

2010-05-27 Thread dermiste
land into the ports tree to help developers ? Cheers, -- Vincent / dermiste Index: Makefile === RCS file: /cvs/ports/devel/libusb/Makefile,v retrieving revision 1.17 diff -u -r1.17 Makefile --- Makefile16 Sep 2007 02:53:01

Re: update: icu4c-4.4

2010-04-04 Thread dermiste
> > I dunno how icu4c 4.2 was, but it worked and linked webkit fine. > This diff fixes the same problem as the other, and builds the static icu libraries. Now the configure script provides a convenient way to build both static and shared libraries. It increases the package size, but allo

Re: update: icu4c-4.4

2010-04-04 Thread dermiste
> > I dunno how icu4c 4.2 was, but it worked and linked webkit fine. > Of course, I had to forget to include the blasted diff ... -- Vincent / dermiste Index: Makefile === RCS file: /cvs/ports/textproc/icu4c/Makefile,v retrievi

Re: update: icu4c-4.4

2010-04-04 Thread dermiste
On Thu, Mar 25, 2010 at 10:05:36AM +0100, Landry Breuil wrote: > On Wed, Mar 24, 2010 at 10:49:53PM +0100, Landry Breuil wrote: > > On Wed, Mar 24, 2010 at 05:49:10PM +0100, Landry Breuil wrote: > > > On Sat, Mar 20, 2010 at 03:01:24PM +0100, dermiste wrote: > > > > H

update: icu4c-4.4

2010-03-20 Thread dermiste
Hi folks, here is the update for icu4c-4.4, compiles and pass integrated regression tests on i386. Cheers, -- Vincent Gross / dermiste Index: Makefile === RCS file: /cvs/ports/textproc/icu4c/Makefile,v retrieving revision 1.10

porting best practices

2008-11-15 Thread dermiste
hi ports, When a port installs redundant symlinks (${LOCALBASE}/lib/libfoo.so -> ${LOCALBASE}/lib/libfoo.so.X.Y) what is the best way to clear out this ? - patching Makefiles so that said symlinks aren't created during make fake ? - adding a post-install target that removes symlinks from ${FAKERO