Re: redports.org - The public FreeBSD ports development infrastructure

2012-01-04 Thread Bernhard Froehlich
On 03.01.2012 22:32, Greg Larkin wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12/29/11 6:44 AM, Bernhard Froehlich wrote: Hi Porters! I am happy to announce that redports.org has finally reached the point where I think It's safe to be used by everybody! In case you never heard of

Re: x11/nvidia-driver: crash with FreeBSD 9.0-STABLE/amd64 when module loaded via /boot/loader.conf

2012-01-04 Thread Denise H. G.
On 2012/01/03 at 18:15, O. Hartmann ohart...@mail.zedat.fu-berlin.de wrote: On one of my FreeBSD 9.0 boxes running FreeBSD 9.0-STABLE/amd64 (CLANG built), equipted with a nVidia GT760Ti graphics board, loading the nvidia module via /boot/loader.conf results in a page fault with random error

Re: How to detect the version of a installed perl module during portbuild

2012-01-04 Thread Matthew Seaman
On 03/01/2012 23:41, Paul Schmehl wrote: This returns the installed package: pkg_info -qa | grep p5-JSON-RPC | sort | uniq Woah! Try it like this: pkg_info -Ex p5-JSON-RPC so maybe you could do something like? JSON_VER=`pkg_info -qa | grep p5-JSON-RPC | sort | uniq | cut -d'-' -f4`

best way to bind webserver to port 80 without running as root

2012-01-04 Thread Dino Vliet
Hi all,   suddenly I'm facing this quest on freebsd 8. I need to bind my little webserver running aolserver to port 80. In the past I was always using port 8080 and had my router configured to forward requests on port 80 to the server on port 8080. However, I am planning to host my little site

FreeBSD-SA-11:07.chroot and ProFTPD 1.3.3g

2012-01-04 Thread Henk van Oers
Hi, My 7.4 is up to date and I have the latest proftpd But still it's not working :( What can I do? Any hint welcome. -- henk FreeBSD dee.signature.nl 7.4-STABLE FreeBSD 7.4-STABLE #1: Wed Jan 4 04:54:11 CET 2012 r...@bep.signature.nl:/usr/obj/usr/src/sys/BEP i386 BEP = GENERIC +

Re: best way to bind webserver to port 80 without running as root

2012-01-04 Thread Grzegorz Blach
On 01/04/2012 11:10 AM, Dino Vliet wrote: Hi all, suddenly I'm facing this quest on freebsd 8. I need to bind my little webserver running aolserver to port 80. In the past I was always using port 8080 and had my router configured to forward requests on port 80 to the server on port 8080.

Re: How to detect the version of a installed perl module during portbuild

2012-01-04 Thread Chris Rees
On 4 Jan 2012 08:59, Matthew Seaman m.sea...@infracaninophile.co.uk wrote: On 03/01/2012 23:41, Paul Schmehl wrote: This returns the installed package: pkg_info -qa | grep p5-JSON-RPC | sort | uniq Woah! Try it like this: pkg_info -Ex p5-JSON-RPC so maybe you could do something

Re: FreeBSD-SA-11:07.chroot and ProFTPD 1.3.3g

2012-01-04 Thread Xin LI
On Wed, Jan 4, 2012 at 2:18 AM, Henk van Oers h...@signature.nl wrote: Hi, My 7.4 is up to date and I have the latest proftpd It's not. Have you done a 'make buildworld' and 'make installworld' after updating the source? If yes then try another cvsup server and report to the administrator.

Re: best way to bind webserver to port 80 without running as root

2012-01-04 Thread Gareth de Vaux
On Wed 2012-01-04 (02:10), Dino Vliet wrote: suddenly I'm facing this quest on freebsd 8. I need to bind my little webserver running aolserver to port 80. In the past I was always using port 8080 and had my router configured to forward requests on port 80 to the server on port 8080.

Re: How to detect the version of a installed perl module during portbuild

2012-01-04 Thread Olli Hauer
On 2012-01-03 21:52, Olli Hauer wrote: Hi, I'm searching a solution to detect the version of p5-JSON-RPC during build time. JSON-RPC-1.01 is *not* backward compatible to 0.96 so I have to apply a fix to the port only if JSON-RPC 0.96 is installed. From

Ports with version numbers going backwards: chinese/tin

2012-01-04 Thread erwin
** The following ports have a version number that sorts before a previous one ** For many package tools to work correctly, it is of utmost importance that version numbers of a port form a monotonic increasing sequence over time. Refer to the FreeBSD Porter's Handbook, 'Package Naming

linux-f10-nss_ldap: my first port - be gentle :)

2012-01-04 Thread Da Rock
I've been advised I should attempt to port this for general use to FreeBSD. I've been operating it manually very successfully now in a number of operations. This is, however, my first attempt at a port and I would like some guidance to see if I've done this right. I was advised to copy the

Re: linux-f10-nss_ldap: my first port - be gentle :)

2012-01-04 Thread Gary Jennejohn
On Wed, 04 Jan 2012 22:31:51 +1000 Da Rock freebsd-po...@herveybayaustralia.com.au wrote: I've been advised I should attempt to port this for general use to FreeBSD. I've been operating it manually very successfully now in a number of operations. This is, however, my first attempt at a port

Re: redports.org - The public FreeBSD ports development infrastructure

2012-01-04 Thread Bernhard Froehlich
On 02.01.2012 23:32, Doug Barton wrote: Is there such a thing as a redports mailing list? I neither have the infrastructure nor the time to setup and maintain my own list so I created one on Google Groups: redpo...@googlegroups.com https://groups.google.com/group/redports IRC was easy:

Porter's Handbook: PREFIX and DESTDIR

2012-01-04 Thread Warren Block
The section on PREFIX and DESTDIR in the Porter's Handbook is unclear and confusing. Following up from a thread in -doc, here are the proposed changes so far. Existing section: http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/porting-prefix.html Proposed:

Re: How to detect the version of a installed perl module during portbuild

2012-01-04 Thread Paul Schmehl
--On January 4, 2012 8:59:12 AM + Matthew Seaman m.sea...@infracaninophile.co.uk wrote: On 03/01/2012 23:41, Paul Schmehl wrote: This returns the installed package: pkg_info -qa | grep p5-JSON-RPC | sort | uniq Woah! Try it like this: pkg_info -Ex p5-JSON-RPC I bow to the master.

Re: linux-f10-nss_ldap: my first port - be gentle :)

2012-01-04 Thread Chad Perrin
On Wed, Jan 04, 2012 at 02:27:57PM +0100, Gary Jennejohn wrote: On Wed, 04 Jan 2012 22:31:51 +1000 Da Rock freebsd-po...@herveybayaustralia.com.au wrote: I was advised to copy the essential parts from a similar port, so I've used archivers/linux-f10-ucl. This is my Makefile: [snip]

Re: FreeBSD-SA-11:07.chroot and ProFTPD 1.3.3g

2012-01-04 Thread Henk van Oers
On Wed, 4 Jan 2012, Xin LI wrote: On Wed, Jan 4, 2012 at 2:18 AM, Henk van Oers h...@signature.nl wrote: My 7.4 is up to date and I have the latest proftpd It's not. Have you done a 'make buildworld' and 'make installworld' after updating the source? Yes, and 'ezjail-admin update -i' to

Re: redports.org - The public FreeBSD ports development infrastructure

2012-01-04 Thread Greg Larkin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 1/4/12 3:07 AM, Bernhard Froehlich wrote: On 03.01.2012 22:32, Greg Larkin wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12/29/11 6:44 AM, Bernhard Froehlich wrote: Hi Porters! I am happy to announce that redports.org has finally

Re: redports.org - The public FreeBSD ports development infrastructure

2012-01-04 Thread Bernhard Froehlich
On 04.01.2012 19:21, Greg Larkin wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 1/4/12 3:07 AM, Bernhard Froehlich wrote: On 03.01.2012 22:32, Greg Larkin wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12/29/11 6:44 AM, Bernhard Froehlich wrote: Hi Porters! I am happy to

Re: Porter's Handbook: PREFIX and DESTDIR

2012-01-04 Thread Eitan Adler
On Wed, Jan 4, 2012 at 9:22 AM, Warren Block wbl...@wonkity.com wrote: The section on PREFIX and DESTDIR in the Porter's Handbook is unclear and confusing.  Following up from a thread in -doc, here are the proposed changes so far. Thanks for working on this. Beyond some rewriting and

Re: redports.org - The public FreeBSD ports development infrastructure

2012-01-04 Thread Doug Barton
On 01/04/2012 06:00, Bernhard Froehlich wrote: On 02.01.2012 23:32, Doug Barton wrote: Is there such a thing as a redports mailing list? I neither have the infrastructure nor the time to setup and maintain my own list so I created one on Google Groups: redpo...@googlegroups.com

Re: linux-f10-nss_ldap: my first port - be gentle :)

2012-01-04 Thread Da Rock
On 01/04/12 23:27, Gary Jennejohn wrote: On Wed, 04 Jan 2012 22:31:51 +1000 Da Rockfreebsd-po...@herveybayaustralia.com.au wrote: I've been advised I should attempt to port this for general use to FreeBSD. I've been operating it manually very successfully now in a number of operations. This

Re: linux-f10-nss_ldap: my first port - be gentle :)

2012-01-04 Thread Da Rock
On 01/05/12 07:10, Alexander Leidinger wrote: On Wed, 04 Jan 2012 22:31:51 +1000 Da Rock freebsd-po...@herveybayaustralia.com.au wrote: I've been advised I should attempt to port this for general use to FreeBSD. I've been operating it manually very successfully now in a number of operations.

Re: FreeBSD-SA-11:07.chroot and ProFTPD 1.3.3g

2012-01-04 Thread Xin Li
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, On 01/04/12 10:10, Henk van Oers wrote: On Wed, 4 Jan 2012, Xin LI wrote: On Wed, Jan 4, 2012 at 2:18 AM, Henk van Oers h...@signature.nl wrote: My 7.4 is up to date and I have the latest proftpd It's not. Have you done a 'make

Re: linux-f10-nss_ldap: my first port - be gentle :)

2012-01-04 Thread Chad Perrin
On Thu, Jan 05, 2012 at 09:53:25AM +1000, Da Rock wrote: On 01/05/12 01:41, Chad Perrin wrote: On Wed, Jan 04, 2012 at 02:27:57PM +0100, Gary Jennejohn wrote: On Wed, 04 Jan 2012 22:31:51 +1000 Da Rock freebsd-po...@herveybayaustralia.com.au wrote: I was advised to copy the essential parts

Re: linux-f10-nss_ldap: my first port - be gentle :)

2012-01-04 Thread Chad Perrin
On Thu, Jan 05, 2012 at 10:42:17AM +1000, Da Rock wrote: On 01/05/12 07:10, Alexander Leidinger wrote: This should be you (if you're willing to maintain the port). You keep dropping hints like this all the time Alex :) Honestly, though, I'm not sure whats involved or whether I'm capable

Re: Porter's Handbook: PREFIX and DESTDIR

2012-01-04 Thread Warren Block
On Wed, 4 Jan 2012, Eitan Adler wrote: Beyond some rewriting and clarification, I removed the mention of LOCALBASE sometimes being /opt, which is covered by saying it can be a custom path. It may be useful to give an explicit example of what paths users choose. Done, but not in a way that

Re: linux-f10-nss_ldap: my first port - be gentle :)

2012-01-04 Thread Da Rock
On 01/05/12 12:11, Chad Perrin wrote: On Thu, Jan 05, 2012 at 10:42:17AM +1000, Da Rock wrote: On 01/05/12 07:10, Alexander Leidinger wrote: This should be you (if you're willing to maintain the port). You keep dropping hints like this all the time Alex :) Honestly, though, I'm not sure

Re: linux-f10-nss_ldap: my first port - be gentle :)

2012-01-04 Thread Da Rock
On 01/05/12 12:08, Chad Perrin wrote: On Thu, Jan 05, 2012 at 09:53:25AM +1000, Da Rock wrote: On 01/05/12 01:41, Chad Perrin wrote: On Wed, Jan 04, 2012 at 02:27:57PM +0100, Gary Jennejohn wrote: On Wed, 04 Jan 2012 22:31:51 +1000 Da Rock freebsd-po...@herveybayaustralia.com.au wrote: I

Re: Porter's Handbook: PREFIX and DESTDIR

2012-01-04 Thread Warren Block
New version in the same place. Existing section: http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/porting-prefix.html Proposed: http://www.wonkity.com/~wblock/porters-prefix/book.html#PORTING-PREFIX diff: http://www.wonkity.com/~wblock/porters-prefix/patch-porters-prefix.diff

Re: linux-f10-nss_ldap: my first port - be gentle :)

2012-01-04 Thread Chad Perrin
On Thu, Jan 05, 2012 at 12:20:45PM +1000, Da Rock wrote: On 01/05/12 12:11, Chad Perrin wrote: The best way to learn, I think, is to get yourself a mentor and jump in. That's how I'm doing it (and yeah, that means I'm not the right person to mentor you). Thats what I'm looking for,

Re: linux-f10-nss_ldap: my first port - be gentle :)

2012-01-04 Thread Janketh Jay
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi guys! On 01/04/2012 08:19 PM, Chad Perrin wrote: On Thu, Jan 05, 2012 at 12:20:45PM +1000, Da Rock wrote: On 01/05/12 12:11, Chad Perrin wrote: The best way to learn, I think, is to get yourself a mentor and jump in. That's how I'm doing it

Re: linux-f10-nss_ldap: my first port - be gentle :)

2012-01-04 Thread Eitan Adler
On Wed, Jan 4, 2012 at 11:13 PM, Janketh Jay jan...@unfs.us wrote:    As much as I hate to toss Chris Rees under the bus on this, he's be EXTREMELY helpful to me when creating ports that have small hiccups like this. He's very knowledgeable. While he might be a bit too busy to be a mentor, I'm

Re: linux-f10-nss_ldap: my first port - be gentle :)

2012-01-04 Thread Da Rock
On 01/05/12 14:13, Janketh Jay wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi guys! On 01/04/2012 08:19 PM, Chad Perrin wrote: On Thu, Jan 05, 2012 at 12:20:45PM +1000, Da Rock wrote: On 01/05/12 12:11, Chad Perrin wrote: The best way to learn, I think, is to get yourself a mentor

Re: linux-f10-nss_ldap: my first port - be gentle :)

2012-01-04 Thread Da Rock
On 01/05/12 14:15, Eitan Adler wrote: On Wed, Jan 4, 2012 at 11:13 PM, Janketh Jayjan...@unfs.us wrote: As much as I hate to toss Chris Rees under the bus on this, he's be EXTREMELY helpful to me when creating ports that have small hiccups like this. He's very knowledgeable. While he might

Re: linux-f10-nss_ldap: my first port - be gentle :)

2012-01-04 Thread Janketh Jay
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Rock, On 01/04/2012 09:24 PM, Da Rock wrote: On 01/05/12 14:15, Eitan Adler wrote: On Wed, Jan 4, 2012 at 11:13 PM, Janketh Jayjan...@unfs.us wrote: As much as I hate to toss Chris Rees under the bus on this, he's be EXTREMELY helpful to me

Re: VirtualBox, vboxwebsrv and VRDPAuth

2012-01-04 Thread Sergio de Almeida Lenzi
Em Ter, 2012-01-03 às 09:19 +0100, Bernhard Froehlich escreveu: On 02.01.2012 22:23, Marek Salwerowicz wrote: Hi all, My host is 9.0-RC3 amd64. I've installed VirtualBox from /usr/ports/emulation/virtualbox-ose port, with GUESTADDITIONS, DBUS, VNC and WEBSERVICE options. I use