Gentoo Archives: gentoo-osx

From: Grobian <grobian@g.o>
To: gentoo-osx@l.g.o
Subject: [gentoo-osx] libpcre
Date: Tue, 23 Aug 2005 18:29:13
Message-Id: 430B6AC7.6030400@gentoo.org
1 A few things on pcre, just to keep you posted:
2 - libpcre-5.0 was stable in portage, hence
3 - I have stabled libpcre-6.3 as per bug #103337
4 - I have tested pcre (again) with "mp" a nifty small editor and a good
5 nano/pico replacement which I even got away with a little. (I keyworded
6 mp ~ppc-macos)
7 - I have committed the change below to the use.mask of default-darwin
8 because our pcre was already stable and it appears this dylib extension
9 bug is fixed. (needed it for mp to compile with use flag pcre)
10
11 Any slap-you-in-the-face-you-idiot mails off-list please ;)
12
13
14
15 Index: use.mask
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/profiles/default-darwin/use.mask,v
18 retrieving revision 1.21
19 diff -u -r1.21 use.mask
20 --- use.mask 3 Aug 2005 20:24:49 -0000 1.21
21 +++ use.mask 23 Aug 2005 18:22:38 -0000
22 @@ -86,9 +86,6 @@
23 odbc
24 postgres
25
26 -# masked until the missing dylib extension is fixed
27 -pcre
28 -
29 # breaks clisp builds
30 fastcgi
31
32
33
34 --
35 Fabian Groffen
36 eBuild && Porting
37 Gentoo for Mac OS X
38 --
39 gentoo-osx@g.o mailing list

Replies

Subject Author
Re: [gentoo-osx] libpcre Grobian <grobian@g.o>
Re: [gentoo-osx] libpcre Kito <kito@g.o>