UPDATE(2) to net/ntp

2009-01-17 Thread Wim Lewis
tches were incorporated upstream, and configure.in was renamed to configure.ac). -- Wim Lewis , Seattle, WA, USA. PGP keyID 27F772C1 cvs server: Diffing . Index: Makefile === RCS file: /cvs/ports/net/ntp/Makefile,v retrieving rev

Re: UPDATE to net/ntp

2009-01-15 Thread Wim Lewis
On Jan 15, 2009, at 5:54 PM, Stuart Henderson wrote: On 2009/01/15 17:04, Wim Lewis wrote: This is a straightforward update of the ntp port to the current stable release (4.2.4p5, which gives the OpenBSD package the oddlooking version number of 4.2.4p5p0). that needs changing, you could

UPDATE to net/ntp

2009-01-15 Thread Wim Lewis
t have any reason not to use OpenNTPD. However, I've left sntpd in the PLIST for now. Tested on x86_32 (athlon). -- Wim Lewis , Seattle, WA, USA. PGP keyID 27F772C1 cvs server: Diffing . Index: Makefile === RCS file: /cv

Shell quoting fix for bsd.port.mk

2009-01-04 Thread Wim Lewis
listlibs="$$toset ${MAKE} print-plist-contents|${_grab_libs_from_plist}; $$listlibs";; \ esac; \ else \ -- Wim Lewis , Seattle, WA, USA. PGP keyID 27F772C1 "We learn from history that we do not learn from history." -Hegel pgpLu3NKqBVx6.pgp Description: PGP signature

Re: Update (better) of archivers/cabextract to 1.2

2007-07-05 Thread Wim Lewis
I received a couple of comments on my last message. This is a better version bump of cabextract, which avoids the spurious warning messages about large file support. (There was no actual problem, just a warning message.) The patch-mempcpy_c patch is no longer needed, but there's a new file,

Update of archivers/cabextract to 1.2

2007-07-01 Thread Wim Lewis
Simple version bump. The patch-mempcpy_c patch is no longer needed. Upstream changelog is here: http://www.kyz.uklinux.net/cabextract.php#changes cvs server: Diffing . Index: Makefile === RCS file: /cvs/ports/archivers/cabextract

UPDATE of textproc/docbook to 4.3

2006-07-15 Thread Wim Lewis
I was building something that needs docbook-4.3, so I updated the docbook port to install it. I don't really understand the SGML / XML catalog stuff, so I just imitated the 4.2 catalog code, and this seems to work fine. Docbook is actually up to version 4.4, but the ports makefile has run out

UPDATE: x11/kde/network3 add jabber

2005-12-13 Thread Wim Lewis
sktop share/services/kopete_latex.desktop share/services/kopete_msn.desktop share/services/kopete_netmeeting.desktop -- Wim Lewis <[EMAIL PROTECTED]>, Seattle, WA, USA. PGP keyID 27F772C1

Re: gtkhtml3 port

2005-09-05 Thread Wim Lewis
seems to be able to be configured to use one or another of them, like some programs can use either gtk 1 or gtk 2. > If you would like to take over as MAINTAINER for gtkhtml3, that would > be fine. I'll shortly have less time for working on ports, so I probably shouldn't tak

Re: GNU libidn port?

2005-09-02 Thread Wim Lewis
Bernd Ahlers <[EMAIL PROTECTED]> wrote: > I have a half-baked libidn port with some unsolved issues. If you want > to have a look, I can send it to you. Thanks, I'm interested in seeing that. -- Wim Lewis <[EMAIL PROTECTED]>, Seattle, WA, USA. PGP keyID 27F772C1

GNU libidn port?

2005-09-01 Thread Wim Lewis
I'd like a port of the GNU libidn library. Is anyone working on such a port already, or should I do it myself? It looks straightforward from here. ( http://www.gnu.org/software/libidn/ ) -- Wim Lewis <[EMAIL PROTECTED]>, Seattle, WA, USA. PGP keyID 27F772C1

gtkhtml3 port

2005-09-01 Thread Wim Lewis
d like to step up as maintainer, that'd be great. Right now Marc Matteo is listed as maintainer of gtkhtml1 and there's no maintainer listed for gtkhtml2. -- Wim Lewis <[EMAIL PROTECTED]>, Seattle, WA, USA. PGP keyID 27F772C1 gtkhtml3.shar Description: Unix shell archive

Update of misc/logjam to 4.4.1

2005-07-22 Thread Wim Lewis
- Updates logjam to version 4.4.1 - Adds gtkspell and gtkhtml flavors: - gtkhtml pulls in a ton of GNOME stuff for a relatively small feature - gtkspell alone has much fewer dependencies - Updates the PLIST to include localizations, pixmaps, etc. - Updates the various patches (snprintf, NUL

Re: UPDATE for devel/gconf2

2005-07-16 Thread Wim Lewis
Here's a better update for gconf2. - The GTK+2 dependency is split off into a subpackage controlled by a PSEUDO_FLAVOR, per Alek's suggestion. - Moved an .so from PLIST into PFRAG.shared. (In my previous post, I'd put more things in LIB_DEPENDS than necessary because the gtk+2 package's

Re: UPDATE for devel/gconf2

2005-07-15 Thread Wim Lewis
On Fri, 15 Jul 2005, Aleksander Piotrowski wrote: What dependency tracker are you talking about? Just the normal ports dependency mechanisms --- building another package before building this one, and putting accurate @foo lines in the final package spec. Maybe PSEUDO_FLAVOR and SUBPACKAGE

UPDATE for devel/gconf2

2005-07-14 Thread Wim Lewis
This patch makes a handful of packaging changes: - Moves some WANTLIBs into LIB_DEPENDS to make the dependency tracker happy. - Adds a 'gtk' flavor so that the whole Gtk UI stack doesn't get pulled in in order to build the optional gconf-sanity-checker program. - Eliminate a redunda

UPDATE for x11/gnome/libbonobo

2005-07-13 Thread Wim Lewis
This prevents pkg_add from complaining about library dependencies not listed ... Index: Makefile === RCS file: /cvs/ports/x11/gnome/libbonobo/Makefile,v retrieving revision 1.12 diff -u -r1.12 Makefile --- Makefile24 May 2005 21: