Re: Let's add more DESKTOP_ENTRIES to our ports

2009-08-20 Thread piotr . smyrak
On Wed, 19 Aug 2009 19:34:05 +0400, Dmitry Marakasov wrote I'd like to receive patch review and feedback. Also, I don't really understand what StartupNotification really is (true/false in the end of DESKTOP_ENTRY) and how to determine which is suitable for this or that port - could

Re: Let's add more DESKTOP_ENTRIES to our ports

2009-08-20 Thread Vitaly Magerya
On 19/08/2009, Dmitry Marakasov amd...@amdmi3.ru wrote: Here's the list of ports that depend on libX11 (based on INDEX-8) and do not either have DESKTOP_ENTRIES in Makefile or share/applications/*.desktop in pkg-plist: http://people.freebsd.org/~amdmi3/desktop-needed.txt Should interactive

vsftpd 2.2.0 - FTP clients (PASV) not working after upgrade from 2.1.0

2009-08-20 Thread Richard Toohey
Hi, all. Hopefully this is the right list; apologies if not. Wondering if anyone else has seen this or if something peculiar to my set-up. Server is i386 FreeBSD 7.2, ports upgraded with portmaster. vsftpd upgraded from 2.0.5 (or .6) to 2.1.0 no problems. Upgraded to 2.2.0 and ftp clients

devel/apr: can't build after update to libtool-2.2.6a

2009-08-20 Thread Andriy Gapon
Ports tree updated this morning. libtool-2.2.6a is installed stable/7 amd64 Options: _OPTIONS_READ=apr-gdbm-db42-1.3.8.1.3.9 WITH_THREADS=true WITHOUT_IPV6=true WITH_GDBM=true WITH_BDB=true WITHOUT_NDBM=true WITHOUT_LDAP=true WITHOUT_MYSQL=true WITHOUT_PGSQL=true Build fails at configure stage.

Re: devel/apr: can't build after update to libtool-2.2.6a

2009-08-20 Thread Andriy Gapon
It seems that the problem is caused by arp carrying its own libtool-related bits and those bits being incompatible with libtool-2.2.6a. For me, I resolved the problem by copying /usr/local/share/aclocal/ltoptions.m4 /usr/local/share/aclocal/ltsugar.m4 /usr/local/share/aclocal/ltversion.m4

Re: Migration to new SourceForge url scheme now inevitable, solution

2009-08-20 Thread Dmitry Marakasov
* Philip M. Gollucci (pgollu...@p6m7g8.com) wrote: Rewriting this: my $portname = `make -VPORTNAME`; chomp $portname; my $portname_lc = lc($portname); my $portversion = `make -VPORTVERSION`; chomp $portversion; Like this, will help substantially by reducing make spawns by 1/2, you'll

Re: apr-gdbm-db42 upgrade conflicting with libtool

2009-08-20 Thread David Southwell
Troy wrote: David Southwell wrote: Troy wrote: Updated all ports to python 26 and the problem still exists: pkg_info|grep py boost-python-libs-1.39.0 Framework for interfacing Python and C++ p5-Clone-0.31 Clone - recursively copy Perl datatypes py26-dbus-0.83.0_1 Python

pulseaudio build error (curious/strange)

2009-08-20 Thread Andriy Gapon
... /bin/sh /usr/obj/ports/usr/ports/audio/pulseaudio/work/gnome-libtool --tag=CC --mode=compile cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -I../src -I../src -I../src/modules -I../src/modules -I../src/modules/rtp -I../src/modules/rtp -I../src/modules/gconf -I../src/modules/gconf

Re: Migration to new SourceForge url scheme now inevitable, solution

2009-08-20 Thread Paul Schmehl
--On Wednesday, August 19, 2009 23:08:04 -0500 Philip M. Gollucci pgollu...@p6m7g8.com wrote: Dmitry Marakasov wrote: [1] http://people.freebsd.org/~amdmi3/sf.pl.txt Awesome. Rewriting this: my $portname = `make -VPORTNAME`; chomp $portname; my $portname_lc = lc($portname); my

webkit-gtk2 vs libtool-2.2.6a

2009-08-20 Thread Andriy Gapon
webkit-gtk2 fails to build after libtool-2.2.6a update. Auto tools provide some helpful self diagnostics: === Configuring for webkit-gtk2-1.0.1_8 /usr/local/share/aclocal/smpeg.m4:13: warning: underquoted definition of AM_PATH_SMPEG /usr/local/share/aclocal/smpeg.m4:13: run info

Re: Migration to new SourceForge url scheme now inevitable, solution

2009-08-20 Thread Dmitry Marakasov
* Paul Schmehl (pschmehl_li...@tx.rr.com) wrote: I've been following this discussion closely since several of my ports fetch from Sourceforge. Is it safe to assume that some global solution will be applied to the ports tree? Or are we maintainers going to need to submit PRs for affected

Re: devel/apr: can't build after update to libtool-2.2.6a

2009-08-20 Thread Matthias Andree
Am 20.08.2009, 13:32 Uhr, schrieb Andriy Gapon a...@icyb.net.ua: It seems that the problem is caused by arp carrying its own libtool-related bits and those bits being incompatible with libtool-2.2.6a. For me, I resolved the problem by copying /usr/local/share/aclocal/ltoptions.m4

Re: devel/apr: can't build after update to libtool-2.2.6a

2009-08-20 Thread Andriy Gapon
on 20/08/2009 19:50 Matthias Andree said the following: This isn't sufficient on my system, because then the apr-util still fails. Note that there is no previous libtool version that Philip's port could require. Could you please try also the following? cp

Re: Migration to new SourceForge url scheme now inevitable, solution

2009-08-20 Thread Pav Lucistnik
Dmitry Marakasov píše v čt 20. 08. 2009 v 20:40 +0400: * Paul Schmehl (pschmehl_li...@tx.rr.com) wrote: I've been following this discussion closely since several of my ports fetch from Sourceforge. Is it safe to assume that some global solution will be applied to the ports tree? Or

xine failure during linking on FreeBSD 7.2

2009-08-20 Thread Jason J. Hellenthal
ports/multimedia/libxine Somehow links against a lib in its own source directory. Unresolvable link(s) found in: /usr/local/bin/xine-list-1.1 ../src/xine-engine/.libs/libxine.so Is there another way of getting around this problem ? -- Jason J. Hellenthal +1.616.403.8065

Re: devel/apr: can't build after update to libtool-2.2.6a

2009-08-20 Thread Troy
Andriy Gapon wrote: It seems that the problem is caused by arp carrying its own libtool-related bits and those bits being incompatible with libtool-2.2.6a. For me, I resolved the problem by copying /usr/local/share/aclocal/ltoptions.m4 /usr/local/share/aclocal/ltsugar.m4

Re: Migration to new SourceForge url scheme now inevitable, solution

2009-08-20 Thread Dmitry Marakasov
* Pav Lucistnik (p...@freebsd.org) wrote: I've been following this discussion closely since several of my ports fetch from Sourceforge. Is it safe to assume that some global solution will be applied to the ports tree? Or are we maintainers going to need to submit PRs for

INDEX build failed for 6.x

2009-08-20 Thread Erwin Lansing
INDEX build failed with errors: Generating INDEX-6 - please wait..pkg_info: not found pkg_info: not found Done. make_index: psptoolchain-newlib-1.15.0: no entry for /usr/ports/devel/psptoolchain-pspsdk-stage1 make_index: psptoolchain-gdb-6.4: no entry for

Re: portmaster is not always recursive

2009-08-20 Thread Doug Barton
Woo hoo! I found the bug, and fixed it in the just-committed version 2.10. The bug was in the NO_DEP_UPDATES flag which is one of the oldest features of portmaster. It operates in the first pass through the dependencies (aka config mode) and if all of the dependent ports are up to date it allows

Re: Let's add more DESKTOP_ENTRIES to our ports

2009-08-20 Thread Anonymous
Dmitry Marakasov amd...@amdmi3.ru writes: To make adding DESKTOP_ENTRIES simple and fun, here's a script called de which outputs a template for desktop entry when run from port's directory: --- de begins here --- #!/bin/sh echo DESKTOP_ENTRIES=\`make -V PORTNAME`\ \\ echo