Re: Gprolog Port

2009-02-17 Thread Nuno Morgadinho
Hi Duncan, Last June 2008 me and merdely@ were working on a diff to update the port to 1.3.0. I seem to remember that we agreed that the attached diff was ok but this never seemed go into the tree for some reason. Maybe someone else knows something about it. Cheers, Nuno gprolog.mwe3.diff

Re: Work in Progress: update to GNOME 2.14.2

2006-08-02 Thread Nuno Morgadinho
Also tested ok on i386 -current. * Mikolaj Kucharski ([EMAIL PROTECTED]) wrote: On Tue, Aug 01, 2006 at 03:08:31AM +0100, Mikolaj Kucharski wrote: On Mon, Jul 31, 2006 at 03:36:49AM +0100, Mikolaj Kucharski wrote: Hello, I've started of update GNOME ports to newer stable version,

Re: Work in Progress: update to GNOME 2.14.2

2006-08-01 Thread Nuno Morgadinho
* Mikolaj Kucharski ([EMAIL PROTECTED]) wrote: This is normal `cvs diff' behaviour or I should pass some special parameters to `cvs diif' command to make correct diffs with new files within patch? Remember you can use 'make update-patches' for that. Also, you should only patch one source file

pkg_add -u

2005-10-09 Thread Nuno Morgadinho
From pkg_add(1) man page: -u Update the given pkgname(s), and anything it depends upon. But when issuing the command there isn't any output: # echo $PKG_PATH ftp://ftp.openbsd.org/pub/OpenBSD/snapshots/packages/i386/ # pkg_add -u xchat # pkg_info | grep xchat

update: mail/evolution

2005-07-27 Thread Nuno Morgadinho
Not yet a new port but rather a small fix. Index: Makefile === RCS file: /cvs/ports/mail/evolution/Makefile,v retrieving revision 1.18 diff -u -r1.18 Makefile --- Makefile30 Apr 2005 15:11:11 - 1.18 +++ Makefile27

Re: UPDATE: lang/gprolog

2005-07-25 Thread Nuno Morgadinho
Let me add that lang/gprolog is currently broken in the tree (doesn't compile). This should fix that but gprolog will be a bit unstable. It would be nice if someone could test it on stable to see if it's another bug(s) revealed by the new malloc with mmap. Cheers, -- nuno

PATCH: lang/gprolog only_for_archs i386

2005-07-01 Thread Nuno Morgadinho
lang/gprolog is only for i386, update accordingly. -- nuno --- Makefile.ori Thu Jun 30 17:38:50 2005 +++ Makefile Thu Jun 30 17:40:49 2005 @@ -1,6 +1,6 @@ # $OpenBSD: Makefile,v 1.5 2005/02/24 13:20:41 alek Exp $ -NOT_FOR_ARCHS= sparc64 +ONLY_FOR_ARCHS= i386 COMMENT= Prolog compiler

Re: i386 breakage

2005-06-30 Thread Nuno Morgadinho
From the latest i386 package build: lang/gprologmmap I'll be looking into this next week or so.. -- nuno

NEW: sysutils/pkg_search

2005-06-27 Thread Nuno Morgadinho
DESCR: pkg_search is a Perl program, by Nuno Morgadinho and others, that allows searching and installing OpenBSD binary packages. pkg_search.tar.gz Description: application/compressed-tar

Re: NEW: sysutils/pkg_search

2005-06-27 Thread Nuno Morgadinho
Everyone please give it another try. Thanks. On Mon, 2005-06-27 at 14:47 +0200, Marc Espie wrote: On Sun, Jun 26, 2005 at 11:43:35PM +0100, Nuno Morgadinho wrote: DESCR: pkg_search is a Perl program, by Nuno Morgadinho and others, that allows searching and installing OpenBSD binary

Re: spkg utility

2005-06-19 Thread Nuno Morgadinho
On Sun, 2005-06-19 at 07:49 -0400, Kyle Amon wrote: Attached is handy (IMNSHO) little utility I just whipped up. It's called spkg for Search Packages. Basically, it searches for pre-built packages on OpenBSD mirrors via the PKG_PATH setting. Pretty simple. Pretty handy. Wish I had made this