4.1-beta

2007-02-12 Thread Marc Espie
src/ now says 4.1-beta. People working on ports who have the knowledge to do so should make sure they have rebuilt a 4.1 system, other people will wait for a snapshot. As far as possible, avoid working on -current stuff using a system whose uname still says 4.0. Even though we try to avoid it,

Re: 4.1-beta

2007-02-13 Thread Marc Espie
On Tue, Feb 13, 2007 at 12:07:29PM +, Jesse Scott wrote: Markus Schatzl wrote: On Mon, 12 23:23 , Marc Espie wrote: As far as possible, avoid working on -current stuff using a system whose uname still says 4.0. Even though we try to avoid it, *every release* a few ports (mostly gnu

Re: sha256 update

2007-02-13 Thread Marc Espie
Nope, the sweep will happen after 4.1. For now, only `real updates' will feature sha256.

Re: UPDATE: xfce-4.4.0

2007-02-22 Thread Marc Espie
On Thu, Feb 22, 2007 at 09:28:47PM +0800, Lars Hansson wrote: Another thing I noticed is that xfce leaks dbus sessions. The dbus session that is started (by xfce4-session, perhaps?) on login is never killed when you log out so you end up with an ever increasing number of running dbus

Re: OpenBSD Unicon Package

2007-03-03 Thread Marc Espie
I'm not really happy with unicon. The icon code was crafted much more carefully. I don't feel a lot of incentive to invest into unicon, especially since the icon licence was much better (public domain !) than unicon's (bleh, GPL).

Re: Multiple Ports Versions

2007-03-12 Thread Marc Espie
On Mon, Mar 12, 2007 at 12:04:36PM -0500, Aaron Hsu wrote: Hello all, I maintain the Scheme48 port, and I have avoided submitting an update to the latest versions of the software because some of the most useful utilities for Scheme48 require the current version. However, there are

Re: UPDATE: print/epdfview (0.1.5 - 0.1.6)

2007-03-17 Thread Marc Espie
On Sat, Mar 17, 2007 at 02:28:43PM +0100, Matthias Kilian wrote: On Thu, Mar 15, 2007 at 03:50:09PM +0300, Vlad Glagolev wrote: Tested @ i386. Some cleanup to Vlad's port. Tested on arm, i386 and powerpc with both poppler 0.5.3 and Brad's 0.5.4 update. ok? Index: Makefile

Re: Pseudo flavors and dependencies

2007-03-17 Thread Marc Espie
On Sat, Mar 17, 2007 at 05:48:55PM +, Mikolaj Kucharski wrote: Hi, Port depends on `xml2::textproc/libxml' and by default this will build libxml with python subpackage. But if my port don't depends on python subpackage and python itself can I put depend line like

Re: Best practice with str*

2007-03-18 Thread Marc Espie
On Sun, Mar 18, 2007 at 11:47:46AM -0500, [EMAIL PROTECTED] wrote: In the ports I maintain I usually silence all the str*/sprintf warnings by replacing them with strl* or snprintf. However in more than one port update I'm working on, I notice that the authors have chosen to do this rather

Re: automake patch to allow xenocara to build without 'x' bit on install-sh

2007-03-18 Thread Marc Espie
On Sun, Mar 18, 2007 at 08:06:01PM +0100, Matthieu Herrb wrote: hi, the attached patch is enough to have automake generate makefiles that works with no executable files in the checked out version of xenocara, since on OpenBSD systems, install-sh is only used to create directories. This

Re: Gnome 2.18

2007-03-20 Thread Marc Espie
Hi Jasper, Mikolaj Kucharski and I have recently started (again) updating our really outdated Gnome stuff. Feel free to fetch ports that we have updated/created sofar: http://atlantilde.com/~alek/ports/mystuff-gnome.tar.gz There is not too much to test yet, only platform

Re: All the p5- ports busted?

2007-03-20 Thread Marc Espie
your ports tree is more recent than your make. There was a change in make, post 4.0, that's required for the most recent modules.mk. So any port using modules will give you a syntax error. You can just update make to current, that ought to fix that specific error. No idea what issue you're going

Re: pilot-link update breaks kdepim ?

2007-03-23 Thread Marc Espie
On Fri, Mar 23, 2007 at 09:59:18PM +0100, viq wrote: Full build log attached, where ? below snippet: /usr/local/bin/libtool --tag disable-static --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I/home/obj/ports/kdepim-3.5.6p2/kdepim-3.5.6/kpilot/lib -I../ ..

porters: update the diff program

2007-03-24 Thread Marc Espie
There were a few changes about a week ago that results in diff -p outputting slightly more (and better) information. This may result in update-patches outputting longer contexts. For C++ code, it will no longer stop at public: private: protected: thus diffs on class definitions will now report the

Re: New: automake 1.10

2007-03-27 Thread Marc Espie
On Tue, Mar 27, 2007 at 08:51:52AM -0500, Todd T. Fries wrote: I've already had one person verify it works (the one that requested I do this, future upgrade to ggi) .. anybody else care to comment? Without even compiling it, I can see at least three minor issues in the Makefile (Missing #GPL

Re: sdl build failed

2007-03-29 Thread Marc Espie
On Wed, Mar 28, 2007 at 10:29:00AM -0500, Vijay Ramesh wrote: On, current sdl fails to build. Error: bad shared lib version /usr/X11R6/lib/libX11.so.9.0(X11.=10) This seems to work just fine with 9.0. if someone could just change : WANTLIB+= X11.=10 Xext to WANTLIB+= X11.=9 Xext in

Re: x11/kde/koffice3 fails to build after xenocara update?

2007-03-29 Thread Marc Espie
You have to force rebuilds of most things, that includes qt3.

ports distfiles checksums: planning ahead

2007-03-30 Thread Marc Espie
We've been moving towards `better' checksums in ports, namely the addition of sha256 as a slightly more secure hash. Consequently, though, there's a big cost in terms of distinfo file sizes. To limit that, thanks to Todd Miller, cksum now supports the creation and the reading of base64-encoded

Re: override '@cwd /usr/local' with -L on pkg_add(8)

2007-03-30 Thread Marc Espie
You're not exactly clear in what you're trying to achieve. In any case, yes, there are lots of cases where /usr/local is hardcoded throughout the ports tree... pkg_create/pkg_add is just the tip of the iceberg. The existing options in pkg_add are there to allow for `chroot' installs without the

new convenience target for porters

2007-03-31 Thread Marc Espie
I just committed an extra `quick path' target: port-lib-depends-check it can verify shared libraries straight from the fake stage without needing to build the actual package... which is very time-consuming for large packages when tweaking dependencies.

important: people following -current

2007-04-05 Thread Marc Espie
You probably noticed the switch to xenocara. be aware that your basic system must be current as well: there have been improvements to cksum that are going to get used for the ports tree in the very near future. If you start seeing messages that your checksums are not up-to-date, that's probably

Re: NEW: iftop-0.17

2007-04-08 Thread Marc Espie
On Sun, Apr 08, 2007 at 03:15:44PM +0100, Mark Lumsden wrote: Hi, First attempt at a port. ok? - mark No, not okay. not your fault though... I have this as an unfinished port as well. iftop is only half-functional: the curses user interface does not work at all. In theory, you should

Re: mtools-3.9.10.tar.gz changed?

2007-04-09 Thread Marc Espie
On Mon, Apr 09, 2007 at 03:25:52PM +0200, Alain Knaff wrote: Ingo Schwarze wrote: Salut Alain, i just realized that you seem to have removed a couple of bogus files from your mtools-3.9.10.tar.gz distribution tarball. While i certainly appreciate your effort to actively maintain the

Re: simplify updating of config files after pkg_add -r

2007-04-11 Thread Marc Espie
On Fri, Apr 06, 2007 at 05:39:43PM +0200, Ingo Schwarze wrote: When a file installed by a @sample packing list directive was changed locally, manually updating it can be tedious after pkg_add -r. Even worse, after updating many packages using pkg_add -u, finding out which config files need

Re: Port trying to write out of fake - texlive

2007-04-13 Thread Marc Espie
On Fri, Apr 13, 2007 at 08:43:16AM +0100, Edd Barrett wrote: Hi There, I'm having a go at porting texlive, as teTeX is now unmaintained. I have to say that I'm not really familiar with the porting system. I have only read the docs on the OBSD web page. I have started with the base set of

Re: package compiled with two vesrions of same library

2007-04-15 Thread Marc Espie
On Sun, Apr 15, 2007 at 12:29:52PM +0100, Mikolaj Kucharski wrote: Hi, Currently there is two expat libraries in OpenBSD, one in ports, and one in Xenocara. I'm working on some ports related to GNOME 2.18 and one port compiled with two versions of expat # cd

Re: PATCH: Ada tasking support for lang/gcc/4.2

2007-04-17 Thread Marc Espie
On Mon, Apr 16, 2007 at 11:02:00PM +0300, Tero Koskinen wrote: Hi, Here is a patch which improves Ada support of the lang/gcc/4.2 port. It is a joint work of me and Markus Hennecke. Changes included: * Tasking (threading) support enabled (--enable-threads=posix) * Better signal handling

Re: pkg_add too aggressive ?

2007-04-20 Thread Marc Espie
On Fri, Apr 20, 2007 at 11:53:24AM +0800, Uwe Dippel wrote: Had this problem for 3.8-3.9; and now again, 3.9-4.0: pkg_add -ui -F update -F updatedepends fails with various responses; but it always refers to the number of threads that it starts, like Error from

Re: Minor fix to print/ghostscript (/gnu)

2007-04-24 Thread Marc Espie
Looks like a very good plan for me. I haven't had time to test your new version, though...

Re: Embedding MODPY_VERSION in PKGNAME

2007-04-27 Thread Marc Espie
On Fri, Apr 27, 2007 at 03:12:57PM +1000, Damien Miller wrote: On Fri, 27 Apr 2007, Mathieu Sauve-Frankel wrote: Most Python modules install under /usr/local/lib/python${MODPY_VERSION} anyway, so they are fully capable of existing in parallel. But this won't be true of anything that

pkg_create changes

2007-04-30 Thread Marc Espie
I've been doing a lot of small changes to pkg_create, mostly to clean up and unify the code. There should be very little change in behavior, but the internal logic is simpler and more uniform. In particular, various special modes, such as pkg_create -n, or pkg_create -f /var/db/pkg/name/+CONTENTS

Re: Proftpd port

2007-05-01 Thread Marc Espie
On Mon, Apr 30, 2007 at 09:13:52PM -0700, Dave Mangot wrote: I know the current maintainer, TJ Saunders, and mentioned the whole thing to him over beers one night and he was and is fully commited to the security of Proftpd. He was pretty bummed to hear that Proftpd has such a bad rap with

Re: Problem on cyclic dependencies?

2007-05-06 Thread Marc Espie
On Sun, May 06, 2007 at 10:17:17PM +0300, Berk D. Demir wrote: I'm experiencing installation problems with cyclically dependent packages. 'package A - Flavor X' requires 'package B' 'package B' requires 'package A' This is a problem with the packages. This should not happen.

Re: glib2 compilation troubles

2007-05-10 Thread Marc Espie
On Thu, May 10, 2007 at 02:25:15AM -0500, Vijay Ramesh wrote: I haven't been able to compile glib-2.12.11. Did I miss a crucial announcement or is everyone having this problem? In some cases, especially with gnu shit, you have to uninstall the previous version before compiling the new one.

recent changes to pkg_add

2007-05-13 Thread Marc Espie
Mostly refactoring... there will be a flag day soon: the new features of pkg_create are going to be used by bsd.port.mk, and if you don't have a recent pkg_create, then the -current ports tree will stop producing packages. You've been warned. Today, I committed the first actual new feature: tools

Re: Anyone have ffmpeg plugins for GStreamer?

2007-05-14 Thread Marc Espie
On Mon, May 14, 2007 at 07:09:09AM +0100, Mikolaj Kucharski wrote: Hi, Someone have maybe port of FFmpeg plugins for GStreamer? References 1. http://gstreamer.freedesktop.org/modules/gst-ffmpeg.html 2. http://gstreamer.freedesktop.org/src/gst-ffmpeg/ -- best regards q# Yes and

Re: create cat pages during fake

2007-05-15 Thread Marc Espie
On Tue, May 15, 2007 at 08:02:15AM -0500, Ted Unangst wrote: marc, is something like this doable? Yeah, except that it would probably belong in pkg_create, and that you need to be a bit more smart about generating man pages. Namely, you have to look at the first lines of the page to figure out

Re: NEW: textproc/gsed

2007-05-15 Thread Marc Espie
On Tue, May 15, 2007 at 01:34:50PM +0200, Hannah Schroeter wrote: Hello! On Tue, May 15, 2007 at 08:12:21AM +0200, Paul de Weerd wrote: On Mon, May 14, 2007 at 11:03:01PM -0300, Andr?s Delfino wrote: | And what/who needs this? | Sorry, but, is that question relevant? I mean, shoudn't the

Re: help needed with libtool and C++

2007-05-18 Thread Marc Espie
On Fri, May 18, 2007 at 05:32:57PM +0200, Eric Faurot wrote: Now I am hitting another problem which seems much more serious: missing implementation for std::char_traitsunsigned short. I guess it is due to the current version of gcc/stdc++ being too old... Nope, it's probably some wchar

recent changes in pkg_add

2007-05-22 Thread Marc Espie
At some point in the near future, those changes are going to impact bsd.port.mk. Namely, I've got simplifications there that require a somewhat recent pkg_create (two/three weeks): pkg_create builds full DESCR/COMMENT on the fly, removing the need for the WRKPKG directory entirely. As a follow-up

Re: recent changes in pkg_add

2007-05-22 Thread Marc Espie
On Tue, May 22, 2007 at 06:05:24PM +0100, Edd Barrett wrote: Hi Marc, On 22/05/07, Marc Espie [EMAIL PROTECTED] wrote: At some point in the near future, those changes are going to impact bsd.port.mk. Namely, I've got simplifications there that require a somewhat recent pkg_create (two/three

Re: gnome-keyring not working

2007-05-24 Thread Marc Espie
On Thu, May 24, 2007 at 07:05:51PM +0800, Lars Hansson wrote: If I install gnome-keyring-manager (I have a hasty port if anyone's interested) it will fail to connect to gnome-keyring-daemon and the daemon will print the following error message: ** (process:21765): WARNING **: Socket

Re: pkg_add and infrastructure/mk changes and q's

2007-05-26 Thread Marc Espie
Sorry, I often try to make sure things go in in the right order. Like, the basic infrastructure changes that went in corresponded to somewhat old pkg_add changes (like two weeks ago). The check-lib-depends changes went in very quickly, because they were fixing a rather bad bug (old

Re: bsd.port.mk: lzma diff

2007-05-27 Thread Marc Espie
On Sun, May 27, 2007 at 08:16:39AM -0500, Todd T. Fries wrote: Simple, straightforward. 1/ Show me stuff that would use this functionality. I don't believe in adding it if you don't have a few ports that will use lzma distfiles. 2/ Is lzma working on most architectures without issues ?

Re: pkg_add woes

2007-05-28 Thread Marc Espie
On Mon, May 28, 2007 at 10:36:56AM +0300, Antti Harri wrote: Got some failure when running pkg_add -ui: OpenBSD 4.1-current (GENERIC) #178: Fri May 25 03:22:20 MDT 2007 [EMAIL PROTECTED]:/usr/src/sys/arch/i386/compile/GENERIC Packages are dated May 23. Forward dependency of

pkg_* and INSTALL/DEINSTALL scripts

2007-05-31 Thread Marc Espie
After some discussion, we've decided to remove INSTALL/DEINSTALL/REQ scripts. First, REQ scripts have never been in wide use in OpenBSD. There are a total of 5 ports ever to have a REQ script in our archives. I'm pretty certain the support in pkg_add was not really tested, and those scripts are

RFC: LOCK_CMD

2007-06-02 Thread Marc Espie
Does anyone out there uses a lock command that's not the `default' one in infrastructure/build/dolock ? I've committed an extension to it that allows to put comments in the lockfile, and I'd like to use it to store the BUILD_PKGPATH inside the lock. I've got a small shell-script that tells me

Re: RFC: LOCK_CMD

2007-06-02 Thread Marc Espie
On Sat, Jun 02, 2007 at 08:21:14AM -0400, Josh Grosse wrote: On Sat, Jun 02, 2007 at 02:10:44PM +0200, Marc Espie wrote: Does anyone out there uses a lock command that's not the `default' one in infrastructure/build/dolock ? Does /usr/bin/touch count as non-default? For several years

Re: RFC: LOCK_CMD

2007-06-02 Thread Marc Espie
On Sat, Jun 02, 2007 at 06:21:37PM +0200, Marc Espie wrote: On Sat, Jun 02, 2007 at 08:21:14AM -0400, Josh Grosse wrote: On Sat, Jun 02, 2007 at 02:10:44PM +0200, Marc Espie wrote: Does anyone out there uses a lock command that's not the `default' one in infrastructure/build/dolock

Re: New: Minimal TeXLive Port. Please test and comment.

2007-06-04 Thread Marc Espie
On Sun, Jun 03, 2007 at 02:54:15PM +0100, Edd Barrett wrote: The script does not just remove man pages. Are the rest of the files ok to stay there? The reason it is scripted is so that I don'thave to spend ages manually commenting PLIST lines. You don't have to spend ages manually

Re: checksum mismatch for audio/easytag

2007-06-04 Thread Marc Espie
On Mon, Jun 04, 2007 at 03:35:10PM -0300, Daniel Bolgheroni wrote: Hi, Are there any errors with distinfo in audio/easytag in -current ports? Just tried on 3 different boxes and the error is the same. $ sudo make install === Checking files for easytag-2.1 easytag-2.1.tar.bz2 doesn't

Re: gnome 2.18 issues

2007-06-08 Thread Marc Espie
On Fri, Jun 08, 2007 at 06:45:23PM -0400, Rodolfo Gouveia wrote: On Fri, Jun 08, 2007 at 06:56:42PM +0200, Jasper Lievisse Adriaanse wrote: here it is. mostly untested though. I had probs with the checksum, so I rebuilt it with make makesum. But the port works ok, although it doesn't seem

new stuff in pkg_add...

2007-06-09 Thread Marc Espie
Lots of commits over the past two weeks, loads of refactorings. Some user-visible changes as well. - in case pkg_add cannot find libraries, it's much more specific now. It will tell you if it found libraries that looks vaguely like what it was looking for, and where, so that you can figure out

Re: ncurses with wide character support (ncursesw)

2007-06-09 Thread Marc Espie
On Sat, Jun 09, 2007 at 03:00:11AM +0200, Simon Kuhnle wrote: Hi, I'm currently working on a port of mcabber (console jabber client) but I got a little bit stuck as it needs support for ncurses with UTF-8 support (also known as ncursesw). Now I wanted to ask why there's no port of it.

Re: broken packages on powerpc

2007-06-10 Thread Marc Espie
On Sun, Jun 10, 2007 at 12:23:01PM +0200, Antoine Jacoutot wrote: During the latest macppc pkg bulk build, the following packages failed to build: - swi-prolog-5.6.27p0 Packaging error (file does not exist) Look closer at the log. The file is probably a documentation file, and the

Re: make update-list question

2007-06-12 Thread Marc Espie
On Tue, Jun 12, 2007 at 06:43:02PM +0100, Edd Barrett wrote: Hi there, When porting make update-plist seems to leave all your @comment's intact, this is good. What is the policy on @exec/@unexec. On one of my SUBDIRS it leaves them intact but moves them 2 lines back from the end of the

Re: How to invoke gm4 from autoconf-2.59 in a port?

2007-06-13 Thread Marc Espie
On Wed, Jun 13, 2007 at 03:00:27AM -0700, Vortechz wrote: I need to invoke /usr/local/bin/gm4 to get a configure.ac script processed by autoconf. NOTE:Don't point me to the -g option of /usr/bin/m4 , that does not work. I will point out to that option. If you have some configure.ac

pkg_add, ftp and dumb network

2007-06-14 Thread Marc Espie
I think I'm starting to figure out what goes wrong with pkg_add and ftp... For those people who know network stuff, you know ftp is special, in that there are two opened connections, one for control, and one for data. This was a pretty rad design when it happened... but not surprisingly, nobody

Re: PATCH: infrastructure/build/out-of-date

2007-06-15 Thread Marc Espie
On Fri, Jun 15, 2007 at 11:09:13AM +0100, Love, David wrote: While very grateful for the recent updates to the port infrastructure, the changes to the OpenBSD::ProgressMeter class seem to have broken the infrstructure/build/out-of-date script. I am aware there are other ways of doing this

work-around for some ftp issues

2007-06-16 Thread Marc Espie
I figured out that, in at least some cases, pkg_add through ftp was hanging because some network equipment somewhere on the path was not listening closely enough: it's quite easy to decorrelate the control connection from the data connection. Some crappy equipments, some moronic sysadmins, or

Re: pkg_add, ftp and dumb network

2007-06-17 Thread Marc Espie
On Sun, Jun 17, 2007 at 08:14:04AM -0500, Sam Fourman Jr. wrote: I wonder if it would be possible, to allow the OpenBSD install script that comes on the CD or even bsd.rd to use sftp as an install option., and you are very correct ftp it BROKEN about 80% of the time. Well, if ftp

Re: pkg_add(1)/ports infrastructure: changed behavior

2007-06-18 Thread Marc Espie
On Mon, Jun 18, 2007 at 05:54:10PM +0200, Moritz Grimm wrote: the changes to the pkg tools and ports infrastructure, while really great, introduced possibly unintended side-effects. Running pkg_add -F update -F updatedepends -u, which I have been using for a long time to upgrade packages

Re: problems installing gd-2.0.34.tgz package

2007-06-24 Thread Marc Espie
On Sun, Jun 24, 2007 at 06:07:41PM -0400, jason wong wrote: Hi. I'm having trouble installing the gd-2.0.34.tgz package with pkg_add on openbsd 4.1, generic kernel. The dependencies for this package seem messed up: pkg_add

Re: pkg tools suggestion : prune mode?

2007-06-25 Thread Marc Espie
On Mon, Jun 25, 2007 at 03:56:49PM +0100, Edd Barrett wrote: Hi there, Another idea I forget to suggest in my post last week was a mode for pkg_delete similar to -F, excepct for it works in the other direction, but stops if it finds other packages which need the candidate. for example:

Re: update: databases/sqlite3

2007-06-26 Thread Marc Espie
On Sat, Jun 23, 2007 at 03:56:52PM +0200, Srebrenko Sehic wrote: Here is an update to the latest version of SQLite. It's an important bugfix release and according to sqlite3.org upgrade is highly recommended. 2 bugs have been fixed which could lead to database corruption. This update is

Re: gnome-vfs2-2.18.p0: samba flavor and cdparanoia error

2007-06-28 Thread Marc Espie
On Thu, Jun 28, 2007 at 12:38:08AM -0600, Brad Walker wrote: hello, please test the patch and comment. i accessed windows file shares on i386 with this modification. This is a bad idea. gnome-vfs has a modular design, you can respect that modular design. Namely, samba shouldn't be a

Re: troubles with pkg_add -u

2007-06-30 Thread Marc Espie
Okay, I've finally been able to reproduce this particular issue. I believe that the reason I haven't been able to advise you earlier is because your bug-report is incomplete: On Mon, Jun 25, 2007 at 03:01:59PM +0300, Paul Irofti wrote: a pkg_add -iuv I get fatal errors with random package

Re: Not installing subpackage

2007-07-03 Thread Marc Espie
On Tue, Jul 03, 2007 at 03:44:23AM -0300, Daniel Bolgheroni wrote: Hi, after compiling audio/bmp with no FLAVOR, I've got the package in /usr/ports/package/${ARCH}/ as always and two subpackages (bmp-mp3-* and bmp-vorbis-*), which were not installed. I can install manually for sure, but

Re: flash plugin firefox?

2007-07-03 Thread Marc Espie
On Tue, Jul 03, 2007 at 12:54:59PM +0200, Vim Visual wrote: Hi, I have searched but I've not found the information. This is why I am asking here. As you know there is a flash plugin for opera. I need flash for a couple of things but I hate opera. Who is responsible for the plugin? In

Re: Not installing subpackage

2007-07-03 Thread Marc Espie
I'll admit that the current situation might be a bit confusing, I should probably get around to rewrite ports(7) at some point. The current situation is as follows: +-- package one port -|-- package +-- package ... Some targets do everything, others don't.

Re: pkg_add -u actualy downgrades

2007-07-03 Thread Marc Espie
On Tue, Jul 03, 2007 at 10:00:42PM +0100, Edd Barrett wrote: Hi ports@, A minor issue with pkg_add -u : # pkg_add -u -F update -F alwaysupdate Candidates for updating faad-2.0p6 - faad-2.0p5 Candidates for updating jwm-2.0 - jwm-1.8 jwm-2.0 is a port that I have updated, and although it

Re: Not installing subpackage

2007-07-03 Thread Marc Espie
On Tue, Jul 03, 2007 at 05:37:27PM -0300, Daniel Bolgheroni wrote: .if !${FLAVOR:L:Mno_mp3} MULTI_PACKAGES+=-mp3 .endif .if !${FLAVOR:L:Mno_vorbis} MULTI_PACKAGES+=-vorbis .endif .if !${MULTI_PACKAGES:M-mp3} CONFIGURE_ARGS+=--disable-mp3 .endif .if !${MULTI_PACKAGES:M-vorbis}

Re: MAINTAINER-UPDATE: x11/tellico

2007-07-06 Thread Marc Espie
On Thu, Jul 05, 2007 at 01:26:41PM +0100, Mikolaj Kucharski wrote: On Thu, Jul 05, 2007 at 02:15:39PM +0200, Andreas Bihlmaier wrote: Index: pkg/PLIST === RCS file: /cvs/ports/x11/tellico/pkg/PLIST,v retrieving revision 1.2

Re: [NEW] multimedia/gst-ffmpeg-0.10

2007-07-09 Thread Marc Espie
On Mon, Jul 09, 2007 at 05:45:58PM +0300, Valery Masiutsin wrote: Hello, list ! Here is port of ffmpeg plugin to gstreamer. Ffmpeg supports wide variety of video formats. Regards Valery. The main reason why gst-ffmpeg isn't in the ports tree is because we would like it to use the in-tree

Re: BASE_PKGPATH in PLIST [omniORB port]

2007-07-13 Thread Marc Espie
On Fri, Jul 13, 2007 at 09:57:35AM +0200, Landry Breuil wrote: 2007/7/12, Jacob Meuser [EMAIL PROTECTED]: On Thu, Jul 12, 2007 at 11:30:28AM +0200, Landry Breuil wrote: Hello, working on various ports, i've seen that make plist puts ${BASE_PKGPATH} in my PLIST / PFRAG.shared where

Re: PATCH: force Amarok to use profile-wide xine config

2007-07-14 Thread Marc Espie
On Sat, Jul 14, 2007 at 06:07:57PM +0300, Alexey Suslikov wrote: --- amarok/src/engine/xine/xine-engine.cpp.orig +++ amarok/src/engine/xine/xine-engine.cpp @@ -61,7 +61,7 @@ ///returns the configuration we will use. there is no KInstance, so using this hacked up method. //static inline

Re: ports(7) inconsistent with bsd.port.mk(5) on FORCE_UPDATE?

2007-07-21 Thread Marc Espie
On Fri, Jul 20, 2007 at 11:22:01PM +0200, Markus Bergkvist wrote: I can understand if no-one wants to take the time to explain this, but could someone just tell me if I should go re-read the man-pages or if there actually are something wrong in ports(7)? Thanks. BR, Markus You want an

Re: soundtracker unstable

2007-07-30 Thread Marc Espie
On Sun, Jul 29, 2007 at 06:56:14PM +0300, Juha Erkkila wrote: On Sat, Jul 28, 2007 at 01:37:52PM -0400, Nick Guenther wrote: I'm interested in getting into tracking-music (a-la the old DOS fasttracker) but it keeps crashing on me. I'm using the plain version (not -esd and not -esd-gnome).

Those annoying sudo changes...

2007-07-30 Thread Marc Espie
Ports people, and others probably, there's a big chance that, if you use %wheel ALL=(ALL)ALL you really want to have: Defaults:%wheel !env_reset %wheel ALL=(ALL)SETENV: ALL with the new sudo. I misconstrued some of Todd's changes, but that's what needed to keep the old

Re: TeXLIve dependency tests

2007-07-31 Thread Marc Espie
On Tue, Jul 31, 2007 at 11:49:07AM +0100, Edd Barrett wrote: Hi, On 31/07/07, steven mestdagh [EMAIL PROTECTED] wrote: I don't want to discourage your efforts, but IMHO, it is ways too late to get this done for 4.2. I mean, there is too little time left to test all this stuff seriously

Re: Echoing messages in @exec / @unexec

2007-08-11 Thread Marc Espie
On Fri, Aug 10, 2007 at 10:32:02PM +0100, Edd Barrett wrote: Hi, I would like to echo a message during 'mktexlsr' on some ports, which are done via @exec / @unexec. mktexlsr can take a while on large texmf trees and on slow computers, so I would like to inform the user that something is

Re: unsafe operations in libxml2

2007-08-11 Thread Marc Espie
On Sat, Aug 11, 2007 at 01:57:35PM +0200, Sascha Hanse wrote: Hello, I got this error while updating my packages: New package libxml-2.6.29 contains potentially unsafe operations @exec /usr/local/share/libxml2/rebuild Both ports and userland are about 12 hours old. It worked

Re: MODULES undocumented?

2007-08-14 Thread Marc Espie
On Tue, Aug 14, 2007 at 11:56:50AM +0100, Edd Barrett wrote: Hi there, I would like to know what MODULES is for in port Makefiles. It appears to me undocumented in bsd.port.mk(5). It should be documented here right? The MODULES stuff is a set of hooks to be able to put more specialized

announce: ports + release

2007-08-14 Thread Marc Espie
For those of you newcomers, OpenBSD releases are built quite some time before they're available on CD. Right now, the ports tree is locked, and almost final snapshots should already be available. If you see any actual showstopper, we're still interested. But it has to be somewhat momentous. As

Re: mplayer and flavors

2007-08-14 Thread Marc Espie
On Tue, Aug 14, 2007 at 06:18:38PM -0300, Claudio Correa wrote: Hi, Please, somebody can verify and to confirm if this error is only a problem with my port tree: OpenBSD 4.2-beta (GENERIC) #1148: Fri Jul 27 10:40:10 MDT 2007 cd /usr/ports/x11/mplayer env FLAVOR=esd sdl ggi mad aa make

Re: pkg_add returns not for the right architecture for newly created port of p5-Brackup

2007-08-26 Thread Marc Espie
On Mon, Aug 27, 2007 at 08:57:53AM +1200, scorch wrote: On Sun, Aug 26, 2007 at 12:23:44AM +1200, scorch wrote: after creating this new port, I get always after my pkg_add: parsing /usr/ports/packages/i386/all/p5-Brackup-1.05.tgz p5-Brackup-1.05 is not for the right architecture

Re: NEW: x11/gnome/vino

2007-08-31 Thread Marc Espie
On Fri, Aug 31, 2007 at 05:14:01PM +0200, Giovanni Bechis wrote: Alle 16:23, venerdì 31 agosto 2007, Mikolaj Kucharski ha scritto: vino has an issue with IPv6, as it binds only to inet6 socket by default, that's why I have --disable-ipv6 in Makefile. I'm using this port for three months now

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

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

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 install

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 with

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 instances

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 and use

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

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.

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 that file

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? Check

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? I thought

<    1   2   3   4   5   6   7   8   9   10   >