p2k11 changes

2011-11-19 Thread Marc Espie
I spent most of last week working on speed improvements in the package creation process, with nice results. print-package-signature and out-of-date are now about twice as fast. packages with big dependency tree and no wantlib build very much faster (the new meta/* stuff is a proof of that). port

Re: p2k11 changes

2011-11-19 Thread Marc Espie
Of course, it's always better with actual benchmarks. In normal cases, the dependency checking will be often twice as fast. Ways worse in some pathological cases: make package in lang/php/5.2 before: 3m06s after: 1m06s -> /3 make print-package-signature from the top-level: before: 230m21s after:

Re: p2k11 changes

2011-11-21 Thread Marc Espie
... and with the just committed "prepare" change, which makes it about twice as fast in the common case (already installed deps), this should be all for now (of course, I'm just saying that to trick my brain into finding more speed-ups).

DEPENDS_TARGET

2011-11-22 Thread Marc Espie
Does anybody actually use this ? (I mean, in a user-visible way, in some script) Currently, I don't see any reason not to consider it internal to bsd.port.mk and hide it as _DEPENDS_TARGET...

Reminder: -current

2011-11-22 Thread Marc Espie
If you want to build ports -current, you have to have a current system. Several changes AND fixes went into pkg_add over the past few days. If your port system is at -current, but src is not, you *will* run into strange errors.

Re: document AUTOMAKE_VERSION in bsd.port.mk.5

2011-12-03 Thread Marc Espie
On Wed, Nov 30, 2011 at 03:48:23PM -0600, Amit Kulkarni wrote: > 2) make COPTS wording clearer Being "clearer" is good. Being "correct" is better. Read the Makefile, CFLAGS += ${COPTS} means exactly what the current wording means... > @@ -1186,7 +1196,7 @@ > User settings. > Supplementary opti

more aggressive stance towards gnu-configure auto-detection

2011-12-10 Thread Marc Espie
We've just put in place a better set of CONFIG_SITE fragments to prevent random ports from picking up gnu-tools. This is probably grow in the near future. For now, if your port *really* requires some gnu tools, be sure to have the right BUILD_DEPENDS, as the cache will say "nope, they don't live

patches and stuff, confusion about external links

2011-12-10 Thread Marc Espie
Whenever you send patches or new ports to the list, remember there's some asynchronous behavior involved. There's been some recent confusion as to which version of a patch someone was referring to, because it was an external link, and the external link got changed to something else. That's a comm

Re: dpb question regarding pseudo-flavors

2011-12-10 Thread Marc Espie
On Sat, Dec 10, 2011 at 01:46:58PM +0100, Andre Keller wrote: > Hi > > I lately started using dpb for building a subset of ports > automagically. I now run into problems with building some openldap > dependent ports. > > The point is I don't have ACCEPT_JRL_LICENSE=Yes in my /etc/mk.conf, > becau

Re: dpb question regarding pseudo-flavors

2011-12-10 Thread Marc Espie
On Sat, Dec 10, 2011 at 03:10:41PM +0100, Andre Keller wrote: > Am 10.12.2011 15:03, schrieb Marc Espie: > >Does look like "BUILD_ONCE=Yes" behavior, which does kick in when > >dpb is invoked with -a. > > > >Since you don't describe the command line used

Re: [NEW] opencore-amr

2011-12-11 Thread Marc Espie
On Sat, Dec 10, 2011 at 10:37:38PM +0100, Jan Stary wrote: > Once gstreamer/core is installed and I try to build > streamer/plugins-bad, the build stops with > > ===> Verifying specs: glib-2.0 gmodule-2.0 gobject-2.0 gthread-2.0 xml2 z m > pcre gstreamer-0.10 intl>=5 iconv>=6 glib-2.0 gmodule-2.0

Re: Allow clang++ to work on OpenBSD

2011-12-12 Thread Marc Espie
On Mon, Dec 12, 2011 at 04:00:44PM +0100, Pascal Stumpf wrote: > On Mon, 12 Dec 2011 14:41:45 +0100 (CET), Mark Kettenis wrote: > > > > The s/restrict/__restrict/g in cstdio shouldn't be necessary. > > Apparently, clang++ interprets "restrict" as parameter name, i.e.: > > attr.cc:1:50: error: re

Re: Allow clang++ to work on OpenBSD

2011-12-12 Thread Marc Espie
On Mon, Dec 12, 2011 at 04:15:23PM +0100, Mathieu - wrote: > restrict is a C99 keyword and has no meaning (ie doesn't exist) in the > C++ standard. Wrong answer. What's the C++ standard ? C++98 or C++2011 ? A lot of things that are valid C++ don't exist in any C++ standard, since they're include

Re: context --version output is not what expected

2011-12-16 Thread Marc Espie
On Fri, Dec 16, 2011 at 12:06:50PM +, Edd Barrett wrote: > On Wed, Dec 14, 2011 at 05:05:49PM -0500, Jiri B wrote: > > On Wed, Dec 14, 2011 at 12:49:16AM +, Edd Barrett wrote: > > > Try installing texmf-full. > > > > $ pkg_info | grep texlive

Re: context --version output is not what expected

2011-12-16 Thread Marc Espie
On Fri, Dec 16, 2011 at 05:40:33PM +, Edd Barrett wrote: > >For the same reason we don't include ls-R in packages. We don't know >what will be in the texmf tree. Packages can install extra crap and >users can make system-local additions which all need to be hashed. Those are bad r

Re: Update: databases/sqlite 3.7.9

2011-12-18 Thread Marc Espie
On Sun, Dec 18, 2011 at 10:28:58AM +, Stuart Henderson wrote: > In some ways it would make more sense to use an embedded copy of > sqlite for applications which often need a specific version, > but then we typically have symbols conflicting with a copy of > sqlite pulled in via a shared library

Re: firofx updates leave empty directories

2011-12-19 Thread Marc Espie
On Mon, Dec 19, 2011 at 12:00:35AM +0100, frantisek holop wrote: > hi there, > > i have noticed that the last couple of firefox updates > do not completely clean up afterwards > > --- -firefox-7.0.1p0 --- > Error deleting directory /usr/local/lib/firefox-7.0.1/components: Director

Re: textproc/xerces-c still picks up ggrep

2011-12-26 Thread Marc Espie
On Tue, Dec 27, 2011 at 01:23:27AM +0100, Pascal Stumpf wrote: > Wrapper script around GNU configure, so CONFIGURE_STYLE is "simple", so > it doesn't pick up config.site stuff. Please check, but I think if you were to set up MODULES += gnu that should be enough to set up CONFIG_SITE correctly...

Re: FILESDIR will die

2011-12-29 Thread Marc Espie
On Thu, Dec 29, 2011 at 05:18:05PM +0100, Matthieu Herrb wrote: > On Thu, Dec 29, 2011 at 04:57:37PM +0100, Antoine Jacoutot wrote: > > Hi. > > > > So after chatting with espie we came to the conclusion than putting > > additionnal files under FILESDIR isn't really worth it. > > Despites a handfu

Re: Older vlc-0.8.6i on OpenBSD 5.0

2012-01-02 Thread Marc Espie
On Mon, Jan 02, 2012 at 08:28:51AM +0100, Erling Westenvik wrote: > Sorry. Last paragraph were supposed to read > > "The ideal solution would be to have A PORT/PACKAGE version OF > vlc-0.8.6i co-existing with newer versions IN PORTS/PACKAGES until the > VideoLAN folks finally got netsync working"

Re: @symlink clarification (man pkg_create)

2012-01-03 Thread Marc Espie
On Tue, Jan 03, 2012 at 08:44:03AM -0500, Jiri B wrote: > Hello, > > I'm confused how @symlink should work,... > > @symlink name > Added after a file entry by pkg_create to record that the entry > is actually a symbolic link. > > I haven't found any usage of this in any PLIST. G

mirroring-ports

2012-01-06 Thread Marc Espie
dpb -F can now replace both 'make mirror-maker' and 'link-checksums', with greater accuracy, simpler usage, and better speed. It's expected to get a few more goodies over the coming weeks (such as noticing when distfiles move, avoiding refetches) Expect the old tools to get garbage-collected in t

Re: miniupnp

2012-01-07 Thread Marc Espie
On Sat, Jan 07, 2012 at 04:02:51PM +0100, Antoine Jacoutot wrote: > > > The SECURITY file for miniupnpd, is only around in the ports tree. > > > It doesn't get installed, nor echoed out when installing the package, > > > nor is in pkg_info. Since the users are encouraged to install > > > packages,

Re: miniupnp

2012-01-07 Thread Marc Espie
On Sat, Jan 07, 2012 at 08:10:26PM +0100, Antoine Jacoutot wrote: > > Copying from SECURITY to README looks fine, I would still prefer not to kill > > SECURITY. > > But what is the benefit of SECURITY in this case? It's something you can find(1). But yeah, we probably want to formalize things a

dpb -J

2012-01-08 Thread Marc Espie
I'm thinking of making dpb -Jsomething the default, probably dpb -J250 or dpb -J300, as a good compromise between number of packages installed and performance slug. You could of course still override it with -J0. Opinions ?

Re: NEW: devel/p5-Term-ANSIColor 3.01

2012-01-08 Thread Marc Espie
On Sun, Jan 08, 2012 at 06:41:09PM +, Mikolaj Kucharski wrote: > Hi, > > This is new dependencty for www/p5-WWW-YouTube-Download update to the > latest version (0.38). Port is probably cool, but wtf is p5-WWW-YouTube-Download requiring it by default for ? This is wrong on so many levels.

Re: UPDATE: www/p5-WWW-YouTube-Download to 0.38

2012-01-08 Thread Marc Espie
On Sun, Jan 08, 2012 at 07:04:05PM +, Mikolaj Kucharski wrote: > Hi, > > The app has new command line tools: youtube-download.pl and > youtube-playlists.pl. First one lets you download youtube videos from > command line (in similar way line many other tools like that). Second > script lets you

Re: NEW: devel/p5-Term-ANSIColor 3.01

2012-01-08 Thread Marc Espie
On Sun, Jan 08, 2012 at 07:24:13PM +, Mikolaj Kucharski wrote: > On Sun, Jan 08, 2012 at 08:06:38PM +0100, Marc Espie wrote: > > On Sun, Jan 08, 2012 at 06:41:09PM +, Mikolaj Kucharski wrote: > > > Hi, > > > > > > This is new dependencty for www/p

Re: [UPDATE]: sysutils/autossh

2012-01-15 Thread Marc Espie
On Sun, Jan 15, 2012 at 06:06:57PM -0500, Anders Langworthy wrote: > Hi. First attempt at a port update, observations requested. Works for > me on i386. The license is actually BSD without the clauses (see > autossh.c); the new version uses autoconf. I wasn't sure how to make it > compile with

reminder: guidelines for multi-packages and flavors

2012-01-16 Thread Marc Espie
Remember that flavors and multi-packages should not be used to group together independent stuff. I did that mistake in the past, for instance in kde/i18n3 (with flavors) and others did similar things with multi-packages for www/firefox-i18n Basically, those kill dpb. dpb considers a set of multi-

Re: strange bug when updating

2012-01-16 Thread Marc Espie
On Tue, Jan 17, 2012 at 12:01:59AM +0100, frantisek holop wrote: > hi there, > > there is a strange bug that manifests itself when i sometimes > do a pkg_add -ui. > > /var/db/pkg/opera-10.11p2/+REQUIRING: > desktop-file-utils-0.19 > fedora_base-4.0p9 > .libs-sqlite3-3.7.5 > .libs1-glib2-2.28.8p3

Re: reminder: guidelines for multi-packages and flavors

2012-01-20 Thread Marc Espie
On Mon, Jan 16, 2012 at 11:22:29PM +0100, Marc Espie wrote: > But grouping independent builds in a single port because it seems logical > is a mistake! This also goes for documentation and such: if the documentation > is provided as an independent distfile, if you build a separate pa

Re: new: security/hs-{entropy,mwc-random,pwstore-fast,skein}

2012-01-21 Thread Marc Espie
On Sat, Jan 21, 2012 at 06:36:22PM +0100, Matthias Kilian wrote: > Description: > A platform independent method to obtain cryptographically strong entropy > (urandom on Linux, CryptAPI on Windows, patches welcome). Err... I assume you used an OpenBSD API to get correct crypto ? description is so

reminder: deprecated mirror-maker

2012-01-21 Thread Marc Espie
All targets related to "the old" mirror-maker thingy (building that huge makefile) are slated for deletion right after 5.1 is done. So far, dpb -F is the new and much better way to do things. We've found no drawback so far, faster, cleaner, more accurate, you name it. So, if you use the old mirro

Re: x11/gnome-mplayer (was: Re: CVS: cvs.openbsd.org: ports)

2012-01-23 Thread Marc Espie
The way to do things properly would be to auto-detect xv and use it, and fall back to x11 otherwise. (see xvinfo and xvctl's code, in general, you want to detect that you have an xv extension *and* that it has useful adapters. This is probably about 20 lines of code...

Re: Unable to upgrade ports (snapshot) since several weeks

2012-01-24 Thread Marc Espie
On Tue, Jan 24, 2012 at 08:13:45PM +0100, Auclair Vincent wrote: > a pkg_check fixed the issues. > Altought it reported some really strange things like reverse depencies > on "??" > Thanks for the help. Clear indication your filesystem got fucked, dependencies on strange things mean yo

Re: I really, really hate CUPS

2012-01-27 Thread Marc Espie
On Fri, Jan 27, 2012 at 09:58:42AM -0800, John Doe wrote: > KDE4 doesn't need a no-cups flavor. It just needs to have the dependency on > CUPS removed, and leave it up to the end user whether or not to install CUPS. >   > Isn't CUPS stand-alone? >   > What's all this crap you are COMPILING into eve

Re: [UPDATE]: rt Missing run depend

2012-01-30 Thread Marc Espie
On Mon, Jan 30, 2012 at 02:36:04PM -0600, Chris Bennett wrote: > While working with rt, I noticed that run depend of mysql-server was > missing from Makefile. > > OK? > > Chris Bennett > > ? rt_Makefile.diff > Index: Makefile > ===

Re: [wip] Firefox/Thunderbird 10.0 / Seamonkey 2.7

2012-02-02 Thread Marc Espie
On Thu, Feb 02, 2012 at 09:39:44AM +0100, Landry Breuil wrote: > On Thu, Feb 02, 2012 at 04:09:32AM +0100, Juan Francisco Cantero Hurtado > wrote: > > Firefox 10 is the first Firefox ESR[1]. Do you have some plan > > related to ESR releases?. > > ESR isn't really targeted to the average joe use

stop sending updates, test dammit!

2012-02-05 Thread Marc Espie
Well, ports locked means the snapshot packages going out are very near to what will be in 5.1. So, tinkerers, how about you stop sending stupid updates that just take bandwidth and attention and concentrate on testing those packages instead ? You know, if you run into some CRITICAL issue, it's st

Re: pkg_add merging ends with can't resolve vte-*,vte-*

2012-02-06 Thread Marc Espie
On Sun, Feb 05, 2012 at 11:50:18PM +, Mikolaj Kucharski wrote: > Hi, > > I'm updating one of my OpenBSD 5.0 i386 installations to the latest > version available on mirrors and got this error during pkg_add -ui: > > ... > gucharmap-3.0.1p3-gtk2->gucharmap-3.2.2 forward dependencies: > | Depend

Re: pkg_add merging ends with can't resolve vte-*,vte-*

2012-02-06 Thread Marc Espie
On Mon, Feb 06, 2012 at 12:15:30PM +0100, Marc Espie wrote: > On Sun, Feb 05, 2012 at 11:50:18PM +, Mikolaj Kucharski wrote: > > Hi, > > > > I'm updating one of my OpenBSD 5.0 i386 installations to the latest > > version available on mirrors and g

Re: pkg_add merging ends with can't resolve vte-*,vte-*

2012-02-06 Thread Marc Espie
Okay, it's gory. I'm going to see if we can get it fixed. Basically: - gnome3 wants vte3 - vte2 and vte3 can be installed simultaneously - BUT vte3 has pkgpath/conflict markers that say it's okay to update it from vte2. so, when vte gets updated, gnome3 forces it on the vte2->vte3 "update" path,

Re: pkg_add merging ends with can't resolve vte-*,vte-*

2012-02-06 Thread Marc Espie
On Mon, Feb 06, 2012 at 05:15:25PM +0100, Marc Espie wrote: > Okay, it's gory. > I'm going to see if we can get it fixed. > > Basically: > - gnome3 wants vte3 > - vte2 and vte3 can be installed simultaneously > - BUT vte3 has pkgpath/conflict markers that say it&

Re: [PATCH] gdb-7.2 no longer on ftp.gnu.org

2012-02-07 Thread Marc Espie
On Tue, Feb 07, 2012 at 09:32:29AM +0100, Donovan Watteau wrote: > Ah, sorry, found this: > http://www.sourceware.org/ml/gdb/2011-09/msg00135.html > http://www.sourceware.org/ml/gdb/2011-09/msg00136.html > > So it's OK to continue distributing gdb-6.3 and gdb-7.2; there's no > legal "obligation" t

Re: nohup make install

2012-02-15 Thread Marc Espie
On Wed, Feb 15, 2012 at 09:27:44AM +, Stuart Henderson wrote: > rthreads will probably fix this. > > On 2012/02/15 11:19, Alexey Suslikov wrote: > > Hello. > > > > OpenBSD 5.1-beta (GENERIC.MP) #1: Sun Feb 5 11:06:14 EET 2012 > > > > I use nohup to log src and ports builds. Recently, I have

bsd.port.mk, stuff to kill

2012-02-20 Thread Marc Espie
I'm wondering if someone is actually using make readmes, or link-categories... I'm thinking of killing those targets, they are purely convenience stuff, and I don't think they serve a real purpose these days. (if anything, readmes or category indices should be generated off sqlports, which holds

reminder: ports-current tracks src-current

2012-03-02 Thread Marc Espie
I've just seen a message that ended in "tested on sparc64 with rthreads@". That's normal. rthreads are now default in -current. If you're testing ports on an older system without rthreads, well, your test is worthless... Part of the switch of rthreads is test, test, test, so that it stays on, an

dpb changes

2012-03-05 Thread Marc Espie
A bit of stuff got committed. Now, build statistics get collected under ${DISTDIR}/build-stats/${ARCH} (as known as %f/build-stats/%a, since dpb can replace patterns inside files now). if you think the location is strange, I expect to, eventually, bootstrap first run dpbs by asking one of the mir

Re: alpine

2012-03-05 Thread Marc Espie
On Mon, Mar 05, 2012 at 02:06:05PM -0800, Chris Cappuccio wrote: > has anyone else noticed that alpine is very incompatible with rthreads? Nope. Nobody uses alpine. > i sent diagnostics to guenther that were so bad, he didn't even reply. More seriously, when ? guenther has been fixing a huge am

Re: NO_BUILD port

2012-03-12 Thread Marc Espie
On Mon, Mar 12, 2012 at 04:55:52PM -0400, Brad Smith wrote: > > On 12-Mar-12, at 4:42 PM, Jan Stary wrote: > > >I am working on a port of software that is only a collection > >of sh(1) scripts. So there is no compilation; it doesn't even > >have a Makefile (the installation is just a cp(1) call).

Re: c++ headers w/ -pedantic, overflow in implicit constant conversion

2012-03-15 Thread Marc Espie
On Thu, Mar 15, 2012 at 01:39:18AM +, Stuart Henderson wrote: > $ c++ -pedantic -c a.c > In file included from /usr/include/g++/memory:60, > from /usr/include/g++/string:48, > from a.c:1: > /usr/include/g++/limits: In static member function 'static char > std:

Re: python library linkage with ctypes

2012-03-20 Thread Marc Espie
On Tue, Mar 20, 2012 at 09:02:13AM +, Edd Barrett wrote: > Hi, > > Having spoken to sthen and djm, I am still stuck on this, so I am posting on > ports, incase someone here knows. > > Im looking at porting something which uses ctypes to load first libGL and then > libGLU. Once we strip the gu

Re: Is the racket port going to be included?

2012-03-22 Thread Marc Espie
On Thu, Mar 22, 2012 at 10:23:53AM +0200, Lars Engblom wrote: > Thank you! I do know you do it on your spare time. I just got > worried when I got very fast response on the version still having > something to be fixed, but nothing on the version that i corrected. > > I will wait patiently now :)

Re: error out if PORTSDIR is not set to the real directory.

2012-03-23 Thread Marc Espie
On Fri, Mar 23, 2012 at 11:25:49AM +, Stuart Henderson wrote: > On 2012/03/23 07:11, RD Thrush wrote: > > My PORTSDIR is on an nfs server. Mounting the particular nfs > > directory on /usr/ports (and setting PORTSDIR accordingly) fails the > > new test in bsd.port.mk. > > > > Apparently test

Re: error out if PORTSDIR is not set to the real directory.

2012-03-23 Thread Marc Espie
Since we are talking about a cluster here, it's likely you're mixing&matching stuff and confusing what happens on the local box and on the distant box. I'm pretty sure that, if you take the time to REALLY look at what's going on on your machine(s), you'll figure it out. I'm convinced that there's

Re: SEPARATE_BUILD=(simple|concurrent) -> Yes

2012-04-01 Thread Marc Espie
On Thu, Mar 29, 2012 at 03:29:49PM +0200, David Coppa wrote: > On Thu, Mar 29, 2012 at 3:17 PM, Stuart Henderson > wrote: > > Documentation for SEPARATE_BUILD=concurrent was removed in 2003 and > > there's no code for it, it's just handled the same as 'anything other > > than "flavored" or no'. >

Re: new: math/p5-Algorithm-Combinatorics

2012-04-06 Thread Marc Espie
On Thu, Apr 05, 2012 at 10:24:01PM -0500, Jim Razmus wrote: > Algorithm::Combinatorics is an efficient generator of combinatorial > sequences. Half lives up to its claims. It's reasonably efficient considering what it computes, but it's definitely as useful and fast as could be. (hint: generating

Re: Extract dependencies -> bsdtar?

2012-04-10 Thread Marc Espie
On Tue, Apr 10, 2012 at 07:45:33PM +0200, Christian Weisgerber wrote: > Currently, if you want to extract the distfiles for all the ports > in the tree, you need to install some extraction utilities from > ports: > > cabextract, gtar, lha, unrar, unzip > > (As well as the bzip2 and xz decompresso

Re: memory compile sizes

2012-04-18 Thread Marc Espie
On Wed, Apr 18, 2012 at 06:26:58PM -0500, Amit Kulkarni wrote: > > This is very cheap to compute, this just requires an extra wrapper-process > > around make to compute those numbers. > > > > Stuff > 30 more or less corresponds to VMEM_WARNING ports. > > > > One thing worth doing will be to set

Re: memory compile sizes

2012-04-19 Thread Marc Espie
On Thu, Apr 19, 2012 at 12:58:43PM +0300, Antti Harri wrote: > On Thursday 19 April 2012 01:27:01 Marc Espie wrote: > > Thanks to Ariane's changes, we can now monitor maxrss thru compiles. > > > > Here is a full list of a bulk build on amd64, ordered by size. > &

Re: memory compile sizes

2012-04-19 Thread Marc Espie
On Thu, Apr 19, 2012 at 02:57:57PM +0100, Stuart Henderson wrote: > On 2012/04/19 15:42, Marc Espie wrote: > > Yeah, the only issue so far is that the make-wrapper process is C code, so > > it needs to be compiled and deployed on every host > > we ship with a wrapper in base

Re: tedu print/acroread?

2012-04-24 Thread Marc Espie
On Tue, Apr 24, 2012 at 07:00:06PM +0200, David Coppa wrote: > On Tue, Apr 24, 2012 at 5:48 PM, Ted Unangst wrote: > > On Tue, Apr 24, 2012 at 17:03, David Coppa wrote: > >> Who uses this? > > > > Ironically, I was using it not all that long ago, because xpdf shit > > its pants on about half the P

Re: memory compile sizes

2012-04-24 Thread Marc Espie
On Tue, Apr 24, 2012 at 02:33:15PM -0700, Matthew Dempsky wrote: > On Thu, Apr 19, 2012 at 7:26 AM, Marc Espie wrote: > > On Thu, Apr 19, 2012 at 02:57:57PM +0100, Stuart Henderson wrote: > >> On 2012/04/19 15:42, Marc Espie wrote: > >> > Yeah, the only issue s

Re: big apr / apr-util update

2012-04-27 Thread Marc Espie
On Fri, Apr 27, 2012 at 11:29:42AM +0200, Stefan Sperling wrote: > I've reduced the flavour mess a bit by enabling threading by default. > Now that we have rthreads there is no reason to have a thread-less > flavour. Piping output from 'svn diff' to less works fine with rthreads. [...] > This diff

Re: Flash Player 7 working with OpenBSD native Firefox 3 via nspluginwrapper

2009-01-06 Thread Marc Espie
On Mon, Jan 05, 2009 at 06:36:55AM +, Jacob Meuser wrote: > On Mon, Jan 05, 2009 at 12:08:08AM -0600, Stanley Lieber wrote: > > The port I found below compiles cleanly but will not build the package > > on my i386/4.4 system. Flash Player 9 (suggested by the creator of the > > port) installs bu

Re: Bug in m4

2009-01-07 Thread Marc Espie
On Tue, Jan 06, 2009 at 10:34:50PM -0600, Austin English wrote: > bash-3.2$ autoconf-2.61 > m4: unexpected end of input, unclosed parenthesis: >configure.ac at line 5 > autom4te-2.61: /usr/bin/m4 failed with exit status: 1 > > Relevant code: > m4_define(WINE_VERSION,regexp(m4_include(VERSION),

Re: Integration of clewn/vimgdb into your vim port

2009-01-13 Thread Marc Espie
On Tue, Jan 13, 2009 at 09:37:36AM -0800, Chris Kuethe wrote: > woops. i missed this somehow. i'm going to try this now, but i'm not > sure whether it should be a flavor or if it should be added to the > port as a non-option. comments from the list? > If it works, put it in as non-option.

Re: PATCH: bsd.port.mk (list)

2009-01-17 Thread Marc Espie
On Fri, Jan 16, 2009 at 06:48:28PM +, Mikolaj Kucharski wrote: > [resending to the bigger audience for comments] > > I should also mention that FORCE_UPDATE=Hard > > > Hi, > > When FETCH_PACKAGES=Yes pkg_add will cache packages in the > ${_CACHE_REPO} directory. This task is done below > >

Re: PATCH: lang/gcc/4.2 (list)

2009-01-26 Thread Marc Espie
On Sun, Jan 25, 2009 at 01:07:53PM +0100, Landry Breuil wrote: > On Sun, Jan 25, 2009 at 11:14:31AM +, Mikolaj Kucharski wrote: > > On Tue, Jan 13, 2009 at 12:28:06AM +, Mikolaj Kucharski wrote: > > > [resending to the list after maintainer timeout] > > > > > > Currently gcc-4.2.20070307p8

Re: CPAN fetcher broken?

2009-01-26 Thread Marc Espie
On Mon, Jan 26, 2009 at 12:10:49PM +0100, Toni Mueller wrote: > > Hi, > > On Sat, 24.01.2009 at 19:53:07 +0100, Simon Bertrang > wrote: > > Just set CPAN_AUTHOR to the authors id. Look at cpan.port.mk or grep > > through other Perl ports also using this variable. > > ok, thank you. This is me

Re: pkg_add: can't resolve

2009-02-02 Thread Marc Espie
On Wed, Jan 28, 2009 at 10:55:24PM +0100, Matthias Kilian wrote: > [cc'ing the creator of pkg_add] > > On Wed, Jan 28, 2009 at 09:11:44PM +, Stuart Henderson wrote: > > > > Of course, the other possibility might be that the mirror might > > > > implement some FTP commands pkg_add needs differe

Re: "fonts" category anyone?

2009-02-02 Thread Marc Espie
Adding fonts as a CATEGORY keyword has some merit though...

Re: sndio for ogle

2009-02-10 Thread Marc Espie
On Tue, Feb 10, 2009 at 12:06:34PM +, Jacob Meuser wrote: > since ogle is imo still the best DVD player ... > > this seems to be working well for me, but there are maybe a few > issues, so I would like some testing feedback. > > possible issues: > * ogle tries to not buffer more than 200ms of

Re: md5?

2009-02-12 Thread Marc Espie
On Thu, Feb 12, 2009 at 04:05:14PM +0100, Hannah Schroeter wrote: > Hi! > > On Thu, Feb 05, 2009 at 05:31:06PM -0500, Brad wrote: > >On Thursday 05 February 2009 17:18:43 Marc Balmer wrote: > >> shouldn't we abandon md5 in favor of e.g. sha256? > > >SHA256 has been the default for 2 years now. >

Re: md5?

2009-02-12 Thread Marc Espie
Well, there's no real need to philosophize about md5. It's quite obvious it is broken as a secure hash. There are some limited attacks, for now, but it's getting worse and worse. There are less and less constraints on what you can do, and you really want to abandon that ship. Remember the old s

Re: Wither inisqueak ?

2009-02-12 Thread Marc Espie
On Thu, Feb 12, 2009 at 01:38:59PM -0500, Stuart Cassoff wrote: > Since the last squeak upgrade, the file 'inisqueak' seems to be missing > from squeak-vm. Yeah, I should remove the manpage as well... Since the last update, there are several squeak images available (I started with the base vm a

Re: keeping makewhatis happy wrt/ pod (Was: Re: UPD: devel/p5-Moose)

2009-03-19 Thread Marc Espie
Actually, this is more complex than it looks, because recent pod converters make a lot of use of .ie n .el constructions, and that throws makewhatis completely off-base, especially wrt Moose. I have some quick hacks which allow it to proceed, and I'm still wondering whether I should actually teach

Re: changing pkg_add -ui behaviour

2009-03-20 Thread Marc Espie
On Fri, Mar 20, 2009 at 04:14:40AM +0100, frantisek holop wrote: > hi there, > > i am just thinking out loud, but would it make sense > that "pkg_add -u not-yet-installed-package" would > instead of complaining about unresolvable package name > just go ahead and try to install that package? > > t

Re: pkg_add and dealing with corrupt /var/db/pkg/ entries

2009-03-20 Thread Marc Espie
On Fri, Mar 20, 2009 at 04:33:28AM +0100, frantisek holop wrote: > hi there, > > so here is a real life example. > i started an install on a clean machine. > the box locked up, i did a hard reboot. > the +CONTENTS entry of pango got corrupted. > so i deleted all of /var/db/pkg/pango-* > now i'd li

Re: keeping makewhatis happy wrt/ pod (Was: Re: UPD: devel/p5-Moose)

2009-03-23 Thread Marc Espie
On Sun, Mar 22, 2009 at 12:47:28AM -0600, Theo de Raadt wrote: > Another way to solve this is a rewrite of pod2man .. which will then > generate mandoc instead. > > That also benefits the other manual page project. hum... so let's trade 10 lines of makewhatis to a complete new back-end to pod2man

Re: keeping makewhatis happy wrt/ pod (Was: Re: UPD: devel/p5-Moose)

2009-03-23 Thread Marc Espie
On Mon, Mar 23, 2009 at 09:06:07AM -0600, Theo de Raadt wrote: > > On Sun, Mar 22, 2009 at 12:47:28AM -0600, Theo de Raadt wrote: > > > Another way to solve this is a rewrite of pod2man .. which will then > > > generate mandoc instead. > > > > > > That also benefits the other manual page project.

Re: sqlite-3.6.11

2009-03-29 Thread Marc Espie
On Sun, Mar 29, 2009 at 05:56:29PM +0100, Federico G. Schwindt wrote: > On Mon, Mar 23, 2009 at 01:31:51PM +0200, Martynas Venckus wrote: > > merge after jakemsr@ commit > > > > could someone do ports bulk build w/ it, please? > > to be more clear, the current version in the ports tree crashes

Re: UPDATE: www/p5-CGI-Session 4.20 -> 4.41

2009-04-09 Thread Marc Espie
On Thu, Apr 09, 2009 at 05:55:24PM -0400, Jason Crawford wrote: > Yes that sounds like a good idea. So here goes again, attempt number 3. > > -RUN_DEPENDS= ::converters/p5-JSON \ > - ::databases/p5-DBI \ > - ::databases/p5-DBD-SQLite \ > - ::databases/p5-DBD-mys

Re: kde 4.2(.2)

2009-04-15 Thread Marc Espie
On Wed, Apr 15, 2009 at 08:40:13PM +0200, LEVAI Daniel wrote: > Hi! > > Is there an ongoing work on a newer KDE4, probably a 4.2.2 port (current > version in ports is 4.0.1)? If there is, how can one get hold of it to > compile/test/help/try out whatever? > > Daniel There is ongoing work. It'

Re: [NEW]net/wireshark

2009-04-16 Thread Marc Espie
I think I'm going to use this as a case study... Yes, this is heavy flame material, but I'm in a fey mood... So we ousted wireshark (at the time ethereal) out of the ports tree because of its lack of security. Now, we get a port that claims it's all fixed and better. >From what sthen@ says, it

Re: [FIX] x11/qt4 does not patch cleanly

2009-04-19 Thread Marc Espie
On Sun, Apr 19, 2009 at 11:53:29AM +0200, viq wrote: > There is no tools/qtconfig-lite dir, but there is tools/qtconfig - makes > the patch apply. > -- > viq > > > Index: patches/patch-tools_qtconfig-lite_qtconfig_pro > === > RCS fi

Re: pkg_add -ui behaviour

2009-04-21 Thread Marc Espie
On Mon, Apr 20, 2009 at 11:54:43PM +0200, frantisek holop wrote: > hi there, > > it is time for another of my biweekly snapshot upgrade. > > this is what i see this time during the update process: > > Candidates for updating php5-gd-5.2.9 -> php5-gd-5.2.9 php5-gd-5.2.9-no_x11 > Ambiguous: choose

Re: pkg_add -u breakage?

2009-04-25 Thread Marc Espie
On Sat, Apr 25, 2009 at 12:44:47AM +0100, vex...@gmail.com wrote: > Can't locate object method "intNext" via package > "OpenBSD::PackageLocation"sqlite3-3.6.11 > (installing): complete > Clean shared items: complete

Re: msttcorefonts fontconfig workaround

2009-05-04 Thread Marc Espie
On Mon, May 04, 2009 at 03:45:16PM +0200, Tim van der Molen wrote: > On Mon, 04 May 2009 07:31:39 +0200, Matthew Szudzik wrote: > > One of the xenocara font configuration files is interfering with the > > /x11/msttcorefonts port. See > > > > http://marc.info/?l=openbsd-misc&m=124141462930332 > >

Re: "special" package names

2009-05-13 Thread Marc Espie
On Tue, May 12, 2009 at 04:22:33PM +0200, frantisek holop wrote: > hi there, > > during upgrade, library packages that are not needed afterwards > are renamed to .lib something or something. > > it is nice, because it shows up right at the top of pkg_info. > > i think it would make sense to rena

Re: Flush misc/cdrchive ?

2009-05-15 Thread Marc Espie
On Fri, May 15, 2009 at 04:09:14PM -0400, Jim Razmus wrote: > Does anyone use this port? Should it be sent to the attic? > > I ask because both master sites appear defunct to me. One does not > resolve and the other appears to be parked. > > Anyone care to share their thoughts on the subject? >

Re: Flush misc/cdrchive ?

2009-05-15 Thread Marc Espie
On Fri, May 15, 2009 at 05:09:27PM -0400, Jim Razmus wrote: > * Marc Espie [090515 16:45]: > > On Fri, May 15, 2009 at 04:09:14PM -0400, Jim Razmus wrote: > > > Does anyone use this port? Should it be sent to the attic? > > > > > > I ask because both master s

Re: Ghostscript vs fontpath

2009-05-18 Thread Marc Espie
On Sun, May 17, 2009 at 08:22:05PM -0700, Austin Hook wrote: > > After installing the ghostscript package there is a note about > re-arranging entries in "your font path". However, for people who have > never been told where and how they acquired a personal "font path" is that > just wording inte

Re: using multiple flavors in vim port

2009-05-19 Thread Marc Espie
On Mon, May 18, 2009 at 04:19:44PM -0400, Chuck Robey wrote: > I'm a bit confused. Several folks told me to go look at the ports(7) man page > (I'd looked at the bsd.port.mk page), it tells me to use dashes to link the > sections. I'll admit my own example (I gave in the first email) shows that

Re: how to determine obsolete ports?

2009-05-26 Thread Marc Espie
On Tue, May 26, 2009 at 10:06:45AM +0200, Toni Mueller wrote: > > > Hi, > > I've just discovered that I had some old packages from 4.4 installed on > a 4.5 system. While investigating the resulting breakage, it occurred > to me that I don't seem to have an easy way to properly determine which >

Re: CVS: cvs.openbsd.org: ports

2009-06-02 Thread Marc Espie
On Tue, Jun 02, 2009 at 02:21:57AM +0200, Peter Hessler wrote: > Antoine asked me to make this public. Totally in support of having a > small number of meta packages *only when it makes sense*. Gnome is one > of these cases. > > - Forwarded message from Peter Hessler - > > Date: Tue, 2

Re: OpenBSD Porter's Handbook

2009-06-18 Thread Marc Espie
On Wed, Jun 17, 2009 at 11:46:25AM +0200, Landry Breuil wrote: > On Wed, Jun 17, 2009 at 05:24:28AM -0400, Daniel Dickman wrote: > > I've made a stab at consolidating all the miscellaneous porting info > > on the OpenBSD web site into a single logical handbook in the same > > style as the FAQ. (see

Re: Question about maintainerless ports

2009-06-18 Thread Marc Espie
On Wed, Jun 17, 2009 at 05:58:23PM -0400, Tuttle, Matthew D. wrote: > Hello, > > > > I am trying to understand how the OpenBSD community handles ports of > projects that are not being actively developed. You're asking two completely different questions, or rather there's a mixup of terms. We

Re: Ports that violate fake

2009-06-26 Thread Marc Espie
On Sun, Jun 21, 2009 at 08:43:21PM +, Christian Weisgerber wrote: > x11/kde/base3 > /usr/local/share/apps/kdm/faces/.default.face.icon > /usr/local/share/apps/kdm/faces/root.face.icon > /usr/local/share/config/kdm/Xaccess > /usr/local/share/config/kdm/Xwilling > /usr/local/share/confi

<    7   8   9   10   11   12   13   14   15   16   >