Re: OpenBSD KDE4 Ports (was: Makefile format/best practices)

2010-11-06 Thread onteria
/kde4 /usr/local/include/kde4 /usr/local/bin/kde4 etc., that this could potentially add a large level of complexity to the process. Unlike Qt3/4 I don't think the build system easily allows that level of breaking down. - Onteria

Re: Makefile format/best practices

2010-11-04 Thread onteria
build, it doesn't really matter. The purpose for me is to get KDE to build and work on a system that is difficult to get it to build and work on. Making it ports friendly is more of a bonus result. - Onteria

Re: Makefile format/best practices

2010-11-04 Thread onteria
just picking up on a couple of your points, On 2010/11/04 06:46, onteria wrote: * Sound will be tricky, since I see lots of alsa not found messages * spewing by. I'm not sure if KDE has some kind of sound server like * arts that I can work on fixing the audio initialization

OpenBSD KDE4 Ports (was: Makefile format/best practices)

2010-11-04 Thread onteria
that major issue. All of my fixes to date are for making some of the kde4/* ports actually compile. Nothing has been fixed runtime wise. I'm not sure how they wouldn't be used, unless there is a better solution to fixing the compile issues that I'm not aware of. - Onteria

Re: x11/kde4/webdev ruby conditional depend issue

2010-11-03 Thread onteria
. All right. I need to sort everything I have together, then I'll send out an email regarding that. Right now I've gotten everything under x11/kde4 to compile, but I need to check on lib deps and other Makefile issues, which is the harder part for me. - Onteria

Makefile format/best practices

2010-11-03 Thread onteria
page for bsd.port.mk. Hopefully I didn't miss something completely obvious. Thanks ahead of time for all responses and keep up the good work! - Onteria

Re: [PATCH-r1] MASTER_SITES update part 1

2010-11-01 Thread onteria
Updating the patch so milkytracker starts from REVISION=0 instead of REVISION=1. - Onteria Index: archivers/zipios/Makefile === RCS file: /cvs/ports/archivers/zipios/Makefile,v retrieving revision 1.10 diff -u archivers/zipios

Re: MASTER_SITES updates

2010-11-01 Thread onteria
and resources are the reasons why we don't want to use the OpenBSD mirrors as the main site. If so should I politely ask sites that host for other distributions if they'd let us use bandwidth for distfiles hosting? Use FreeBSD / Gentoo mirrors? - Onteria

Re: x11/kde4/webdev ruby conditional depend issue

2010-11-01 Thread onteria
On Mon, Nov 01, 2010 at 05:20:06PM +0100, Joachim Schipper wrote: On Sat, Oct 30, 2010 at 10:49:35PM -0700, Onteria wrote: I've lately been working on KDE4 OpenBSD support, but I've hit a snag on kdewebdev. Basically the pkg/PLIST has the following: share/apps/klinkstatus/scripts

[PATCH] Re: x11/kde4/webdev ruby conditional depend issue

2010-11-01 Thread onteria
Attached is a patch that removes the ruby conditional, since it's just two simple scripts that don't require ruby to be generated. - Onteria --- klinkstatus/src/plugins/scripting/scripts/CMakeLists.txt.orig Mon Nov 1 16:20:41 2010 +++ klinkstatus/src/plugins/scripting/scripts

Re: MASTER_SITES updates

2010-10-31 Thread onteria
for these please? Note that HOMEPAGE changes will require bumping REVISION (or changing from PKGNAME=...p0 to REVISION=1), whereas MASTER_SITES changes don't need this. Yup, working on that right now. - Onteria

[PATCH] MASTER_SITES update part 1

2010-10-31 Thread onteria
a few maintainers asking for bumps, letting them know the mentioned package compiled okay. I'll see if I can do more once the main task at hand is done. Let me know if you have any questions/concerns. - Onteria Index: archivers/zipios/Makefile

Re: bytebench can't fetch source

2010-10-30 Thread Onteria
.tar.Z Failed to change directory. changing MASTER_SITES in Makefile to: http://www.netsw.org/benchmark/system/ made fetch - install work just fine. - Onteria

x11/kde4/webdev ruby conditional depend issue

2010-10-30 Thread Onteria
check it out. Thanks ahead of time. - Onteria

kdebase-runtime-4.4.5/kdesu/kdesud/ build patch modification inquiry

2010-10-29 Thread Onteria
!defined(__OPENBSD__), but I'd rather test against features than OSes if possible, unless it's the only option I have left. Thanks ahead of time for any suggestions. - Onteria