Re: git distfiles on the local mirror

2011-09-09 Thread Wesley Shields
On Fri, Sep 09, 2011 at 09:37:08PM +, b. f. wrote: Could someone please place the latest devel/git distfiles on the local mirrors, so that they are available while kernel.org is recovering from being hacked? The github mirror only has gzipped development tarballs, that don't work with the

Re: Ports maintrainer mode?

2011-10-17 Thread Wesley Shields
On Sun, Oct 16, 2011 at 11:46:01PM +1100, Alexey Golodov wrote: Looking through the ports, I see that sometimes maintrainers include in Makefile block with actions for maintrain port. There are different ways to define it (starting with MAINTRAINER_MODE in devel/git, and ends if user =

Re: What is wrong here?

2011-10-18 Thread Wesley Shields
On Mon, Oct 17, 2011 at 10:22:08PM +0200, Leslie Jensen wrote: 2011-10-17 22:13, Matthias Andree skrev: Am 17.10.2011 22:10, schrieb Leslie Jensen: I have a script that does portsnap fetch update pkg_version -vIL= on a Daily basis Today I got this little message about

Re: ports/162049: The Ports tree lacks a framework to restart services

2011-10-27 Thread Wesley Shields
On Thu, Oct 27, 2011 at 11:15:00AM +0200, Ed Schouten wrote: Hi folks, As crees@ suggested, I'm sending an email to ports@ about this. What really bothers me when I use the FreeBSD Ports tree on one of my systems, is that the behaviour of dealing with services is quite inconsistent. As

Re: gstat collision between sysutils/coreutils and base gstat

2011-10-31 Thread Wesley Shields
On Mon, Oct 31, 2011 at 09:21:26AM +, Chris Rees wrote: Hey all, Traditionally we've tended to use the 'g' prefix for GNU utilities; gmake, gtar etc, but apparently with stat that is a problem [1], due to the different gstat utility in base. I'm reluctant to simply rename the

Re: gstat collision between sysutils/coreutils and base gstat

2011-11-01 Thread Wesley Shields
On Mon, Oct 31, 2011 at 05:43:23PM +, Chris Rees wrote: On 31 October 2011 15:18, Wesley Shields w...@freebsd.org wrote: On Mon, Oct 31, 2011 at 09:21:26AM +, Chris Rees wrote: Hey all, Traditionally we've tended to use the 'g' prefix for GNU utilities; gmake, gtar etc

Re: More nitpicks from the department of redundancy department...

2011-11-22 Thread Wesley Shields
On Mon, Nov 21, 2011 at 12:42:59AM -0500, Eitan Adler wrote: On Sun, Nov 20, 2011 at 10:18 AM, Eitan Adler li...@eitanadler.com wrote: On Sun, Nov 20, 2011 at 4:45 AM, Matthew Seaman m.sea...@infracaninophile.co.uk wrote: PORT_DBDIR?= /var/db/ports is the default setting in bsd.ports.mk

Re: More nitpicks from the department of redundancy department...

2011-11-22 Thread Wesley Shields
On Tue, Nov 22, 2011 at 03:44:47PM +, Matthew Seaman wrote: On 22/11/2011 13:29, Wesley Shields wrote: On Mon, Nov 21, 2011 at 12:42:59AM -0500, Eitan Adler wrote: On Sun, Nov 20, 2011 at 10:18 AM, Eitan Adler li...@eitanadler.com wrote: On Sun, Nov 20, 2011 at 4:45 AM, Matthew Seaman

Re: Patch for net-mgmt/p0f

2012-01-06 Thread Wesley Shields
On Fri, Jan 06, 2012 at 04:12:19PM -, Clayton Milos wrote: Hi guys I found that p0f doesn't work with the pflog interface. A bit of searching and this patch turned up: http://desync.com/~bw/patch-p0f.c With it applied instead of the default patch it works. It looks like the default

Re: Patch for net-mgmt/p0f

2012-01-06 Thread Wesley Shields
On Fri, Jan 06, 2012 at 04:12:19PM -, Clayton Milos wrote: Hi guys I found that p0f doesn't work with the pflog interface. A bit of searching and this patch turned up: http://desync.com/~bw/patch-p0f.c With it applied instead of the default patch it works. It looks like the default

USE_GCC and CC=clang

2012-01-08 Thread Wesley Shields
I'm trying to fix a port which absolutely will not build with clang, since clang does not support the gcc extension used by this port. I set USE_GCC=4.2+, which is the lowest version of GCC which will work, but it doesn't properly override CC=clang. wxs@ack spamdyke % env CC=clang make test-gcc |

Re: USE_GCC and CC=clang

2012-01-09 Thread Wesley Shields
On Mon, Jan 09, 2012 at 06:22:58PM +, b. f. wrote: I'm trying to fix a port which absolutely will not build with clang, since clang does not support the gcc extension used by this port. I set USE_GCC=4.2+, which is the lowest version of GCC which will work, but it doesn't properly

Re: FW: p0f3 release candidate

2012-01-17 Thread Wesley Shields
On Fri, Jan 13, 2012 at 12:49:02AM -0500, Jason Hellenthal wrote: Ports maintainers and other ideals might be interested in the following. It purely needs more eyes at this point. If anyone has anything to update this port please let me know. If I don't get anything I'll just write the

CFT: sudo 1.8.4b5 update

2012-01-18 Thread Wesley Shields
I've got a patch to update sudo to the latest 1.8.4 beta (b5) available at [1]. There's lots of changes in this release and I want to give people who run more complex sudo installs than I do a chance to test it out. I'd appreciate people running this update and reporting back with either success

Re: CFT: sudo 1.8.4b5 update

2012-01-18 Thread Wesley Shields
On Wed, Jan 18, 2012 at 10:28:33AM -0500, Wesley Shields wrote: I've got a patch to update sudo to the latest 1.8.4 beta (b5) available at [1]. There's lots of changes in this release and I want to give people who run more complex sudo installs than I do a chance to test it out. I'd appreciate

Re: Encoding question

2012-01-20 Thread Wesley Shields
On Thu, Jan 19, 2012 at 08:43:14AM -0900, rfl...@acsalaska.net wrote: Hi, I'm trying to compile a C++ software on FreeBSD. While compiling, this error shows up: error: stray '\357' in program error: stray '\273' in program error: stray '\277' in program This file is reported (by

Re: Sudo security advisory

2012-01-30 Thread Wesley Shields
On Mon, Jan 30, 2012 at 10:56:44AM -0500, Mike Tancsa wrote: Hi, http://www.gratisoft.us/sudo/alerts/sudo_debug.html From the advisory, Successful exploitation of the bug will allow a user to run arbitrary commands as root. Exploitation of the bug does *not* require that the

Re: Sudo security advisory

2012-01-30 Thread Wesley Shields
On Mon, Jan 30, 2012 at 10:56:44AM -0500, Mike Tancsa wrote: Hi, http://www.gratisoft.us/sudo/alerts/sudo_debug.html From the advisory, Successful exploitation of the bug will allow a user to run arbitrary commands as root. Exploitation of the bug does *not* require that the

Re: FreeBSD Port: git-1.7.9.1

2012-02-18 Thread Wesley Shields
On Sat, Feb 18, 2012 at 04:29:32PM -0800, Douglas Thrift wrote: Hello, It looks like the update to git-1.7.9.1 missed updating distinfo. Fixed, sorry about that. -- WXS ___ freebsd-ports@freebsd.org mailing list

Re: On the usage of ${FILE}

2012-03-02 Thread Wesley Shields
On Thu, Mar 01, 2012 at 12:38:01PM +, Chris Rees wrote: On 1 Mar 2012 11:26, Matthew Seaman matt...@freebsd.org 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,

Re: update on /usr/ports/UPDATING entry 20110928

2012-03-05 Thread Wesley Shields
On Mon, Mar 05, 2012 at 10:37:29AM -0500, Robert Huff wrote: Is there documentation of the current state of this issue? It should be properly fixed. Should is the keyword here. If you're having specific problems please share. -- WXS ___

Re: p0f v3

2012-03-18 Thread Wesley Shields
On Sun, Mar 18, 2012 at 09:17:53PM +0100, Kurt Jaeger wrote: Hi! http://www.freebsd.org/cgi/query-pr.cgi?pr=166224 It still has an issue with the pkg-plist and I would appreciate hints on what's wrong. You replaced in Makefile: PORTDOCS= COPYING CREDITS ChangeLog KNOWN_BUGS

Re: Where are conventions like -devel ports documented?

2012-03-25 Thread Wesley Shields
On Sun, Mar 25, 2012 at 11:24:59PM +0300, Gerald Pfeifer wrote: Perhaps I am missing the obvious and will be rewarded with embarrassement, but where are conventions like the use and naming of -devel ports described? I would have expected this to be covered in

Re: FAQ on PORTREVISION bump?

2012-03-30 Thread Wesley Shields
On Fri, Mar 30, 2012 at 07:02:43AM +1100, Peter Jeremy wrote: On 2012-Mar-28 20:52:13 +, Philip M. Gollucci pgollu...@gmail.com wrote: Absolutely, b/c we maintain PORTREVISION for pointyhat not the end users This is completely backwards. The Project exists for end-users and end users

Re: post-deinstall target is invalid

2012-03-30 Thread Wesley Shields
On Thu, Mar 29, 2012 at 01:40:16PM -0700, Jason Helfman wrote: On Thu, Mar 29, 2012 at 09:47:27PM +0200, Gabor Kovesdan thus spake: On 2012.03.29. 20:49, Jason Helfman wrote: I will work on a effort, as well, to get some supporting documentation into the Porter's Handbook. Jason, thanks

Re: post-deinstall target is invalid

2012-03-31 Thread Wesley Shields
On Fri, Mar 30, 2012 at 09:14:02PM -0700, Jason Helfman wrote: On Thu, Mar 29, 2012 at 01:40:16PM -0700, Jason Helfman wrote: On Thu, Mar 29, 2012 at 09:47:27PM +0200, Gabor Kovesdan thus spake: On 2012.03.29. 20:49, Jason Helfman wrote: I will work on a effort, as well, to get some

Re: FreeBSD Port: samba34-3.4.14

2012-04-10 Thread Wesley Shields
On Tue, Apr 10, 2012 at 11:35:46PM +0400, Ruslan Mahmatkhanov wrote: Completely offtopic, but we have a nice unauthenticated remote root here: http://www.samba.org/samba/security/CVE-2012-1182 It looks like the ports have just been updated. Please let the update mirror out and then update

Re: Heimdal 1.5.2 problem

2012-05-22 Thread Wesley Shields
On Tue, May 22, 2012 at 03:08:31PM -0400, Robert Simmons wrote: On Tue, May 22, 2012 at 8:57 AM, Wesley Shields w...@freebsd.org wrote: As the person who committed this update I will take responsibility for seeing this through. Would you mind opening a PR with this patch and CC both myself

Re: Heimdal 1.5.2 problem

2012-05-25 Thread Wesley Shields
On Fri, May 25, 2012 at 12:21:54PM -0400, Robert Simmons wrote: On Thu, May 24, 2012 at 8:38 PM, Wesley Shields w...@freebsd.org wrote: On Tue, May 22, 2012 at 06:29:20PM -0400, Robert Simmons wrote: On Tue, May 22, 2012 at 5:14 PM, Wesley Shields w...@freebsd.org wrote: On Tue, May 22

Re: Heimdal 1.5.2 problem

2012-05-25 Thread Wesley Shields
On Fri, May 25, 2012 at 01:20:46PM -0400, Robert Simmons wrote: On Fri, May 25, 2012 at 12:56 PM, Wesley Shields w...@freebsd.org wrote: On Fri, May 25, 2012 at 12:21:54PM -0400, Robert Simmons wrote: On Thu, May 24, 2012 at 8:38 PM, Wesley Shields w...@freebsd.org wrote: On Tue, May 22

Re: More Heimdal 1.5.2 port problems

2012-05-27 Thread Wesley Shields
On Sun, May 27, 2012 at 01:58:23PM -0400, Robert Simmons wrote: On Sat, May 26, 2012 at 3:22 PM, Robert Simmons rsimmo...@gmail.com wrote: I've found another problem with the port. kadmind and kdc both look for krb5.conf in /usr/local/etc, but kpasswdd and kstash look for it in /etc.

Re: spamassassin problem with upgrade

2010-02-12 Thread Wesley Shields
On Fri, Feb 12, 2010 at 10:06:03PM +0100, Marco Beishuizen wrote: On Fri, 12 Feb 2010, eculp wrote: Spamassassin seems to crash everytime I try to start it. Starting spamd. child process [89827] exited or timed out without signaling production of a PID file: exit 25 at

Re: Installing a different PORTVERSION based on OSVERSION?

2010-02-14 Thread Wesley Shields
On Sat, Feb 13, 2010 at 07:26:39PM -0800, Darren Pilgrim wrote: I'm working on a revision to a port where the current version doesn't work on 8.0-R; however, an older version does. Rather than roll the entire port back to an older version, I'd like to have the newer version available to

Re: make package-noinstall does not include rc.d scripts?

2010-02-20 Thread Wesley Shields
On Sat, Feb 20, 2010 at 04:55:58PM +0100, Christer Solskogen wrote: Hi! I've just discovered the make option make package-noinstall which makes a tbz in /usr/ports/packages from a already installed package. But I've also found a bug(?) with that option. The package it creates seems not to

Re: make package-noinstall does not include rc.d scripts?

2010-02-21 Thread Wesley Shields
On Sun, Feb 21, 2010 at 12:01:50PM +0100, Dominic Fandrey wrote: On 21/02/2010 11:02, Dominic Fandrey wrote: On 21/02/2010 10:47, Christer Solskogen wrote: On Sun, Feb 21, 2010 at 10:44 AM, Dominic Fandrey kamik...@bsdforen.de wrote: So the right solution might be for the

Re: Checksum mismatch for ports/finance/homebank-4.2

2010-02-23 Thread Wesley Shields
On Tue, Feb 23, 2010 at 01:09:53PM -0800, Doug Barton wrote: On 02/23/10 00:18, Ruslan Mahmatkhanov wrote: On 15.02.2010 00:58, Doug Barton wrote: On 02/14/10 13:56, Ruslan Mahmatkhanov wrote: Hi. I've contacted the author. It confirm that it was rerrolled: That's fine, but our

Re: Bluefish 2.0.0 released!

2010-02-25 Thread Wesley Shields
On Thu, Feb 25, 2010 at 09:17:59PM +0100, simp...@gmail.com wrote: News 2010 - February 15 - Bluefish 2.0.0 released! I can't find it in the latest ports collection. You're better off contacting the maintainer (sylvio@), unless the maintainer is po...@freebsd.org (this mailing list). If the

Re: Possibly unbuildable ports reminder

2010-02-28 Thread Wesley Shields
On Sun, Feb 28, 2010 at 08:02:40AM -0600, Programmer In Training wrote: On 02/28/10 04:00, Bill Fenner wrote: snip addition, the list of ports with no MAINTAINER with build problems is http://people.freebsd.org/~fenner/errorlogs/po...@freebsd.org.html What about a list (by PORTS) of

Re: patch to build sysutils/xosview on CURRENT

2010-03-01 Thread Wesley Shields
On Mon, Mar 01, 2010 at 08:00:22AM +0100, Rainer Hurling wrote: Mailaddress of maintainer is unknown: ha...@physics.montana.edu SMTP error from remote mail server after RCPT TO:ha...@physics.montana.edu: host tesla.physics.montana.edu [153.90.192.170]: 550 unknown user

Re: ports/143974: [mail/courier] upgrade to 0.63.0

2010-03-09 Thread Wesley Shields
On Tue, Mar 09, 2010 at 12:02:10AM +0100, Milan Obuch wrote: Three weeks old, no activity... Could someone act on this? It is simple update, nothing under definition of sweeping change... I've grabbed it and will commit it in the next few days at the latest. -- WXS

Re: ISC DHCP 4?

2010-03-23 Thread Wesley Shields
On Tue, Mar 23, 2010 at 01:37:48PM +0100, Stefan Bethke wrote: When I was looking for ISC DHCP server version 4 or newer, I was surprised that I didn't find any port. Am I looking for the wrong thing, or is 3.1 really the newest version in ports? What are people using for IPv6? You are not

Re: FreeBSD Port: p5-Mail-SpamAssassin-3.3.0_3

2010-04-08 Thread Wesley Shields
On Thu, Apr 08, 2010 at 11:56:11AM +0100, Richard Mealing wrote: Hi, I was wondering if possible when this would be updated to reflect 3.3.1? I just updated the port. Please give it time for mirrors to catch up. -- WXS ___ freebsd-ports@freebsd.org

Re: Please pass out ports I maintain

2010-04-13 Thread Wesley Shields
On Tue, Apr 13, 2010 at 05:01:33PM +0400, alecn2002 wrote: Hi Looks like after 4-th child has born in my family I'll be unable to maintain ports anymore. Please pass ports to somebody who'd like to take them The list of ports I'm currently marked as maintainer is:

Re: How to port something requiring different versions depending on OSVERSION?

2010-04-25 Thread Wesley Shields
if running 8.x and install 2.01.09.004 if =8.x. I can't find anything in the Porter's Handbook that explicitly says NOT to do this. Wesley Shields (wxs) says this seems like a bad idea without further qualification. The only thing I could think of is the automated ports QA and packaging; however

Re: php5-snmp broken on some systems for more than 2 months

2010-04-26 Thread Wesley Shields
On Mon, Apr 26, 2010 at 01:11:24PM +0100, Matthew Seaman wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 26/04/2010 12:52:11, Helmut Schneider wrote: Matthew Seaman wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 26/04/2010 11:32:45, Helmut Schneider wrote: Hi,

Re: php5-snmp broken on some systems for more than 2 months

2010-04-26 Thread Wesley Shields
On Mon, Apr 26, 2010 at 01:32:03PM +, Helmut Schneider wrote: Matthew Seaman wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 26/04/2010 12:52:11, Helmut Schneider wrote: Matthew Seaman wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 26/04/2010

Re: php5-snmp broken on some systems for more than 2 months

2010-04-26 Thread Wesley Shields
On Mon, Apr 26, 2010 at 03:20:24PM +0100, Matthew Seaman wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 26/04/2010 13:56:56, Wesley Shields wrote: Thanks for bringing this up. I will take it over, get the plist fixed up and get it in the tree. Cool. Thank you very much indeed

Re: www/moinmoin: fix a bug while pkg_delete

2010-04-30 Thread Wesley Shields
On Fri, Apr 30, 2010 at 09:34:43AM +0800, khsing wrote: I have submitted a patch to fix a bug while pkg_delete. Please take it in. http://www.freebsd.org/cgi/query-pr.cgi?pr=146142 I will be committing this shortly. Thanks for addressing the problem. In the future, you only need to mail

Testers wanted: ISC DHCP 4

2010-05-02 Thread Wesley Shields
I've prepared ports for the latest version of the DHCP suite from ISC. I'd appreciate people testing it out and letting me know if it works for them or not. I'm not able to test every configuration so I appreciate the help with this. It can be fetched and extracted with: fetch -o

Re: Testers wanted: ISC DHCP 4

2010-05-02 Thread Wesley Shields
On Sun, May 02, 2010 at 10:36:54PM -0400, Wesley Shields wrote: I've prepared ports for the latest version of the DHCP suite from ISC. I'd appreciate people testing it out and letting me know if it works for them or not. I'm not able to test every configuration so I appreciate the help

Re: rsyncrypto port?

2010-05-03 Thread Wesley Shields
On Tue, May 04, 2010 at 02:28:16AM +1200, Atom Smasher wrote: http://rsyncrypto.lingnu.com/ is there a reason why this hasn't been ported to freeBSD? Porting is a community effort. If you want to see something in the ports tree it is often best if you do the leg work and port it and share

Re: Failing to build mutt-devel-lite

2010-05-05 Thread Wesley Shields
On Tue, May 04, 2010 at 01:08:22PM +0200, Benjamin Stier wrote: Thanks for the fast answer. I'll just wait for the commit then :) I committed the fix in the PR. -- WXS ___ freebsd-ports@freebsd.org mailing list

Re: ports/146058 (p5-Module-Build upgrade)

2010-05-15 Thread Wesley Shields
On Sat, May 15, 2010 at 11:04:38AM +0100, Eric wrote: Hi, I wondered if anyone could take a look at (and hopefully commit) a diff I submitted to upgrade p5-Module-Build (to fix a bug that's holding up another port). I've not heard anything from the maintainer when I first contacted

Re: pylint entry in UPDATING?

2010-05-17 Thread Wesley Shields
On Mon, May 17, 2010 at 10:19:49PM +0200, Marcus von Appen wrote: Hi Vladimir, On, Mon May 17, 2010, chukha...@mail.ru wrote: Hi, It seems than the new version of devel/pylint port is not compatible with the old config files in user's home. [...] Everything work since renaming

Re: preferred place for system-wide config files

2010-05-18 Thread Wesley Shields
On Tue, May 18, 2010 at 07:29:22AM +0400, Anonymous wrote: a little confusion arised from ports/146627. The Porter's Handbook defines PREFIX as the place where port should install its files including config files. However, it doesn't say where the port should try to read its config files

Re: preferred place for system-wide config files

2010-05-18 Thread Wesley Shields
On Tue, May 18, 2010 at 10:50:07PM +0400, Anonymous wrote: Matthew Seaman m.sea...@infracaninophile.co.uk writes: On 18/05/2010 12:56:11, Wesley Shields wrote: On Tue, May 18, 2010 at 07:29:22AM +0400, Anonymous wrote: a little confusion arised from ports/146627. The Porter's Handbook

Re: preferred place for system-wide config files

2010-05-18 Thread Wesley Shields
On Tue, May 18, 2010 at 01:21:01PM -0700, Doug Barton wrote: On 5/18/2010 12:57 PM, Wesley Shields wrote: On Tue, May 18, 2010 at 10:50:07PM +0400, Anonymous wrote: This still doesn't clarify where to look for files that are *not* installed, e.g. config files. Such files can be created

Re: port update with new dependencies on ports that need to be added

2010-05-19 Thread Wesley Shields
On Wed, May 19, 2010 at 11:59:50AM -0700, Russell Jackson wrote: I've got an port patch that includes adding entirely new ports along with it. Should these new ports be submitted in separate PRs or along with the maintainer update for the one existing port? It's a matter of preference I think.

Re: Port Request: TrueCrypt - Free Open-Source Disk Encryption Software

2010-05-24 Thread Wesley Shields
On Mon, May 24, 2010 at 08:51:17PM +1000, Peter Jeremy wrote: On 2010-May-18 22:15:57 -0700, James Burns draconian.bu...@gmail.com wrote: I would like to request a port of TrueCrypt. TrueCrypt 6.3a was the last stable version. The official website url is http://www.truecrypt.org/ FreeBSD

Re: Maintainer timeout on PR ports/146491

2010-05-27 Thread Wesley Shields
On Thu, May 27, 2010 at 12:02:06PM +0200, Guido Falsi wrote: Hi! I submitted the PR in the subject a while ago. It's still there. I also wrote directly to the maintainer a few weeks before submitting the PR without an answer. I know the port committers have a lot of work to do, but I'd

Re: ports licenses

2010-05-30 Thread Wesley Shields
On Sun, May 30, 2010 at 02:29:45PM -0700, Charlie Kester wrote: On Sun 30 May 2010 at 13:20:55 PDT Rene Ladan wrote: Hi, While adding license information to my ports (to be committed), I stumbled upon the following: Is this something all maintainers should be doing? Yesterday, while

Re: ports licenses

2010-05-31 Thread Wesley Shields
On Mon, May 31, 2010 at 04:48:15PM +0400, Alexander Churanov wrote: Wesley, I suggest additions to the ports development process: each time some mandatory or just desired feature is added to ports an e-mail to ports@ is sent, describing the feature or the link to Handbook. Matthew already

Re: License Framework: Develop Best Practices

2010-06-15 Thread Wesley Shields
On Tue, Jun 15, 2010 at 02:46:27AM +0200, Marco Br??der wrote: Hello, I know the ports license framework is very new and not mature yet. But it is not very useful in its current state, because several popular licenses are missing and some license foo is not right / specific enough to be

Re: New pkg-message[.in] guideline idea

2010-06-23 Thread Wesley Shields
On Wed, Jun 23, 2010 at 02:16:07PM +0200, David DEMELIER wrote: Hi freebsd-ports@, I would like to propose you something that I would like to be done. It's a cosmetic, useless thing but I like when things are made homogeneously. That is the problem : as you can see, sometimes port tells a

Fwd: [sudo-workers] sudo 1.7.3rc1 available

2010-06-28 Thread Wesley Shields
See below for the changes to sudo 1.7.3 which is set to be released soon. If you want to test out the 1.7.3rc1 update please fetch the patch from http://people.freebsd.org/~wxs/sudo.diff, apply it and rebuild. Please reply back to me privately with reports of success or failures. I'll probably

Re: vlc install error - possibly plist error for kde4?

2010-07-12 Thread Wesley Shields
On Mon, Jul 12, 2010 at 10:42:46PM +0200, David DEMELIER wrote: 2010/7/12 David Southwell da...@vizion2000.net: Hi The following error occurs on portupgrade of vlc #uname -a FreeBSD dns1.vizion2000.net 7.2-RELEASE-p3 FreeBSD 7.2-RELEASE-p3 #0: Thu Aug 20 12:54:34 BST 2009

Re: vlc install error - possibly plist error for kde4?

2010-07-13 Thread Wesley Shields
On Mon, Jul 12, 2010 at 09:45:34PM -0400, Joseph S. Atkinson wrote: On 07/12/2010 20:24, Wesley Shields wrote: On Mon, Jul 12, 2010 at 10:42:46PM +0200, David DEMELIER wrote: 2010/7/12 David Southwellda...@vizion2000.net: cd: can't cd to /usr/ports/multimedia/vlc/work/fake/usr/local/share

Re: vlc install error - possibly plist error for kde4?

2010-07-14 Thread Wesley Shields
On Wed, Jul 14, 2010 at 04:57:24AM -0400, Joseph S. Atkinson wrote: On 07/14/2010 04:20, David Southwell wrote: his morning I was just going to test your patch when I saw you had committed the patch. I updated my ports and tested the result - which now produces a different error.

Re: pkg_version notification and perl

2010-07-15 Thread Wesley Shields
On Thu, Jul 15, 2010 at 06:32:24AM -0600, Warren Block wrote: On Thu, 15 Jul 2010, Jerry wrote: On Thu, 15 Jul 2010 19:36:50 +0800 Denny Lin dennyli...@hs.ntnu.edu.tw articulated: On Thu, Jul 15, 2010 at 07:13:39PM +0800, Denny Lin wrote: On Thu, Jul 15, 2010 at 06:41:03AM -0400, Jerry

Re: sysytils/bacula-server link failures WITH_POSTGRESQL

2010-07-19 Thread Wesley Shields
On Mon, Jul 19, 2010 at 11:33:48AM +0100, Matthew Seaman wrote: Dear port maintainer, Since version 5.0.2 was committed over the weekend, if you select WITH_POSTGRESQL in the config dialogue for sysutils/bacula-server, it fails to link: Linking bacula-dir ...

Re: Wordpress outputs an empty page after ports upgrade

2010-07-20 Thread Wesley Shields
On Tue, Jul 20, 2010 at 10:52:34AM -0700, Yuri wrote: On 07/20/2010 10:45, Remko Lodder wrote: Somehow I get the feeling that you do not understand Volunteer projects and that you are not thankfull for the hours people spend on software for YOU. Remko, What makes you think that

Re: sysytils/bacula-server link failures WITH_POSTGRESQL

2010-07-20 Thread Wesley Shields
On Mon, Jul 19, 2010 at 11:33:48AM +0100, Matthew Seaman wrote: Dear port maintainer, Since version 5.0.2 was committed over the weekend, if you select WITH_POSTGRESQL in the config dialogue for sysutils/bacula-server, it fails to link: Linking bacula-dir ...

Re: sysytils/bacula-server link failures WITH_POSTGRESQL

2010-07-21 Thread Wesley Shields
On Wed, Jul 21, 2010 at 07:57:46AM -0400, Dan Langille wrote: On 7/20/2010 10:07 PM, Wesley Shields wrote: On Mon, Jul 19, 2010 at 11:33:48AM +0100, Matthew Seaman wrote: Dear port maintainer, Since version 5.0.2 was committed over the weekend, if you select WITH_POSTGRESQL

Re: sysytils/bacula-server link failures WITH_POSTGRESQL

2010-07-21 Thread Wesley Shields
On Wed, Jul 21, 2010 at 09:09:22AM -0400, Dan Langille wrote: On 7/21/2010 8:20 AM, Wesley Shields wrote: On Wed, Jul 21, 2010 at 07:57:46AM -0400, Dan Langille wrote: On 7/20/2010 10:07 PM, Wesley Shields wrote: On Mon, Jul 19, 2010 at 11:33:48AM +0100, Matthew Seaman wrote: Dear port

Re: sysytils/bacula-server link failures WITH_POSTGRESQL

2010-07-21 Thread Wesley Shields
On Wed, Jul 21, 2010 at 12:37:29PM -0400, Dan Langille wrote: On 7/21/2010 9:16 AM, Wesley Shields wrote: On Wed, Jul 21, 2010 at 09:09:22AM -0400, Dan Langille wrote: On 7/21/2010 8:20 AM, Wesley Shields wrote: On Wed, Jul 21, 2010 at 07:57:46AM -0400, Dan Langille wrote: On 7/20/2010 10

Re: INDEX build failed for 6.x

2010-07-25 Thread Wesley Shields
On Sun, Jul 25, 2010 at 12:58:39PM +, Erwin Lansing wrote: INDEX build failed with errors: Generating INDEX-6 - please wait..pkg_info: not found pkg_info: not found Done. make_index: zynaddsubfx-2.2.1_8: no entry for /usr/ports/textproc/mini-xml Committers on the hook: jsa kwm olgeni

Re: libgcrypt update breaks gnome runtime

2010-07-27 Thread Wesley Shields
On Tue, Jul 27, 2010 at 11:23:02AM +0400, cvs-...@yandex.ru wrote: Many gnome ports should be rebuilt to work with new libgcrypt: gnome-power-manager gnome-session libgnomeui libgail-gnome and many others. I was tired catching dependent ports so i just add entry for

Re: Drop maintainership

2010-07-28 Thread Wesley Shields
On Wed, Jul 28, 2010 at 04:01:19PM +0200, Julien Laffaye wrote: On Wed, Jul 28, 2010 at 3:35 PM, Toni Gundogdu lega...@gmail.com wrote: I can no longer maintain the following ports: ?* multimedia/abby ?* multimedia/cclive ?* multimedia/clive ?* multimedia/clive-utils ?*

Re: DEPRECATE and a master/slave port

2010-08-13 Thread Wesley Shields
On Fri, Aug 13, 2010 at 01:25:09PM -0500, Paul Schmehl wrote: I want to DEPRECATE security/barnyard. It's a master port. The slave is security/barnyard-sguil. Is it sufficient to DEPRECATE and EXPIRE the master? Or do I need to do that to the slave as well? Master should be enough. -- WXS

Re: Bacula 5.0.3

2010-08-17 Thread Wesley Shields
On Sat, Aug 14, 2010 at 02:47:59PM -0400, Dan Langille wrote: On 8/8/2010 10:59 PM, Dan Langille wrote: Allan: For Bacula 5.0.2 you submitted patches which included: patch-src-cats-Makefile.in patch-src-findlib-Makefile.in patch-src-lib-Makefile.in In particular, I'm interested

Re: [ports/net/isc-dhcp*] Don't stop DHCP related daemons

2010-09-11 Thread Wesley Shields
On Sat, Sep 11, 2010 at 05:33:59PM +0300, Ion-Mihai Tetcu wrote: On Sat, 11 Sep 2010 22:29:02 +0900 Norikatsu Shigemura n...@freebsd.org wrote: Hi wxs and jpaetzel. I noticed that dhcpd server stoped after portupgrade, sometimes. It's a painful accident on my network. Because I

Re: editors/vim installs to /

2010-09-17 Thread Wesley Shields
On Fri, Sep 17, 2010 at 09:21:46PM +0200, David DEMELIER wrote: 2010/9/17 jhell jh...@dataix.net: After a force upgrade of vim that had failed unfortunately not registering the files it installed already I found out that it is installing to / ~! ugh. Why is ${PREFIX} being used

Re: editors/vim installs to /

2010-09-17 Thread Wesley Shields
On Fri, Sep 17, 2010 at 01:49:37PM -0400, jhell wrote: After a force upgrade of vim that had failed unfortunately not registering the files it installed already I found out that it is installing to / ~! ugh. Why is ${PREFIX} being used and not ${LOCALBASE} ??? I reverted to the

Re: editors/vim installs to /

2010-09-17 Thread Wesley Shields
On Fri, Sep 17, 2010 at 07:18:09PM -0400, jhell wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09/17/2010 17:19, Wesley Shields wrote: On Fri, Sep 17, 2010 at 01:49:37PM -0400, jhell wrote: After a force upgrade of vim that had failed unfortunately not registering the files

Re: editors/vim installs to /

2010-09-17 Thread Wesley Shields
On Fri, Sep 17, 2010 at 03:51:42PM -0700, Rob Farmer wrote: On Fri, Sep 17, 2010 at 13:54, Wesley Shields w...@freebsd.org wrote: While I agree that editors/vim could use the changes you're discussing, do you really think such a comment is needed? Attacks like that are not necessary. Let

Re: editors/vim installs to /

2010-09-17 Thread Wesley Shields
On Sat, Sep 18, 2010 at 03:52:17AM +0400, Anonymous wrote: jhell jh...@dataix.net writes: After a force upgrade of vim that had failed unfortunately not registering the files it installed already I found out that it is installing to / ~! ugh. Does the following diff fixes it? It

Re: update bacula-server 5.0.2 - 5.0.3, Undefined symbol ASN1_INTEGER_it

2010-09-20 Thread Wesley Shields
On Mon, Sep 20, 2010 at 07:39:58PM +0200, olli hauer wrote: On 2010-09-19 08:20, Per olof Ljungmark wrote: FreeBSD 7.3-STABLE #0: Tue Sep 7 22:46:59 CEST 2010 p...@candyman.i.inter-sonic.com:/usr/obj/usr/src/sys/GENERIC amd64 Portupgrade of bacula-server 5.0.2 - 5.0.3 Starting

Re: update bacula-server 5.0.2 - 5.0.3, Undefined symbol ASN1_INTEGER_it

2010-09-21 Thread Wesley Shields
On Tue, Sep 21, 2010 at 09:48:50PM +0200, olli hauer wrote: On 2010-09-21 02:24, Wesley Shields wrote: On Mon, Sep 20, 2010 at 07:39:58PM +0200, olli hauer wrote: On 2010-09-19 08:20, Per olof Ljungmark wrote: FreeBSD 7.3-STABLE #0: Tue Sep 7 22:46:59 CEST 2010 p...@candyman.i.inter

Re: update bacula-server 5.0.2 - 5.0.3, Undefined symbol ASN1_INTEGER_it

2010-09-21 Thread Wesley Shields
On Tue, Sep 21, 2010 at 07:51:26PM -0400, Dan Langille wrote: On 9/21/2010 4:46 PM, Wesley Shields wrote: On Tue, Sep 21, 2010 at 09:48:50PM +0200, olli hauer wrote: On 2010-09-21 02:24, Wesley Shields wrote: On Mon, Sep 20, 2010 at 07:39:58PM +0200, olli hauer wrote: On 2010-09-19 08:20

Re: update bacula-server 5.0.2 - 5.0.3, Undefined symbol ASN1_INTEGER_it

2010-09-21 Thread Wesley Shields
On Tue, Sep 21, 2010 at 06:16:15PM -0700, Jeremy Chadwick wrote: On Tue, Sep 21, 2010 at 08:42:09PM -0400, Wesley Shields wrote: On Tue, Sep 21, 2010 at 07:51:26PM -0400, Dan Langille wrote: On 9/21/2010 4:46 PM, Wesley Shields wrote: On Tue, Sep 21, 2010 at 09:48:50PM +0200, olli hauer

Re: [HEADS-UP] graphics/claraocr out of date.

2010-09-25 Thread Wesley Shields
On Sat, Sep 25, 2010 at 02:49:02PM -0400, jhell wrote: Going through some of my old OCR uses, I could the subject listed port out of date and the URL referenced in the pkg-descr is non functional. The new website for this port is: http://www.claraocr.org/en/download.html And seems to be

Re: [HEADS-UP] graphics/claraocr out of date.

2010-09-26 Thread Wesley Shields
On Sat, Sep 25, 2010 at 07:54:42PM -0400, jhell wrote: On 09/25/2010 19:01, Wesley Shields wrote: On Sat, Sep 25, 2010 at 02:49:02PM -0400, jhell wrote: Going through some of my old OCR uses, I could the subject listed port out of date and the URL referenced in the pkg-descr is non

Re: net/isc-dhcp41-client, dhclient-script and DHCPv6

2010-09-28 Thread Wesley Shields
On Wed, Sep 22, 2010 at 06:20:07PM +1000, Lawrence Stewart wrote: Hi Wesley, I've been playing with DHCPv6 and in doing so, ran into an apparent problem with the net/isc-dhcp41-client port. I've switched to using the script provided by upstream. Thanks for noticing this and sorry for the

Re: Idea: entries in UPDATING for each release

2010-09-28 Thread Wesley Shields
On Tue, Sep 28, 2010 at 12:07:08PM -0600, Warren Block wrote: Right now, people who install ports from a -release CD and then start upgrading don't have a clear marker for how far back to go in UPDATING. A simple entry would be enough: 20100703: AFFECTS: AUTHOR:

Re: Entries in /usr/ports/UPDATING

2010-10-14 Thread Wesley Shields
On Thu, Oct 14, 2010 at 11:59:53AM +, Helmut Schneider wrote: Hi, a repocopy for typo3 was done recently and I would like to suggest users to change origin if they want to stay at the 4.3 branch. I guess UPDATING is the right place to do so but who does so, who changes/decides that a

Re: FreeBSD Port: spamdyke-4.0.10

2010-10-18 Thread Wesley Shields
On Sun, Oct 10, 2010 at 05:35:13PM -0700, Peter Kieser wrote: Hello, I am no longer in a position to test spamdyke fixes, please remove me as maintainer. -Peter Done. On 10/10/2010 5:25 PM, BC wrote: Hi Peter - There has been a new version of spamdyke out since July. The new

Re: New tools for committers and maintainers

2010-10-19 Thread Wesley Shields
On Tue, Oct 19, 2010 at 08:12:23PM +0300, Ion-Mihai Tetcu wrote: Hi, A new tool was just committed to ports, ports-mgmt/distilator. It will check for you each of the MASTER_SITES of the port you call it with. The link I was given when ehaupt@ ran it included URLs in pkg-descr too. It even

Re: New tools for committers and maintainers

2010-10-19 Thread Wesley Shields
On Tue, Oct 19, 2010 at 08:41:28PM +0200, Emanuel Haupt wrote: Wesley Shields w...@freebsd.org wrote: On Tue, Oct 19, 2010 at 08:12:23PM +0300, Ion-Mihai Tetcu wrote: Hi, A new tool was just committed to ports, ports-mgmt/distilator. It will check for you each

Re: Web feeds for UPDATING files [and commits too]

2010-11-03 Thread Wesley Shields
On Wed, Nov 03, 2010 at 11:00:22PM +0100, Lapo Luchini wrote: Alexander Kojevnikov wrote: The site now features Atom feeds for the following files: * ports/UPDATING * head/UPDATING * stable/7/UPDATING * stable/8/UPDATING Hope you find the feeds useful. Useful indeed! Also,

Re: [RFC] NO_INSTALL in meta-ports considered harmful

2009-05-11 Thread Wesley Shields
On Sun, May 10, 2009 at 09:28:34PM +, Marcin Wisnicki wrote: On Sun, 10 May 2009 15:22:04 -0400, Glen Barber wrote: On Sun, May 10, 2009 at 2:51 PM, Marcin Wisnicki mwisnicki+free...@gmail.com wrote: They will be installed since they are run dependencies. From what I can tell (from

  1   2   3   4   >