Re: fusefs-kmod is broken with latest CURRENT

2012-03-01 Thread Ivan Klymenko
В Sun, 31 Jul 2011 14:13:33 +0800 KT Sin пишет: > anybody else seeing the same problem? > > $ make install > ===> Installing for fusefs-ntfs-2011.4.12_1 > ===> fusefs-ntfs-2011.4.12_1 depends on > file: /usr/local/modules/fuse.ko - not found ===>Verifying > install for /usr/local/modules/

Re: No working IDE in FreeBSD!

2012-03-01 Thread Pietro Cerutti
On 2012-Feb-28, 15:44, Pietro Cerutti wrote: > On 2012-Feb-26, 11:48, O. Hartmann wrote: > > On 02/23/12 14:38, Eduardo Morras wrote: > > > At 12:22 23/02/2012, O. Hartmann wrote: > > > Codelite, i use it and works fine (Freebsd 8.2) with Clang. Version on > > > ports is 3.0 not 3.5. On the webpage

Q about categories : ports/161231: [NEW PORT] www/sencha-touch: The First HTML5 Mobile Web App Framework

2012-03-01 Thread Michael Scheidell
I have a question about ports category. This new port is being added to 'www' category. it is being installed into wwwdir, but, I am wondering, should its main category be devel? (since it is used for development) with a alias category www? or, is it being put into the right category? http://

Re: Q about categories : ports/161231: [NEW PORT] www/sencha-touch: The First HTML5 Mobile Web App Framework

2012-03-01 Thread Chris Rees
On 1 Mar 2012 08:50, "Michael Scheidell" wrote: > > I have a question about ports category. > This new port is being added to 'www' category. > it is being installed into wwwdir, but, I am wondering, should its main category be devel? (since it is used for development) with a alias category www?

On the usage of ${FILE}

2012-03-01 Thread Matthew Seaman
Dear all, bsd.commands.mk has the following: FILE?= /usr/bin/file which is unfortunate, given that ${FILE} is used in several thousand ports, generally as a loop control variable for iterating through a list of files. In fact, I can only find about 8 places where the file(1) program is

Re: No working IDE in FreeBSD!

2012-03-01 Thread O. Hartmann
On 03/01/12 09:49, Pietro Cerutti wrote: > On 2012-Feb-28, 15:44, Pietro Cerutti wrote: >> On 2012-Feb-26, 11:48, O. Hartmann wrote: >>> On 02/23/12 14:38, Eduardo Morras wrote: At 12:22 23/02/2012, O. Hartmann wrote: Codelite, i use it and works fine (Freebsd 8.2) with Clang. Version on

Re: On the usage of ${FILE}

2012-03-01 Thread Chris Rees
On 1 Mar 2012 11:26, "Matthew Seaman" wrote: > > > Dear all, > > bsd.commands.mk has the following: > > FILE?= /usr/bin/file > > which is unfortunate, given that ${FILE} is used in several thousand > ports, generally as a loop control variable for iterating through a list > of files. In f

Building dri breaks on PowerPC

2012-03-01 Thread Super Bisquit
Machine: iMac G4 Machine CPU: PowerPC 7445 Kernel: 10.0-CURRENT I've included the following compile parameters: CONFIGURE_ARGS= --with-driver=xlib \ --with-driver=osmesa \ --with-x \ -

Re: No working IDE in FreeBSD!

2012-03-01 Thread Alexander Yerenkow
I think this is just right post to intrude :) I'm developing software, and making it in pretty good IDE - Intellij Idea. There's community and pro version. What good in this company - it gives access to Pro version for not-small open source projects. I tried to take some time of Philip Paeps, but

Re: No working IDE in FreeBSD!

2012-03-01 Thread Eygene Ryabinkin
Thu, Mar 01, 2012 at 02:31:06PM +0200, Alexander Yerenkow wrote: > I tried to take some time of Philip Paeps, but he is always busy with > something. Maybe someone of you guys could be interested in filling request > for open source license. Are you requesting someone to create FreeBSD port for th

Re: No working IDE in FreeBSD!

2012-03-01 Thread Alexander Yerenkow
2012/3/1 Eygene Ryabinkin > Thu, Mar 01, 2012 at 02:31:06PM +0200, Alexander Yerenkow wrote: > > I tried to take some time of Philip Paeps, but he is always busy with > > something. Maybe someone of you guys could be interested in filling > request > > for open source license. > > Are you request

Re: updating mksh, portmaster -a, pkg_version strangeness

2012-03-01 Thread Thorsten Glaser
Jakub Lach mailplus.pl> writes: > and how it worked before? mksh had letters > added in version from start. Actually, mksh always had an uppercase R plus a number, because I originally did not want to make minor versions or other versioning games. (The very first versions had 1.xx where xx was

Re: CFT: pkgng support for tinderbox

2012-03-01 Thread Philip M. Gollucci
On 03/01/12 07:18, Beat Gätzi wrote: > This one is already fixed: > http://tmp.chruetertee.ch/tinderbox-pkgng-v2.patch D'oh. Thanks! What to do about failures of these types ? http://people.freebsd.org/~pgollucci/FreeBSD/logs/10-CURRENT-amd64/font-misc-meltho-1.0.3.log AFAIK, thats pretty much

Re: updating mksh, portmaster -a, pkg_version strangeness

2012-03-01 Thread Jakub Lach
I was referring to mksh in ports, but thanks for correction, it's always good to know more. I'm flattered you have responded at all :) FWIW, I'm using mksh interactively. -- View this message in context: http://freebsd.1045724.n5.nabble.com/updating-mksh-portmaster-a-pkg-version-strangeness-t

Re: updating mksh, portmaster -a, pkg_version strangeness

2012-03-01 Thread Doug Barton
On 3/1/2012 9:23 AM, Thorsten Glaser wrote: > Jakub Lach mailplus.pl> writes: > >> and how it worked before? mksh had letters >> added in version from start. > > Actually, mksh always had an uppercase R plus a number, The issue isn't the R, it's the letter that comes after the number. The way

Re: updating mksh, portmaster -a, pkg_version strangeness

2012-03-01 Thread Thorsten Glaser
Doug Barton dixit: >The >way that we test version strings R40 is greater than R40c. That's to Ah okay. >accommodate the usual convention of having indicate a >beta version. Ouch. In MirPorts I used something like .999 for this, and Debian has the tilde which sorts before everything, which, aft

Re: CFT: pkgng support for tinderbox

2012-03-01 Thread Baptiste Daroussin
On Thu, Mar 01, 2012 at 09:19:15PM +, Philip M. Gollucci wrote: > On 03/01/12 07:18, Beat Gätzi wrote: > > This one is already fixed: > > http://tmp.chruetertee.ch/tinderbox-pkgng-v2.patch > > D'oh. Thanks! > > What to do about failures of these types ? > > http://people.freebsd.org/~pgollu

php 5.4

2012-03-01 Thread Svyatoslav Lempert
Hello guys, PHP 5.4 is done http://php.net/releases/5_4_0.php I strongly recommend do not change lang/php5 from 5.3 to 5.4 because: - Register globals, magic quotes and safe mode were removed - The break/continue $var syntax was removed - Old "depricated" functions now REMOVED We need to add new

FreeBSD Port: shaperprobe-0.1

2012-03-01 Thread Mike
Hi, A new version of ShaperProbe released in January 2012. Does it look like the new version will make it to Ports in the near future? http://www.cc.gatech.edu/~partha/diffprobe/shaperprobe.html Thanks, Mike. ___ freebsd-ports@freebsd.org mailing l

PHP 5.4.0

2012-03-01 Thread Joe Gillotti
Hi All, PHP 5.4.0 was released today - http://www.php.net/archive/2012.php#id2012-03-01-1 Any ideas on when it'll be in the ports collection? The latest version I can see in ports is php5-5.3.10_1 Regards ___ freebsd-ports@freebsd.org mailing list