Re: Use of exists() in a Makefile

2011-10-06 Thread David Cantrell
, yeah, that makes sense. I bet that's exactly what's happening. Thanks, -- David Cantrell david.l.cantr...@gmail.com WH6DSN | http://blog.burdell.org/

Re: Use of exists() in a Makefile

2011-10-06 Thread David Cantrell
On 10/04/2011 05:38 PM, Marc Espie wrote: On Tue, Oct 04, 2011 at 04:43:12PM -0400, David Cantrell wrote: You don't and you don't care about that. I'm talking about extending the infrastructure to support more fetch mechanisms. If people are building from source anyway, especially locally

Re: Use of exists() in a Makefile

2011-10-06 Thread David Cantrell
and it still fits nicely within the ports infrastructure. Thanks for the suggestion! -- David Cantrell david.l.cantr...@gmail.com WH6DSN | http://blog.burdell.org/

Use of exists() in a Makefile

2011-10-04 Thread David Cantrell
to be doing anything different from what I'm trying to do. There are absolute path checks in there too. Anyone have any ideas or suggestions? -- David Cantrell david.l.cantr...@gmail.com WH6DSN | http://blog.burdell.org/

Re: Use of exists() in a Makefile

2011-10-04 Thread David Cantrell
On 10/04/2011 01:39 PM, Antoine Jacoutot wrote: On Tue, 4 Oct 2011, David Cantrell wrote: I'm working on a local port where the source archive is not available via anything other than svn. I'm trying to use pre-fetch to see if a checkout of the release I want already exists in /usr/ports

Re: Use of exists() in a Makefile

2011-10-04 Thread David Cantrell
On 10/04/2011 02:31 PM, Marc Espie wrote: On Tue, Oct 04, 2011 at 02:11:13PM -0400, David Cantrell wrote: On 10/04/2011 01:39 PM, Antoine Jacoutot wrote: On Tue, 4 Oct 2011, David Cantrell wrote: I'm working on a local port where the source archive is not available via anything other than

Re: Use of exists() in a Makefile

2011-10-04 Thread David Cantrell
On 10/04/2011 04:27 PM, Marc Espie wrote: On Tue, Oct 04, 2011 at 02:44:42PM -0400, David Cantrell wrote: On 10/04/2011 02:31 PM, Marc Espie wrote: On Tue, Oct 04, 2011 at 02:11:13PM -0400, David Cantrell wrote: On 10/04/2011 01:39 PM, Antoine Jacoutot wrote: On Tue, 4 Oct 2011, David

Re: [UPDATE] misc/rpm - rpm-4.9.1.1

2011-09-11 Thread David Cantrell
On 09/06/11 20:29, Amit Kulkarni wrote: On Tue, Sep 6, 2011 at 3:29 PM, David Cantrell david.l.cantr...@gmail.com wrote: Attached is a patch for misc/rpm that brings it up to the latest stable release. Based on a conversation with Marc Espie at the beginning of July, he did not mind me taking

Re: [UPDATE] misc/rpm - rpm-4.9.1.1

2011-09-11 Thread David Cantrell
On 09/11/11 14:17, Jasper Lievisse Adriaanse wrote: On Sun, Sep 11, 2011 at 01:22:24PM -0400, David Cantrell wrote: On 09/06/11 20:29, Amit Kulkarni wrote: On Tue, Sep 6, 2011 at 3:29 PM, David Cantrell david.l.cantr...@gmail.com wrote: Attached is a patch for misc/rpm that brings it up

[UPDATE] misc/rpm - rpm-4.9.1.1

2011-09-06 Thread David Cantrell
Attached is a patch for misc/rpm that brings it up to the latest stable release. Based on a conversation with Marc Espie at the beginning of July, he did not mind me taking over maintenance of this port. -- David Cantrell david.l.cantr...@gmail.com WH6DSN | http://blog.burdell.org/ Index

Re: struggling with qemu guests using 256M memory

2011-08-22 Thread David Cantrell
On 08/22/11 01:21, Ryan Freeman wrote: On Sun, Aug 21, 2011 at 10:09:30PM -0400, David Cantrell wrote: I am unable to start a qemu guest with more than 256M of memory, despite having 4G in my system. I get ENOMEM and qemu exits. Using 256M or less works just fine. After some debugging, I see

Re: struggling with qemu guests using 256M memory

2011-08-22 Thread David Cantrell
/login.conf similar to what described or don't use bash and expect ulimit to behave. When I get some spare time, I want to dig in to bash and see why it's ulimit builtin is behaving incorrectly. Thanks, -- David Cantrell david.l.cantr...@gmail.com WH6DSN | http://blog.burdell.org/

struggling with qemu guests using 256M memory

2011-08-21 Thread David Cantrell
GENERIC.MP unmodified on OpenBSD 4.9. Thanks, -- David Cantrell david.l.cantr...@gmail.com WH6DSN | http://blog.burdell.org/

Re: Upgrade misc/rpm to rpm-4.9.0

2011-07-03 Thread David Cantrell
On 07/03/11 04:59, Landry Breuil wrote: On Sat, Jul 02, 2011 at 08:25:10PM -0400, David Cantrell wrote: On 07/02/11 17:57, Amit Kulkarni wrote: Index: Makefile === RCS file: /cvs/ports/misc/rpm/Makefile,v retrieving revision

Re: Upgrade misc/rpm to rpm-4.9.0

2011-07-02 Thread David Cantrell
it for the other files too if needed and send it as inline diff (I think cvs diff -Nup) and as a attachment. It is difficult to merge your changes by hand. Thanks Ah, sure, no problem. Sorry about that. Will do that and resend. -- David Cantrell david.l.cantr...@gmail.com WH6DSN | http

Re: Upgrade misc/rpm to rpm-4.9.0

2011-07-02 Thread David Cantrell
it's clean to commit to the ports tree, so let me know what changes are required and I'll take care of it. I would have sent it inline, but I'm not that trusting of Thunderbird to not mangle the diff. Thanks, -- David Cantrell david.l.cantr...@gmail.com WH6DSN | http://blog.burdell.org

Re: PATCH sysutils/conky - enable apm_* vars on amd64

2011-03-02 Thread David Cantrell
of the code and how things work, so my patches will not directly apply to master. That's next on the to do list, but I figured I'd post these now with the hopes that we can get the OpenBSD port updated and working on OpenBSD systems. Thanks, -- David Cantrell david.l.cantr...@gmail.com KB1PCX | http

Re: Fix for /etc/vpnc/vpnc-script in security/vpnc

2010-12-20 Thread David Cantrell
On 12/16/2010 11:30 AM, David Cantrell wrote: The script tries to set IPROUTE to the 'ip' command. The script works fine when IPROUTE is empty, but without an additional 2/dev/null, the script always displays errors from which(1). Attached is an updated patch-vpnc-script_in for the port. Any

Fix for /etc/vpnc/vpnc-script in security/vpnc

2010-12-16 Thread David Cantrell
The script tries to set IPROUTE to the 'ip' command. The script works fine when IPROUTE is empty, but without an additional 2/dev/null, the script always displays errors from which(1). Attached is an updated patch-vpnc-script_in for the port. -- David Cantrell | KB1PCX http

Trouble with MODULES=devel/gettext

2010-12-06 Thread David Cantrell
documentation and read through bsd.port.mk and resolve-lib in /usr/ports/infrastructure, but I cannot determine what is happening. Any pointers people can provide, I'd appreciate it. Thanks, -- David Cantrell | KB1PCX http://www.burdell.org/

Re: Trouble with MODULES=devel/gettext

2010-12-06 Thread David Cantrell
On 12/06/2010 04:05 PM, Stuart Henderson wrote: On 2010/12/06 14:24, David Cantrell wrote: On ports that have: MODULES = devel/gettext in the Makefile, I am consistently getting these errors when trying to build: === Verifying specs: c intl=5 iconv=6 c intl=5 iconv=6 Missing

Minor fix for x11/gnome/doc-utils

2010-12-06 Thread David Cantrell
+ eval set -- $options; + while [ $1 != -- ]; do -- David Cantrell | KB1PCX http://www.burdell.org/

Re: x11/xmonad dep issues

2010-12-03 Thread David Cantrell
On 12/02/2010 09:23 PM, Matthias Kilian wrote: On Thu, Dec 02, 2010 at 07:32:38PM -1000, David Cantrell wrote: Perhaps this is something I am doing wrong, but I noticed that if you: pkg_add -v xmonad (After setting PKG_PATH to point to a location with packages.), you will not get

x11/xmonad dep issues

2010-12-02 Thread David Cantrell
naming style than xmonad and xmonad-lib. I am using OpenBSD 4.8 on i386, tracking -stable. -- David Cantrell | KB1PCX http://www.burdell.org/