Re: Using bidirectional authentication in pkgng

2013-01-24 Thread Dag-Erling Smørgrav
Baptiste Daroussin b...@freebsd.org writes: Michael Gmelin free...@grem.de writes: I implemented the necessary bits over the weekend and filed a PR containing the patch (SSL peer verification, hostname checking, client certificates etc.).

Re: Using bidirectional authentication in pkgng

2013-01-24 Thread Michael Gmelin
On Thu, 24 Jan 2013 10:50:11 +0100 Dag-Erling Smørgrav d...@des.no wrote: Baptiste Daroussin b...@freebsd.org writes: Michael Gmelin free...@grem.de writes: I implemented the necessary bits over the weekend and filed a PR containing the patch (SSL peer verification, hostname checking,

Re: svn - but smaller?

2013-01-24 Thread Thomas Mueller
To get started regarding svn with only the base system, as in a fresh install, what about the suggestion to download the ports tarball from the FreeBSD server? That can be done using ftp, I believe, or am I wrong? Then svn and its dependencies can be built. Not sure about the compatibility of

Re: Using bidirectional authentication in pkgng

2013-01-24 Thread Dag-Erling Smørgrav
Michael Gmelin free...@grem.de writes: Would be great if you could point out the exact issues, so I could avoid them next time (I spent literally hours trying to clean up the code so it complies to style(9), even though it doesn't seem like fetch really follows it either). Other people's

Re: Using bidirectional authentication in pkgng

2013-01-24 Thread Michael Gmelin
On Thu, 24 Jan 2013 14:27:42 +0100 Dag-Erling Smørgrav d...@des.no wrote: Michael Gmelin free...@grem.de writes: Would be great if you could point out the exact issues, so I could avoid them next time (I spent literally hours trying to clean up the code so it complies to style(9), even

FreeBSD ports you maintain which are out of date

2013-01-24 Thread portscout
Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated,

Re: Using bidirectional authentication in pkgng

2013-01-24 Thread Dag-Erling Smørgrav
Michael Gmelin free...@grem.de writes: Dag-Erling Smørgrav d...@des.no writes: - Several lines are too long, and almost all your continuation lines are misindented. Hm, I used an emacs mode that was supposed to indent according to style(9) - so maybe that wasn't the right tool. Do you

Re: Using bidirectional authentication in pkgng

2013-01-24 Thread Michael Gmelin
On Thu, 24 Jan 2013 16:23:54 +0100 Dag-Erling Smørgrav d...@des.no wrote: but Emacs will still misindent continuation lines in some cases, e.g. when a line break occurs within nested parentheses; AFAICT from the documentation, there is no way to tune that. Hm, so this will probably get me

Re: Using bidirectional authentication in pkgng

2013-01-24 Thread Dag-Erling Smørgrav
Michael Gmelin free...@grem.de writes: Dag-Erling Smørgrav d...@des.no writes: Some of the code in http.c is so deeply nested that it is almost impossible to stay within 80 characters. This is a clear sign that the code needs to be rewritten. Ok, is that only for libfetch or for all of

dropping maintainership of some ports

2013-01-24 Thread Brooks Davis
Due to a change of jobs I'm planning to drop maintainership of a number of ports I no longer use or have test systems for. If you would like to maintain them, please let me know: databases/nagios-check_postgres_replication net/openmpi net/pypvm net/vncreflector www/trac-addcomment

How do I download a deleted port from svnweb?

2013-01-24 Thread Torfinn Ingolfsen
Hi, I want to download a deleted port from svnweb (svnweb.freebsd.org), but it doesn't seem like ViewVC has the Tarball download enabled, so how do I get it? (downloading file by file is too cumbersome) Note: before people start getting all worked up; the reason I want to download this deleted

firefox port and FreeBSD 9.0 stable

2013-01-24 Thread Patrick Mackinlay
Hello, The latest firefox port (18.0.1) does not compile in FreeBSD 9 stable (FreeBSD 9.0-STABLE). This is because the port patches the code in a way to expect xlocale. In the patch files/patch-bug807492 there are the following lines: -#ifdef DARWIN + +#ifdef __FreeBSD__ +#include osreldate.h +#

Re: How do I download a deleted port from svnweb?

2013-01-24 Thread Douglas Thrift
You could use svn to do this, something like: svn co -r REVISION http://svn.freebsd.org/ports/head/CATEGORY/PORT I hope this helps! -- Douglas William Thrift douglas...@gmail.com http://douglasthrift.net/ On 1/24/2013 2:00 PM, Torfinn Ingolfsen wrote: Hi, I want to download a deleted port

sysutils/pacman: use in FreeBSD?

2013-01-24 Thread Thomas Mueller
I see to my surprise, in http://www.freshports.org/commits.php , that pacman from Archlinux has just been ported to FreeBSD. But how would pacman be used in FreeBSD, considering we already have ports and pkgng? Would pacman in FreeBSD be only for binary packages, or would it be used with Arch