FreeBSD Port: icu-3.6

2006-11-02 Thread Konstantin V. Bekreyev
Hello icu compilation is core dumped: > cd /usr/ports/devel/icu > make ... /tsconv/stdnmtst/ ---[OK] ---/tsconv/stdnmtst/TestStandardName ---[OK] ---/tsconv/stdnmtst/TestStandardNames ---[OK] ---/tsconv/stdnmtst/TestCanonicalName /custrtrn/ ---[OK] ---/custrtrn/Test_UChar_U

Testing DESTDIR

2006-11-02 Thread Lupe Christoph
Hi! Im preparing an update to my Munin ports, and I would like to integrate DESTDIR support. Is there any way to test this short of duplicating the entire FreeBSD installation? Or to put it differently, does anybody have a list of things that need to be in the DESTDIR tree to install ports? Right

Re: Testing DESTDIR

2006-11-02 Thread Gábor Kövesdán
Lupe Christoph írta: Hi! Im preparing an update to my Munin ports, and I would like to integrate DESTDIR support. Is there any way to test this short of duplicating the entire FreeBSD installation? Or to put it differently, does anybody have a list of things that need to be in the DESTDIR tree

Re: ports/databases/postgresql81-server

2006-11-02 Thread Palle Girgensohn
--On måndag, oktober 30, 2006 19.00.37 -0600 Mark Linimon <[EMAIL PROTECTED]> wrote: On Mon, Oct 30, 2006 at 06:42:45PM -0600, Craig Boston wrote: Great, I'll file a PR later tonight unless somebody beats me to it. Well, we just lifted the freeze, so it's too late for 6.2, but it can go into

Re: Testing DESTDIR

2006-11-02 Thread Lupe Christoph
On Thursday, 2006-11-02 at 10:33:06 +0100, Gábor Kövesdán wrote: > Lupe Christoph írta: > the DESTDIR support is not quite ready yet. The current implementation > is quite complicated and requires a lot of effort to maintain and > support. I'm working on an improvement to do everything chrooted,

Building the INDEX

2006-11-02 Thread Michel Talon
Hello, Some time ago i have reported about a python script able to build the INDEX. Vasil Dimov pointed out that it had a performance problem, compared to make index INDEX_JOBS=3 This is of course because the make index command, however ugly it is programmed, achieves a lot of parallelism, which

Re: Building the INDEX

2006-11-02 Thread Edwin Groothuis
On Thu, Nov 02, 2006 at 11:54:23AM +0100, Michel Talon wrote: > Today someone lent me a Core 2 Duo machine on which i have loaded FreeBSD-64. > Nice result is that both my python program (that i have multithreaded - but > there is room for improvement) and make index INDEX_JOBS=3 complete > buildin

Re: FreeBSD Port: icu-3.6

2006-11-02 Thread Mikhail Teterin
On Thursday 02 November 2006 03:09, Konstantin V. Bekreyev wrote: [...] =---[OK] ---/custrtrn/Test_widestrs = cintltst in free(): error: page is already free = Abort trap (core dumped) = *** Error code 134 = = Stop in /usr/ports/devel/icu. = *** Error code 1 = = Stop in /usr/ports/devel/icu.

Re: Building the INDEX

2006-11-02 Thread Michel Talon
On Thu, Nov 02, 2006 at 10:08:49PM +1100, Edwin Groothuis wrote: > On Thu, Nov 02, 2006 at 11:54:23AM +0100, Michel Talon wrote: > > Today someone lent me a Core 2 Duo machine on which i have loaded > > FreeBSD-64. > > Nice result is that both my python program (that i have multithreaded - but > >

Building the README.html's (was Re: Building the INDEX)

2006-11-02 Thread Curtis Jewell
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, 2 Nov 2006, Edwin Groothuis wrote: On Thu, Nov 02, 2006 at 11:54:23AM +0100, Michel Talon wrote: Today someone lent me a Core 2 Duo machine on which i have loaded FreeBSD-64. Nice result is that both my python program (that i have multithr

Re: FreeBSD Port: icu-3.6

2006-11-02 Thread Brooks Davis
On Thu, Nov 02, 2006 at 07:59:59AM -0500, Mikhail Teterin wrote: > On Thursday 02 November 2006 03:09, Konstantin V. Bekreyev wrote: > [...] > =---[OK] ---/custrtrn/Test_widestrs > = cintltst in free(): error: page is already free > = Abort trap (core dumped) > = *** Error code 134 > = > = St

Perl5.8.7 ports

2006-11-02 Thread narmadha.palanisamy
Hi, we are using FreeBSD6.0. we required following perl modules for perl5.8.7 p5-Chart-1.0.1 A perl5 interface to build chart graphics p5-DBI-1.37 The perl5 Database Interface. Required for DBD::* modules p5-Graphics-ColorNames-0.30 A perl class that defines RGB values for common c

FreeBSD Port: gtk-2.10.6_2 make failed.

2006-11-02 Thread John Smith
Hello, I couldn't install gtk-2.10.6_2 in my FreeBSD 6.1-STABLE. PRECATED -DG_DISABLE_CAST_CHECKS -D_REENTRANT -DXTHREADS -DXUSE_MTSAFE_API -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include/cairo -I/usr/X11R6/include -I/usr/local/

Building the README.html's (was Re: Building the INDEX)

2006-11-02 Thread Michel Talon
> Speaking of "make index", I do a "make > TEMPLATES=/root/.update-ports/templates/ readmes" at the top level > (/usr/ports) and the perl program doesn't respect the TEMPLATES dir... the > top level and the categories use the template, the individual ports do > not. By the way, what do you th

Re: FreeBSD Port: gtk-2.10.6_2 make failed.

2006-11-02 Thread Joe Marcus Clarke
On Thu, 2006-11-02 at 18:51 +0300, John Smith wrote: > Hello, > > I couldn't install gtk-2.10.6_2 in my FreeBSD 6.1-STABLE. GTK+ requires you build cairo and pango with X11 support. You will need to remove WITHOUT_X11 from /etc/make.conf if you're going to be building gtk20. Joe -- PGP Key :

irc/xchat and LOCALBASE

2006-11-02 Thread Jona Joachim
It seems like xchat wasn't updated against the GNOME switch from X11BASE to LOCALBASE: libtool: link: cannot find the library `/usr/X11R6/lib/libgtk-x11-2.0.la' or unhandled argument `/usr/X11R6/lib/libgtk-x11-2.0.la' gmake[3]: *** [xchat] Error 1 gmake[3]: Leaving directory `/usr/ports/irc/xchat/

Re: Perl5.8.7 ports

2006-11-02 Thread Paul Schmehl
--On Thursday, November 02, 2006 20:23:48 +0530 [EMAIL PROTECTED] wrote: we are using FreeBSD6.0. we required following perl modules for perl5.8.7 Generally, what you do is "# find /usr/ports -name p5-Chart*" (for example) p5-Chart-1.0.1 A perl5 interface to build chart graphics find

Re: Perl5.8.7 ports

2006-11-02 Thread Doug Barton
Paul Schmehl wrote: > --On Thursday, November 02, 2006 20:23:48 +0530 > [EMAIL PROTECTED] wrote: >> >> we are using FreeBSD6.0. we required following perl modules for >> perl5.8.7 >> >> > Generally, what you do is "# find /usr/ports -name p5-Chart*" (for example) cd /usr/ports/ && make search name

Re: Implicit port tag (was: [HEADSUP] TinyBSD and ports applications)

2006-11-02 Thread Jeremie Le Hen
Hi, (Cc'ed to ports@) On Thu, Nov 02, 2006 at 07:17:00PM +0100, Matteo Riondato wrote: > On Thu, Nov 02, 2006 at 05:49:38PM +0100, Jeremie Le Hen wrote: > > For instance, lets's you're building a TinyBSD image with > > net/nemesis which depends on net/libnet10. You neither have this > > later po

Re: irc/xchat and LOCALBASE

2006-11-02 Thread Stanislav Sedov
On Thu, 02 Nov 2006 18:49:58 +0100 Jona Joachim <[EMAIL PROTECTED]> mentioned: > It seems like xchat wasn't updated against the GNOME switch from X11BASE > to LOCALBASE: > You probably have some libraries which xchat depends on pointing to /usr/X11R6/lib/libgtk-x11-2.0.la. Try using portupgrade o

Re: irc/xchat and LOCALBASE

2006-11-02 Thread Jona Joachim
Stanislav Sedov wrote: > On Thu, 02 Nov 2006 18:49:58 +0100 > Jona Joachim <[EMAIL PROTECTED]> mentioned: > >> It seems like xchat wasn't updated against the GNOME switch from X11BASE >> to LOCALBASE: >> > > You probably have some libraries which xchat depends on pointing > to /usr/X11R6/lib/libg

? about DEPENDS_ARGS

2006-11-02 Thread Paul Schmehl
I'm working on a new port. One of the dependencies is net/wireshark. I noticed that net/wireshark can be build without x11 support. If you build it normally, it uses WANT_GNOME=YES, USE_GNOME=gnometarget. This leads to a config option of building with gtk12 or gtk2 (the default). One of th

Re: Please do not use spamcop to block email

2006-11-02 Thread Jo Rhett
Joe Holden wrote: Valid points, however you should be asking your isp why they're on there in the first place. I know its not as simple as that as I run several Several reports is all it takes. Even if the reports are mistaken. Spamcop is too lazy to remove the entries, you are forced to wai

Re: irc/xchat and LOCALBASE

2006-11-02 Thread Eric Schuele
On 11/02/2006 17:00, Jona Joachim wrote: Stanislav Sedov wrote: On Thu, 02 Nov 2006 18:49:58 +0100 Jona Joachim <[EMAIL PROTECTED]> mentioned: It seems like xchat wasn't updated against the GNOME switch from X11BASE to LOCALBASE: You probably have some libraries which xchat depends on pointi

make search (Was Re: Perl5.8.7 ports)

2006-11-02 Thread Craig Boston
On Thu, Nov 02, 2006 at 10:16:39AM -0800, Doug Barton wrote: > cd /usr/ports/ && make search name=p5-Chart Okay, sorry for hijacking the thread, but this has been bugging me for a while. make search doesn't work for me. At all. On any of my machines. # cd /usr/ports # make search name=p5-Chart

Re: make search (Was Re: Perl5.8.7 ports)

2006-11-02 Thread Craig Boston
On Thu, Nov 02, 2006 at 11:20:32PM -0600, Craig Boston wrote: > On Thu, Nov 02, 2006 at 10:16:39AM -0800, Doug Barton wrote: > > cd /usr/ports/ && make search name=p5-Chart > > blah blah blah Figures, something bugs me for months, I finally break down and ask for advice, and find the solution les

Re: make search (Was Re: Perl5.8.7 ports)

2006-11-02 Thread Doug Barton
Craig Boston wrote: On Thu, Nov 02, 2006 at 11:20:32PM -0600, Craig Boston wrote: On Thu, Nov 02, 2006 at 10:16:39AM -0800, Doug Barton wrote: cd /usr/ports/ && make search name=p5-Chart blah blah blah Figures, something bugs me for months, I finally break down and ask for advice, and find t

Re: ? about DEPENDS_ARGS

2006-11-02 Thread Kris Kennaway
On Thu, Nov 02, 2006 at 05:15:45PM -0600, Paul Schmehl wrote: > I'm working on a new port. One of the dependencies is net/wireshark. I > noticed that net/wireshark can be build without x11 support. If you build > it normally, it uses WANT_GNOME=YES, USE_GNOME=gnometarget. This leads to > a c