Re: lang/gcc46

2011-12-13 Thread Anton Shterenlikht
On Tue, Dec 13, 2011 at 12:11:21AM +, b. f. wrote: We have lang/gcc already. This port is created for perferred gcc releases (4.6.2 currently). What we're waiting for is a bsd.gcc.mk update to allow users build ports with lang/gcc instead of lang/gcc46. changed. You can make this

Re: lang/gcc46

2011-12-13 Thread Gerald Pfeifer
On Mon, 12 Dec 2011, Kevin Oberman wrote: Ahh. I see the issue. I have not looked at bsd.gcc.mk, but it does not seem like this should be too difficult. Just a matter of the right person having the time. Would ports specifying gcc46 need to be touched? Nope. All transparent. USE_GCC=4.6+ or

Re: lang/gcc46

2011-12-13 Thread Gerald Pfeifer
On Tue, 13 Dec 2011, Sunpoet Po-Chuan Hsieh wrote: We have lang/gcc already. This port is created for perferred gcc releases (4.6.2 currently). What we're waiting for is a bsd.gcc.mk update to allow users build ports with lang/gcc instead of lang/gcc46. Actually, it's even better. :-)

Re: Is there a port to math/reduce?

2011-12-13 Thread Michel Talon
the computer algebra system (CAS) REDUCE has been released as open source software [*], but AFAICS, it has not yet been ported to FreeBSD. Anyone with porting skills interested to have a look? I have tried and apparently succeeded in building reduce on FreeBSD. Here is what i get: niobe%

Re: Is there a port to math/reduce?

2011-12-13 Thread C. P. Ghost
On Tue, Dec 13, 2011 at 1:32 PM, Michel Talon ta...@lpthe.jussieu.fr wrote: the computer algebra system (CAS) REDUCE has been released as open source software [*], but AFAICS, it has not yet been ported to FreeBSD. Anyone with porting skills interested to have a look? I have tried and

math/py-numpy (py26-numpy-1.5.1_1,1) (checksum mismatch) error

2011-12-13 Thread David Southwell
Hi As subject line - checksum mismatch error from latest upgrade. David ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org

Re: lang/gcc46

2011-12-13 Thread Thomas Mueller
--- On Mon, 12/12/11, Kevin Oberman kob6...@gmail.com wrote: Hi Gerald, As a request once again similiar to one I have made in the past... Would it be possible yet to slow down the update process for the gcc46 port ? This is turning out to be quite the pain in the U-Know-What with

Re: math/py-numpy (py26-numpy-1.5.1_1,1) (checksum mismatch) error

2011-12-13 Thread Li-Lun Leland Wang
Please update your ports to 1.6.1. The documentation files of the same names have been updated. If you get the newer 1.6.1 documentation files from a mirror and try to checksum against the older 1.5.1_1 distinfo, you'll get a mismatch. If you get a checksum mismatch after you updated your ports

Re: [CFT] pkgng alpha2

2011-12-13 Thread Andriy Gapon
on 30/11/2011 22:32 Julien Laffaye said the following: [1] : https://github.com/pkgng/pkgng/issues [2] : https://github.com/pkgng/pkgng [3] : http://wiki.freebsd.org/pkgng [4] : http://people.freebsd.org/~bapt/pkgng-bsdcan2011.pdf [5] :

Re: [CFT] pkgng alpha2

2011-12-13 Thread Julien Laffaye
On 12/13/2011 06:16 PM, Andriy Gapon wrote: on 30/11/2011 22:32 Julien Laffaye said the following: [1] : https://github.com/pkgng/pkgng/issues [2] : https://github.com/pkgng/pkgng [3] : http://wiki.freebsd.org/pkgng [4] : http://people.freebsd.org/~bapt/pkgng-bsdcan2011.pdf [5] :

Re: math/py-numpy (py26-numpy-1.5.1_1, 1) (checksum mismatch) error

2011-12-13 Thread Rainer Hurling
On 13.12.2011 15:42 (UTC+1), David Southwell wrote: Hi As subject line - checksum mismatch error from latest upgrade. The port wants to fetch numpy-1.6.1.tar.gz, numpy-ref.pdf and numpy-user.pdf. Only the first one has a version number, the next two have not. So removing numpy-ref.pdf and

Re: pr# for 9-10 problem?

2011-12-13 Thread Doug Barton
On 12/10/2011 06:35, Robert Huff wrote: Doug Barton writes: Read /usr/ports/UPDATING? If you mean 20110928 - that identifies the problem, and provides workarounds, but does not name the pr. What are you trying to accomplish? I have some machines that I would like

Re: Linux compatibility with more than one Linux installed?

2011-12-13 Thread Doug Barton
On 12/06/2011 05:45, RW wrote: On Tue, 6 Dec 2011 06:29:03 -0600 Zhihao Yuan wrote: On Tue, Dec 6, 2011 at 6:21 AM, RW rwmailli...@googlemail.com wrote: On Tue, 6 Dec 2011 04:54:18 -0600 Zhihao Yuan wrote: Not really. The actual thing is, linuxulator is a Linux kernel running as a

Re: lang/gcc46

2011-12-13 Thread ajtiM
On Tuesday 13 December 2011 12:01:48 Kevin Oberman wrote: On Tue, Dec 13, 2011 at 8:30 AM, Jason Hellenthal jh...@dataix.net wrote: On Tue, Dec 13, 2011 at 06:05:40PM +0800, Gerald Pfeifer wrote: On Tue, 13 Dec 2011, Sunpoet Po-Chuan Hsieh wrote: We have lang/gcc already. This port is

Re: lang/gcc46

2011-12-13 Thread Gerald Pfeifer
On Tue, 13 Dec 2011, ajtiM wrote: I like to do Mitjaportmaster -o lang/gcc lang/gcc46 but do I need to rebuild all ports which I use gcc46, please? This should not be necessary, just replacing lang/gcc46 by lang/gcc should work. (Note: should. I am very confident it does, but as b.f.

Re: make readmes seems to be broken (again)

2011-12-13 Thread Jason Helfman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On Sat, Dec 03, 2011 at 05:31:49PM -0600, Conrad J. Sabatier thus spake: I've just noticed recently that make readmes in ports is acting up again (I reported a similar problem several months ago, which did get fixed at the time). Instead of

Re: lang/gcc46

2011-12-13 Thread Gerald Pfeifer
On Tue, 13 Dec 2011, Thomas Mueller wrote: I wondered why the ports collection used development snapshots of gcc rather than stable releases. All you _should_ need to run anything from the FreeBSD Ports Collection is either the system compiler (GCC or clang) or lang/gcc all of which are

Re: Clicking URLs with acroread8

2011-12-13 Thread Sean C. Farley
On Mon, 12 Dec 2011, Doug Barton wrote: On 12/09/2011 16:14, Doug Barton wrote: I receive PDF documents with URLs that I need to click, and so I would like to get that working in acroread8. I symlink'ed firefox into /compat/linux/usr/local/bin, and set the preferences in acroread accordingly.

Re: www/lighttpd failes to build

2011-12-13 Thread Sahil Tandon
On Sun, 2011-12-11 at 15:06:07 -0500, Chris Brennan wrote: /usr/local/include/ev.h:200: warning: ISO C restricts enumerator values to range of 'int' /usr/local/include/ev.h:222: error: expected identifier before numeric constant *** Error code 1 Ah, it seems you are building lighttpd