the sorry state of japanese software

2005-11-12 Thread Marc Espie
I'm wading through piles of japanese input methods. I'm talking to the japanese people who are around here, and who understand english: Guys, this is pathetic. Most of that software out there still does not have any kind of english documentation. Most of that software still exists as uncommitted

Re: there is currently no common lisp that runs on OpenBSD

2005-11-16 Thread Marc Espie
I would be ways more interested into getting a more current clisp running, since a more recent version would work with our malloc...

RFC: inputmethod category

2005-11-17 Thread Marc Espie
NetBSD's pkgsrc now has an inputmethod category. I think it's a good idea, considering that a lot of modern stuff (uim, kinput2...) is not really linked to a language per-se. I have at least two or three new ports that would fit into it. Objections ?

Re: mirroring-ports problem / fetch-all doesn't fetch all?

2005-11-21 Thread Marc Espie
On Mon, Nov 21, 2005 at 06:23:52PM +, Christian Weisgerber wrote: > Jolan Luff <[EMAIL PROTECTED]> wrote: > > > it seemed to be working in that i download distfiles from new commits. > > however, i wanted to build some packages offline on my laptop and copied > > over all the distfiles from my

Re: bison 2.1 needs GNU m4 at runtime too

2005-11-22 Thread Marc Espie
On Tue, Nov 22, 2005 at 03:51:21PM +0100, Mark Kettenis wrote: > And fails without giving a warning if /usr/local/bin/gm4 isn't there. > If I force it to use our in-tree m4 I get: > >M4sugar requires GNU M4. Install it before installing M4sugar or >set the M4 environment variable to its ab

Re: libtool "no symlinked libs" patch

2005-11-23 Thread Marc Espie
As far as OpenBSD goes, we solve the `various versions' issue differently. - we have kept the version numbers from old a.out. Our ELF ld.so knows about libfoo.so.major.minor. - if we want several versions installed, it's just a question of having them in distinct directories. ld stops at the first

Re: glib2/gnome weirdness

2005-11-26 Thread Marc Espie
On Sat, Nov 26, 2005 at 08:30:58AM -0600, Jolan Luff wrote: > On Sat, Nov 26, 2005 at 01:33:02PM +1100, Damien Miller wrote: > > > > Actually they are fatal - gnome-terminal crashes at start and it is > > impossible to manually run Xterm from the "run application" menu item, it > > gives the sam

Re: What java port for konqueror?

2005-11-27 Thread Marc Espie
On Sat, Nov 26, 2005 at 05:45:37PM -0500, Dave Feustel wrote: > I finally need to activate Java support for Konqueror, > but it appears that Java is not by default part of KDE > or included in OpenBSD. What port/package(s) do I > need for java to work with konqueror on OpenBSD? > > Thanks, > Dav

Re: CATEGORIES fixes

2005-11-27 Thread Marc Espie
On Sun, Nov 27, 2005 at 11:53:35AM +0100, steven mestdagh wrote: > On Sun, Nov 27, 2005 at 11:33:47AM +0100, Moritz Grimm wrote: > > Hi, > > > > > > I've attached a few patches that fix typos/ommissions in some ports' > > CATEGORIES. The result is that link-categories does not create three > >

Re: libsigc++-1.2

2005-11-30 Thread Marc Espie
On Wed, Nov 30, 2005 at 11:37:05AM +, Harry Tormey wrote: > Hi, > whats happening with libsigc++, the last post I saw about work being done was > in > 2005-09-22. I am looking for 1.2.x to finish off a port, has anyone got > anything > that works? I saw from the archive that Julian Leyh post

Re: glib2/gnome weirdness

2005-11-30 Thread Marc Espie
On Wed, Nov 30, 2005 at 03:27:14PM +, Christian Weisgerber wrote: > Marc Espie <[EMAIL PROTECTED]> wrote: > > > > > >>GLib: Cannot convert message: Conversion from character set 'UTF-8' > > > > >>to > > > > >>

get 'libtool --tag CXX' to work

2005-12-06 Thread Marc Espie
The preserve_args fragment was missing, thus the generated relink commands were bogus. Okay ? Index: Makefile === RCS file: /cvs/ports/devel/libtool/Makefile,v retrieving revision 1.44 diff -u -p -r1.44 Makefile --- Makefile2 Nov

Re: get 'libtool --tag CXX' to work

2005-12-06 Thread Marc Espie
On Tue, Dec 06, 2005 at 08:27:47PM +0100, Marc Espie wrote: > The preserve_args fragment was missing, thus the generated relink commands > were bogus. > > Okay ? > > Index: Makefile > === > RCS file:

Re: get 'libtool --tag CXX' to work

2005-12-06 Thread Marc Espie
On Tue, Dec 06, 2005 at 09:59:19PM +0100, Marc Espie wrote: > I am currently checking that at least kdelibs is happy with this diff > and standard libtool, so far, so good... Okay, this shit still does not work (well, the patch is good). The cincher is, libtool --tag=disable-static --tag=CX

Re: get 'libtool --tag CXX' to work

2005-12-07 Thread Marc Espie
On Wed, Dec 07, 2005 at 08:45:51AM +, Ralf Wildenhues wrote: > Jacob Meuser jakemsr.com> writes: > > On Tue, Dec 06, 2005 at 10:27:59PM +0100, Marc Espie wrote: > > > On Tue, Dec 06, 2005 at 09:59:19PM +0100, Marc Espie wrote: > > > > I am currently checki

Re: get 'libtool --tag CXX' to work

2005-12-08 Thread Marc Espie
Here's the patch I intend to commit. This includes the former --tag CXX fix, plus the part that makes --tag=disable-static --tag=disable-shared independent from other tags by delaying their effect. As far as I can tell, kde is fairly happy with this Index: Makefile =

libtool vs. -lresolv

2005-12-15 Thread Marc Espie
OpenBSD just has a dummy libresolv, that is used for some `legacy' programs that expect to link against it. It doesn't contain anything useful... Some configure stuff (kde for instance) detects the presence of libresolv, and tries to link against it... And of course, libtool detects that there is

Re: libtool vs. -lresolv

2005-12-15 Thread Marc Espie
Yet another patch, this one pedantic, and mixed with the other one, since I don't want to bump the package twice. I've patched configure directly, since patching libtool.m4 makes things a bit awkward to regenerate (patch to libtool.m4 attached). On OpenBSD, the ld.so path is /usr/lib, and never i

trim libtool gcc's search path.

2005-12-18 Thread Marc Espie
On OpenBSD at least, once gcc is built and installed, there is no need to look at potential directories... This reduces libtool search path from 10 entries to 2 on a typical OpenBSD system... considering that this can be used in some tight loops, this is a worthwhile optimisation... No idea whet

Re: kde security hole on OpenBSD?

2005-12-19 Thread Marc Espie
On Mon, Dec 19, 2005 at 06:59:13AM -0500, Dave Feustel wrote: > The permissions of pty's used by kde konsole sessions on OpenBSD never > are properly set for the user to which they are allocated. The permissions of > the > pty used by a kde konsole session remain owned by root and globally rw. >

tweak in bsd.port.mk wrt FAKE_FLAGS

2005-12-22 Thread Marc Espie
Having played with 100s of ports now, I believe that the following tweak will simplify things: instead of defining FAKE_FLAGS to be DESTDIR=${WRKINST} if it's not defined, it's now going to take MAKE_FLAGS into account, and to add DESTDIR if needed... Index: bsd.port.mk ==

changes to come

2005-12-23 Thread Marc Espie
Various reasons (C++ mangling, mostly) have compelled us to finally implement some stuff we've wanted for some time: fine control over shared library versions. Simply put, there are basic reasons (like C++ compiler changes) which mean that the ports tree should have control over shared library num

Re: Quake2 port

2005-12-27 Thread Marc Espie
On Tue, Dec 27, 2005 at 08:30:12PM +, Edd Barrett wrote: > Hi there, > > A while back I posted on the list about running my favorite timewaster > application on OpenBSD. Someone had a patched version of quakeforge2, which > does indeed build, but sound does not work (which he knew): > > http:

Re: Understanding SHARED_LIBS and friends

2005-12-28 Thread Marc Espie
On Wed, Dec 28, 2005 at 10:12:45AM +0100, Moritz Grimm wrote: > Hi, > > > I'll just go ahead and explain SHARED_LIBS & Co in my own words, the way > I understand how it works. I hope someone can confirm this > understanding, or correct me when I got something wrong. > > SHARED_LIBS simply enum

Re: Understanding SHARED_LIBS and friends

2005-12-28 Thread Marc Espie
On Wed, Dec 28, 2005 at 12:28:04PM +0100, Moritz Grimm wrote: > One final question: One of my ports, net/libshout, uses ``-version-info > 4:0:1'' -- SHARED_LIBS only handles what libtool calls CURRENT (major) > and REVISION version numbers, not the AGE (patch-level?) thing. This is > probably no

SHARED_LIBS status

2006-01-06 Thread Marc Espie
A lot of ports have been converted. libtool now sports an OpenBSD-specific patch that makes SHARED_LIBS `just work'. Specifically, if a port sets USE_LIBTOOL and SHARED_LIBS, in -current, it should `just do the right thing'. There is still one big unsettled issue, that even Brad's update of libto

SHARED_LIBS status

2006-01-08 Thread Marc Espie
We're now almost done converting all ports to SHARED_LIBS, and a huge subset of them to USE_LIBTOOL instead of building their ports. In the very near future (before tuesday, probably), pkg_create is going to start erroring out if it finds shared libraries that are not under SHARED_LIBS control. I

Re: SHARED_LIBS status

2006-01-08 Thread Marc Espie
On Mon, Jan 09, 2006 at 11:47:45AM +1100, Ian McWilliam wrote: > > How is one to handle "plug-ins" that are really nothing more than > shared libs that have no version? Does this apply to these as well? No.

Re: stdint.h, machine/types.h and config.site (+ net/net-snmp fix)

2006-01-09 Thread Marc Espie
On Sat, Jan 07, 2006 at 04:53:58PM +0100, Moritz Grimm wrote: > Hi, > > > currently, /usr/ports/infrastructure/db/config.site has HAVE_STDINT_H > disabled ... with the recent changes, this is probably not what we want. > Same with , which does not exist anymore and causes > trouble for misc/rp

flag day in source, affects ports

2006-01-13 Thread Marc Espie
Todd Miller has just committed a BIG includes changes that affects C++ in a major way. it will take a few hours of work until the ports tree catches up, and a few days before binary packages are available. In short: the C++ ABI changed in an incompatible way, all C++ shared library major versions

Re: speed hack?

2006-01-24 Thread Marc Espie
On Tue, Jan 24, 2006 at 07:42:26AM +0100, Ed White wrote: > > It seems that pkg_* tools unpack stuff in /var/tmp You're wrong.

Re: ogle dvd player and xorg

2006-01-24 Thread Marc Espie
On Tue, Jan 24, 2006 at 02:18:13PM -0800, Wolfgang S. Rupprecht wrote: > > I just noticed that ogle (the dvd player) has problems under xorg with > -current/amd64 on an ATI Radeon 9200SE framebuffer. The sound plays > just fine and the ogle video output window changes size in response to > the so

Re: State of x11/kde/multimedia3?

2006-02-03 Thread Marc Espie
On Fri, Feb 03, 2006 at 05:20:08PM +0100, Matthias Kilian wrote: > Right now I'm working on an update of kde-multimedia to version > 3.5.1. > > Before I run into trouble that others may already have seen, I'd > like to ask wether there is any technical reason (i.e. other than > not enough time and

Re: KDE Konqueror crash

2006-02-06 Thread Marc Espie
On Mon, Feb 06, 2006 at 12:43:58PM +0100, Alf Schlichting wrote: > Hello! > > While browsing the web with several tabs open Konqueror crashed for me on > -current. Below is a dump provided by the KDE crash manager. > > Alf Looks like a bogus icon. It would help a lot if you could tell me which

Re: kde broken/unusable ?

2006-02-08 Thread Marc Espie
On Tue, Feb 07, 2006 at 02:28:07PM +0100, Antoine Jacoutot wrote: > Hi... > > amd64/3.9-current > This is not a bug report since I want to be sure this is not because of my own > stupidity (this is why I don't include much info). > I just compiled and installed the latest kde from ports. After tha

Re: Sound on KDE in -current

2006-02-09 Thread Marc Espie
On Wed, Feb 08, 2006 at 11:07:07PM -0500, Ian Darwin wrote: > Steve Shockley wrote: > >I just installed 3.9-current and KDE on an IBM Thinkpad A31p (fresh > >install). When any sounds play in KDE, they kind of "skip", it sounds > >like short sections repeat while the sound is playing. > > Uh, m

register-plist script

2006-02-09 Thread Marc Espie
I've committed an updated version of register-plist. Instead of file comparisons, this one does an actual compare of packing-lists in a smarter way. The important bonus is that we can `update' existing plists without failing comparisons. For instance, `fixed' files like +DESC deserve to have the

Re: Further re: KDE clock

2006-02-11 Thread Marc Espie
On Thu, Feb 09, 2006 at 12:06:16PM -0500, Ian Darwin wrote: > It's always showing UTC, and the Show Timezone -> Configure Timezones > has only UTC in it. We don't install zone.tab, which messes up the KTimezones class. I'm working out with Todd and Theo to figure out where we're going to install

Re: kdeinit never ends

2006-02-11 Thread Marc Espie
On Sat, Feb 11, 2006 at 02:06:26PM +0100, Antoine Jacoutot wrote: > Hi. > > OpenBSD-3.9 with latest KDE compiled from ports. > Just a quick report to say that each time I logout from KDE, there's a > kdeinit process that never dies and takes up all CPU. > I can reproduce this on i386 and amd64 wi

Re: gimp+locales cores dump

2006-02-12 Thread Marc Espie
On Sun, Feb 12, 2006 at 02:52:06PM +0100, Antoine Jacoutot wrote: > On Sun, 12 Feb 2006, Bernd Ahlers wrote: > > >$ export LC_ALL="fr_FR.ISO-8859-15" <-- (missing '-' after ISO) > >$ gimp > > Stupid me... yes, it works better now. > Thanks and sorry for the noise. > Well, it's still a bug. gimp

Re: KDE package tests

2006-02-13 Thread Marc Espie
On Mon, Feb 13, 2006 at 06:32:12PM +0800, Lars Hansson wrote: > kdebase > == > clock: only one timezone: UTC (already reported by others) Fixed. KDE wants /usr/share/zoneinfo/zone.tab > ksysguard: the processtable is always empty. Fixed, partly. No support code in ksysguardd -> replaced with F

Re: KDE package tests

2006-02-14 Thread Marc Espie
On Tue, Feb 14, 2006 at 10:50:47AM +0800, Lars Hansson wrote: > On Monday 13 February 2006 20:05, Marc Espie wrote: > > > karbon14: can't load library 'libkarboncommon.so.0.0' > > Known issue; workaround: add /usr/local/lib/kde3 to ldconfig. > > Adding t

Re: kde password backends

2006-02-17 Thread Marc Espie
On Fri, Feb 17, 2006 at 11:38:34AM +0800, Lars Hansson wrote: > Slightly related, it would be nice if KDE could use sudo instead of su. > > --- > Lars Hansson It can ! I just haven't set up the control yet. There used to be a kcontrol for the time to keep passwords around, but it is gone...

Re: KDE package tests

2006-02-18 Thread Marc Espie
Current status: On Mon, Feb 13, 2006 at 06:32:12PM +0800, Lars Hansson wrote: > During the weekend I decided to look at the KDE packages and see what bugs > there are and I did find some, ranging from "minor annoyance" to "application > crash". > > kdebase > == > clock: only one timezone: UT

kicker issue

2006-02-18 Thread Marc Espie
On Mon, Feb 13, 2006 at 06:32:12PM +0800, Lars Hansson wrote: > kdeinit: often there are kdinit kicker processes left behind after exiting > kde. Already reported by others. I think this is a local issue. Some kicker applet is not dying properly. In order to reproduce this, I need a snapshot of

Re: bsd.port.subdir.mk and makesum?

2006-02-19 Thread Marc Espie
On Sun, Feb 19, 2006 at 08:21:14PM +, Christian Weisgerber wrote: > Toni Mueller <[EMAIL PROTECTED]> wrote: > > > ok, thanks for the heads-up. I am more interested if it's intentional > > behaviour that I _can't_ make makesum from the top directory when > > Makefile includes instead of . > >

Re: More KDE testing

2006-02-20 Thread Marc Espie
On Tue, Feb 14, 2006 at 11:00:12AM +0800, Lars Hansson wrote: > kdebase > === > kdm: shutdown does not power off. I'm trying to set more reasonable defaults on OpenBSD. If I'm succesful, this will be fixed shortly. > kdegraphics > === > kdvi: requires kpsewhich "to find fonts" but thi

Re: forcing pkg_delete to remove a package

2006-02-22 Thread Marc Espie
On Wed, Feb 22, 2006 at 09:53:30PM +0100, frantisek holop wrote: > hi there, > > call me stupid (i am) but i can't find out how can i make > pkg_delete delete a package without worrying about anything > > i am trying to do a local upgrade of blackbox to 0.70.1 > the upgrade is trivial, compiles f

Re: pkg_add thru a passworded proxy

2006-02-26 Thread Marc Espie
On Fri, Feb 24, 2006 at 12:33:38PM +0100, frantisek holop wrote: > hi there, > > i am trying to pkg_add from a passworded proxy and so far no luck. > > i seem to recall FETCH_CMD, but it's not in the pkg_add man page, > and it doesn't seem to be honored. You don't say which version you are using

Re: Can't create a new link on KDE

2006-02-27 Thread Marc Espie
On Mon, Feb 27, 2006 at 01:12:27PM +0100, Antoine Jacoutot wrote: > Selon Frank Denis <[EMAIL PROTECTED]>: > > And the file is created with rights 444, while user should have write > > access to it. > > Yes, I see the same here (amd64/3.9). > > -- > Antoine Yes, I'm aware of it, Bernd reporte

Re: kicker issue

2006-02-27 Thread Marc Espie
On Mon, Feb 20, 2006 at 11:23:44AM +0800, Lars Hansson wrote: > On Sunday 19 February 2006 00:07, Marc Espie wrote: > > On Mon, Feb 13, 2006 at 06:32:12PM +0800, Lars Hansson wrote: > > > kdeinit: often there are kdinit kicker processes left behind after > > > exiti

qt fixes for kde

2006-02-27 Thread Marc Espie
Here's the patch. This fixes some input method issues in qt3. At least one of these affects kde (some kicker crashes). It needs to be tested real soon... Index: Makefile === RCS file: /cvs/ports/x11/qt3/Makefile,v retrieving revisio

Re: MPlayer Binary Packages and libdvdcss

2006-03-02 Thread Marc Espie
On Thu, Mar 02, 2006 at 07:57:59AM +, Edd Barrett wrote: > Hi there, > > I understand mplayer binaries on the mirrors have been stripped on mplayers > in tree CSS implementation. > > The problem is there is no way of distinguishing between the css enabled and > disabled binary, so today when

Re: new kde 3.5.1 arts

2006-03-02 Thread Marc Espie
On Thu, Mar 02, 2006 at 09:35:19AM -0700, David Bishop wrote: > I just upgraded from 3.8 to 3.9-snapshot, and so far everything is working > out > wonderfully. About the only regression I've spotted is that kdemultimedia > has now been compiled without support for flac. That is, noatun (which

Re: pkg_add in feb 15 current

2006-03-02 Thread Marc Espie
On Thu, Mar 02, 2006 at 08:53:11PM +0100, frantisek holop wrote: > you didn't get my mail Peter... > > > > > amaaq> sudo pkg_add teTeX-base > > > Error from http://openbsd.cz/pub/OpenBSD/snapshots/packages/i386/: > > > Successfully retrieved file. > > > Can't resolve teTeX-base > > > > > > (a si

Re: pkg_add in feb 15 current

2006-03-03 Thread Marc Espie
On Fri, Mar 03, 2006 at 08:09:55AM +0100, steven mestdagh wrote: > yes, it's a misbehaving ftp server, there is one here as well. those > lines should start with '220'. any strange output is displayed to stderr. There is actually a way to fix it, but it requires a lot of redesign in this area, and

Re: new kde 3.5.1 arts

2006-03-04 Thread Marc Espie
On Sat, Mar 04, 2006 at 10:39:38AM +, David Love wrote: > > > >This is known, there is no akode in kde 3.5.1 for various reasons. > >I hope we're going to lose the dependency on kdemultimedia... > Sorry I'm new to the OpenBSD variant, so I've probably missed a previous > discussion somewhere:

lcms update to 1.15

2006-03-07 Thread Marc Espie
This needs somewhat more thorough testing that my casual rebuild. Index: Makefile === RCS file: /cvs/ports/graphics/lcms/Makefile,v retrieving revision 1.11 diff -u -p -r1.11 Makefile --- Makefile8 Jan 2006 01:01:18 - 1.

Re: moo-1.2

2006-03-10 Thread Marc Espie
On Fri, Mar 10, 2006 at 03:18:59PM -0501, Ray Lai wrote: > Moves source to ports tree, no code change (sorry Marco). Okay? > > -Ray- > No. The ports tree is small, and should stay that way. Arrange so that the moo code is distributed elsewhere.

Re: New: xmms-scrobbler and libmusicbrainz

2006-03-15 Thread Marc Espie
On Wed, Mar 15, 2006 at 07:27:12PM +0100, Jasper Lievisse Adriaanse wrote: > libmusicbrainz: "MusicBrainz is the second generation incarnation of the CD > Index. This server is designed to enable Audio CD and MP3/Vorbis players > to download metadata about the music they are playing. All of the da

hint for people porting KDE software

2006-03-20 Thread Marc Espie
The current version of their configure script is broken, and uses some GNU sed extension to detect 32/64 bits mixed linux installations. This shows up as some fairly weird error message, the include path ends up containing some (. use CONFIGURE_ARGS+=--disable-libsuffix to get around it.

Re: KDE: ark

2006-03-22 Thread Marc Espie
On Tue, Mar 21, 2006 at 02:50:30PM +0100, Alf Schlichting wrote: > Hello! > > The following diff makes the ark archiver from kdeutils3 use gtar instead of > OpenBSDs native tar(1). > With our native tar(1) ark errors out because arks wants to use some > GNU-extensions. While it would be possible

fix for configure issue

2006-03-26 Thread Marc Espie
This does affect kde 3.5.2, and the koffice release candidate as well. As I said a few weeks ago, the libsuffix configure test is broken: it depends on some gnu-grep feature (-o), so it is NOT portable to many systems (including OpenBSD). The work-around --disable-libsuffix is not clean. Even tho

Re: Editor temp files in PLISTs

2006-04-03 Thread Marc Espie
On Mon, Apr 03, 2006 at 11:29:53AM +0100, Andreas Kahari wrote: > People, > > While installing lout-doc, I noticed that there was a Vim swp file > listed in the PLIST of that subpackage (and it was also installed). I > did a quick scan of the rest of the ports and found the following: > > > The

Re: error compiling koffice-1.5.0rc1

2006-04-04 Thread Marc Espie
On Tue, Apr 04, 2006 at 11:40:17AM +0200, Antoine Jacoutot wrote: > Hi... > > While compiling the latest koffice from ports, I get the error below. > All ports are up-to-date. > Ask me if you need more info... (dmesg included) Did you deinstall any koffice already installed first ?

perl updates for HTML::Mason

2006-04-23 Thread Marc Espie
-> SHA1 clean-up (compiler warnings) -> Important Cache::Cache clean-up (use of File::Temp should avoid some nasty race conditions in case several people are writing at the same location). -> quite a few performance improvements and functionality changes in HTML::Mason. I specifically did NOT upd

Re: expat package fails to install (conflict .libs-expat-1.95.6p1)

2006-04-26 Thread Marc Espie
On Wed, Apr 26, 2006 at 05:12:22AM -0700, Benjamin Collins wrote: > I recently upgraded to the latest snapshot and was in the process of > upgrading all the packages I had installed, and when I tried to install > packages that depend on expat, the install of expat failed with this: > > Can't insta

Re: expat package fails to install (conflict .libs-expat-1.95.6p1)

2006-04-26 Thread Marc Espie
On Wed, Apr 26, 2006 at 09:15:24AM -0400, dorqus wrote: > Benjamin Collins wrote... > > I recently upgraded to the latest snapshot and was in the process of > > upgrading all the packages I had installed, and when I tried to install > > packages that depend on expat, the install of expat failed wit

Re: perl updates for HTML::Mason

2006-04-26 Thread Marc Espie
On Tue, Apr 25, 2006 at 10:57:29PM -0400, Mathieu Sauve-Frankel wrote: > > I specifically did NOT update www/p5-libapreq, because the developers > > switched > > from the Apache 1.0 to Apache 2.0 licence between 1.32 and 1.33, so this > > warrants further discussions. > > There are already other

Re: Hm... nmap and foo -> no_x11 wont work anyway with ports..?

2006-05-03 Thread Marc Espie
On Tue, May 02, 2006 at 06:36:23PM -0700, Jacob Meuser wrote: > there is no dependency mechanism for the base system, including X; > it's assumed to be installed. > That's not quite true any longer. These days, we do check WANTLIB at extract time too, and most ports depending on X11 also need some

Re: NEW: lang/chicken

2006-05-05 Thread Marc Espie
On Thu, May 04, 2006 at 03:37:10PM +, Deanna Phillips wrote: > steven mestdagh <[EMAIL PROTECTED]> writes: > > > it builds fine on amd64. those doc files should be installed > > in share/doc/chicken. i see you're patching this to fix file > > permissions; instead you could patch this away an

Re: pgk tools in softwareinreview.com

2006-05-05 Thread Marc Espie
On Thu, May 04, 2006 at 09:03:42AM -0500, Emilio Perea wrote: > On Thu, May 04, 2006 at 01:49:00PM +0200, frantisek holop wrote: > > just in case port people haven't read this: > > http://www.softwareinreview.com/cms/content/view/35/1/ > > the important section: > > see what would happen, I su

Re: kdesu with sudo

2006-05-05 Thread Marc Espie
On Fri, May 05, 2006 at 10:43:20AM +0200, Antoine Jacoutot wrote: > Hi. > > Stupid question, really, but from this CVS commit I do not understand how > to use sudo with kdesu. > http://www.openbsd.org/cgi-bin/cvsweb/ports/x11/kde/base3/patches/patch-kdesu_kdesu_sudlg_cpp?rev=1.4&content-type=text

Re: mysql update error

2006-05-11 Thread Marc Espie
On Thu, May 11, 2006 at 09:56:29PM +0200, Tomasz Pajor wrote: > I'm trying to upgrade my MySQL install and I'm getting this error: > > bash-3.1# env SUBPACKAGE="-server" make update > ===> Updating for mysql-server-5.0.21 > Upgrading from mysql-server-5.0.19 > New package mysql-server-5.0.21 conta

Re: CVS: cvs.openbsd.org: ports

2006-05-14 Thread Marc Espie
On Sat, May 13, 2006 at 08:18:47PM -0600, Brad Smith wrote: > CVSROOT: /cvs > Module name: ports > Changes by: [EMAIL PROTECTED] 2006/05/13 20:18:47 > > Modified files: > x11/kde/base3/pkg: DESCR-samba > > Log message: > kde -> KDE Let me use the occasion to remind porters t

Re: A way to verify installed packages?

2006-05-14 Thread Marc Espie
On Sun, May 14, 2006 at 07:11:56AM +0200, viq wrote: > My box didn't shut down cleanly due to power outage, and now there are some > binary files in /usr/lost+found. Is there a way to verify whether all > packages have their files where they should? Or maybe even a way to figure > out where did

Re: UPDATE: textproc/libxslt

2006-05-16 Thread Marc Espie
On Tue, May 16, 2006 at 01:10:03AM +0200, steven mestdagh wrote: > here is an update for libxslt, mainly bugfixes and improvements. > > make regress is happy on amd64, i386, sparc and sparc64. > i've taken this through a bulk build on amd64 and there was no apparent > fallout. > > comments, ok? >

Re: Specifying Alternative Dependencies?

2006-05-31 Thread Marc Espie
On Wed, May 31, 2006 at 09:46:21AM +0200, Toni Mueller wrote: > > > Hello, > > I'd like to specify that a port depends on one out of a group of > "similar" programs. Example: Some program that depends on one out of a > group of SQL-speaking services. How do I specify this w/o using a > flavour?

Re: Specifying Alternative Dependencies?

2006-05-31 Thread Marc Espie
On Wed, May 31, 2006 at 04:16:36PM +0200, Toni Mueller wrote: > So, if eg any kind of database will do, then I need to enumerate them > all, and possibly with all their flavours, too. Right? More or less, it's a bit simpler. Read packages-specs(7). You'll find out that all flavors are allowed unle

Re: MODULES: category/module or just module?

2006-06-07 Thread Marc Espie
On Wed, Jun 07, 2006 at 11:20:06PM +0200, Matthias Kilian wrote: > On Wed, Jun 07, 2006 at 03:54:50PM -0500, Will Maier wrote: > > > MODULES=devel/gettext > > > > > > or just > > > > > > MODULES=gettext > > > > All the MODULES examples I've seen use the former. I can't find a

trivial update of sqlite 3.3.6

2006-06-16 Thread Marc Espie
Still passes all its regression tests, the Changelog is pretty uneventful. Any objections ? Index: Makefile === RCS file: /cvs/ports/databases/sqlite3/Makefile,v retrieving revision 1.17 diff -u -p -r1.17 Makefile --- Makefile13

Re: trivial update of sqlite 3.3.6

2006-06-16 Thread Marc Espie
On Sat, Jun 17, 2006 at 12:19:44AM +0200, Marc Balmer wrote: > * Marc Espie wrote: > > Still passes all its regression tests, the Changelog is pretty uneventful. > > > > Any objections ? > > yes, remove the ${V} variable. Joker. Any *real* serious objection ?

Re: KDE apps

2006-06-19 Thread Marc Espie
On Sun, Jun 18, 2006 at 04:39:31PM +0200, Maxim Bourmistrov wrote: > > I'd like to propose a separation of KDE-dependable apps into new dir > (kde-apps?) in ports. > Separation at least of those listed on kde-apps.org? > > //Maxim kde-apps normally have x11/kde listed in their CATEGORIES.

Re: update: security/crack homepage

2006-06-20 Thread Marc Espie
On Mon, Jun 19, 2006 at 03:41:15PM -0700, John Danks wrote: > The homepage listed returns 404. This seems to be the correct URL: > http://www.crypticide.com/users/alecm/security/ > > Index: Makefile > === > RCS file: /cvs/ports/securi

a few new CPAN imports

2006-06-25 Thread Marc Espie
I'm polishing a few new CPAN ports, which I'm going to commit soon. I wanted to use the opportunity to explain (in my opinion) how cpan stuff should be handled, and why we have that many p5-* ports in the tree. First thing to notice is that the set of perl modules has matured greatly over the las

Re: FYI: KDE4 switched to cmake

2006-06-30 Thread Marc Espie
On Fri, Jun 30, 2006 at 12:49:16PM +0300, Alexey E. Suslikov wrote: > Hello ports@openbsd.org, > > Just FYI: KDE4 switched to cmake. See here > http://lwn.net/Articles/188693/http://lwn.net/Articles/188693/ Thanks, it's a well-known issue, for us who follow KDE. The KDE people have gone through

Re: Remove package and all its deps recurs.

2006-07-01 Thread Marc Espie
On Sat, Jul 01, 2006 at 11:59:28AM +0200, Joachim Schipper wrote: > All in all, one would have to be able to mark packages as either > 'installed' or 'installed as a prerequisite'. I have a vague > recollection that I'd heard Marc Espie say something to the effect

Re: Remove package and all its deps recurs.

2006-07-01 Thread Marc Espie
On Sat, Jul 01, 2006 at 07:21:01PM +0200, Joachim Schipper wrote: > On Sat, Jul 01, 2006 at 05:00:09PM +0200, Marc Espie wrote: > > On Sat, Jul 01, 2006 at 11:59:28AM +0200, Joachim Schipper wrote: > > > All in all, one would have to be able to mark packages as either &g

Re: Remove package and all its deps recurs.

2006-07-01 Thread Marc Espie
On Sat, Jul 01, 2006 at 08:39:51PM +0200, Marc Espie wrote: > On Sat, Jul 01, 2006 at 07:21:01PM +0200, Joachim Schipper wrote: > > While I don't pretend to know what I am talking about, wouldn't simply > > keeping a central list, say /var/db/pkg/installed, of 'inst

cmake status

2006-07-02 Thread Marc Espie
I'm working on a cmake port. I'm aware of the port posted a while back, which is actually minimally working, and not quite good enough for any real application... There is quite a bit more to do to get cmake to work correctly within the OpenBSD ports tree. A few files don't install in the correc

Re: packages - screwed up

2006-07-07 Thread Marc Espie
On Fri, Jul 07, 2006 at 03:33:20PM +0800, Uwe Dippel wrote: > Now I'm out of ideas. Thanks for further help ! (How can there be > /usr/local/bin/AbiWord-2.4 after a partial-abiword removal ??) It's probably a link of some kind, you haven't mentioned what version of the pkg tools you're using, but

Re: packages - screwed up

2006-07-07 Thread Marc Espie
On Fri, Jul 07, 2006 at 05:25:31PM +0800, Uwe Dippel wrote: > The tool is the one on 3.9-Stable. > The whole matter is not satisfying; IMHO. As long as the download is > incomplete, there is no reason to install partially; no reason not to > clean up. > I compare with Debian, and apt-get. There I

Re: autoconf question, was: Re: news/inn 2.4.2

2006-07-08 Thread Marc Espie
On Sat, Jul 08, 2006 at 12:01:20PM +0200, Toni Mueller wrote: > > Hello, > > while still working on that INN port, I found the following problem I > couldn't yet solve: > > I'd like to run --with-berkeleydb for a "better" overview style, but > the process fails to find either includes or libs of

Re: packages - screwed up

2006-07-08 Thread Marc Espie
On Sat, Jul 08, 2006 at 04:43:45PM +0800, Lars Hansson wrote: > On Friday 07 July 2006 17:55, Marc Espie wrote: > > It could possibly do the deletion automatically, but I'm not that fond of > > it, since you might wish to have a look at whatever you downloaded first. >

Re: autoconf question, was: Re: news/inn 2.4.2

2006-07-08 Thread Marc Espie
On Sat, Jul 08, 2006 at 12:58:36PM +0200, Toni Mueller wrote: > > Hello Marc, > > On Sat, 08.07.2006 at 12:47:28 +0200, Marc Espie <[EMAIL PROTECTED]> wrote: > > You usually set CONFIGURE_STYLE=autoconf and let the infrastructure > > deal with it. > > thank

new infrastructure in the ports tree

2006-07-09 Thread Marc Espie
I've just committed a new target: dump-vars This adds some introspection capabilities to the ports tree, instead of adding more and more fields to the describe target. This target dumps a big set of ports variables to stdout, so that further tools can use it for basically anything. I've also co

Re: Odp: new infrastructure in the ports tree

2006-07-09 Thread Marc Espie
On Sun, Jul 09, 2006 at 03:07:27PM +0200, Tomasz Zielinski wrote: > > > Dnia 9-07-2006 o godz. 13:31 Marc Espie napisa?(a): > > I've just committed a new target: > > dump-vars > > > > This adds some introspection capabilities to the ports tree, instead of

important: register-plist update

2006-07-17 Thread Marc Espie
I'm going to commit an update to texinfo later today, hopefully. This changes the way info files get split. We had a mechanism in pkg_create to deal with it for a while, but I had postponed the corresponding code in register-plist for a while. If you do use PLIST_DB (as most bulk-builders should)

Re: [NEW] databases/p5-DBIx-Class

2006-07-20 Thread Marc Espie
On Wed, Jul 19, 2006 at 08:09:20AM -0700, Mathieu Sauve-Frankel wrote: > On Wed, Jul 19, 2006 at 04:39:22PM +0200, Aleksander Piotrowski wrote: > > danz <[EMAIL PROTECTED]> wrote: > > > > > Please test and comment. > > > DBIx::Class description from CPAN: > > I would just like to note that I have

Re: Java ports: source vs. binary?

2006-07-21 Thread Marc Espie
On Fri, Jul 21, 2006 at 06:45:52PM +1000, Damien Miller wrote: > On Fri, 21 Jul 2006, Bernd Schoeller wrote: > > > On Thu, Jul 20, 2006 at 06:12:54PM +0200, Christian Weisgerber wrote: > > > We need some sort of policy how to deal with software written in > > > Java. We have a number of ports tha

<    9   10   11   12   13   14   15   16   17   18   >