Re: pkg_create: read_plist: unknown command

2010-06-02 Thread Garrett Cooper
On Tue, Jun 1, 2010 at 5:57 PM, Michael Patrick wrote: > Good evening folks > > This weekend a friend and I upgraded our server to FreeBSD 7.3 using a source > upgrade.  The building and installing seemed to go well.  In general > rebuilding of ports to use the new libraries is working with the

Re: Direct or indirect libdependencies (using the libintl.so.8 case)

2010-06-02 Thread Michel Talon
Garrett Cooper wrote: > > followed consistently. I know that the decisions are made on a > > case-by-case > > basis, but for my taste, it is too much case-by-case. > > I haven't done portmaster -af in a long time, but unfortunately some > things aren't working as expected (gthumb segfaults on cer

Re: How to know which version of an apps available in various FreeBSD release?

2010-06-02 Thread Emanuel Haupt
Tao Wang wrote: > Hi, > > I'm doing a survey about the availablilty of some packages in > different platform, including FreeBSD release. I want to know whether > the package is existed in the specific FreeBSD release, and which > version it is? I found: http://www.freebsd.org/ports/ , however, it

Re: issues unveiled by devel/gettext

2010-06-02 Thread Yong-Jhen Hong
What I do on this issue is: cd /usr/local/lib ln -s libintl.so.9 libintl.so.8 Then continue to upgrade all ports depending on gettext: portupgrade -frx '>=2010-06-01 00:00' gettext (the time for exclusion depends on the time your gettext and dependents got upgraded) I am not sure what might break

Re: How to know which version of an apps available in various FreeBSD release?

2010-06-02 Thread Garrett Cooper
On Wed, Jun 2, 2010 at 2:09 AM, Emanuel Haupt wrote: > Tao Wang wrote: >> Hi, >> >> I'm doing a survey about the availablilty of some packages in >> different platform, including FreeBSD release. I want to know whether >> the package is existed in the specific FreeBSD release, and which >> versio

Re: Direct or indirect libdependencies (using the libintl.so.8 case)

2010-06-02 Thread Garrett Cooper
On Wed, Jun 2, 2010 at 1:36 AM, Michel Talon wrote: > Garrett Cooper wrote: > >> > followed consistently. I know that the decisions are made on a >> > case-by-case >> > basis, but for my taste, it is too much case-by-case. >> >> I haven't done portmaster -af in a long time, but unfortunately some

Re: pkg_create: read_plist: unknown command

2010-06-02 Thread Michael Patrick
On Wed, Jun 02, 2010 at 12:02:19AM -0700, Garrett Cooper wrote: > On Tue, Jun 1, 2010 at 5:57 PM, Michael Patrick > wrote: > > Good evening folks > > > > This weekend a friend and I upgraded our server to FreeBSD 7.3 using a > > source upgrade. ?The building and installing seemed to go well. ?In

Re: issues unveiled by devel/gettext

2010-06-02 Thread Dominic Fandrey
On 02/06/2010 11:28, Yong-Jhen Hong wrote: > What I do on this issue is: > cd /usr/local/lib > ln -s libintl.so.9 libintl.so.8 This is never, ever necessary. Links are prone to be forgotten, this is why you add this kind of hack into the /etc/libmap.conf file instead. -- A: Because it fouls the

multimedia/x264: Build by reason: LEFTOVERS

2010-06-02 Thread Leinier Cruz Salfran
hello guys .. there is a warning on my tinderbox .. here is the log building x264-0.0.20100222_2 in directory /usr/local/tinderbox/8.0-RELEASE build started at Wed Jun 2 12:18:49 UTC 2010 port directory: /usr/ports/multimedia/x264 building for: 8.0-RELEASE-p2 i386 maintained by: m...@freebsd.org

Re: Renamed Haskell Applications

2010-06-02 Thread Dmitry Marakasov
* Ashish SHUKLA (wahjava...@gmail.com) wrote: > > I strictly object to adding hs- prefix to end-user applications like > > darcs and xmonad, because it's a huge POLA violation. Users do not care > > what the application is written in, they just search for > > devel/{svn,mercurial,darcs} and x11-wm

devel/apr1 upgrade fails with Xcc/etc errors ...

2010-06-02 Thread Marc G. Fournier
I've read everything I can find, including UPDATING and Google, and I'm not finding any answers to this (or, rather, finding answers, but nothing seems to apply) ... X--mode=compile: not found *** Warning: inferring the mode of operation is deprecated.: not found *** Future versions of Libtoo

Re: Renamed Haskell Applications

2010-06-02 Thread Ashish SHUKLA
Dmitry Marakasov writes: > * Ashish SHUKLA (wahjava...@gmail.com) wrote: >> > I strictly object to adding hs- prefix to end-user applications like >> > darcs and xmonad, because it's a huge POLA violation. Users do not care >> > what the application is written in, they just search for >> > devel/{

Re: How to know which version of an apps available in various FreeBSD release?

2010-06-02 Thread Jason
On Tue, Jun 01, 2010 at 02:36:13PM +, Janne Snabb thus spake: On Sat, 29 May 2010, Tao Wang wrote: I'm doing a survey about the availablilty of some packages in different platform, including FreeBSD release. I want to know whether the package is existed in the specific FreeBSD release, and

Re: How to know which version of an apps available in various FreeBSD release?

2010-06-02 Thread Freddie Cash
On Wed, Jun 2, 2010 at 9:50 AM, Jason wrote: > On Tue, Jun 01, 2010 at 02:36:13PM +, Janne Snabb thus spake: > >> On Sat, 29 May 2010, Tao Wang wrote: >> >> I'm doing a survey about the availablilty of some packages in different >>> platform, including FreeBSD release. I want to know whether

Re: graphics/libchamplain build failure (libpng.so.5 not found)

2010-06-02 Thread Ruslan Mahmatkhanov
15.05.2010 22:49, Ruslan Mahmatkhanov пишет: Good day! Building of graphics/libchamplain stops on this one: In file included from :6: /usr/ports/graphics/libchamplain/work/libchamplain-0.4.5/champlain-gtk/gtk-champlain-embed.h:20:2: error: #error "Only can be included directly." /libexec/ld-el

Re: How to know which version of an apps available in various FreeBSD release?

2010-06-02 Thread Tao Wang
On Wed, Jun 2, 2010 at 7:09 PM, Emanuel Haupt wrote: > Tao Wang wrote: > > Hi, > > > > I'm doing a survey about the availablilty of some packages in > > different platform, including FreeBSD release. I want to know whether > > the package is existed in the specific FreeBSD release, and which > >

Re: Building ports with stack-protector

2010-06-02 Thread Dmitry Marakasov
* Janne Snabb (sn...@epipe.com) wrote: > Based on these variables the port infrastructure would decide whether > to add "-fstack-protector" to CFLAGS or not: > > Port Makefile > USE_STACK_PROTECTOR > y

Re: How to know which version of an apps available in various FreeBSD release?

2010-06-02 Thread Emanuel Haupt
On Thu, 3 Jun 2010 04:20:51 +1000 Tao Wang wrote: > On Wed, Jun 2, 2010 at 7:09 PM, Emanuel Haupt wrote: > > > Tao Wang wrote: > > > Hi, > > > > > > I'm doing a survey about the availablilty of some packages in > > > different platform, including FreeBSD release. I want to know whether > > > t

Re: issues unveiled by devel/gettext

2010-06-02 Thread Doug Barton
On 06/02/10 05:23, Dominic Fandrey wrote: On 02/06/2010 11:28, Yong-Jhen Hong wrote: What I do on this issue is: cd /usr/local/lib ln -s libintl.so.9 libintl.so.8 Really really a bad idea. This is never, ever necessary. Links are prone to be forgotten, this is why you add this kind of hack i

Re: issues unveiled by devel/gettext

2010-06-02 Thread Doug Barton
On 06/02/10 21:29, Doug Barton wrote: A better suggestion would be to do this: mkdir -p /usr/local/lib/compat/pkg cd /usr/local/lib mv libgettextpo.so.4 and libintl.so.8 /usr/local/lib/compat/pkg/ Oy, sorry, didn't think that all the way through. Instead of 'mv' it should be 'cp,' then: cd

upgrading gettext problem

2010-06-02 Thread Robert Huff
I am attempting the follow the instructions in the 20100530 UPDATING entry. When I attempt to rebuild devel/gobject-introspection, I get this: /bin/sh /usr/local/bin/libtool --tag=CC --mode=link cc -fno-strict-aliasing -Wsign-compare -Wcast-align -Wpointer-arith -Wnested-exter