Re: lang/guile fails to build on amd64 / 9-CURRENT

2010-03-18 Thread Doug Barton
On Wed, 17 Mar 2010, Chuck Swiger wrote: touch /etc/make.conf && echo "CFLAGS += -Wno-error" >> /etc/make.conf No reason for the touch first, FWIW. Doug -- Improve the effectiveness of your Internet presence with a domain name makeover!http://SupersetSolutions.com/

Re: correct location for third party /var files

2010-03-18 Thread Doug Barton
On Wed, 17 Mar 2010, Thomas-Martin Seck wrote: When I started maintaining ports in 2004, the (or at least my) goal was to avoid absolute paths in pkg-plist like the plague, that is why I do not bother to use something /var/cache/squid or /var/log/squid instead of PREFIX/squid/{logs,cache}. There

Re: Java For Firefox

2010-03-18 Thread Achilleas Mantzios
I think generally this is a problem for people who have to support old apps with applets (i am one of them). But nowadays, javascript can do many of the things java was used to achieve. (and its not so ugly once you get to learn it) Στις Wednesday 17 March 2010 20:57:59 ο/η Jason Garrett έγραψε:

Re: Java For Firefox

2010-03-18 Thread Jerry
On Thu, 18 Mar 2010 09:50:03 +0200 Achilleas Mantzios articulated: >Στις Wednesday 17 March 2010 20:57:59 ο/η Jason Garrett έγραψε: >> On Fri, Mar 12, 2010 at 09:15, Programmer In Training >> wrote: >> > I don't know if I should also cc the maintainer for FF3.6, but I'm >> > posting here. Hopefu

ntfsprogs

2010-03-18 Thread Samuel Martín Moro
Hi. I made two patches for ntfsprogs. (and btw, I don't know: who's the port mainter? who should I give these patches?) The first one, in libntfs/device.c, adding the correct defines, to get the device geometry. The second one, in ntfsprogs/mkntfs.c, managing character (previously block)devices.

Re: ntfsprogs

2010-03-18 Thread Gary Jennejohn
On Thu, 18 Mar 2010 10:54:14 +0100 Samuel Mart__n Moro wrote: > I made two patches for ntfsprogs. > (and btw, I don't know: who's the port mainter? who should I give these > patches?) > There isn't a maintainer. The best thing is to file a PR with your patches attached so they won't get lost in

Re: Java For Firefox

2010-03-18 Thread Gary Jennejohn
On Thu, 18 Mar 2010 06:21:51 -0400 Jerry wrote: > On Thu, 18 Mar 2010 09:50:03 +0200 > Achilleas Mantzios articulated: > > > Wednesday 17 March 2010 20:57:59 __/__ Jason Garrett : > >> On Fri, Mar 12, 2010 at 09:15, Programmer In Training > >> wrote: > >> > I don't know if

Re: Java For Firefox

2010-03-18 Thread Dmitry Samersoff
Hi Everyone, Let me clarify ... Starting from JDK 6u10 Java has two different plugins - old, single VM plugin and new multi-vm one. Starting from FF3.6 api for old plugin had been removed from FireFox. So the only way to make javaplugin working with FF3.6 - update ports to 6u10+ (e.g. 6u18)

Re: Java For Firefox

2010-03-18 Thread Jason Garrett
On Thu, Mar 18, 2010 at 05:33, Gary Jennejohn wrote: > On Thu, 18 Mar 2010 06:21:51 -0400 > Jerry wrote: > >> On Thu, 18 Mar 2010 09:50:03 +0200 >> Achilleas Mantzios articulated: >> >> > Wednesday 17 March 2010 20:57:59 __/__ Jason Garrett : >> >> On Fri, Mar 12, 2010 at 09:

Re: ntfsprogs

2010-03-18 Thread Samuel Martín Moro
done thanks Samuel Martín Moro {EPITECH.} tek4 CamTrace S.A.S On Thu, Mar 18, 2010 at 11:31 AM, Gary Jennejohn wrote: > On Thu, 18 Mar 2010 10:54:14 +0100 > Samuel Mart__n Moro wrote: > > > I made two patches for ntfsprogs. > > (and btw, I don't know: who's the port mainter? who should I give

Re: lang/guile fails to build on amd64 / 9-CURRENT

2010-03-18 Thread Chuck Swiger
On Mar 18, 2010, at 12:48 AM, Doug Barton wrote: >> touch /etc/make.conf && echo "CFLAGS += -Wno-error" >> /etc/make.conf > > No reason for the touch first, FWIW. Some shells aren't willing to append to files which don't already exist: # echo "CFLAGS += -Wno-error" >> /etc/make.conf zsh: no such

Enlightenment build failure

2010-03-18 Thread Piotrek
FreeBSD sng 8.0-STABLE FreeBSD 8.0-STABLE #0: Wed Mar 17 10:09:21 CET 2010 s...@sng:/usr/obj/usr/src/sys/DESKTOP-DEBUG amd64 When i try to install /usr/ports/x11-wm/enlightenment i end up with following message: (cd .libs && rm -f module.la && ln -s ../module.la module.la) gmake[4]: Opuszcze

Re: Enlightenment build failure

2010-03-18 Thread RW
On Thu, 18 Mar 2010 12:47:58 +0100 Piotrek wrote: > When i try to install /usr/ports/x11-wm/enlightenment i end up with > following message: Even when it builds, it's an E17 development snapshot from over 2 years ago. I found it too buggy and incomplete to be any practical use.

Re: Java For Firefox

2010-03-18 Thread Robert Huff
Jason Garrett writes: > >> At some point a rational person realizes that it is time to move on. > >> Progress is achieved by striving forward; not looking backwards. I fail > >> to see any logical reason why a fully up-to-date version of Java cannot > >> be included into the ports system and

Re: Enlightenment build failure

2010-03-18 Thread Piotrek
On Thu, 18 Mar 2010 12:38:05 + RW wrote: > On Thu, 18 Mar 2010 12:47:58 +0100 > Piotrek wrote: > > > > When i try to install /usr/ports/x11-wm/enlightenment i end up with > > following message: > > Even when it builds, it's an E17 development snapshot from over 2 years > ago. I found it t

Re: FreeBSD Port: php5-5.2.12

2010-03-18 Thread Olivier Mueller
On Mon, 2010-03-15 at 15:57 -0800, Henrik Hudson wrote: > > When you plan to upgrade the port to the 5.2.13 release?? > > It's my understanding the next version bump will be 5.3.2 once the > ports freeze, for the 7.3 release, is over. Not 100% sure... (depends on Alex's mood :-)) If you have t

Re: Java For Firefox

2010-03-18 Thread Jason Garrett
On Thu, Mar 18, 2010 at 07:42, Robert Huff wrote: > > Jason Garrett writes: > >>  >> At some point a rational person realizes that it is time to move on. >>  >> Progress is achieved by striving forward; not looking backwards. I fail >>  >> to see any logical reason why a fully up-to-date version o

Re: ntfsprogs

2010-03-18 Thread Jan Henrik Sylvester
As you are working on ntfsprogs, are you able to use ntfsresize at all? For me, ntfsresize never worked in ntfsprogs-2.0.0, but it did in ntfsprogs-1.13.1. We had a discussion about ntfsprogs on freebsd-questions almost a year ago: http://lists.freebsd.org/pipermail/freebsd-questions/2009-Apr

FreeBSD Port: sylpheed-2.7.1_1

2010-03-18 Thread Marco Alberoni
Hello, when do you think Sylpheed 3.0 port will be available? Do you need any help? Yours sincerely -- Marco Alberoni ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe,

Re: [freebsd-ports] Pilot error or bash dependencies broken?

2010-03-18 Thread Mike Winter
The problem seems v bad if there is possibility of infinite recursion ===> xorg-vfbserver-1.6.0,1 depends on executable: Xvfb - not found ===>Verifying install for Xvfb in /usr/ports/x11-servers/xorg-vfbserver make: Max recursion level (500) exceeded.: Resource temporarily unavailable *** Er

Re: [freebsd-ports] Pilot error or bash dependencies broken?

2010-03-18 Thread Jeremy Messenger
On Thu, 18 Mar 2010 09:08:04 -0600, Mike Winter wrote: The problem seems v bad if there is possibility of infinite recursion Show us your make.conf. Cheers, Mezz ===> xorg-vfbserver-1.6.0,1 depends on executable: Xvfb - not found ===>Verifying install for Xvfb in /usr/ports/x11-s

New portmgr secretary: Thomas Abthorpe

2010-03-18 Thread Erwin Lansing
On behalf of portmgr, I am pleased to announce that portmgr has found a new secretary: Thomas Abthorpe. Thomas has been a FreeBSD ports committer since 2007 and has made more than 1000 commits since. He has previously served on the ports-security team and is currently a member of the KDE and dona

Re: New portmgr secretary: Thomas Abthorpe

2010-03-18 Thread Marcelo
2010/3/18 Erwin Lansing > On behalf of portmgr, I am pleased to announce that portmgr has found > a new secretary: Thomas Abthorpe. Thomas has been a FreeBSD ports > committer Congrats. -- Marcelo Araujo ara...@freebsd.org ___ freebsd-ports@freebsd

Re: New portmgr secretary: Thomas Abthorpe

2010-03-18 Thread FreeBSD portmgr secretary
On Thu, 18 Mar 2010 13:26:14 -0300 Renato Botelho wrote: > Congratulations Thomas and Thanks Erwin for all the work in last years. Thanks Renato! Next year at BSDCan, I will invoke my new found hat and you can buy the first round :) Likewise I too would like to express my thanks to Erwin for h

Re: New portmgr secretary: Thomas Abthorpe

2010-03-18 Thread Thomas Abthorpe
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, 18 Mar 2010 13:34:24 -0300 Marcelo wrote: > Congrats. Thanks :) - -- Thomas Abthorpe | FreeBSD Committer tabtho...@freebsd.org | http://people.freebsd.org/~tabthorpe -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.14 (FreeBSD)

Re: New portmgr secretary: Thomas Abthorpe

2010-03-18 Thread Marius Nünnerich
On Thu, Mar 18, 2010 at 17:35, FreeBSD portmgr secretary wrote: > On Thu, 18 Mar 2010 13:26:14 -0300 > Renato Botelho wrote: > >> Congratulations Thomas and Thanks Erwin for all the work in last years. > > Thanks Renato! > > Next year at BSDCan, I will invoke my new found hat and you can buy the

Re: New portmgr secretary: Thomas Abthorpe

2010-03-18 Thread Renato Botelho
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, Mar 18, 2010 at 05:02:01PM +0100, Erwin Lansing wrote: > On behalf of portmgr, I am pleased to announce that portmgr has found > a new secretary: Thomas Abthorpe. Thomas has been a FreeBSD ports committer > since 2007 and has made more than 10

Hadra News - Mars 2010 / LOONEY MOON - Bourg-en-B. - 27.03.2010

2010-03-18 Thread Hadra
Cette newsletter vous a été envoyée au format graphique HTML. Si vous lisez cette version, alors votre logiciel de messagerie préfère les e-mails au format texte. Vous pouvez lire la version originale en ligne: http:/

Re: ntfsprogs

2010-03-18 Thread Samuel Martín Moro
I already tested ntfsprogs1. I don't remember wich version exactly (found it with portdowngrade), nor what were its problems. But, it was for work. We just wanted to be able to mount/write and format devices with ntfs partitions. And we weren't able to. It might be that I didn't think to try with

FreeBSD Port: nfsen-1.3.2

2010-03-18 Thread Reinhard Haller
Hi, nfsen doesn't work with rrdtool 1.4.2 (compiling/starting stops with the message "rrdtool 1.4.002 not supported yet") Greetings Reinhard Haller ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To

Re: New portmgr secretary: Thomas Abthorpe

2010-03-18 Thread Gabor PALI
On Thu, Mar 18, 2010 at 5:02 PM, Erwin Lansing wrote: > On behalf of portmgr, I am pleased to announce that portmgr has found > a new secretary: Thomas Abthorpe. [..] > Please welcome him onboard! Welcome! :g ___ freebsd-ports@freebsd.org mailing lis

Re: [Call for Testing] X.org 7.5 for FreeBSD

2010-03-18 Thread Torfinn Ingolfsen
Update: On Mon, Mar 15, 2010 at 11:02 PM, Robert Noland wrote: > On Mon, 2010-03-15 at 22:40 +0100, Torfinn Ingolfsen wrote: > > On Sun, Mar 14, 2010 at 9:43 PM, Garrett Cooper > wrote: > > > > >Could you compile xfce4-session with -g and attach gdb to it as > > > it's starting up to get a

Re: [Call for Testing] X.org 7.5 for FreeBSD

2010-03-18 Thread Garrett Cooper
On Thu, Mar 18, 2010 at 11:16 AM, Torfinn Ingolfsen wrote: > Update: > > On Mon, Mar 15, 2010 at 11:02 PM, Robert Noland wrote: >> >> On Mon, 2010-03-15 at 22:40 +0100, Torfinn Ingolfsen wrote: >> > On Sun, Mar 14, 2010 at 9:43 PM, Garrett Cooper >> > wrote: >> > >> > >    Could you compile xfce

Re: [Call for Testing] X.org 7.5 for FreeBSD

2010-03-18 Thread Gary Jennejohn
On Thu, 18 Mar 2010 19:16:12 +0100 Torfinn Ingolfsen wrote: > Update: > > On Mon, Mar 15, 2010 at 11:02 PM, Robert Noland wrote: > > > On Mon, 2010-03-15 at 22:40 +0100, Torfinn Ingolfsen wrote: > > > On Sun, Mar 14, 2010 at 9:43 PM, Garrett Cooper > > wrote: > > > > > > >Could you compil

Re: [Call for Testing] X.org 7.5 for FreeBSD

2010-03-18 Thread Jeremy Messenger
On Thu, 11 Mar 2010 07:44:14 -0600, Martin Wilke wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Call for Testing Xorg 7.5 Howdy! We're happy to announce that Xorg 7.5 is ready for public testing. The ATI and Intel drivers were patched to work with the new server, please report any pro

Re: lang/guile fails to build on amd64 / 9-CURRENT

2010-03-18 Thread Doug Barton
On 03/18/10 04:43, Chuck Swiger wrote: > On Mar 18, 2010, at 12:48 AM, Doug Barton wrote: >>> touch /etc/make.conf && echo "CFLAGS += -Wno-error" >> /etc/make.conf >> >> No reason for the touch first, FWIW. > > Some shells aren't willing to append to files which don't already exist: > > # echo "C

Re: [Call for Testing] X.org 7.5 for FreeBSD

2010-03-18 Thread Torfinn Ingolfsen
On Thu, Mar 18, 2010 at 7:53 PM, Garrett Cooper wrote: > Here's the problem area that needs inspecting: > > #2 0x000804171c75 in dbus_malloc () from /usr/local/lib/libdbus-1.so.3 > > do: > > 1. make -C $PORTSDIR/*/dbus extract > 2. Find the file where dbus_malloc is defined. > It's in work

Re: [Call for Testing] X.org 7.5 for FreeBSD

2010-03-18 Thread Torfinn Ingolfsen
Hi, On Thu, Mar 18, 2010 at 8:04 PM, Gary Jennejohn wrote: > [snip the rest] > > Do you have any strange malloc(3) flags set? > > Not that I know of. r...@kg-v7# more /etc/src.conf /etc/src.conf: No such file or directory r...@kg-v7# more /etc/make.conf # added by use.perl 2010-03-12 20:15:36 PER

Re: [Call for Testing] X.org 7.5 for FreeBSD

2010-03-18 Thread Adam Vande More
On Thu, Mar 18, 2010 at 4:12 PM, Torfinn Ingolfsen wrote: > > > Well, it says: > process 36926: arguments to dbus_message_new_signal() were incorrect, > assertion > "_dbus_check_is_valid_path (path)" failed in file dbus-message.c line 1165. > This is normally a bug in some application using the D

Re: [Call for Testing] X.org 7.5 for FreeBSD

2010-03-18 Thread Torfinn Ingolfsen
On Thu, Mar 18, 2010 at 10:16 PM, Adam Vande More wrote: > On Thu, Mar 18, 2010 at 4:12 PM, Torfinn Ingolfsen wrote: > >> >> >> Well, it says: >> process 36926: arguments to dbus_message_new_signal() were incorrect, >> assertion >> "_dbus_check_is_valid_path (path)" failed in file dbus-message.c l

Re: FreeBSD Port: sylpheed-2.7.1_1

2010-03-18 Thread Emanuel Haupt
Marco Alberoni wrote: > Hello, when do you think Sylpheed 3.0 port will be available? Do you > need any help? Feel free to try: http://people.freebsd.org/~ehaupt/misc/sylpheed3.tar.gz Emanuel ___ freebsd-ports@freebsd.org mailing list http://lists.fr

Re: New portmgr secretary: Thomas Abthorpe

2010-03-18 Thread wen heping
Congratulations ! wen On Fri, Mar 19, 2010 at 12:39 AM, Thomas Abthorpe wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Thu, 18 Mar 2010 13:34:24 -0300 > Marcelo wrote: > >> Congrats. > > Thanks :) > > - -- > Thomas Abthorpe         | FreeBSD Committer > tabtho...@freebsd.org  

Re: Java For Firefox

2010-03-18 Thread Doug Barton
People who provide suggestions on how things _should_ be without being able to help make them that way shouldn't be surprised when they get a possibly negative response. Both parties would be better served by ignoring such comments altogether. Doug -- ... and that's just a little bit o

Re: New portmgr secretary: Thomas Abthorpe

2010-03-18 Thread Mark Linimon
Here's one more thank-you to Erwin for doing a thankless job for the last few years. mcl ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebs

Re: [Call for Testing] X.org 7.5 for FreeBSD

2010-03-18 Thread Garrett Cooper
On Thu, Mar 18, 2010 at 2:15 PM, Torfinn Ingolfsen wrote: > Hi, > > On Thu, Mar 18, 2010 at 8:04 PM, Gary Jennejohn > wrote: >> >> [snip the rest] >> >> Do you have any strange malloc(3) flags set? >> > Not that I know of. > r...@kg-v7# more /etc/src.conf > /etc/src.conf: No such file or director

Re: [Call for Testing] X.org 7.5 for FreeBSD

2010-03-18 Thread Garrett Cooper
On Thu, Mar 18, 2010 at 7:03 PM, Garrett Cooper wrote: > On Thu, Mar 18, 2010 at 2:15 PM, Torfinn Ingolfsen wrote: >> Hi, >> >> On Thu, Mar 18, 2010 at 8:04 PM, Gary Jennejohn >> wrote: >>> >>> [snip the rest] >>> >>> Do you have any strange malloc(3) flags set? >>> >> Not that I know of. >> r..