Re: mandoc errors in ports

2010-04-04 Thread Christian Weisgerber
Marc Espie es...@nerim.net wrote: I would tend to disagree. Please consider adding section names in national languages. makewhatis already does so, it's completely harmless. Formated.pm:if (m/^(?:NAME|NAMES|NAMN|NOMBRE|NOME|Name|\xbe|\xcc\xbe\xbe\xce|\xcc\xbe\xc1\xb0)\s*$/) { I

Re: NEW: gEDA-gaf

2010-04-04 Thread Christian Weisgerber
Matthias Kilian k...@outback.escape.de wrote: As just discussed in private, the MAKE_FLAGS magic you need to give the installer an absolute path should better be done like this: INSTALL = /usr/bin/install MAKE_FLAGS =INSTALL_PROGRAM='${INSTALL_PROGRAM}' \

Re: NEW: gEDA-gaf

2010-04-05 Thread Christian Weisgerber
Christian Weisgerber na...@mips.inka.de wrote: The point of this... MAKE_FLAGS =INSTALL='/usr/bin/install -c' \ INSTALL_PROGRAM='/usr/bin/install -c -s -m 555' \ INSTALL_DATA='/usr/bin/install -c -m 644' ... is to override

systrace changes syscall behavior

2010-04-09 Thread Christian Weisgerber
Running configure for ports/archivers/gcpio without and with USE_SYSTRACE=Yes shows these differences: -checking whether chown honors trailing slash... yes +checking whether chown honors trailing slash... no -checking for working fcntl.h... no (bad O_NOATIME) +checking for working fcntl.h... no

sipconfig.pyc?

2010-04-12 Thread Christian Weisgerber
After a bulk build and removal of all installed ports, the file lib/python2.5/site-packages/sipconfig.pyc is left. It doesn't show up in the log of devel/py-sip, or any other port for that matter. USE_SYSTRACE also absolves py-sip from any blame. Where does that file come from? -- Christian

Re: sipconfig.pyc?

2010-04-12 Thread Christian Weisgerber
Antoine Jacoutot: lib/python2.5/site-packages/sipconfig.pyc Where does that file come from? Well something must have byte-compiled it when using it. Comparing the mtime of the file and engine.log, the only candidate I see is graphics/py-matplotlib. Which seems implausible. IMHO best

Re: cvsweb annotate tab alignment

2010-04-23 Thread Christian Weisgerber
Alexander Hall ha...@openbsd.org wrote: I'd like to point out that I normally do not run this myself, but since I use the one at openbsd.org, I'd like it to work properly :) Bob uses his own hacked-up private version, not the one in the ports tree. -- Christian naddy Weisgerber

Re: cvsweb annotate tab alignment

2010-04-23 Thread Christian Weisgerber
Alexander Hall alexan...@beard.se wrote: This fixes tabs in cvsweb annotate; e.g.: [...] Is there any active upstream to pass this on to? The cvsweb version in our tree is very old. Upstream cvsweb 3 is quite different. Back when I was the MAINTAINER for devel/cvsweb, people urged me to

Re: cvsweb annotate tab alignment

2010-04-23 Thread Christian Weisgerber
Alexander Hall alexan...@beard.se wrote: @@ -12,11 +12,11 @@ $OpenBSD: patch-cvsweb_cgi,v 1.12 2006/0 # == EDIT this == # Locations to search for user configuration, in order: -for ($mydir/cvsweb.conf, '/usr/local/etc/cvsweb/cvsweb.conf') { -+for ($mydir/cvsweb.conf,

FIX: x11/e17/e

2010-04-23 Thread Christian Weisgerber
Now that MAXSENSORDEVICES is gone, x11/e17/e doesn't build any longer. The existing sensor code also doesn't look quite right to me, because it doesn't handle the case where hw.sensors.cpu0 doesn't exist. Does the code below look reasonable? Can any Enlightenment users who actually use this

Sensors breakage

2010-04-27 Thread Christian Weisgerber
Two more ports are broken after the recent changes to the sensors framework: sysutils/conky sysutils/gkrellm/gkrellm -- Christian naddy Weisgerber na...@mips.inka.de

GTK+2 breakage

2010-04-27 Thread Christian Weisgerber
A number of ports are broken after the recente GTK+ 2.20 update, because they still use the now deprecated GTK_WIDGET_...() macros: comms/xdx education/gamgi games/xscorch geo/emerillon net/xchat productivity/osmo www/kazehakase x11/compiz/core x11/gbdfed x11/gentoo x11/gtkdatabox x11/trayer

Miscellaneous breakage

2010-04-27 Thread Christian Weisgerber
And here's a list of ports that are broken due to miscellaneous problems: x11/wmmenu,gdk_pixbuf missing -pthread sysutils/pftop ? security/fragroute ? emulators/kqemu proc.h cleanup? productivity/xinvestxprint removal net/axyftp motif update net/ices2

Re: sysutils/rancid (was: Re: CVS: cvs.openbsd.org: ports)

2010-05-25 Thread Christian Weisgerber
Antoine Jacoutot: If I change the commit message to Don't fucking force people to install tk when building rancid, will you still object? Oh, okay, that makes sense. -- Christian naddy Weisgerber na...@mips.inka.de

Some amd64 failures (gcc4)

2010-05-27 Thread Christian Weisgerber
Here are some initial port build failures I see on amd64 after the gcc4 switch. This is not a complete list yet. C++ cast loses precision: audio/festival/core cad/qcad mail/zarafa/zarafa math/ginac www/minimo Internal compiler error: databases/evolution-data-server print/lyx

GCC4: To bump or not to bump?

2010-05-28 Thread Christian Weisgerber
Everytime an architecture switches to GCC4, there are dependency changes for all ports that use MODULES=gcc4 and C++ on that arch. Normally, this would require a PKGNAME bump. On the other hand, the gcc4 switch is something of a flag day for that arch anyway. So... ... to bump or not to bump? --

Re: Some amd64 failures (gcc4)

2010-05-28 Thread Christian Weisgerber
Christian Weisgerber na...@mips.inka.de wrote: Here are some initial port build failures I see on amd64 after the gcc4 switch. Here's a complete list: C++ cast loses precision, i.e., most likely a 64-bit value is truncated to 32 bits: audio/festival/core cad/qcad emulators/vba games

Re: porting question

2010-05-29 Thread Christian Weisgerber
Adam Borbely borbely.a...@fokazsir.hu wrote: I'm trying making a port of ser2net. should this put in comms or net? i bet the former. I suggest comms. question: - the lock dir is /var/lock by default. this does not exist by default. shold that be something like /var/spool/lock or the

WIP: net/transmission 2.00b1

2010-05-31 Thread Christian Weisgerber
Since certain people are always clamoring for the very latest Transmission, here's 2.00 Beta 1 for you guys to play with. I took the GTK client for a spin, but on my slow Blade 100 it eats all the CPU it can get. Maybe it doesn't on a faster box, maybe something is broken. I didn't try the

Re: WIP: net/transmission 2.00b1

2010-05-31 Thread Christian Weisgerber
Christian Weisgerber na...@mips.inka.de wrote: Since certain people are always clamoring for the very latest Transmission, here's 2.00 Beta 1 for you guys to play with. I forgot to mention: I also enabled local peer discovery for a bit, but didn't see any multicast traffic from Transmission

Re: WIP: net/transmission 2.00b1

2010-05-31 Thread Christian Weisgerber
Owain Ainsworth zer...@googlemail.com wrote: I forgot to mention: I also enabled local peer discovery for a bit, but didn't see any multicast traffic from Transmission. Broken? Did you set multicast_host in rc.conf.local? without that multicast is blackholed iirc. That's a good

i386 pkg build failures

2010-06-06 Thread Christian Weisgerber
Here's the latest round of build failures: audio/py-ao pea@ has a fix, I think emulators/qemu-old package path has changed! textproc/p5-tkispellseems to require ispell at configure time devel/qt4-eventsview(known issue) www/kazehakase (known issue) Plus the list

Re: WIP: net/transmission 2.00b1

2010-06-07 Thread Christian Weisgerber
Christian Weisgerber na...@mips.inka.de wrote: Since certain people are always clamoring for the very latest Transmission, here's 2.00 Beta 1 for you guys to play with. Beta 2 I took the GTK client for a spin, but on my slow Blade 100 it eats all the CPU it can get

devel/libtool: remove g77 dependency

2010-06-11 Thread Christian Weisgerber
Here's a diff to remove the crazy Fortran dependency from libtool. Notes: * configure still insists on running g77 in a few places to check for the compiler version and for a boilerplate text, and there is no way to override these checks, but it doesn't really do anything with the results,

Re: devel/libtool: remove g77 dependency

2010-06-11 Thread Christian Weisgerber
Brad: Here's a diff to remove the crazy Fortran dependency from libtool. Sorry I forgot about this. I just had one question. Why did you move setting some of the environment variables from CONFIGURE_ENV to CONFIGURE_ARGS? Thats weird. Because autoconf-based configure scripts support this

BROKEN: databases/py-sqlobject

2010-06-12 Thread Christian Weisgerber
This is a weird build error and there is no obvious (to me) commit that could have triggered it... /usr/sbin/pkg_add -a py-setuptools-0.6.11p0v0 python-2.5.4p5 === databases/py-sqlobject Package database already locked... awaiting release... done! === py-sqlobject-0.10.4 depends on:

Re: BROKEN: databases/py-sqlobject

2010-06-14 Thread Christian Weisgerber
Federico G. Schwindt: can you check the setuptools you have installed does not have python 2.6 as dependency? It depends on python 2.5. $ grep @depend /var/db/pkg/py-setuptools-0.6.11p0v0/+CONTENTS @depend lang/python/2.5:python-=2.5,2.6:python-2.5.4p5 (The build failure appeared in a

Re: Failing to build openoffice package on amd64

2008-11-13 Thread Christian Weisgerber
Andreas Kahari [EMAIL PROTECTED] wrote: I'm unable to build openoffice-2.4.2 on a OpenBSD/amd64 machine. There seems to be a problem at the final packaging step: [...] === Building package for openoffice-2.4.2 Create /usr/ports/packages/amd64/all/openoffice-2.4.2.tgz Switching to

Update: net/transmission 1.40

2008-11-28 Thread Christian Weisgerber
= transmission-gui-${VER} @@ -12,7 +12,7 @@ HOMEPAGE= http://www.transmissionbt.com/ MAINTAINER=Christian Weisgerber [EMAIL PROTECTED] -# GPLv3 +# GPLv2 PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_FTP=Yes PERMIT_DISTFILES_CDROM=Yes @@ -30,6 +30,8 @@ WANTLIB= c crypto idn m

Re: ff3

2008-12-08 Thread Christian Weisgerber
Hannah Schroeter [EMAIL PROTECTED] wrote: Remove/backup and rename your old profile directory and make a new one (you can import your bookmarks later). Then it works (at least for me). Nice knee-jerk response, but I tested taking the existing configuration from ff2 to ff3 (and in fact going

Re: ff3

2008-12-10 Thread Christian Weisgerber
Brad [EMAIL PROTECTED] wrote: The immediate problem is not FF3 but Pango (devel/pango). The ABI changes from time to time for Pango and that requires that that modules list and most likely the aliases list in /etc/pango be up to date with what is in /usr/local/share/examples/pango . The

sndio conversion list?

2008-12-11 Thread Christian Weisgerber
Has anybody bothered to maintain a list of ports that (still) could use conversion from a sun audio backend to sndio? -- Christian naddy Weisgerber na...@mips.inka.de

GTK-related issues

2008-12-12 Thread Christian Weisgerber
The only Gtk+2-based apps that I run all the time are Firefox and Transmission. I'm not sure if the deficiencies I see are due to Gtk+2 and related libraries or the apps themselves. Anyway, for the record, here's my list of annoyances: * Icon size. When I iconize the application, the window

Re: sndio for xmms

2008-12-20 Thread Christian Weisgerber
Thomas Pfaff tpf...@tp76.info wrote: This diff adds sndio output to audio/xmms. Please test. The autotools changes are causing trouble. I just tried to build with FLAVOR='no_esd no_mikmod' and autoconf errored out: configure.in:226: error: possibly undefined macro: AM_PATH_LIBMIKMOD --

Re: sndio for xmms

2008-12-20 Thread Christian Weisgerber
Thomas Pfaff tpf...@tp76.info wrote: This diff adds sndio output to audio/xmms. Please test. I gave this a spin on my azalia box. This taught me all kinds of unexpected things. * (I had switched left and right channels when hooking up the machine to the stereo. Looks like my headphone

Re: sndio for xmms

2008-12-20 Thread Christian Weisgerber
Jacob Meuser jake...@sdf.lonestar.org wrote: Feature request: How about a configuration tab/field where you can set the device (corresponding to the first parameter of sio_open)? hmm, this is kind of a general issue with aucat, imo. many applications will search for devices then just

Re: sndio for xmms

2008-12-20 Thread Christian Weisgerber
Jacob Meuser jake...@sdf.lonestar.org wrote: imo, it would just be a whole lot easier to have a separate xmms-sndio port/package and have xmms RUN_DEPEND on it. That would be pretty weird, considering that the other xmms-* packages depend on xmms proper. We could simplify the port by killing

Re: sndio for xmms

2008-12-21 Thread Christian Weisgerber
Jacob Meuser jake...@sdf.lonestar.org wrote: here's a version to do that and add a device dialog. AUDIODEVICE means to use sndio default ... I think it would be more intuitive to just use an empty string to mean the sndio default. -- Christian naddy Weisgerber

Re: sndio for xmms

2008-12-21 Thread Christian Weisgerber
Jacob Meuser jake...@sdf.lonestar.org wrote: here's a version to do that and add a device dialog. AUDIODEVICE means to use sndio default ... I think it would be more intuitive to just use an empty string to mean the sndio default. otoh, maybe people will think they have to type

audio/mpg123: output modules?

2008-12-25 Thread Christian Weisgerber
This is a rough diff to enable the EsounD and JACK output plugins that are included with mpg123. They are split out into subpackages, and there are even pseudo-flavors do disable them since mpg123 itself has rather little in the way of dependencies. I haven't actually tried to use these output

Re: audio/esound breakage

2008-12-28 Thread Christian Weisgerber
Jacob Meuser jake...@sdf.lonestar.org wrote: just curious, what ports actually *need* esound? I would be willing to convert them to sndio so we can toss this garbage in the dumpster where it belongs. For me, esound's attraction has always been the ability to carry audio over the network.

Re: net/yt to www/yt?

2009-01-05 Thread Christian Weisgerber
Thomas Pfaff tpf...@tp76.info wrote: To download youtube movies, we have net/yt and www/youtube-dl. Why are they not in the same category? Because our categories are imperfect and in retrospect some ports have been awkwardly placed. I think net/yt should be moved to www/yt (or perhaps vice

UPDATE: audio/sox 14.2.0

2009-01-05 Thread Christian Weisgerber
below +DISTNAME= sox-14.2.0 +SHARED_LIBS += sox 0.0 # .0.0 +SHARED_LIBS += sfx 0.0 # .0.0 CATEGORIES=audio HOMEPAGE= http://sox.sourceforge.net/ -MAINTAINER=Christian Weisgerber na...@openbsd.org - -# gsm library has bad license

Re: UPDATE: audio/sox 14.2.0

2009-01-06 Thread Christian Weisgerber
Jacob Meuser jake...@sdf.lonestar.org wrote: personally, I don't think there any point in an audio backend for sox. aucat can read from stdin and sox can output to stdout. Well, yes. However, sox includes various audio backends and the port has supported direct audio via OSS or native audio

NEW: audio/xmms-wavpack 1.0.2

2009-01-11 Thread Christian Weisgerber
Since we just gained a WavPack port, here's the corresponding XMMS plugin. Unfortunately the tarball doesn't contain any licensing information. -- Christian naddy Weisgerber na...@mips.inka.de xmms-wavpack.tgz Description: GNU Unix tar archive

Re: UPDATE to net/ntp

2009-01-16 Thread Christian Weisgerber
Wim Lewis w...@.org wrote: Thoughts from the list on what the ISC version number's 'p' should be changed to? p - pl -- Christian naddy Weisgerber na...@mips.inka.de

Re: devel/cppunit does not build

2009-01-18 Thread Christian Weisgerber
Markus Hennecke markus-henne...@markus-hennecke.de wrote: cppunit stopped building, claiming that it can't find isfinite(). Can anyone confirm this? Yes. These ports also fail to build with similar problems: audio/festival/core audio/vamp-plugin-sdk geo/qlandkarte net/ktorrent x11/kde/edu3

Re: update: misc/tmux 0.6

2009-01-19 Thread Christian Weisgerber
Nicholas Marriott nicholas.marri...@gmail.com wrote: Update to new tmux version 0.6. Clock-mode doesn't seem to work. It clears the screen, except for the status line, and positions the cursor in the lower right corner. There is no clock, apart from the one in the status line. ... Oh. Let

Re: GTK-related issues

2009-01-21 Thread Christian Weisgerber
Tobias Ulmer: When I run the application on a remote X11 display, some fonts (e.g. the one used for the menus) have colored fringes. I don't know if this is some sort of anti-aliasing gone wrong, but it looks a lot like chromatic aberration in analog optics. This is

Re: Transmission 1.50 Beta 2

2009-01-21 Thread Christian Weisgerber
Robert rob...@openbsd.pap.st wrote: IPv6 support only tested locally, seemed fine. What do you mean by tested locally? Unless I'm doing something wrong, web/remote access over v6 isn't possible; transmission doesn't even listen for it on v6. Torrenting over v4 is fine so far with the GTK

Re: Update: comms/c3270

2009-01-28 Thread Christian Weisgerber
Jeremy Evans open...@jeremyevans.net wrote: Here's an update to comms/c3270. Shouldn't this be updated together with comms/x3270? -DISTNAME=c3270-3.3.6 +PKGNAME= c3270-3.3.8 +DISTNAME=${PKGNAME}p3 No, that is wrong. You probably want something like we did for net/ntp, i.e.,

Re: Transmission 1.50 Beta 2

2009-01-30 Thread Christian Weisgerber
Brad b...@comstyle.com wrote: For anyone wanting to try out Transmission 1.50 Beta 2 here is an update. The main addition for the 1.50 release is IPv6 support. This is especially interesting now that The Pirate Bay has v6 support. Here is Beta 3.. Beta 4. Index: Makefile

audio/xmms: add digital audio extraction

2009-02-07 Thread Christian Weisgerber
The patch below adds digital audio extraction to XMMS's cdaudio input plugin. Previously, you could only play CDs with XMMS on OpenBSD through the analog output of the CD drive. This doesn't work if * your drive's analog output isn't connected to the sound card, * you have a newish optical drive

Re: Porting commercial applications

2009-02-11 Thread Christian Weisgerber
Aaron W. Hsu arcf...@sacrideo.us wrote: What's the proper thing to do when you want to have a port that can't be obtained normally via the internet? Is it worth it to publish the port? In other words, Petite Chez is easy enough to port, but would a corrolary Chez Scheme (commercial) port be

Re: md5?

2009-02-12 Thread Christian Weisgerber
Hannah Schroeter han...@schlund.de wrote: However, I don't see it as *so very* critical. The practical attacks against MD5 are birthday attacks, not preimages for a given hash. At least not yet. Actually, if you can overwrite or append a chunk of data, you can create an MD5 collision at

Re: Wither inisqueak ?

2009-02-12 Thread Christian Weisgerber
Stuart Cassoff aa72a...@sympatico.ca wrote: I think the script and the manpage are useful; not everyone knows how/what exactly to copy where to get squeak up and running. I was taught by inisqueak and still rely on it to refresh my memory. So who's going to provide a step-by-step guide to us

Ports tree locked for 4.5

2009-02-18 Thread Christian Weisgerber
The ports tree is now locked for 4.5. No more commits. If there is anything critical, talk to me. (Critical as in omg, hundreds of ports are broken, not as in there's a bug in Joe Random port.) I'll kick off a test build to find and fix any straggling plist issues and the like, which may have

x11/kde/utils3: klaptopdaemon broken

2009-02-27 Thread Christian Weisgerber
kdeutils3 provides some components for laptop battery monitoring, suspending, etc. that are accessible from the KDE control panel. The OpenBSD support for this is contained in x11/kde/utils3/patches/patch-klaptopdaemon_portable_cpp As far as I can tell, this doesn't work at all now, because

Re: x11/kde/utils3: klaptopdaemon broken

2009-02-27 Thread Christian Weisgerber
Vadim Zhukov persg...@gmail.com wrote: kdeutils3 provides some components for laptop battery monitoring, suspending, etc. that are accessible from the KDE control panel. The OpenBSD support for this is contained in x11/kde/utils3/patches/patch-klaptopdaemon_portable_cpp As far as I

Re: security update for graphics/png

2009-03-01 Thread Christian Weisgerber
b...@openbsd.rutgers.edu wrote: Not sure if it requires a lib bump: that a patch might be appreciated since it has no MAINTAINER Oh. I've handled a number of png updates in the past and kind of forgotten that I'm not listed as maintainer. From the CHANGES file I didn't see any mention

Ports tree unlocked

2009-03-04 Thread Christian Weisgerber
The ports tree is unlocked now. -- Christian naddy Weisgerber na...@mips.inka.de

Ports that don't have to be broken

2009-03-05 Thread Christian Weisgerber
This isn't only about vax, so please read the explanations even if you don't care about that architecture. I've been building a handful of 4.5 release packages for vax and I ran into many build failures. Now there's a lot of things the vax can't handle, but there are also a lot of *stupid* small

vax build failures

2009-03-05 Thread Christian Weisgerber
Here's a list of build failures I collected while building a subset of the ports tree on a vax. I can probably provide more detail and logs on request. editors/vim,no_x11 wrong patch graphics/tiff declaration after statement print/texlive/base checking for FcInit in

UPDATE: shells/bash 4.0

2009-03-08 Thread Christian Weisgerber
Here's an update of shells/bash to 4.0. This could use some testing by people who use bash a lot. I assume bash 4.0.x will see a similar patch policy as previous versions, so I left some fragments to handle this in the Makefile. Index: Makefile

Re: any users of gtksee?

2009-03-09 Thread Christian Weisgerber
STeve Andre' and...@msu.edu wrote: are there any users left of graphics/gtksee? or anyone else who'll shed a tear to see this removed? it's an old image viewer based on gtk+1. so, any objections to removing gtksee? A soft whimper from here. It works and doesn't seem to blow up with

Re: UPDATE: shells/bash 4.0

2009-03-09 Thread Christian Weisgerber
Christian Weisgerber na...@mips.inka.de wrote: I assume bash 4.0.x will see a similar patch policy as previous versions, so I left some fragments to handle this in the Makefile. And in fact the first ten patches are already available. These purport to fix a number of bugs, in particular

NEW: education/verbiste

2009-03-10 Thread Christian Weisgerber
This is a draft port of Pierre Sarrazin's verbiste, which conjugates French verbs. Those who are learning French know why this is useful. It has several components and I'm not sure what to include in the port: (1) A library that will probably not see much third-party use and the

Re: NEW: emulators/sdlmame

2009-03-17 Thread Christian Weisgerber
Pierre Riteau pierre.rit...@gmail.com wrote: Update to sdlmame 0.130. Tarball updated following Landry's feedback. Also attached a diff between the old and the new tarball. New version, now with MULTI_PACKAGES flavor! I've given it a spin on amd64 with a remote X11 display. After

Re: NEW: emulators/sdlmame

2009-03-17 Thread Christian Weisgerber
Pierre Riteau pierre.rit...@gmail.com wrote: There is no joystick support, is there? Tried the -joystick option? That's on by default (see -showconfig). Hmm, it may be somewhat incongruous to expect a locally connected joystick to work alongside a remote display. -- Christian naddy

Update: shells/bash 4.0.10

2009-03-20 Thread Christian Weisgerber
-PKGNAME= ${DISTNAME}.48 +DISTNAME= bash-4.0 +PKGNAME= ${DISTNAME}.10 CATEGORIES=shells HOMEPAGE= http://cnswww.cns.cwru.edu/~chet/bash/bashtop.html MAINTAINER=Christian Weisgerber na...@openbsd.org -# GPL +# GPLv3+ PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_FTP

vax bulk build failures

2009-03-26 Thread Christian Weisgerber
Paradoxically, since so little builds on the vax, I was able to run a full package build for 4.5. Here's the list of broken ports (minus the 30 or so that have already been fixed): archivers/zziplib cc1: Invalid option -fexport-dynamic astro/libnova undefined symbol _nan

lib/X11/fonts/ghostscript?

2009-04-01 Thread Christian Weisgerber
Do we still need or want the lib/X11/fonts/ghostscript symlink? This connection causes X11 fontconfig to pick up the Ghostscript fonts, which interact in weird ways with the X11 fonts. How do other systems handle this? FreeBSD doesn't insert the Ghostscript fonts into the X11 font handling

Re: lib/X11/fonts/ghostscript?

2009-04-02 Thread Christian Weisgerber
patrick keshishian pkesh...@gmail.com wrote: Do we still need or want the lib/X11/fonts/ghostscript symlink? This connection causes X11 fontconfig to pick up the Ghostscript fonts, which interact in weird ways with the X11 fonts. interact in weird ways? how so? Well, for one thing you

Re: lib/X11/fonts/ghostscript?

2009-04-02 Thread Christian Weisgerber
frantisek holop min...@obiit.org wrote: Do we still need or want the lib/X11/fonts/ghostscript symlink? as far as i know, only xpdf made good use of those fonts... and that can be configured in xpdf. _How_ does xpdf access those fonts? -- Christian naddy Weisgerber

Re: lib/X11/fonts/ghostscript?

2009-04-03 Thread Christian Weisgerber
patrick keshishian pkesh...@gmail.com wrote: Do we still need or want the lib/X11/fonts/ghostscript symlink? This connection causes X11 fontconfig to pick up the Ghostscript fonts, which interact in weird ways with the X11 fonts. interact in weird ways? how so? Well, for one

Re: lib/X11/fonts/ghostscript?

2009-04-03 Thread Christian Weisgerber
Christian Weisgerber na...@mips.inka.de wrote: as far as i know, only xpdf made good use of those fonts... and that can be configured in xpdf. _How_ does xpdf access those fonts? Directly, by probing the displayFontDirs in xpdf/GlobalParams.cc. -- Christian naddy Weisgerber

textproc/xpdf: fix hardcoded /usr/local

2009-04-03 Thread Christian Weisgerber
xpdf hardcodes a path under /usr/local and several that don't exist on OpenBSD. Use ${LOCALBASE} and remove the others. ok? Index: Makefile === RCS file: /cvs/ports/textproc/xpdf/Makefile,v retrieving revision 1.62 diff -u -p

Re: Small fix for audio/sox

2009-04-05 Thread Christian Weisgerber
Matthias Kilian k...@outback.escape.de wrote: Hmm. If audio/gsm has PERMIT_*_FTP = No, how can audio/sox, which *includes* libgsm, have PERMIT_PACKAGE_* = Yes? Indeed, these should have the same restriction--whatever that may be. sox is nowadays distributed under the GPL. That is somewhat

x11/eterm,kanji: fix package name

2009-05-12 Thread Christian Weisgerber
If FULLNAME-${FLAVOR} ever was supported, it certainly hasn't been for a long time now. Index: Makefile === RCS file: /cvs/ports/x11/eterm/Makefile,v retrieving revision 1.26 diff -u -p -r1.26 Makefile --- Makefile8 May 2009

Re: www/seamonkey

2009-05-21 Thread Christian Weisgerber
Chuck Robey chu...@telenix.org wrote: I've been trying to get seamonkey to build for myself for several days now, I can't seem to find out how to fix it. You are probably doing something wrong. Or maybe you are only doing something differently. Either way, without a complete build log nobody

Re: Problem in not having stdc++ 50.0

2010-06-26 Thread Christian Weisgerber
STeve Andre' and...@msu.edu wrote: I have a number of packages which haven't built because of a lib version problem. editors/subtitleeditor wants libstdc++=50.0 and I have 49.0. Known problem with gcc4.port.mk. A fix should be forthcoming soon. -- Christian naddy Weisgerber

Re: WANTLIB and other question(s)

2010-06-29 Thread Christian Weisgerber
Jiri B. ji...@live.com wrote: What is the prefered way to do simple modification in configure/Makefile? Directly via perl in the Makefile or is more prefered an external patch? We prefer patches. -- Christian naddy Weisgerber na...@mips.inka.de

UPDATE: graphics/netpbm 10.35.75

2010-06-30 Thread Christian Weisgerber
The netpbm super stable branch--the only one with releases--has jumped from 10.26 to the slightly less ancient 10.35, so here is an update to 10.35.75. I didn't notice any exciting changes, apart from the addition of pamx, a minimal X11 viewer for files in the various netpbm formats. Index:

UPDATE: archivers/star 1.5.1

2010-06-30 Thread Christian Weisgerber
Update to 1.5.1. In case anybody actually uses star, they might want to give this a spin. Index: Makefile === RCS file: /cvs/ports/archivers/star/Makefile,v retrieving revision 1.18 diff -u -p -r1.18 Makefile --- Makefile19 Jun

UPDATE: net/ntp 4.2.6p1

2010-07-01 Thread Christian Weisgerber
Update to 4.2.6p1 and remove a lot of cruft that was copied from update to update without questioning. Index: Makefile === RCS file: /cvs/ports/net/ntp/Makefile,v retrieving revision 1.42 diff -u -p -r1.42 Makefile --- Makefile20

Re: firefox only recognizes plugins for root

2010-07-07 Thread Christian Weisgerber
Chris Bennett ch...@bennettconstruction.biz wrote: I have tried old profiles, rm'ed the ~/.mozilla folder, but no plugins are found. Tried creating additional profiles also. Well, if you removed ~/.mozilla, then all the user-installed extensions are gone. Installing the https-everywhere

BROKEN: net/ipaudit, devel/py-openbsd: DLT_OLD_PFLOG

2010-07-10 Thread Christian Weisgerber
devel/py-openbsd and net/ipaudit are broken since c2k10 because DLT_OLD_PFLOG has disappeared. -- Christian naddy Weisgerber na...@mips.inka.de

i386 broken ports

2010-07-10 Thread Christian Weisgerber
Results from my first package bulk build on i386 after the switch to gcc4. (Probably) broken due to gcc4: comms/hylafax C++ devel/mico misc/calentoolconflicting declarations misc/brs -fwritable-strings palm/pose

comms/hylafax fix, unclear type promotion

2010-07-11 Thread Christian Weisgerber
Currently, comms/hylafax fails to build on i386: faxQueueApp.c++: In member function 'void faxQueueApp::preparePageChop(const FaxRequest, TIFF*, const Class2Params, fxStr)': faxQueueApp.c++:1025: error: call of overloaded 'fxmin(unsigned int, long unsigned int)' is ambiguous

FIX: devel/py-openbsd

2010-07-12 Thread Christian Weisgerber
This fixes devel/py-openbsd after the removal of DLT_OLD_PFLOG. ok? Index: Makefile === RCS file: /cvs/ports/devel/py-openbsd/Makefile,v retrieving revision 1.6 diff -u -p -r1.6 Makefile --- Makefile11 Oct 2009 20:59:37 -

Re: i386 broken ports

2010-07-16 Thread Christian Weisgerber
Here's the latest list: emulators/qemu-old lang/classpath lang/gcc/3.3,-ada math/maxima misc/brs misc/calentool palm/pose www/chromium x11/olvwm Stuff that has been broken for some time: devel/mico devel/qt4-eventsview Haskell ports with plist/dependency changes:

emulators/qemu-old

2010-07-16 Thread Christian Weisgerber
What are we going to do with emulators/qemu-old? It is marked as only for i386 and powerpc. However, it also requires gcc3 to build and both of these archs now use gcc4. Do we simply want to remove the port? Do we want to build it with gcc3 from ports? That's easy enough, diff below. I don't

Re: emulators/qemu-old

2010-07-22 Thread Christian Weisgerber
Christian Weisgerber na...@openbsd.org wrote: What are we going to do with emulators/qemu-old? It is marked as only for i386 and powerpc. However, it also requires gcc3 to build and both of these archs now use gcc4. Do we simply want to remove the port? Do we want to build

Re: i386 broken ports

2010-07-22 Thread Christian Weisgerber
Here's the latest list: devel/mico devel/qt4-eventsview emulators/qemu-old lang/classpath lang/gcc/3.3,-ada why does dpb3 even try to build this? lang/nhc98 math/maxima misc/brs misc/calentool palm/pose www/chromium x11/olvwm -- Christian naddy Weisgerber

Re: emulators/qemu-old

2010-07-22 Thread Christian Weisgerber
Todd T. Fries: Too bad gcc3 isn't in snaps or it'd be easier to test ;-) Huh, what are you talking about? Of course gcc3 packages are on ftp. (And also were before I uploaded today's i386 snap.) -- Christian naddy Weisgerber na...@mips.inka.de

Re: emulators/qemu-old

2010-07-22 Thread Christian Weisgerber
Giovanni Bechis giova...@openbsd.org wrote: Updated diff, it runs fine @amd64 too with gcc3 from ports. Isn't any conflict-marker needed ? Qemu-old install the same files than qemu. The packages conflict by default. -- Christian naddy Weisgerber na...@mips.inka.de

WIP: net/transmission 2.03

2010-07-24 Thread Christian Weisgerber
Update to 2.03. (Mostly mechanical.) SHOWSTOPPER: The GTK client falls into a busy loop and eats all the CPU it can get. Index: Makefile === RCS file: /cvs/ports/net/transmission/Makefile,v retrieving revision 1.54 diff -u -p

Re: i386 broken ports

2010-07-26 Thread Christian Weisgerber
Here's the latest relevant list: devel/micogcc4 c++ devel/qt4-eventsview qt update lang/classpath? lang/mono guenther diff? math/maxima ? misc/brs gcc4: -fwritable-strings

Re: i386 broken ports

2010-08-03 Thread Christian Weisgerber
Here's the latest list: devel/micogcc4 c++ devel/qt4-eventsview qt4 lang/classpath? math/maxima ? misc/brs -fwritable-strings misc/calentoolgcc4 palm/pose gcc4 c++

Re: i386 broken ports

2010-08-04 Thread Christian Weisgerber
Christian Weisgerber na...@mips.inka.de wrote: devel/micogcc4 c++ devel/qt4-eventsview qt4 misc/calentoolgcc4 lang/classpath? math/maxima ? These two have been broken since the hackathon. Anybody

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