muttprint port hangs (muttprint/perl)

2011-12-15 Thread Daniel P. Wright
Hello, I am having some problems running the print/muttprint port. If I pass in a simple text file (some mail headers and a single line of text reading Test), it hangs indefinitely. If I send a SIGINT I get the following output: ^CCaught a SIGINT at ./muttprint line 1962 Line 1962 looks

lang/gcc on freebsd 10

2011-12-15 Thread Andriy Gapon
lang/gcc build would fail for me on FreeBSD 10 (head) with binutils-2.22 installed during its configure step with the errors like the following in config.log: configure:2978: checking for C compiler default output file name configure:3000: /usr/obj/usr/ports/lang/gcc/work/build/./prev-gcc/xgcc

Re: lang/gcc on freebsd 10

2011-12-15 Thread Andriy Gapon
on 15/12/2011 12:59 Andriy Gapon said the following: lang/gcc build would fail for me on FreeBSD 10 (head) with binutils-2.22 installed during its configure step with the errors like the following in config.log: configure:2978: checking for C compiler default output file name

Re: lang/gcc on freebsd 10

2011-12-15 Thread Kostik Belousov
On Thu, Dec 15, 2011 at 12:59:02PM +0200, Andriy Gapon wrote: lang/gcc build would fail for me on FreeBSD 10 (head) with binutils-2.22 installed during its configure step with the errors like the following in config.log: configure:2978: checking for C compiler default output file name

Re: Building ports with gcc46

2011-12-15 Thread Andrew W. Nosenko
On Thu, Dec 15, 2011 at 02:05, b. f. bf1...@googlemail.com wrote: If you are interested in applying them to a single port, use a test on .CURDIR, or, better yet, add the statement to any of the optional Makefiles that are automatically included by bsd.port.mk and were intended for that

Re: lang/gcc on freebsd 10

2011-12-15 Thread Gerald Pfeifer
On Thu, 15 Dec 2011, Andriy Gapon wrote: lang/gcc build would fail for me on FreeBSD 10 (head) with binutils-2.22 installed during its configure step with the errors like the following in config.log: Yes, I am aware of it. lang/gcc is the slowly moving, conservative option, lang/gcc46 being

Re: lang/gcc on freebsd 10

2011-12-15 Thread Andriy Gapon
on 15/12/2011 16:42 Gerald Pfeifer said the following: On Thu, 15 Dec 2011, Andriy Gapon wrote: lang/gcc build would fail for me on FreeBSD 10 (head) with binutils-2.22 installed during its configure step with the errors like the following in config.log: Yes, I am aware of it. lang/gcc is

Global and User package database

2011-12-15 Thread Mehmet Erol Sanliturk
Dear All , In the new PkgNG : https://github.com/pkgng/pkgng/blob/master/pkg/add.c the following statement is written : if (geteuid() != 0) { warnx(adding packages can only be done as root); return (EX_NOPERM); } Instead of the above

Fwd: Lousy timekeeping in VirtualBox 4.0.14

2011-12-15 Thread Larry Rosenman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Moving to -ports, as maybe -virtualization is the wrong list? - Original Message Subject: Lousy timekeeping in VirtualBox 4.0.14 Date: Wed, 14 Dec 2011 14:04:31 -0600 From: Larry Rosenman l...@lerctr.org Organization: LERCTR

Re: Building ports with gcc46

2011-12-15 Thread Greg Larkin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12/15/11 9:37 AM, b. f. wrote: On 12/15/11, Andrew W. Nosenko andrew.w.nose...@gmail.com wrote: On Thu, Dec 15, 2011 at 02:05, b. f. bf1...@googlemail.com wrote: If you are interested in applying them to a single port, use a test on .CURDIR,

Re: Global and User package database

2011-12-15 Thread Baptiste Daroussin
On Thu, Dec 15, 2011 at 02:10:57PM -0500, Mehmet Erol Sanliturk wrote: Dear All , In the new PkgNG : https://github.com/pkgng/pkgng/blob/master/pkg/add.c the following statement is written : if (geteuid() != 0) { warnx(adding packages can only be done as

Re: Building ports with gcc46

2011-12-15 Thread Greg Larkin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12/14/11 9:35 PM, Ali Mashtizadeh wrote: That gives the same error as the one of my previous attempts. Any help with this would be great. libtool: link: g++46 -D_THREAD_SAFE -pthread -Wall -Wwrite-strings -Woverloaded-virtual

Re: A maintainers question: how to create a user?

2011-12-15 Thread Aryeh Friedman
On Thu, Dec 15, 2011 at 7:16 PM, Aryeh Friedman aryeh.fried...@gmail.comwrote: See subject for the main question... the details: I am the maintainer of devel/aegis and the final installation step typically (linux RPM's for example) is to create a user to hold the baselines (in svn/cvs/csup

A maintainers question: how to create a user?

2011-12-15 Thread Aryeh Friedman
See subject for the main question... the details: I am the maintainer of devel/aegis and the final installation step typically (linux RPM's for example) is to create a user to hold the baselines (in svn/cvs/csup speak the project's repo) of the varioous projects managed by aegis... customerly this

Re: Global and User package database

2011-12-15 Thread Mehmet Erol Sanliturk
On Thu, Dec 15, 2011 at 4:06 PM, Baptiste Daroussin b...@freebsd.orgwrote: On Thu, Dec 15, 2011 at 02:10:57PM -0500, Mehmet Erol Sanliturk wrote: Dear All , In the new PkgNG : https://github.com/pkgng/pkgng/blob/master/pkg/add.c the following statement is written :

Re: Global and User package database

2011-12-15 Thread Baptiste Daroussin
On Thu, Dec 15, 2011 at 10:13:19PM -0500, Mehmet Erol Sanliturk wrote: On Thu, Dec 15, 2011 at 4:06 PM, Baptiste Daroussin b...@freebsd.orgwrote: On Thu, Dec 15, 2011 at 02:10:57PM -0500, Mehmet Erol Sanliturk wrote: Dear All , In the new PkgNG :