Re: INDEX build failed for 6.x

2010-10-21 Thread Edwin Groothuis
Oops... Fixing now.

-- 
Edwin Groothuis Website: http://www.mavetju.org/
ed...@mavetju.org   Weblog:  http://www.mavetju.org/weblog/
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: Full Unicode Support for FreeBSD

2010-03-16 Thread Edwin Groothuis
On Tue, Mar 16, 2010 at 11:10:04AM +0100, Gergely CZUCZY wrote:
 On Fri, 12 Mar 2010 20:49:16 +0100
 Dominic Fandrey kamik...@bsdforen.de wrote:
 
  On 12/03/2010 19:23, ? Jiawei Ye wrote:
   On Sat, Mar 13, 2010 at 1:43 AM, Elmar Stellnberger
   elms...@gmail.com wrote:
   Isn`t it time for FreeBSD to fully support Unicode/UTF-8 by now?
   It is considered to be standard charset by now. XML uses it by
   default. If you are working with texts in different languages
   there is no alternative to UTF-8.
   If you chat with a Linux machine you can easily run into charset
   troubles if you are
   still using the old iso-8859-1.
  
   By now it is no problem to activate UTF-8 for your console.
   However a comprehensive Unicode support would require much more:
   i.e. configuring all user packages like KDE for Unicode support and
   asserting that also file names (f.i. from ext2 partitions) are
   interpreted correctly.
   Do you have a concrete example of how FreeBSD fails to support
   UTF-8? I have been setting my LANG to zh_TW.UTF-8 for years without
   problem with modern software. As this is the ports list, I guess
   you have some issues with the software in the ports collection?
  
  I second this. I've been using en_GB.UTF-8 since 5.3. Even the file
  system can deal with UTF-8 encoded file names. I tried to create
  files with Arabian, Chinese, Russian and other characters.
  It all worked.
  
 
 I think he is referring to the syscons. Syscons lacks UTF supports,
 though some work is being done:
 http://wiki.freebsd.org/SysconsUnicodeProject

I use sysutils/jfbterm on my laptop which doesn't work with X
(hardware issue) anymore to overcome this problem.

Edwin
-- 
Edwin Groothuis Website: http://www.mavetju.org/
ed...@mavetju.org   Weblog:  http://www.mavetju.org/weblog/
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: better way to handle required rebuild on library bump

2010-02-06 Thread Edwin Groothuis
On Sat, Feb 06, 2010 at 11:48:33PM +0200, Eitan Adler wrote:
 The recent change to jpeg required a lot of changes to a lot of ports all
 just to bump a version number.

That is true, there is a script for in /usr/ports/Tools/scripts/
called bump_version.pl which can do most of the magic.

 It is easy to miss things this way and requires a lot of work and
 downloading.

Oh, you are talking about the user side of things. Please have a
look at portmaster or portupgrade, they can do this magic for you.

 I propose that some kind of MAJORVERSION be stored in /var/db/ports. Then
 when a library's MAJORVERSION is changed it will prompt a rebuild on any
 port that relies on it will also get rebuilt.

I like the idea, but it handles the problem from the wrong side:
The person who bumps the port revisions would need to have all ports
installed to make this judgement.

 Computer are *designed* handle these types of things

See first two comments.


Edwin
-- 
Edwin Groothuis Website: http://www.mavetju.org/
ed...@mavetju.org   Weblog:  http://www.mavetju.org/weblog/
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: Linux - Skulltag / FMOD issue

2010-01-10 Thread Edwin Groothuis
On Tue, Jan 05, 2010 at 08:30:27PM +1100, Edwin Groothuis wrote:
 On Tue, Jan 05, 2010 at 08:15:28PM +1100, Edwin Groothuis wrote:
  Hello Sean,
  
  On Mon, Jan 04, 2010 at 03:34:20PM -0600, Sean C. Farley wrote:
  ALSA lib pcm.c:2211:(snd_pcm_open_noupdate) Unknown PCM default
  I  System::init returned error code 62
  GSound init failed. Using nosound.
   
   Does this fix it:  export SDL_AUDIODRIVER=dsp
  
  It didn't help, but the following did help: Selecting the SDL Audio
  Driver in Doom.
  
  Sorry have to be brief, there are monsters to chainsaw!
  
  (Will submit port later. Once I've killed the end-level boss)
 
 I hate motionsickness 
 AFK, laying down for a moment.

games/linux-skulltag has been commited :-)

I don't like motionsickness. AT ALL!

Edwin
-- 
Edwin Groothuis Website: http://www.mavetju.org/
ed...@mavetju.org   Weblog:  http://www.mavetju.org/weblog/
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: Linux - Skulltag / FMOD issue

2010-01-05 Thread Edwin Groothuis
Hello Sean,

On Mon, Jan 04, 2010 at 03:34:20PM -0600, Sean C. Farley wrote:
ALSA lib pcm.c:2211:(snd_pcm_open_noupdate) Unknown PCM default
I  System::init returned error code 62
GSound init failed. Using nosound.
 
 Does this fix it:  export SDL_AUDIODRIVER=dsp

It didn't help, but the following did help: Selecting the SDL Audio
Driver in Doom.

Sorry have to be brief, there are monsters to chainsaw!

(Will submit port later. Once I've killed the end-level boss)

Edwin

-- 
Edwin Groothuis Website: http://www.mavetju.org/
ed...@mavetju.org   Weblog:  http://www.mavetju.org/weblog/
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: Linux - Skulltag / FMOD issue

2010-01-05 Thread Edwin Groothuis
On Tue, Jan 05, 2010 at 08:15:28PM +1100, Edwin Groothuis wrote:
 Hello Sean,
 
 On Mon, Jan 04, 2010 at 03:34:20PM -0600, Sean C. Farley wrote:
 ALSA lib pcm.c:2211:(snd_pcm_open_noupdate) Unknown PCM default
 I  System::init returned error code 62
 GSound init failed. Using nosound.
  
  Does this fix it:  export SDL_AUDIODRIVER=dsp
 
 It didn't help, but the following did help: Selecting the SDL Audio
 Driver in Doom.
 
 Sorry have to be brief, there are monsters to chainsaw!
 
 (Will submit port later. Once I've killed the end-level boss)

I hate motionsickness 
AFK, laying down for a moment.

Edwin
-- 
Edwin Groothuis Website: http://www.mavetju.org/
ed...@mavetju.org   Weblog:  http://www.mavetju.org/weblog/
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Linux - Skulltag / FMOD issue

2010-01-04 Thread Edwin Groothuis
Hello,

I was pointed to Skulltag today, a Doom/Heretic etc engine.
Unfortunately it is Linux only, but with the Linuxolator it should work.
After installing the libraries from www.fmod.org it worked (yay!),
except for the sound:

I_InitSound: Initializing FMOD
FMOD Sound System, copyright ? Firelight Technologies Pty, Ltd., 1994-2009.
HOSS could not be initialized. Trying ALSA.
ALSA lib confmisc.c:768:(parse_card) cannot find card '0'
ALSA lib conf.c:4153:(_snd_config_evaluate) function snd_func_card_driver 
returned error: No such file or directory
ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
ALSA lib conf.c:4153:(_snd_config_evaluate) function snd_func_concat 
returned error: No such file or directory
ALSA lib confmisc.c:1251:(snd_func_refer) error evaluating name
ALSA lib conf.c:4153:(_snd_config_evaluate) function snd_func_refer 
returned error: No such file or directory
ALSA lib conf.c:4632:(snd_config_expand) Evaluate error: No such file or 
directory
ALSA lib pcm.c:2211:(snd_pcm_open_noupdate) Unknown PCM default
I  System::init returned error code 62
GSound init failed. Using nosound.

Strace didn't give me any useful output (lots of high ascii in the
open() calls), kdump (of ktrace) broke on it.

Who has experience with FMOD under the Linuxolator under FreeBSD ?
Who has a hint of what I can do next to overcome this issue?

Thanks, Edwin

-- 
Edwin Groothuis Website: http://www.mavetju.org/
ed...@mavetju.org   Weblog:  http://www.mavetju.org/weblog/
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: Linux - Skulltag / FMOD issue

2010-01-04 Thread Edwin Groothuis
Hello Boris,

On Mon, Jan 04, 2010 at 07:08:18PM +0300, Boris Samorodov wrote:
 On Mon, 4 Jan 2010 23:23:19 +1100 Edwin Groothuis wrote:
 
  I was pointed to Skulltag today, a Doom/Heretic etc engine.
  Unfortunately it is Linux only, but with the Linuxolator it should work.
  After installing the libraries from www.fmod.org it worked (yay!),
 
 What's uname of your system?

FreeBSD k7.mavetju.org 8.0-PRERELEASE FreeBSD 8.0-PRERELEASE #2 r199643: Mon 
Nov 23 18:39:23 EST 2009 
ed...@k7.mavetju.org:/usr/obj/usr/home/edwin/svn/build-8/sys/GENERIC  i386

  except for the sound:
 
  I_InitSound: Initializing FMOD
  FMOD Sound System, copyright ??? Firelight Technologies Pty, Ltd., 
  1994-2009.
  HOSS could not be initialized. Trying ALSA.
  ALSA lib confmisc.c:768:(parse_card) cannot find card '0'
  ALSA lib conf.c:4153:(_snd_config_evaluate) function 
  snd_func_card_driver returned error: No such file or directory
  ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
  ALSA lib conf.c:4153:(_snd_config_evaluate) function snd_func_concat 
  returned error: No such file or directory
  ALSA lib confmisc.c:1251:(snd_func_refer) error evaluating name
  ALSA lib conf.c:4153:(_snd_config_evaluate) function snd_func_refer 
  returned error: No such file or directory
  ALSA lib conf.c:4632:(snd_config_expand) Evaluate error: No such file 
  or directory
  ALSA lib pcm.c:2211:(snd_pcm_open_noupdate) Unknown PCM default
  I  System::init returned error code 62
  GSound init failed. Using nosound.
 
  Strace didn't give me any useful output (lots of high ascii in the
  open() calls), kdump (of ktrace) broke on it.
 
 You may use devel/linux_kdump instead of native kdump. The port should
 be build with emulators/linux_gentoo-stage3 though. I created a package:
 ftp://ftp.ipt.ru/pub/linux/linux_kdump-1.5_2.tbz

I will put my teeth in this one tonight.

  Who has experience with FMOD under the Linuxolator under FreeBSD ?
  Who has a hint of what I can do next to overcome this issue?
 
 Just a wild guess: did you install an apropriate audio/linux*-alsa-lib?

Yes, that one was installed.

Edwin

-- 
Edwin Groothuis Website: http://www.mavetju.org/
ed...@mavetju.org   Weblog:  http://www.mavetju.org/weblog/
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: Xorg - minimal

2008-10-16 Thread Edwin Groothuis
On Thu, Oct 16, 2008 at 08:22:41PM -0400, Eitan Adler wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 I think there should be a port that just depends on the required parts
 of X:  x11-servers/xorg-server X11/xinit X11/xauth and the required
 fonts.  I would be happy to narrow down the specific ports if necessary.
I personally feel that x11/xorg contains way way to much, while just
 installing x11-servers/xorg-server isn't enough to get the server started.

I found out that getting rid of most of the video drivers was already
a huge step forward:

drwxr-xr-x2 root  wheel512 Oct  3 12:23 xf86-input-keyboard-1.2.2_2
drwxr-xr-x2 root  wheel512 Oct  3 12:23 xf86-input-mouse-1.2.3_2
drwxr-xr-x2 root  wheel512 Oct  3 12:23 xf86-video-ati-6.9.0

That are the only three I have. Yes, there are many more x*
applications nistalled, but it's not something I am worried about.


 Anyone agree?  Anyone attempt this before?  Should I submit a new
 xorg-lite port?

I suggest to just make the port, to submit it, and see what works
and breaks and see what people think about it.

Edwin
-- 
Edwin Groothuis Website: http://www.mavetju.org/
[EMAIL PROTECTED]   Weblog:  http://www.mavetju.org/weblog/
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: VirtualBox looks for FreeBSD developer

2008-10-11 Thread Edwin Groothuis
On Fri, Oct 10, 2008 at 09:42:04PM +0400, Dmitry Marakasov wrote:
 Little time ago I was misleaded by the certain people and got an
 idea that VirtualBox actually works on FreeBSD, so I've made a draft
 port for it. It doesn't actually work, but since I've spent several
 hours hacking it and made bunch of (likely) useful patches, here
 it is, feel free to use it for any purpose. I hope someone of kernel
 hackers will make it work actually ;)

Have a talk with bms@ about it, he had some interesting working
code too.

Edwin

-- 
Edwin Groothuis Website: http://www.mavetju.org/
[EMAIL PROTECTED]   Weblog:  http://www.mavetju.org/weblog/
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: reminder: please put category/portname in ports PRs

2008-10-06 Thread Edwin Groothuis
On Mon, Oct 06, 2008 at 05:34:35PM -0500, Mark Linimon wrote:
 We have an auto-assigner that notifies maintainers of ports PRs.  It
 looks for literal 'category/portname' in the Synopsis field to do its
 work.  Please help us out by including this; otherwise, it has to be
 edited by hand.  Thanks.

After being offline for four days (See my writeup about Friday the
13th at http://www.mavetju.org/weblog/html/00254.html) I have a
fully working computer right now and can keep track of the failed
auto-assigned PRs again.

Edwin
-- 
Edwin Groothuis Website: http://www.mavetju.org/
[EMAIL PROTECTED]   Weblog:  http://www.mavetju.org/weblog/
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: two ptmalloc ports

2008-09-18 Thread Edwin Groothuis
On Thu, Sep 18, 2008 at 11:16:53PM -0500, Stephen Montgomery-Smith wrote:
 There are two ports:
 
 devel/ptmalloc
 devel/ptmalloc2
 
 They are identical!
 
 Which one is the true port?

See http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/127012

ports/127012: Update devel/ptmalloc to version 3

But the assignee is wrong, I'll fix it.

Edwin
-- 
Edwin Groothuis  |Personal website: http://www.mavetju.org
[EMAIL PROTECTED]|  Weblog: http://www.mavetju.org/weblog/
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: port: security/cfs

2008-09-17 Thread Edwin Groothuis
On Wed, Sep 17, 2008 at 06:38:56PM -0400, Christopher Sean Hilton wrote:
 The port security/cfs, Matt Blaze's userland Cryptographic filesystem,  
 is marked as broken because it does not compile under FreeBSD-7.0 or  
 later.

I got patches which I (stupidely) never commited. I'll send0pr them
so they will be kept tracked.

Edwin

-- 
Edwin Groothuis  |Personal website: http://www.mavetju.org
[EMAIL PROTECTED]|  Weblog: http://www.mavetju.org/weblog/
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: port: security/cfs

2008-09-17 Thread Edwin Groothuis
On Wed, Sep 17, 2008 at 06:38:56PM -0400, Christopher Sean Hilton wrote:
 The port security/cfs, Matt Blaze's userland Cryptographic filesystem,  
 is marked as broken because it does not compile under FreeBSD-7.0 or  
 later.

ports/127457

Edwin

-- 
Edwin Groothuis  |Personal website: http://www.mavetju.org
[EMAIL PROTECTED]|  Weblog: http://www.mavetju.org/weblog/
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: FreeBSD Port: gateway6-5.0_2

2008-08-24 Thread Edwin Groothuis
On Sun, Aug 24, 2008 at 05:05:41PM +0200, Tames van der Does (tdoes) wrote:
 It seems that this port is outdated and doesn't allow to be build
 anymore since the current version is 5.1. See: 
 http://go6.net/4105/download.asp

Why does this port exist? It's available as net/freenet6 since 2001.

Who is the idiot who commited it? Must be a dutchman...

Edwin

-- 
Edwin Groothuis  |Personal website: http://www.mavetju.org
[EMAIL PROTECTED]|  Weblog: http://www.mavetju.org/weblog/
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


libSDL, portupgrade, and qemu

2008-08-06 Thread Edwin Groothuis

 I thought someone would want to know a portupgrade -a just broke my
 qemu installation.  Suddenly no libSDL.so.11 was found so qemu
 wouldn't start.  I was smart enough to link libSDL-1.2.so.11 to
 libSDL.so.11 in /usr/local/lib, so I have no issues, but I suspect
 this reflects some kid of failed dependency or patch/install problem,
 no?

This change to devel/sdl12 was made four months ago...

-- 
Edwin Groothuis  |Personal website: http://www.mavetju.org
[EMAIL PROTECTED]|  Weblog: http://www.mavetju.org/weblog/
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: INDEX build failed for 6.x

2008-07-04 Thread Edwin Groothuis
On Sat, Jul 05, 2008 at 03:45:50AM +, Erwin Lansing wrote:
 INDEX build failed with errors:
 Generating INDEX-6 - please 
 wait../a/erwin/tindex/ports/chinese/links/../../www/links/Makefile, line 
 75: warning: duplicate script for target pre-configure ignored
 p5-Games-Bingo-Print-0.04: 
 /a/erwin/tindex/ports/textproc/p5-Test-Pod-Coverage non-existent -- 
 dependency list incomplete
 === games/p5-Games-Bingo-Print failed

Let me fix that one...

-- 
Edwin Groothuis  |Personal website: http://www.mavetju.org
[EMAIL PROTECTED]|  Weblog: http://www.mavetju.org/weblog/
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ISC-DHCP versions are all the same

2008-06-21 Thread Edwin Groothuis
On Sat, Jun 21, 2008 at 01:49:54PM +1000, David N wrote:
 I was trying to install isc-dhcp40-server, it installs fine, but when
 i do a pkg_info, its isc-dhcp3-server-3.0.5_2 The ISC Dynamic Host
 Configuration Protocol server.

They are repocopies but not yet updated to the real versions.

Edwin

-- 
Edwin Groothuis  |Personal website: http://www.mavetju.org
[EMAIL PROTECTED]|  Weblog: http://www.mavetju.org/weblog/
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Standardize NO_CCACHE flag and ccache definitions

2008-06-18 Thread Edwin Groothuis
Hello,

Recently I've started to use devel/ccache again (sometimes it takes
a while before you understand how it works) and it works pretty
well, except for some ports which can't be build with it. For example
devel/cmake.

To prevent everybody from having to re-invent the wheel, we could
introduce a NO_CCACHE flag in the affected ports Makefile:

NO_CCACHE=yes

Unfortunately /etc/make.conf is read before the ports Makefile is
read, so this in /etc/make.conf isn't going to work anymore:

.if !defined(NO_CCACHE)
CC=/usr/local/libexec/ccache/cc
CXX=/usr/local/libexec/ccache/c++
CPP=/usr/local/libexec/ccache/cpp
CCACHE_DIR=/usr/local/ccache
.endif

So, what is wisdom? Maybe this:

Having a flag in /etc/make.conf to indicate you want to use
devel/ccache:

WANT_CCACHE=yes

And in the ports Makefile you could have:

NO_CCACHE=yes

And in bsd.port.mk before the inclusion of bsd.gcc.mk:

.if defined(WANT_CCACHE)  !defined(NO_CCACHE)
CC?=${LOCALBASE}/libexec/ccache/cc
CXX?=   ${LOCALBASE}/libexec/ccache/c++
CPP?=   ${LOCALBASE}/libexec/ccache/cpp
CCACHE_DIR?=${LOCALBASE}/ccache
.endif

How about this approach?

Edwin

-- 
Edwin Groothuis  |Personal website: http://www.mavetju.org
[EMAIL PROTECTED]|  Weblog: http://www.mavetju.org/weblog/
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Standardize NO_CCACHE flag and ccache definitions

2008-06-18 Thread Edwin Groothuis
On Wed, Jun 18, 2008 at 03:01:58PM +0200, Alex Dupre wrote:
 Edwin Groothuis ha scritto:
 Recently I've started to use devel/ccache again (sometimes it takes
 a while before you understand how it works) and it works pretty
 well, except for some ports which can't be build with it. For example
 devel/cmake.
 
 I use ccache everywhere (world and ports) and I never found a port that 
 doesn't compile with it (I have cmake, too).

When building devel/cmake in a jail with ccache enabled it doesn't get further 
than:

===  Configuring for cmake-2.6.0
-
CMake 2.6-0, Copyright (c) 2007 Kitware, Inc., Insight Consortium
C compiler on this system is: /usr/local/libexec/ccache/world-cc -O2 
-fno-strict-aliasing -pipe 
C++ compiler on this system is: /usr/local/libexec/ccache/world-c++ -O2 
-fno-strict-aliasing -pipe
[...]
CMake has bootstrapped.  Now run make.
===  Building for cmake-2.6.0
Scanning dependencies of target cmsys
[  0%] Building C object Source/kwsys/CMakeFiles/cmsys.dir/ProcessUNIX.o
[  0%] Building C object Source/kwsys/CMakeFiles/cmsys.dir/Base64.o
[  0%] Building C object Source/kwsys/CMakeFiles/cmsys.dir/MD5.o
[  1%] Building C object Source/kwsys/CMakeFiles/cmsys.dir/Terminal.o
[  1%] Building C object Source/kwsys/CMakeFiles/cmsys.dir/System.o
[  1%] Building C object Source/kwsys/CMakeFiles/cmsys.dir/String.o
[  2%] Building CXX object Source/kwsys/CMakeFiles/cmsys.dir/Directory.o
[  2%] Building CXX object Source/kwsys/CMakeFiles/cmsys.dir/DynamicLoader.o
[  2%] Building CXX object Source/kwsys/CMakeFiles/cmsys.dir/Glob.o
[  3%] Building CXX object Source/kwsys/CMakeFiles/cmsys.dir/RegularExpression.o
[  3%] Building CXX object Source/kwsys/CMakeFiles/cmsys.dir/SystemTools.o
[  3%] Building CXX object 
Source/kwsys/CMakeFiles/cmsys.dir/CommandLineArguments.o
[  4%] Building CXX object Source/kwsys/CMakeFiles/cmsys.dir/Registry.o
[  4%] Building CXX object Source/kwsys/CMakeFiles/cmsys.dir/IOStream.o
[  4%] Building CXX object Source/kwsys/CMakeFiles/cmsys.dir/SystemInformation.o
Linking CXX static library libcmsys.a
Error running link command: No such file or directory
*** Error code 2

This happens with ccache, without ccache it doesn't.

There are a couple of others which I can't recall right now.

Edwin

-- 
Edwin Groothuis  |Personal website: http://www.mavetju.org
[EMAIL PROTECTED]|  Weblog: http://www.mavetju.org/weblog/
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Standardize NO_CCACHE flag and ccache definitions

2008-06-18 Thread Edwin Groothuis
On Wed, Jun 18, 2008 at 03:11:43PM +0200, Alex Dupre wrote:
 Edwin Groothuis ha scritto:
 Unfortunately /etc/make.conf is read before the ports Makefile is
 read, so this in /etc/make.conf isn't going to work anymore:
 
  .if !defined(NO_CCACHE)
  CC=/usr/local/libexec/ccache/cc
  CXX=/usr/local/libexec/ccache/c++
  CPP=/usr/local/libexec/ccache/cpp
  CCACHE_DIR=/usr/local/ccache
  .endif
 
 This is not the recommended way to use ccache. Look at the port's 
 documentation.

True. It's also not the ones I use on the jails:

[/usr/ports/devel/cmake] [EMAIL PROTECTED]cat /etc/make.conf
[/usr/ports/devel/ccache] [EMAIL PROTECTED]cat /etc/make.conf
WRKDIRPREFIX=   /var/ports
DISTDIR=/var/ports/distfiles
PACKAGES=   /var/ports/packages
PACKAGE_BUILDING=   yes
FTP_PASSIVE_MODE=   yes

.if !defined(NOCCACHE)
CC=/usr/local/libexec/ccache/world-cc
CXX=/usr/local/libexec/ccache/world-c++
.endif

# added by use.perl 2008-06-18 13:13:07
PERL_VER=5.8.8
PERL_VERSION=5.8.8

[/usr/ports/devel/cmake] [EMAIL PROTECTED]export 
PATH=/usr/local/libexec/ccache:$PATH
[/usr/ports/devel/cmake] [EMAIL PROTECTED]export 
CCACHE_PATH=/usr/bin:/usr/local/bin
[/usr/ports/devel/cmake] [EMAIL PROTECTED]make clean build
===  Cleaning for cmake-2.6.0
===  Extracting for cmake-2.6.0
[...]
-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
-- Check for working C compiler: /usr/local/libexec/ccache/world-cc
-- Check for working C compiler: /usr/local/libexec/ccache/world-cc -- 
works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/local/libexec/ccache/world-c++
-- Check for working CXX compiler: /usr/local/libexec/ccache/world-c++ 
-- works
[...]
[  4%] Building CXX object 
Source/kwsys/CMakeFiles/cmsys.dir/SystemInformation.o
Linking CXX static library libcmsys.a
Error running link command: No such file or directory
*** Error code 2

Edwin

-- 
Edwin Groothuis  |Personal website: http://www.mavetju.org
[EMAIL PROTECTED]|  Weblog: http://www.mavetju.org/weblog/
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: PORTREVISON lowers after devel/gettext's great bump

2008-06-08 Thread Edwin Groothuis
On Sat, Jun 07, 2008 at 11:53:49AM -0500, David Schutt wrote:
 amanda-server-2.5.1p3_3,1 succeeds port (port has 2.5.1p3_1,1)

Fixed, thanks. I have also send a PR to fix order of fields in the
header.

Edwin
-- 
Edwin Groothuis  |Personal website: http://www.mavetju.org
[EMAIL PROTECTED]|  Weblog: http://www.mavetju.org/weblog/
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: PORTREVISON lowers after devel/gettext's great bump

2008-06-06 Thread Edwin Groothuis
Hello Max,

On Sat, Jun 07, 2008 at 12:18:14AM +0400, Max Brazhnikov wrote:
 I updated today ports tree and several installed packages get newer than 
 ports:
 
 avahi-app-0.6.22_4succeeds port (port has 0.6.22_1)
 linc-1.0.3_6  succeeds port (port has 1.0.3_1)
 ru-openoffice.org-2.4.0_4 succeeds port (port has 2.4.0_1)
 
 seems for some ports the PORTREVISON has reset, for example:
 http://www.freebsd.org/cgi/cvsweb.cgi/ports/net/avahi-app/Makefile.diff?r1=1.11;r2=1.12;f=h

It was caused by the PORTVERSION?= statement.
I have found some more of them and fixed them.

Thanks for the resport!

Edwin
-- 
Edwin Groothuis  |Personal website: http://www.mavetju.org
[EMAIL PROTECTED]|  Weblog: http://www.mavetju.org/weblog/
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: devel/subversion* ports and www/neon26

2008-06-04 Thread Edwin Groothuis
On Wed, Jun 04, 2008 at 11:02:34AM +0200, Stefan Sperling wrote:
  Since www/neon28 was moved into ports, subversion still depends upon
  www/neon26 (which conflicts w/ 2.8). I have been able to tell subversion
  to use neon 2.8 by modifying the subversion Makefile appropriately. Is
  there any specific reason to not move subversion to default to use
  www/neon28 instead of www/neon26 ?
 
 [cross-posting to [EMAIL PROTECTED]
 
 Subversion 1.4 does not officially support neon 0.28 (albeit it
 may work, if there are no API and/or ABI incompatibility issues).
 
 Subversion 1.5 will support it.

That means that devel/subversion-devel and devel/subversion-freebsd
can move to www/neon28.

Edwin

-- 
Edwin Groothuis  |Personal website: http://www.mavetju.org
[EMAIL PROTECTED]|  Weblog: http://www.mavetju.org/weblog/
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Seg Fault: Xchat (on run)

2008-06-04 Thread Edwin Groothuis
 Not which list to post this to so figured I would start here.  The
 problem I have am is xchat segfaults on me right after I start it.  Did
 not have the problem on 6.2 or 6.3 but doesn't seem to like 7.0-BETA4
 ... anybody have any ideas?

Rebuild lang/perl5.8 with WITHOUT_PERL_MALLOC=1 in your /etc/make.conf
and it works fine then.

Edwin

-- 
Edwin Groothuis  |Personal website: http://www.mavetju.org
[EMAIL PROTECTED]|  Weblog: http://www.mavetju.org/weblog/
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Size mismatch for graphics/ImageMagick

2008-04-29 Thread Edwin Groothuis
On Tue, Apr 29, 2008 at 11:31:07PM +0200, Simon Barner wrote:
 = ImageMagick-6.4.0-11.7z doesn't seem to exist in /usr/ports/distfiles/.
 = Attempting to fetch from ftp://ftp.imagemagick.org/pub/ImageMagick/.
 fetch: ftp://ftp.imagemagick.org/pub/ImageMagick/ImageMagick-6.4.0-11.7z: 
 size mismatch: expected 5837175, actual 5836089
 [...]
 
 Does somebody still have the old archive around and provide a diff to
 the re-rolled one (or update the port accordingly?).

Contact stas@ about it, he was talking about on in #bsdports this
morning[HTZMV]

Edwin

-- 
Edwin Groothuis  |Personal website: http://www.mavetju.org
[EMAIL PROTECTED]|  Weblog: http://www.mavetju.org/weblog/
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Whom do I have to bribe to get my ports committed?

2008-04-17 Thread Edwin Groothuis
On Wed, Apr 16, 2008 at 06:34:05PM +0200, Dominic Fandrey wrote:
 The subject says everything:
 http://www.freebsd.org/cgi/query-pr.cgi?pr=122726
 http://www.freebsd.org/cgi/query-pr.cgi?pr=122727
 
 I know those PRs aren't old, but previous versions have not been committed 
 for two weeks - long enough for them to get outdated.

I've given my comments on them:

- The creation of the PLIST doesn't work for me.
- Please use PLIST_FILES and/or a plist file.

Edwin

-- 
Edwin Groothuis  |Personal website: http://www.mavetju.org
[EMAIL PROTECTED]|  Weblog: http://www.mavetju.org/weblog/
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Whom do I have to bribe to get my ports committed?

2008-04-17 Thread Edwin Groothuis
   12 -rwxr-xr-x8 root wheel5163 
 Apr 18 04:27 /usr/local/sbin/rconestart
 8266799   12 -rwxr-xr-x8 root wheel5163 
 Apr 18 04:27 /usr/local/sbin/rconestatus
 8266799   12 -rwxr-xr-x8 root wheel5163 
 Apr 18 04:27 /usr/local/sbin/rconestop
 8266799   12 -rwxr-xr-x8 root wheel5163 
 Apr 18 04:27 /usr/local/sbin/rcrestart
 8266799   12 -rwxr-xr-x8 root wheel5163 
 Apr 18 04:27 /usr/local/sbin/rcstart
 8266799   12 -rwxr-xr-x8 root wheel5163 
 Apr 18 04:27 /usr/local/sbin/rcstatus
 8266799   12 -rwxr-xr-x8 root wheel5163 
 Apr 18 04:27 /usr/local/sbin/rcstop
 8834288   20 -rwxr-xr-x1 root wheel8193 
 Apr 18 04:27 /usr/local/share/bsdadminscripts/buildflags.awk
 88342908 -rw-r--r--1 root wheel3517 
 Apr 18 04:27 /usr/local/share/bsdadminscripts/buildflags.mk
Files changed:


Edwin
-- 
Edwin Groothuis  |Personal website: http://www.mavetju.org
[EMAIL PROTECTED]|  Weblog: http://www.mavetju.org/weblog/
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: OpenBSD's isakmpd port maintainership

2008-04-17 Thread Edwin Groothuis
On Wed, Apr 16, 2008 at 03:07:44PM +0400, Igor Zinovik wrote:
 Seems that isakmpd (security/isakmpd) is outdated.  I'm currently using
 it in my production environment.  I would like to know does somebody
 working on bring isakmpd back sync'ed with current OpenBSD code base.
 I would like try to port it. I have small porting expirience with
 OpenBSD ports, so i think this should help a bit.

Send patches, and poke me on #bsdports on Efnet.
I'm very interested in them.

Edwin

-- 
Edwin Groothuis  |Personal website: http://www.mavetju.org
[EMAIL PROTECTED]|  Weblog: http://www.mavetju.org/weblog/
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: what is gio-fam?

2008-04-08 Thread Edwin Groothuis
On Tue, Apr 08, 2008 at 09:43:06PM -0400, Mikhail Teterin wrote:
 I'm trying to build graphics/vips, which works. Then I try to install
 it, and that suddenly requires devel/gio-fam-backend.

Got the same here, doing a full rebuild of the jail to figure out
if it is just a dependency which has gone wrong.

Edwin

-- 
Edwin Groothuis  |Personal website: http://www.mavetju.org
[EMAIL PROTECTED]|  Weblog: http://www.mavetju.org/weblog/
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


textproc/libxslt distfile mismatch

2008-04-06 Thread Edwin Groothuis
The distfiles for textproc/libxslt are corruped on one mastersite:

It looks ftp://xmlsoft.org/libxslt/ sends out corrupted versions
of libxslt-1.1.22.tar.gz.

The other mastersite is fine.

Edwin

-- 
Edwin Groothuis  |Personal website: http://www.mavetju.org
[EMAIL PROTECTED]|  Weblog: http://www.mavetju.org/weblog/
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: VirtualBox looks for FreeBSD developer

2008-03-06 Thread Edwin Groothuis
On Sat, Mar 01, 2008 at 08:04:55AM +1100, Edwin Groothuis wrote:
 On Fri, Feb 29, 2008 at 09:48:45PM +0100, Olivier Cochard-Labbe wrote:
  I can't compile VirtualBox with your patch (I'm using a FreeBSD 7.0Release).
 
 It works with 6.3, 7.0 has the ULE scheduler which doesn't have sched_lock.
 
 Rink@ has been trying to get it work on 7.0, but...
 rink Mavvie: haven't gotten it to link yet :-/
 
 It works on 6.3, until you try to start the VM:
 
 With VBOX_SUPLIB_FAKE=fake set you get:
 VM creation failed (GVMM).  VBox status code: -37 (VERR_NOT_SUPPORTED).
 
 Without it (i.e. using the kernel module):
 Failed to load VMMR0.r0.  VBox status code: -609 (VERR_SYMBOL_NOT_FOUND).
 
 And the documentation about the kernel module as described on
 http://www.virtualbox.org/wiki/Porting_VirtualBox are lacking a bit
 of essential information.

FYI: I've given up on it, despite the fact that it compiles and
runs on 6.3, I can't get around the problems with the kernel driver
and the lack of documentation.

Edwin
-- 
Edwin Groothuis  |Personal website: http://www.mavetju.org
[EMAIL PROTECTED]|  Weblog: http://www.mavetju.org/weblog/
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: /usr/ports/Mk/bsd.port.mk issues

2008-03-01 Thread Edwin Groothuis
On Sat, Mar 01, 2008 at 04:28:59PM -0800, paul beard wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 /usr/ports/Mk/bsd.port.mk, line 6147: if-less endif
 
 Not sure why I am seeing this, but I seem to get it consistently,  
 even after I delete the file and request a new one via cvsup.

Since the last commit to it was in October last year, I doubt that
it is something generic. Could you please log us the full commands
you are going etc?

$ script foo
Logging to foo
$ your commands
$ exit
Logging closed
$ cat foo | mail -s output

Edwin
-- 
Edwin Groothuis  |Personal website: http://www.mavetju.org
[EMAIL PROTECTED]|  Weblog: http://www.mavetju.org/weblog/
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: /usr/ports/Mk/bsd.port.mk issues

2008-03-01 Thread Edwin Groothuis
On Sat, Mar 01, 2008 at 08:02:26PM -0800, paul beard wrote:
 
 On Mar 1, 2008, at 4:36 PM, Edwin Groothuis wrote:
 
 Since the last commit to it was in October last year, I doubt that
 it is something generic. Could you please log us the full commands
 you are going etc?
 
 $ script foo
 Logging to foo
 $ your commands
 $ exit
 Logging closed
 $ cat foo | mail -s output
 
 
 Ah, it seems to be something in the port that was being upgraded.
 
 print/ghostscript-gpl:
 /usr/ports/Mk/bsd.port.mk, line 6147: if-less endif
 ** Proceeding anyway since NO_IGNORE is defined

Can you do a make showconfig here and show the output of /etc/make.conf?

Edwin

-- 
Edwin Groothuis  |Personal website: http://www.mavetju.org
[EMAIL PROTECTED]|  Weblog: http://www.mavetju.org/weblog/
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: /usr/ports/Mk/bsd.port.mk issues

2008-03-01 Thread Edwin Groothuis
On Sat, Mar 01, 2008 at 08:02:26PM -0800, paul beard wrote:
 
 On Mar 1, 2008, at 4:36 PM, Edwin Groothuis wrote:
 
 Since the last commit to it was in October last year, I doubt that
 it is something generic. Could you please log us the full commands
 you are going etc?
 
 $ script foo
 Logging to foo
 $ your commands
 $ exit
 Logging closed
 $ cat foo | mail -s output
 
 
 Ah, it seems to be something in the port that was being upgraded.
 
 print/ghostscript-gpl:
 /usr/ports/Mk/bsd.port.mk, line 6147: if-less endif

Quick solution: Add WANT_GNOME=yes before the inclusion of
bsd.port.pre.mk in the ports Makefile. Or undefine the use of
WITH_SHLIB=true from your /var/db/ports/options/ghostscript.

Edwin

-- 
Edwin Groothuis  |Personal website: http://www.mavetju.org
[EMAIL PROTECTED]|  Weblog: http://www.mavetju.org/weblog/
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


[EMAIL PROTECTED]: Giving back maintainership]

2008-02-29 Thread Edwin Groothuis
- Forwarded message from Hansjoerg Pehofer [EMAIL PROTECTED] -

Date: Fri, 29 Feb 2008 09:30:23 +0100
From: Hansjoerg Pehofer [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Giving back maintainership

Hi,

I would like to ask to give my ports

  p5-DBIx-SQLEngine
  p5-CSS-Tiny
  p5-XML-Filter-GenericChunk
  p5-XML-Generator-PerlData
  p5-Apache-AxKit-Plugin-AddXSLParams-Request

back to [EMAIL PROTECTED] It seems I have lost my last running FreeBSD box here,
and therefore I am unable to responsibly test the changerequests sent by
GNATS:

  ports/121007: [UPDATE] textproc/p5-CSS-Tiny
  ports/121030: [UPDATE] textproc/p5-XML-Filter-GenericChunk
  ports/121031: [UPDATE] textproc/p5-XML-Generator-PerlData

However, judging by mere visual inspection, the patches look good.

Kind regards,

Hansj?rg


Edwin Groothuis [EMAIL PROTECTED] writes:

 Maintainer of textproc/p5-XML-Filter-GenericChunk,

-- 
IT ServicesUniversity of Innsbruck
CFB4 D6E7 33F4 34C0 18B9  6661 E355 4337 3F8B D9C2
 http://purl.org/net/hansjoerg.pehofer/public_key


- End forwarded message -

-- 
Edwin Groothuis
[EMAIL PROTECTED]
http://www.mavetju.org
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: VirtualBox looks for FreeBSD developer

2008-02-29 Thread Edwin Groothuis
On Fri, Feb 29, 2008 at 09:48:45PM +0100, Olivier Cochard-Labbe wrote:
 I can't compile VirtualBox with your patch (I'm using a FreeBSD 7.0Release).

It works with 6.3, 7.0 has the ULE scheduler which doesn't have sched_lock.

Rink@ has been trying to get it work on 7.0, but...
rink Mavvie: haven't gotten it to link yet :-/

It works on 6.3, until you try to start the VM:

With VBOX_SUPLIB_FAKE=fake set you get:
VM creation failed (GVMM).  VBox status code: -37 (VERR_NOT_SUPPORTED).

Without it (i.e. using the kernel module):
Failed to load VMMR0.r0.  VBox status code: -609 (VERR_SYMBOL_NOT_FOUND).

And the documentation about the kernel module as described on
http://www.virtualbox.org/wiki/Porting_VirtualBox are lacking a bit
of essential information.

Edwin

-- 
Edwin Groothuis  |Personal website: http://www.mavetju.org
[EMAIL PROTECTED]|  Weblog: http://www.mavetju.org/weblog/
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: VirtualBox looks for FreeBSD developer

2008-02-28 Thread Edwin Groothuis
On Tue, Feb 26, 2008 at 02:23:48PM +0100, Miroslav Lachman wrote:
 Olivier Cochard-Labbe wrote:
 Hi all,
 In a post concerning ?porting VirtualBox on FreeBSD?, an Innotek developer
 answer that they start to port it, but ?hope some developers from the
 FreeBSD community will pick up where we left off and complete the port?.
 Original post here: http://forums.virtualbox.org/viewtopic.php?t=3234
 
 Are there any developers motivated here ?
 
 I am not a developer, but it would be nice to have VirtualBox on FreeBSD 
 (I am using it on Windows to run FreeBSD guests :])
 
 I am available for testing etc.

Patches to get it working against the current SVN version.

Problem lies with the kernel driver. But that's an issue for other
people to worry about later.

Edwin
-- 
Edwin Groothuis  |Personal website: http://www.mavetju.org
[EMAIL PROTECTED]|  Weblog: http://www.mavetju.org/weblog/
Index: configure
===
--- configure   (revision 7193)
+++ configure   (working copy)
@@ -55,14 +55,14 @@
 BUILD_LIBXML2=
 LIBCRYPTO=-lcrypto
 LIBPTHREAD=-lpthread
-LIBX11=-L/usr/X11R6/lib -L/usr/X11R6/lib64 -L/usr/local/lib -lXext -lX11
-INCX11=/usr/local/include
+LIBX11=-L/usr/local/lib -lXext -lX11
+INCX11=-I/usr/local/include
 LIBXCURSOR=-lXcursor
 INCZ=
 LIBZ=-lz
-INCPNG=
-LIBPNG=-lpng
-QTDIR=/usr/qt/3 /usr/lib/qt3 /usr/lib/qt-3.3 /usr/share/qt3 /usr/lib64/qt-3.3 
/usr/X11R6 /usr/lib/qt
+INCPNG=-I/usr/local/include
+LIBPNG=-L/usr/local/lib -lpng
+QTDIR=/usr/local/ /usr/lib/qt3 /usr/lib/qt-3.3 /usr/share/qt3 
/usr/lib64/qt-3.3 /usr/X11R6 /usr/lib/qt
 KBUILDDIR=`cd \`dirname $0\`; pwd`/kBuild
 DEVDIR=`cd \`dirname $0\`; pwd`/tools
 if [ -d /lib/modules/`uname -r`/build ]; then
@@ -573,6 +573,7 @@
   if test_execute; then
 cnf_append SDK_VBOX_LIBXML2_INCS $INCXML2
 cnf_append SDK_VBOX_LIBXML2_LIBS `strip_l $LIBXML2`
+   cnf_append SDK_VBOX_LIBXML2_LIBPATH $LIBXML2
   fi
 fi
   fi
Index: Config.kmk
===
--- Config.kmk  (revision 7193)
+++ Config.kmk  (working copy)
@@ -345,14 +345,19 @@
 endif
 
 ifeq ($(BUILD_TARGET),freebsd)
- VBOX_WITH_INSTALLER=
  VBOX_WITH_SECURELABEL=
  VBOX_WITH_VRDP_AUTHMOD=
  VBOX_WITH_VRDP_RDESKTOP=
  VBOX_WITH_TESTSUITE=
+ VBOX_WITH_EHCI=
+
+ VBOX_WITH_INSTALLER=
  VBOX_WITH_USB=
- VBOX_WITH_EHCI=
  VBOX_WITH_DOCS=
+#VBOX_WITH_INSTALLER=
+#VBOX_WITH_USB=
+#VBOX_WITH_DOCS=
+# XXX Mavvie
 endif
 
 
Index: src/VBox/VMM/VMMR0/HWACCMR0A.asm
===
--- src/VBox/VMM/VMMR0/HWACCMR0A.asm(revision 7193)
+++ src/VBox/VMM/VMMR0/HWACCMR0A.asm(working copy)
@@ -24,6 +24,22 @@
 %include VBox/cpum.mac
 %include VBox/x86.mac
 
+%ifdef RT_OS_FREEBSD ;; @todo fix OMF support in yasm and kick nasm out 
completely.
+ %macro vmwrite 2,
+int3
+ %endmacro
+ %define vmlaunch int3
+ %define vmresume int3
+ %define vmsave int3
+ %define vmload int3
+ %define vmrun int3
+ %define clgi int3
+ %define stgi int3
+ %macro invlpga 2,
+int3
+ %endmacro
+%endif
+
 %ifdef RT_OS_OS2 ;; @todo fix OMF support in yasm and kick nasm out completely.
  %macro vmwrite 2,
 int3
Index: src/VBox/Main/ConsoleImpl.cpp
===
--- src/VBox/Main/ConsoleImpl.cpp   (revision 7193)
+++ src/VBox/Main/ConsoleImpl.cpp   (working copy)
@@ -18,15 +18,21 @@
 #include iprt/types.h /* for stdint.h constants */
 
 #if defined(RT_OS_WINDOWS)
-#elif defined(RT_OS_LINUX)
+#elif defined(RT_OS_LINUX) || defined(RT_OS_FREEBSD)
 #   include errno.h
 #   include sys/ioctl.h
 #   include sys/poll.h
 #   include sys/fcntl.h
 #   include sys/types.h
 #   include sys/wait.h
+#if defined(RT_OS_FREEBSD)
+#   include sys/types.h
+#   include sys/socket.h
+#endif
 #   include net/if.h
+#if defined(RT_OS_LINUX)
 #   include linux/if_tun.h
+#endif
 #   include stdio.h
 #   include stdlib.h
 #   include string.h
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: VirtualBox looks for FreeBSD developer

2008-02-28 Thread Edwin Groothuis
On Fri, Feb 29, 2008 at 12:44:36AM +1100, Edwin Groothuis wrote:
 On Tue, Feb 26, 2008 at 02:23:48PM +0100, Miroslav Lachman wrote:
  Olivier Cochard-Labbe wrote:
  Hi all,
  In a post concerning ?porting VirtualBox on FreeBSD?, an Innotek developer
  answer that they start to port it, but ?hope some developers from the
  FreeBSD community will pick up where we left off and complete the port?.
  Original post here: http://forums.virtualbox.org/viewtopic.php?t=3234
  
  Are there any developers motivated here ?
  
  I am not a developer, but it would be nice to have VirtualBox on FreeBSD 
  (I am using it on Windows to run FreeBSD guests :])
  
  I am available for testing etc.
 
 Patches to get it working against the current SVN version.
 
 Problem lies with the kernel driver. But that's an issue for other
 people to worry about later.

New patches, which actually make it compile this time :-)

This works:

[~svn/vbox/out/freebsd.x86/release] [EMAIL PROTECTED]export 
LD_LIBRARY_PATH=`pwd`/bin:`pwd`/lib
[~svn/vbox/out/freebsd.x86/release] [EMAIL PROTECTED]cd bin
[~svn/vbox/out/freebsd.x86/release/bin] [EMAIL PROTECTED]kldload vboxdrv.ko 
[~svn/vbox/out/freebsd.x86/release/bin] [EMAIL PROTECTED]cd ..
[~svn/vbox/out/freebsd.x86/release] [EMAIL PROTECTED]bin/VirtualBox 

But it still complains about the kernel driver:

VM creation failed (GVMM). VBox status code: -37 (VERR_NOT_SUPPORTED).

And panics while unloading...

I will continue on my test box (a multitude slower than my desktop
but at least I don't lose all my $realjob work when it panics)

Edwin

-- 
Edwin Groothuis  |Personal website: http://www.mavetju.org
[EMAIL PROTECTED]|  Weblog: http://www.mavetju.org/weblog/
Index: configure
===
--- configure   (revision 7199)
+++ configure   (working copy)
@@ -60,9 +60,9 @@
 LIBXCURSOR=-lXcursor
 INCZ=
 LIBZ=-lz
-INCPNG=
-LIBPNG=-lpng
-QTDIR=/usr/qt/3 /usr/lib/qt3 /usr/lib/qt-3.3 /usr/share/qt3 /usr/lib64/qt-3.3 
/usr/X11R6 /usr/lib/qt
+INCPNG=-I/usr/local/include
+LIBPNG=-L/usr/local/lib -lpng
+QTDIR=/usr/local/ /usr/lib/qt3 /usr/lib/qt-3.3 /usr/share/qt3 
/usr/lib64/qt-3.3 /usr/X11R6 /usr/lib/qt
 KBUILDDIR=`cd \`dirname $0\`; pwd`/kBuild
 DEVDIR=`cd \`dirname $0\`; pwd`/tools
 if [ -d /lib/modules/`uname -r`/build ]; then
@@ -573,6 +573,7 @@
   if test_execute; then
 cnf_append SDK_VBOX_LIBXML2_INCS $INCXML2
 cnf_append SDK_VBOX_LIBXML2_LIBS `strip_l $LIBXML2`
+   cnf_append SDK_VBOX_LIBXML2_LIBPATH `strip_L $LIBXML2`
   fi
 fi
   fi
Index: Config.kmk
===
--- Config.kmk  (revision 7199)
+++ Config.kmk  (working copy)
@@ -345,14 +345,19 @@
 endif
 
 ifeq ($(BUILD_TARGET),freebsd)
- VBOX_WITH_INSTALLER=
  VBOX_WITH_SECURELABEL=
  VBOX_WITH_VRDP_AUTHMOD=
  VBOX_WITH_VRDP_RDESKTOP=
  VBOX_WITH_TESTSUITE=
+ VBOX_WITH_EHCI=
+
+ VBOX_WITH_INSTALLER=
  VBOX_WITH_USB=
- VBOX_WITH_EHCI=
  VBOX_WITH_DOCS=
+#VBOX_WITH_INSTALLER=
+#VBOX_WITH_USB=
+#VBOX_WITH_DOCS=
+# XXX Mavvie
 endif
 
 
Index: src/VBox/VMM/VMMR0/HWACCMR0A.asm
===
--- src/VBox/VMM/VMMR0/HWACCMR0A.asm(revision 7199)
+++ src/VBox/VMM/VMMR0/HWACCMR0A.asm(working copy)
@@ -24,6 +24,22 @@
 %include VBox/cpum.mac
 %include VBox/x86.mac
 
+%ifdef RT_OS_FREEBSD ;; @todo fix OMF support in yasm and kick nasm out 
completely.
+ %macro vmwrite 2,
+int3
+ %endmacro
+ %define vmlaunch int3
+ %define vmresume int3
+ %define vmsave int3
+ %define vmload int3
+ %define vmrun int3
+ %define clgi int3
+ %define stgi int3
+ %macro invlpga 2,
+int3
+ %endmacro
+%endif
+
 %ifdef RT_OS_OS2 ;; @todo fix OMF support in yasm and kick nasm out completely.
  %macro vmwrite 2,
 int3
Index: src/VBox/Main/ConsoleImpl.cpp
===
--- src/VBox/Main/ConsoleImpl.cpp   (revision 7199)
+++ src/VBox/Main/ConsoleImpl.cpp   (working copy)
@@ -18,15 +18,21 @@
 #include iprt/types.h /* for stdint.h constants */
 
 #if defined(RT_OS_WINDOWS)
-#elif defined(RT_OS_LINUX)
+#elif defined(RT_OS_LINUX) || defined(RT_OS_FREEBSD)
 #   include errno.h
 #   include sys/ioctl.h
 #   include sys/poll.h
 #   include sys/fcntl.h
 #   include sys/types.h
 #   include sys/wait.h
+#if defined(RT_OS_FREEBSD)
+#   include sys/types.h
+#   include sys/socket.h
+#endif
 #   include net/if.h
+#if defined(RT_OS_LINUX)
 #   include linux/if_tun.h
+#endif
 #   include stdio.h
 #   include stdlib.h
 #   include string.h
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: What's a good way to handle installation of conflicting ports?

2008-02-17 Thread Edwin Groothuis
On Sun, Feb 17, 2008 at 11:52:59AM -0800, David Wolfskill wrote:
 The catalyst for the exercise is that we have some pools of machines
 for developers to use; some of the developers wish to use
 editors/xemacs; some wish to use editors/emacs -- on the same machine.
 (Given the requirement, it's OK for the affected folks to need to adjust
 search, library, and man paths.)

Use a jailed environment for this (unless it's not possible due to
low-level kernel building requirements (in which case they should
have a machine for their own anyway))

Have a single jail for system-ports building which afterwards copies
the package to /pkg directory which is via nullfs mapped on the
/pkg directories of the other jails.

Edwin

-- 
Edwin Groothuis  |Personal website: http://www.mavetju.org
[EMAIL PROTECTED]|  Weblog: http://www.mavetju.org/weblog/
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Ports .ko installation directory

2008-02-07 Thread Edwin Groothuis
On Thu, Feb 07, 2008 at 09:41:07AM -0800, David O'Brien wrote:
 Do we have a standard for where .ko modules should be installed?

I would say /boot/modules, but the more important thing is to use
INSTALL_KLD instead of INSTALL_PROGRAM or INSTALL_DATA :-)

Edwin
-- 
Edwin Groothuis  |Personal website: http://www.mavetju.org
[EMAIL PROTECTED]|  Weblog: http://www.mavetju.org/weblog/
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: FreeBSD Port: jdk-1.5.0.13p7_4,1

2008-02-05 Thread Edwin Groothuis
On Tue, Feb 05, 2008 at 11:08:36PM -0600, Joseph Lancaster wrote:
 I'm unable to install this port because it seems to require 
 tzupdater-1_3_0-2007h.zip,
 which doesn't seem to be available any longer.

Update your ports collection, tzupdater-1.3.3-2007k.zip is current.

But then, you will run in other problems about unavailability of
the JDK sources. Google for 'Index of:  tzupdater-1.3.3-2007k.zip'

Edwin
-- 
Edwin Groothuis  |Personal website: http://www.mavetju.org
[EMAIL PROTECTED]|  Weblog: http://www.mavetju.org/weblog/
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: cacti broken in 6.3?

2008-01-31 Thread Edwin Groothuis
On Wed, Jan 30, 2008 at 11:33:37PM +0100, Helmut Schneider wrote:
 Edwin Groothuis [EMAIL PROTECTED] wrote:
 On Wed, Jan 30, 2008 at 10:22:31PM +0100, Helmut Schneider wrote:
 I started a long thread at http://forums.cacti.net/about25481.html but
 it  turns out that FreeBSD 6.3 might be the problem. FreeBSD 6.2 and
 7.0-RC1  (see below) are not affected. Here is what I did:
 
 Silly question from me maybe: did you recompile the net-snmp and
 phpX-snmp libraries?
 
 Yes, I forced a portupgrade of net-snmp-5.3.2_1 and php5-snmp-5.2.5_1 and I 
 even completly removed cacti, .*PHP.* and .*snmp.* and did a 
 'portinstall -Rf cacti'. I also tried with cacti 0.8.7 and 0.8.6j. I also 
 dropped the cacti database and recreated it.
 
 Does your question imply that you are running cacti on 6.3 without problems?

No, but I have planned an upgrade of a lot of machines this weekend,
including one which runs Cacti :-)

The only reason I wondered if net-snmp was recompiled is because
it takes some low-level things like CPU usage and memory, so I
thought maybe it is related.

Edwin

-- 
Edwin Groothuis  |Personal website: http://www.mavetju.org
[EMAIL PROTECTED]|  Weblog: http://www.mavetju.org/weblog/
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Different variants of the same package on ftp.FreeBSD.org

2008-01-31 Thread Edwin Groothuis
On Thu, Jan 31, 2008 at 12:17:00AM +0200, [EMAIL PROTECTED] wrote:
 Hi,
 
 ~ $ host ftp.freebsd.org
 ftp.freebsd.org has address 204.152.184.73
 ftp.freebsd.org has address 62.243.72.50
 ftp.freebsd.org has IPv6 address 2001:6c8:6:4::7
 ftp.freebsd.org has IPv6 address 2001:4f8:0:2::e
 ~ $ echo -e dir mathopd*\nquit | ftp 
 ftp://204.152.184.73/pub/FreeBSD/ports/i386/packages-6-stable/All/
 Connected to 204.152.184.73.
 220 Welcome to freebsd.isc.org.
 ...
 -rw-r--r--1 110  100256584 Jan 24 06:20 mathopd-1.5p6.tbz
 ~ $ echo -e dir mathopd*\nquit | ftp 
 ftp://62.243.72.50/pub/FreeBSD/ports/i386/packages-6-stable/All/
 Connected to 62.243.72.50.
 220 ftp.FreeBSD.org NcFTPd Server (licensed copy) ready.
 ...
 -rw-r--r--   1 ftpuser  ftpusers 56520 Nov  4 14:48 mathopd-1.5p6.tbz
 
 Different sizes, different dates. The November variant is broken
 (installed package crashes at first connection), the January variant works.
 I.e. half of users get the broken variant from ftp.FreeBSD.org.
 Local mirrors contain the broken variant.
 http://www.freshports.org/www/mathopd  lists last commit on August 13, 2007.
 How, why different variants?

I'm not able to find out why the files are there on the 62.243 one,
but they are from 6.2 while the one from January 24 is the FreeBSD
6.3 one.

Edwin

-- 
Edwin Groothuis  |Personal website: http://www.mavetju.org
[EMAIL PROTECTED]|  Weblog: http://www.mavetju.org/weblog/
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: cacti broken in 6.3?

2008-01-30 Thread Edwin Groothuis
On Wed, Jan 30, 2008 at 10:22:31PM +0100, Helmut Schneider wrote:
 I started a long thread at http://forums.cacti.net/about25481.html but it 
 turns out that FreeBSD 6.3 might be the problem. FreeBSD 6.2 and 7.0-RC1 
 (see below) are not affected. Here is what I did:

Silly question from me maybe: did you recompile the net-snmp and
phpX-snmp libraries?

Edwin

-- 
Edwin Groothuis  |Personal website: http://www.mavetju.org
[EMAIL PROTECTED]|  Weblog: http://www.mavetju.org/weblog/
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Limited Freeware License question

2008-01-15 Thread Edwin Groothuis
On Wed, Jan 16, 2008 at 03:13:25AM +0300, Dmitry Marakasov wrote:
 Hi!
 
 I want to port a game which requires data released under Limited
 Freeware License
 
 (http://liberatedgames.org/licenses/Limited_Freeware_License.txt)
 
 ---
 The owner of this software reserves all rights granted by copyright.
 However, the owner grants the following rights to users:
 
 1) The right to make personal copies of the software.
 2) The right to distribute the software for free (at no cost) to other
 users.
 
 No further rights are granted or should be assumed. This includes, but
 is not limited to, the right to create derivative works.
 ---
 
 The question is: does FreeBSD port fall under `derivative work'?
 I.e. may the data files be installed by it (or should I ask users
 to download files themselves instead) and may the package of such
 a port be created? Port does not modify any datafiles, it just needs
 to download zip and install them to ${DATADIR}.

The port itself (i.e. the Makefile, the patches, the pkg-descr) is
your property, you own the copyright.

A person who installs the port on his computer (who runs make
install) doesn't make derivative work, he just makes personal
copies.

A person who creates packages for further distrubution could creates
a derivative, and therefor is not allowed. See
http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/porting-restrictions.html
how to disable that package building part (NO_PACKAGE=foo)


Edwin
-- 
Edwin Groothuis  |Personal website: http://www.mavetju.org
[EMAIL PROTECTED]|  Weblog: http://www.mavetju.org/weblog/
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: FreeBSD Port: games/frozenbubble

2008-01-10 Thread Edwin Groothuis
On Thu, Jan 10, 2008 at 11:02:11AM -0500, Kris Moore wrote:
 Hey there!
 
 I've just tried to compile the frozenbubble game, and it installs fine, 
 but refuses to run, giving this error:
 
 [SDL Init] Bad system call
 
 Not sure what the problem is, I have 3d support enabled, tried it on two 
 different systems, same error on both. Using FreeBSD 6.3-PRE / PC-BSD 1.4.x
 
 Any ideas? Something broken with the SDL lib? FB uses SDL-perl, which 
 also could be causing the problem.

It's in the pkg-message which is displayed when you install the
game.

Edwin

-- 
Edwin Groothuis  |Personal website: http://www.mavetju.org
[EMAIL PROTECTED]|  Weblog: http://www.mavetju.org/weblog/
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Updating 'mail/freepops' port

2007-12-23 Thread Edwin Groothuis
On Sat, Dec 22, 2007 at 06:47:01PM -0500, Gerard wrote:
 Evidently, the '/mail/freepops/' port does not have a maintainer. If I
 knew more about it, I would attempt to do it myself; however, that
 might well lead to a disaster.

Just do it, we're here to hold your hand and guide you through it.

Edwin

-- 
Edwin Groothuis  |Personal website: http://www.mavetju.org
[EMAIL PROTECTED]|  Weblog: http://www.mavetju.org/weblog/
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Opinion on cross-port OPTIONS CONFLICTS

2007-12-22 Thread Edwin Groothuis
On Sat, Dec 22, 2007 at 11:50:53AM -0600, Josh Paetzel wrote:
 On Friday 21 December 2007 10:33:44 pm Edwin Groothuis wrote:
  On Fri, Dec 21, 2007 at 09:05:18PM -0600, Josh Paetzel wrote:
 It also doesn't work if someone runs make rmconfig, or make config
 again and changes things after the port is installed.

 It probably doesn't work if a package was used to install either.
   
Create a slave port audio/arts-withoutnas and let it depends on
that one.
  
   I don't think that's a scalable solution.  It would create an explosion
   of ports in the already taxed tree, as well as confusion as to which port
   to install among the users.
 
  And what is your solution for this problem?
 
 My initial solution as I posted is to register the OPTIONs used to build a 
 port in /var/db/pkg

And how is that going to resolve the issue earlier suggestions
suffered from with regarding to ports which are not installed yet
but which will be installed as a dependency of this port?

Edwin

-- 
Edwin Groothuis  |Personal website: http://www.mavetju.org
[EMAIL PROTECTED]|  Weblog: http://www.mavetju.org/weblog/
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Opinion on cross-port OPTIONS CONFLICTS

2007-12-21 Thread Edwin Groothuis
On Fri, Dec 21, 2007 at 03:24:20PM -0600, Josh Paetzel wrote:
 I've recently run across some brokeness in ports that would be relatively 
 trivial to deal with if one port had a way to know about the OPTIONS another 
 port was compiled with.

I have been working on it a not-so-long-time-ago and found that
this could be the best way:

[/var/db/ports/arts] [EMAIL PROTECTED]cat options 
# This file is auto-generated by 'make config'.
# No user-servicable parts inside!
# Options for arts-1.5.1_1,1
_OPTIONS_READ=arts-1.5.1_1,1
WITHOUT_ESD=true
WITHOUT_NAS=true

[/var/db/ports/arts] [EMAIL PROTECTED]eval `cat options | grep -v ^\# | sed 
-e 's/^/arts_/'`

[/var/db/ports/arts] [EMAIL PROTECTED]echo $arts_WITHOUT_NAS
true


I hadn't put it in a PR yet because it has some synchronity issues:

- It only works for ports already installed.
- It doesn't work for ports which are being installed by this port.
- No idea how to do this for packages build on ye olde cluster.

But the idea is there:

OPTIONS_DEPENDS=arts
.include bsd.port.pre.mk
.if !defined arts_WITH_NAS
BROKEN= Please build audio/arts first before building this port.
.fi
.if ${arts_WITH_NAS} = true
BROKEN= This port can't work with audio/arts enabled with NAS 
support
.fi

Edwin

-- 
Edwin Groothuis  |Personal website: http://www.mavetju.org
[EMAIL PROTECTED]|  Weblog: http://www.mavetju.org/weblog/
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Opinion on cross-port OPTIONS CONFLICTS

2007-12-21 Thread Edwin Groothuis
On Fri, Dec 21, 2007 at 04:13:46PM -0600, Josh Paetzel wrote:
 On Friday 21 December 2007 03:43:19 pm Edwin Groothuis wrote:
  On Fri, Dec 21, 2007 at 03:24:20PM -0600, Josh Paetzel wrote:
   I've recently run across some brokeness in ports that would be relatively
   trivial to deal with if one port had a way to know about the OPTIONS
   another port was compiled with.
 
  I have been working on it a not-so-long-time-ago and found that
  this could be the best way:
 
  [/var/db/ports/arts] [EMAIL PROTECTED]cat options
  # This file is auto-generated by 'make config'.
  # No user-servicable parts inside!
  # Options for arts-1.5.1_1,1
  _OPTIONS_READ=arts-1.5.1_1,1
  WITHOUT_ESD=true
  WITHOUT_NAS=true
 
  [/var/db/ports/arts] [EMAIL PROTECTED]eval `cat options | grep -v ^\# | 
  sed -e
  's/^/arts_/'`
 
  [/var/db/ports/arts] [EMAIL PROTECTED]echo $arts_WITHOUT_NAS
  true
 
 
  I hadn't put it in a PR yet because it has some synchronity issues:
 
  - It only works for ports already installed.
  - It doesn't work for ports which are being installed by this port.
  - No idea how to do this for packages build on ye olde cluster.
 
  But the idea is there:
 
  OPTIONS_DEPENDS=arts
  .include bsd.port.pre.mk
  .if !defined arts_WITH_NAS
  BROKEN= Please build audio/arts first before building this port.
  .fi
  .if ${arts_WITH_NAS} = true
  BROKEN= This port can't work with audio/arts enabled with NAS 
  support
  .fi
 
  Edwin
 
 It also doesn't work if someone runs make rmconfig, or make config again and 
 changes things after the port is installed.
 
 It probably doesn't work if a package was used to install either.

Create a slave port audio/arts-withoutnas and let it depends on
that one.

Edwin

-- 
Edwin Groothuis  |Personal website: http://www.mavetju.org
[EMAIL PROTECTED]|  Weblog: http://www.mavetju.org/weblog/
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Opinion on cross-port OPTIONS CONFLICTS

2007-12-21 Thread Edwin Groothuis
On Fri, Dec 21, 2007 at 09:05:18PM -0600, Josh Paetzel wrote:
   It also doesn't work if someone runs make rmconfig, or make config again
   and changes things after the port is installed.
  
   It probably doesn't work if a package was used to install either.
 
  Create a slave port audio/arts-withoutnas and let it depends on
  that one.
 
 I don't think that's a scalable solution.  It would create an explosion of 
 ports in the already taxed tree, as well as confusion as to which port to 
 install among the users.

And what is your solution for this problem?

Edwin

-- 
Edwin Groothuis  |Personal website: http://www.mavetju.org
[EMAIL PROTECTED]|  Weblog: http://www.mavetju.org/weblog/
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: who is the portsmgr? Re Linux hier

2007-12-20 Thread Edwin Groothuis
On Thu, Dec 20, 2007 at 08:36:32PM -0500, Chuck Robey wrote:
 Back last time I was last active,Satoshi Asami was the Portsmeister.  I
 dunno if that term is used anymore, but I need to find out if one person is in
 charge of ports, or if it's a group of folks, and whichever it is, what their
 name(s) are?

[EMAIL PROTECTED] is the right email address.

Or try #bsdports of the Efnet IRC network, three of them are hanging
out there during various times of the day.

Edwin

-- 
Edwin Groothuis  |Personal website: http://www.mavetju.org
[EMAIL PROTECTED]|  Weblog: http://www.mavetju.org/weblog/
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Ion3 license violation

2007-12-12 Thread Edwin Groothuis
On Wed, Dec 12, 2007 at 07:22:50AM +, Tuomo Valkonen wrote:
 Since the so-called package maintainer seems to have gone AWOL
 (as is typical):

Have a look at
http://www.freebsd.org/cgi/cvsweb.cgi/ports/x11-wm/ion-3/Makefile.
There have been 8 updates of this piece of software in that time.

You state the version distributed online may not significantly
differ from the original author's latest stable release (resp.
latest release on the branch) within a reasonable delay (normally
28 days).

You don't say Not more than 28 days, you suggest 28 days as a
reasonable delay for you.

Due to the ports freeze there have been no normal software updates
for about month in the FreeBSD ports tree. That is a normal delay
in the lifecycle of the FreeBSD software. Not everybody is agreeing
on it, but it is considered a normal delay.

To quote a friend:

cvs rm -rf blah; cvs commit -m Your license sucks.  Your
code sucks.  You suck.  Happy Christmas.

I hope that is not what you were after...

Edwin

-- 
Edwin Groothuis  |Personal website: http://www.mavetju.org
[EMAIL PROTECTED]|  Weblog: http://www.mavetju.org/weblog/
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Ion3 license violation

2007-12-12 Thread Edwin Groothuis
On Wed, Dec 12, 2007 at 07:59:34PM +, Tuomo Valkonen wrote:
 Even if I made the number 280 days, distros would still complain. It's

It's not so much that distributions complain, it's more the author
of the software who has a set of misconnected wires in his head.

Edwin
-- 
Edwin Groothuis  |Personal website: http://www.mavetju.org
[EMAIL PROTECTED]|  Weblog: http://www.mavetju.org/weblog/
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Read-only ports, but shared distfiles ...

2007-12-12 Thread Edwin Groothuis
On Wed, Dec 12, 2007 at 05:12:52PM -0400, Marc G. Fournier wrote:
   I have my /etc/make.conf setup as:
 
 DISTDIR=/home/ports/distfiles
 WRKDIRPREFIX=/home/ports
 INDEXDIR=/home/ports
 
   so that any distfiles that need to be downloaded, can be ... but, is there 
 some way I can set thing sup so that anything that already exists *in* 
 /usr/ports/distfiles will get used before downloading a whole new copy?

You might want to try CD_MOUNTPTS, or
MASTER_SITE_OVERRIDE=file:/usr/ports/distfiles/${DIST_SUBDIR},
and FETCH_SYMLINK_DISTFILES

Edwin
-- 
Edwin Groothuis  |Personal website: http://www.mavetju.org
[EMAIL PROTECTED]|  Weblog: http://www.mavetju.org/weblog/
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: INDEX build failed for 5.x

2007-12-11 Thread Edwin Groothuis
On Wed, Dec 12, 2007 at 03:57:30AM +, Erwin Lansing wrote:
 INDEX build failed with errors:
 Generating INDEX-5 - please wait..pkg_info: not found
 acrobatviewer-1.1_1: /a/erwin/tindex/ports/java/jre non-existent -- 
 dependency list incomplete
 === print/acrobatviewer failed
 *** Error code 1
 *** Error code 1

It's unfair when portmgr breaks it first!

Edwin

-- 
Edwin Groothuis  |Personal website: http://www.mavetju.org
[EMAIL PROTECTED]|  Weblog: http://www.mavetju.org/weblog/
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: [RFC/P] Port System Re-Engineering

2007-12-03 Thread Edwin Groothuis
On Mon, Dec 03, 2007 at 03:01:37PM -0500, Aryeh M. Friedman wrote:
  Now, stop this thread, stop the discussion, build something, and
  come back, if you cannot code or produce something with whatever
  you think the tree should be using, then  *silence*.
 
 I know this will get me flamed but I wonder if any of the people who
 are saying just code it have ever worked at a level higher then being
 a coder and/or have taken sys. anany. in school.

There are (at least) two things required for a mind-change: A design
(which you understand that is needed) and a proof of concept (which
people keep asking for).

Edwin
-- 
Edwin Groothuis  |Personal website: http://www.mavetju.org
[EMAIL PROTECTED]|  Weblog: http://www.mavetju.org/weblog/
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: duration of the ports freeze

2007-12-01 Thread Edwin Groothuis
On Sun, Dec 02, 2007 at 07:38:05AM +1100, Peter Jeremy wrote:
 It's not clear to me how this differs from having a branched ports
 tree.  Say X.org 7.4 is released tomorrow with a new set of libraries.

You just won [EMAIL PROTECTED] Haven't they mentioned branching yet? award.

The race for the more generic but not less wanted But what is
portmgr going to do about it? trophee is still open.

Edwin

-- 
Edwin Groothuis  |Personal website: http://www.mavetju.org
[EMAIL PROTECTED]|  Weblog: http://www.mavetju.org/weblog/
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Idea about the ports tree included in the release

2007-11-25 Thread Edwin Groothuis
On Sun, Nov 25, 2007 at 06:26:09PM -0800, Doug Barton wrote:
 Edwin Groothuis wrote:
  On Sat, Nov 24, 2007 at 09:39:19AM +0100, Alex Dupre wrote:
  Doug Barton wrote:
  In thinking about the guy who posted to -stable about using the tar'ed
  up version of the ports tree, I had an idea that would make that more
  useful. How hard would it be to include the c[v]sup checkouts file
  with the tarball, and install it into some standard location?
  And why not the portsnap database instead? It seems the
  default/recommended method today.
  
  That would save me 42Mb to download each time :-P
  
  But euhm.. it should only be installed on systems which are installed
  cleanly, not on systems being upgraded via cdrom images.
 
 Assuming I understand what you mean, I think one of two things would
 happen:

Oh wait. The cvsup checkouts file is probably a small (set of)
file(s) with some revision information, while the portsnap file is
a huge chunk of data with a copy of the ports tree.

Edwin

-- 
Edwin Groothuis  |Personal website: http://www.mavetju.org
[EMAIL PROTECTED]|  Weblog: http://www.mavetju.org/weblog/
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ports modifying system setups

2007-11-18 Thread Edwin Groothuis
On Sun, Nov 18, 2007 at 08:17:36PM -0500, Chuck Robey wrote:
 activate the port, and if so, the port would add a line of the form 
 'portname_enable=YES', and this would make your new port operate. 
 Well, it seems from what I see of my new system, that this is no longer 
 the case.  I could understand (and approve of) ports not being allowed 
 to modify any /etc/contents, but howcome ports can't use this rather 
 obvious workaround?

I don't recall this behaviour at all, I think you're confused with
the messages which ports print at the end of the install-phase which
say Add 'foo_enable=YES' to your /etc/rc.conf to enable this
port.

Edwin
-- 
Edwin Groothuis  |Personal website: http://www.mavetju.org
[EMAIL PROTECTED]|  Weblog: http://www.mavetju.org/weblog/
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: suggestions for ports screening

2007-11-10 Thread Edwin Groothuis
On Sat, Nov 10, 2007 at 10:36:45PM -0500, Chuck Robey wrote:
 An example?  If a programmer asks you if you want the blotz program (I 
 make up great fake names, don't I?) hows the user going to know the the 
 blotz program is a particular sound program, when they have no sound card?

When I search for a certain program with some capabilities, I go
through the INDEX file (/usr/ports/INDEX) or I go to freshmeat or
freshports and do a search there. If I don't see blotz there, I'm
not interested in it.

 OK, My suggestion is for a two level system (yes, some of you are going 
 to recognize some of this from other OSes.  G'wan, brag about it).  The 
 first part is a small list of keywords (well, not terribly small, maybe 
 100-200 of them, but most user's personal lists would be far shorter). 
 These words are descriptive of the sort of machine environment the user 
 wants, like, they might have the words SOUND, FMRADIO and TELEVISION to 
 show that they care to have those sort of dependencies built.  All ports 
 would be required to export a list of words that they check for, before 
 they  build.  If a browser sees no SOUND word, it requires to sound 
 dependencies be built.  Let me repeat this to get it clearly: the words 
 are used to qualify the dependcency lists, but if a particular port is 
 chosen, then it gets built, period.  If a user asks for that sound 
 program explicitly, then it gets built, SOUND word or no SOUND word. 
 It's the dependency lists that have to check and modify themselves.

This sounds like the ports-tag project started by tobez@ a long
time ago: http://www.tobez.org/port-tags/. Not sure what the current
status is.

Edwin

-- 
Edwin Groothuis  |Personal website: http://www.mavetju.org
[EMAIL PROTECTED]|  Weblog: http://www.mavetju.org/weblog/
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: USB Keyboard LEDs are back

2007-11-06 Thread Edwin Groothuis
On Wed, Oct 31, 2007 at 06:43:53PM +0100, Rainer Hurling wrote:
 FYI: since portupgrade of yesterday (30th October 2007) with some new 
 xorg ports and restarting X all LEDs of my USB-keyboards are working again.

Beautiful. Gives me a reason to spend to days updating my ports :-)

Edwin
-- 
Edwin Groothuis  |Personal website: http://www.mavetju.org
[EMAIL PROTECTED]|  Weblog: http://www.mavetju.org/weblog/
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Fortune(6) behaviour change

2007-11-06 Thread Edwin Groothuis
Hello maintainers of a fortune-port,

Please note the commit to HEAD of bin/36867: [patch] games/fortune:
add FORTUNE_PATH env var, so ports of fortunes can work sanely.

http://www.freebsd.org/cgi/query-pr.cgi?pr=bin/36867

While it might not influence your port directly, you might want to
add some information to the pkg-message or pkg-descr of the port
to alert people about the existence of the FORTUNE_PATH variable.

Edwin

-- 
Edwin Groothuis
[EMAIL PROTECTED]
http://www.mavetju.org
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Appropriate way of submitting multiple related ports at once?

2007-10-19 Thread Edwin Groothuis
Hello Quinton,

On Wed, Oct 17, 2007 at 11:49:55PM +1000, Q wrote:
 I have written a collection of ports (16 in total) for building a  
 typical Apple WebObjects deployment environment. As most of these  
 ports depend on one another in some way could someone advise what the  
 most appropriate way to submit these ports as a bundle would be?

This is going to be tricky :-)


The way I would do it is to submit the ports one by one and keep
the synopsis recognizable:

[NEW PORT] Apple WebObjects Deployment Environment: www/foobar

That way it will be easy for the person who will take care of them
to find them all, and can respond to problems of them individually.


Once all your PRs have gone through and you have the numbers, send
another PR which describes the order of all PRs and the possible
ceavats and other issues which might happen during the processing
of the PRs.

Or, if you have spare time and a network connection (I think that
the last pre-requisite is pretty dumb :-) drop by on #bsdcode at
irc.efnet.org and ask if somebody wants to help you getting these
PRs done.

Edwin
-- 
Edwin Groothuis  |Personal website: http://www.mavetju.org
[EMAIL PROTECTED]|  Weblog: http://www.mavetju.org/weblog/
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Appropriate way of submitting multiple related ports at once?

2007-10-19 Thread Edwin Groothuis
On Sat, Oct 20, 2007 at 08:24:05AM +1000, Edwin Groothuis wrote:
 Or, if you have spare time and a network connection (I think that
 the last pre-requisite is pretty dumb :-) drop by on #bsdcode at
 irc.efnet.org and ask if somebody wants to help you getting these
 PRs done.

#bsdports that is.

Edwin
-- 
Edwin Groothuis  |Personal website: http://www.mavetju.org
[EMAIL PROTECTED]|  Weblog: http://www.mavetju.org/weblog/
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ports/mail/postfix/pkg-install breakage

2007-10-04 Thread Edwin Groothuis
On Fri, Oct 05, 2007 at 12:32:00AM +0200, Per olof Ljungmark wrote:
 ports/mail/postfix/pkg-install seems broken since yesterday, there is 
 one too many fi at the  end of the file:

Fixed, thank you for reporting.

Edwin

-- 
Edwin Groothuis  |Personal website: http://www.mavetju.org
[EMAIL PROTECTED]|  Weblog: http://www.mavetju.org/weblog/
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Postfix Port - Extra 'fi'

2007-10-04 Thread Edwin Groothuis
On Fri, Oct 05, 2007 at 02:17:43AM +, D Hill wrote:
 I couldn't find who the maintainer is for the Postfix port in any file.
 
 I just attempted to install the Postfix port and received an error about 
 an extra:
 
   fi
 
 at the end of /usr/ports/mail/postfix/pkg-install. Once I commented it 
 out, the install completed successfully.
 
 Can someone direct me to what needs to be done so that gets corrected?

It's already fixed in CVS, update your tree and if might already be in.

Edwin

-- 
Edwin Groothuis  |Personal website: http://www.mavetju.org
[EMAIL PROTECTED]|  Weblog: http://www.mavetju.org/weblog/
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Change the default GTK2 font?

2007-10-01 Thread Edwin Groothuis
On Mon, Oct 01, 2007 at 09:41:49AM +0400, Alexander Zhuravlev wrote:
 On Mon, Oct 01, 2007 at 03:26:30PM +1000, Edwin Groothuis wrote:
  Hello,
  
  With the upgrade to xorg 7.3 suddenly the default font for GTK2x
  applications has moved from a nice small one to a huge one which
  gives me about 50% of the text I normally get on my screen.
  
  XTerms themselves still have the right size.
  
  How and where can I define which font GTK2x applications should use
  as their default ones?
 
 You can use something like this
 
 % cat ~/.gtkrc-2.0
 
 style user-font { 
 font_name=Verdana 8 
 } 
 
 widget_class * style user-font 
 gtk-font-name=Verdana 8

I used this one to overcome my initial problems,

 I find /usr/ports/x11/gtkchtheme works well for this.

And this one to setup a nice theme (industrial now)

Thanks for yours helps!

Edwin

-- 
Edwin Groothuis  |Personal website: http://www.mavetju.org
[EMAIL PROTECTED]|  Weblog: http://www.mavetju.org/weblog/
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Has portsnap fallen asleep?

2007-10-01 Thread Edwin Groothuis
On Mon, Oct 01, 2007 at 09:01:46PM +0200, Rene Ladan wrote:
 2007/10/1, Lars Stokholm [EMAIL PROTECTED]:
  Since I've not seen this officially reported elsewhere, I thought I'd
  just drop a note about it. For a couple of days, portsnap has not been
  giving new snapshots:
 
  # portsnap fetch update
  Looking up portsnap.FreeBSD.org mirrors... 4 mirrors found.
  Fetching snapshot tag from portsnap2.FreeBSD.org... done.
  Latest snapshot on server matches what we already have.
  No updates needed.
  Ports tree is already up to date.
 
  ...which is not true. My ports tree is not up to date.
 
 Same here, for something like a day now.

I got my first updates through today!

Edwin

-- 
Edwin Groothuis  |Personal website: http://www.mavetju.org
[EMAIL PROTECTED]|  Weblog: http://www.mavetju.org/weblog/
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: imap-uw-2006j_2,1, cclient-2006g_1,1 PAM problems?

2007-10-01 Thread Edwin Groothuis
On Mon, Oct 01, 2007 at 01:31:06PM +0100, Matt Dawson wrote:
 Is anyone else having problems with PAM authentication on these ports? I've 
 had to roll back to the 2004g_1,1 versions of both. 

Let me go through it. I saw a commit to it yesterday but that might
have resolved it.

Edwin

-- 
Edwin Groothuis  |Personal website: http://www.mavetju.org
[EMAIL PROTECTED]|  Weblog: http://www.mavetju.org/weblog/
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: imap-uw-2006j_2,1, cclient-2006g_1,1 PAM problems?

2007-10-01 Thread Edwin Groothuis
On Tue, Oct 02, 2007 at 07:19:44AM +1000, Edwin Groothuis wrote:
 On Mon, Oct 01, 2007 at 01:31:06PM +0100, Matt Dawson wrote:
  Is anyone else having problems with PAM authentication on these ports? I've 
  had to roll back to the 2004g_1,1 versions of both. 
 
 Let me go through it. I saw a commit to it yesterday but that might
 have resolved it.

I rechecked my own webmail sites and they still work (as they did
last saturday), so I'm going to install imap-uw and see if I can
reproduce it.

Edwin
-- 
Edwin Groothuis  |Personal website: http://www.mavetju.org
[EMAIL PROTECTED]|  Weblog: http://www.mavetju.org/weblog/
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: imap-uw-2006j_2,1, cclient-2006g_1,1 PAM problems?

2007-10-01 Thread Edwin Groothuis
On Tue, Oct 02, 2007 at 12:17:50AM +0100, Matt Dawson wrote:
 On Tuesday 02 Oct 2007, you wrote:
 
  I rechecked my own webmail sites and they still work (as they did
  last saturday), so I'm going to install imap-uw and see if I can
  reproduce it.
 
 Looks like marcus@'s commit at 16:04 today fixed the issue. It now works 
 fine. Thank you for looking into this for us.

Coolies. I've undone the extra patches to mail/syncmail and mail/prayer
too now that the linkage.c file is back in the game.

Edwin
-- 
Edwin Groothuis  |Personal website: http://www.mavetju.org
[EMAIL PROTECTED]|  Weblog: http://www.mavetju.org/weblog/
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Change the default GTK2 font?

2007-09-30 Thread Edwin Groothuis
Hello,

With the upgrade to xorg 7.3 suddenly the default font for GTK2x
applications has moved from a nice small one to a huge one which
gives me about 50% of the text I normally get on my screen.

XTerms themselves still have the right size.

How and where can I define which font GTK2x applications should use
as their default ones?

Edwin

-- 
Edwin Groothuis  |Personal website: http://www.mavetju.org
[EMAIL PROTECTED]|  Weblog: http://www.mavetju.org/weblog/
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: keyboard lock light issues - xorg-7.3_1 or fluxbox

2007-09-26 Thread Edwin Groothuis
On Wed, Sep 26, 2007 at 03:15:32PM +1000, Edwin Groothuis wrote:
 On Wed, Sep 26, 2007 at 01:08:24AM -0400, Rob Clark wrote:
  Following both the xorg 7.3 update, and new install of the
  most recent fluxbox, I've lost the lock lights on the
  keyboard (i.e., Num Lock and Caps Lock) while running X and
  fluxbox. 
 
 Known issue. Stay tuned on this mailinglist for more information.

xkbvleds helps here :-)

Edwin

-- 
Edwin Groothuis  |Personal website: http://www.mavetju.org
[EMAIL PROTECTED]|  Weblog: http://www.mavetju.org/weblog/
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ports/116050: [NEW PORT] devel/p5-Gearman-Server: Gearman server daemon

2007-09-25 Thread Edwin Groothuis
On Tue, Sep 25, 2007 at 10:27:14AM -0400, Vivek Khera wrote:
 On Sep 24, 2007, at 6:48 PM, Edwin Groothuis wrote:
 
 On Mon, Sep 24, 2007 at 11:11:02AM -0400, Vivek Khera wrote:
 Thanks for submitting this new port, but I object to having a new
 port created and assigned to me as the MAINTAINER.  It just seems
 wrong to do that.
 
 You can't just drop your kitten on our doorstep and expect us to
 take care of it. If you want us to help you with your kitten you
 should take responsibility for it.
 
 Excuse me, but what exactly did *I* do wrong?  Did I submit a *new*  
 port and assign maintainership to *you*?  I don't think so.

Heh, I meant the other guy :-)

Edwin

-- 
Edwin Groothuis  |Personal website: http://www.mavetju.org
[EMAIL PROTECTED]|  Weblog: http://www.mavetju.org/weblog/
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: keyboard lock light issues - xorg-7.3_1 or fluxbox

2007-09-25 Thread Edwin Groothuis
On Wed, Sep 26, 2007 at 01:08:24AM -0400, Rob Clark wrote:
 Following both the xorg 7.3 update, and new install of the
 most recent fluxbox, I've lost the lock lights on the
 keyboard (i.e., Num Lock and Caps Lock) while running X and
 fluxbox. 

Known issue. Stay tuned on this mailinglist for more information.

Edwin

-- 
Edwin Groothuis  |Personal website: http://www.mavetju.org
[EMAIL PROTECTED]|  Weblog: http://www.mavetju.org/weblog/
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ports/116050: [NEW PORT] devel/p5-Gearman-Server: Gearman server daemon

2007-09-24 Thread Edwin Groothuis
On Mon, Sep 24, 2007 at 11:11:02AM -0400, Vivek Khera wrote:
 Thanks for submitting this new port, but I object to having a new  
 port created and assigned to me as the MAINTAINER.  It just seems  
 wrong to do that.

You can't just drop your kitten on our doorstep and expect us to
take care of it. If you want us to help you with your kitten you
should take responsibility for it.

Edwin
-- 
Edwin Groothuis  |Personal website: http://www.mavetju.org
[EMAIL PROTECTED]|  Weblog: http://www.mavetju.org/weblog/
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: djbdns

2007-09-13 Thread Edwin Groothuis
On Thu, Sep 13, 2007 at 07:51:21PM -0600, James wrote:
 I'm having issues building djbdns; I'm not able to download any of the
 tarballs from the sources listed in Makefile. Is this issue known, or is it
 just something affecting me?

Can you give us some logs?

Edwin

-- 
Edwin Groothuis  |Personal website: http://www.mavetju.org
[EMAIL PROTECTED]|  Weblog: http://www.mavetju.org/weblog/
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: [HEADSUP] bsd.perl.mk import coming soon

2007-09-10 Thread Edwin Groothuis
On Tue, Sep 11, 2007 at 01:50:39AM +0400, Andrew Pantyukhin wrote:
 On Sun, Sep 09, 2007 at 10:57:50AM +1000, Edwin Groothuis wrote:
  On Sat, Sep 08, 2007 at 06:40:23PM +0200, Erwin Lansing wrote:
   On Sat, Sep 08, 2007 at 10:30:51AM +0200, Henrik Brix Andersen wrote:
On Fri, Sep 07, 2007 at 11:33:42PM +, Mark Linimon wrote:
 The main feature of the change will be to allow USE_PERL5= 5.8.0+ (and
 similarly for USE_PERL5_RUN, USE_PERL5_BUILD, PERL_CONFIGURE and
 PERL_MODBUILD).  As a side-effect, the remaining few stragglers that
 attempt to keep perl5.003 going will be dropped.  (Other committers
 have also been removing that code).

Great! A big thank you to all who helped get this work done :)

   Let me chime in and thank everyone, especially Gabor for writing and
   Mark for testing this.  This was a long needed feature that gets rid of
   a huge number of cumbersome workarounds.  Thanks a lot!
  
  An idea for next summer: PERL_RUN_DEPENDS=  Foo::Bar
  (I know I've done by best for this one, and it failed here and there)
 
 That would really be a killer feature. Applicable to other areas
 like CPAN-like repos (rubygems, pypi, pear/pecl, etc.)

See http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/87318. It came
into bsd.port.mk once, but it was removed after people complained
too much.

Edwin
-- 
Edwin Groothuis  |Personal website: http://www.mavetju.org
[EMAIL PROTECTED]|  Weblog: http://www.mavetju.org/weblog/
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Installing KLD modules on AMD64

2007-09-09 Thread Edwin Groothuis
FYI:

According to ports/100703 and ports/115517, the macro INSTALL_PROGRAM
corrupts .ko files on AMD64 machines:

You cannot strip kernel modules on amd64, because modules are
elf object files, as opposed to shared objects on all other
archs. Strip strips the object file symbol table, that is used
by the static linker and in-kernel linker on amd64. On the other
hand, shared object contains also a dynamic symbol table, that
is not stripped and used by in-kernel linker on !amd64.

To overcome this problem I have submitted ports/116200 which adds
the INSTALL_KLD command which can be used to properly install .ko
files without the fear of them being stripped.

Edwin
-- 
Edwin Groothuis  |Personal website: http://www.mavetju.org
[EMAIL PROTECTED]|  Weblog: http://www.mavetju.org/weblog/
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: [HEADSUP] bsd.perl.mk import coming soon

2007-09-08 Thread Edwin Groothuis
On Sat, Sep 08, 2007 at 06:40:23PM +0200, Erwin Lansing wrote:
 On Sat, Sep 08, 2007 at 10:30:51AM +0200, Henrik Brix Andersen wrote:
  On Fri, Sep 07, 2007 at 11:33:42PM +, Mark Linimon wrote:
   The main feature of the change will be to allow USE_PERL5= 5.8.0+ (and
   similarly for USE_PERL5_RUN, USE_PERL5_BUILD, PERL_CONFIGURE and
   PERL_MODBUILD).  As a side-effect, the remaining few stragglers that
   attempt to keep perl5.003 going will be dropped.  (Other committers
   have also been removing that code).
  
  Great! A big thank you to all who helped get this work done :)
  
 Let me chime in and thank everyone, especially Gabor for writing and
 Mark for testing this.  This was a long needed feature that gets rid of
 a huge number of cumbersome workarounds.  Thanks a lot!

An idea for next summer: PERL_RUN_DEPENDS=  Foo::Bar
(I know I've done by best for this one, and it failed here and there)

Edwin

-- 
Edwin Groothuis  |Personal website: http://www.mavetju.org
[EMAIL PROTECTED]|  Weblog: http://www.mavetju.org/weblog/
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ports database updating failed

2007-09-08 Thread Edwin Groothuis
On Sat, Sep 08, 2007 at 11:58:30AM +0200, corl3ss wrote:
 Since yesterday (before it was running very well for a while), when I 
 run this very small script :
 --
 cd /usr/ports 
 csup -g -L 2 /root/cvs-supfile 
 portsdb -uU 
 --
 Where my cvs-supfile is:
 ---
 src-all
 ports-all
 doc-all
 www
 cvsroot-all
 ---
 The csup is ok  but the port database updating failed (see below)...
 ---
  Add delta 1.18684 2007.09.08.06.21.59 edwin
  Add delta 1.18685 2007.09.08.08.17.27 clsung
  Add delta 1.18686 2007.09.08.08.21.08 clsung
 Shutting down connection to server
 Finished successfully
 Updating the ports index ... Generating INDEX.tmp - please 
 wait..nautilus-sendto-0.10_2: /usr/ports/net-im/gaim non-existent -- 
 dependency list incomplete
 === deskutils/nautilus-sendto failed

net-im/gaim was removed earlier in favour of net-im/pidgin, but
deskutils/nautilus-sendto still tries to use it:

.if exists(${LOCALBASE}/bin/gaim)
BUILD_DEPENDS+= gaim:${PORTSDIR}/net-im/gaim
RUN_DEPENDS+=   gaim:${PORTSDIR}/net-im/gaim
PLIST_SUB+= GAIM=
.else
PLIST_SUB+= GAIM=@comment 
.endif

Can you send-pr this so gnome@ will remove it?

Edwin
-- 
Edwin Groothuis  |Personal website: http://www.mavetju.org
[EMAIL PROTECTED]|  Weblog: http://www.mavetju.org/weblog/
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: FreeBSD Port: openftd-0.98.6_2

2007-09-08 Thread Edwin Groothuis
On Sat, Sep 08, 2007 at 04:13:43PM +0200, Patrick Bielen wrote:
 Hi,
 
 This version of openFTD is out-dated.
 
 FTD pushed it's upgrade for windows users to ftd 3.8,
 so this version is not working anymore.

I haven't used the program since my ISP stopped handling the
alt.binary groups... I'll update it to make sure it work with 0.99.2,
and then will throw it for the lions. Are you willing to become
maintainer of it?

Edwin

-- 
Edwin Groothuis  |Personal website: http://www.mavetju.org
[EMAIL PROTECTED]|  Weblog: http://www.mavetju.org/weblog/
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: FreeBSD Port: openftd-0.98.6_2

2007-09-08 Thread Edwin Groothuis
On Sun, Sep 09, 2007 at 11:04:26AM +1000, Edwin Groothuis wrote:
 On Sat, Sep 08, 2007 at 04:13:43PM +0200, Patrick Bielen wrote:
  Hi,
  
  This version of openFTD is out-dated.
  
  FTD pushed it's upgrade for windows users to ftd 3.8,
  so this version is not working anymore.
 
 I haven't used the program since my ISP stopped handling the
 alt.binary groups... I'll update it to make sure it work with 0.99.2,
 and then will throw it for the lions. Are you willing to become
 maintainer of it?

It's updated to 0.99.2: http://www.freshports.org/news/openftd

Edwin

-- 
Edwin Groothuis  |Personal website: http://www.mavetju.org
[EMAIL PROTECTED]|  Weblog: http://www.mavetju.org/weblog/
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Ports PR / GNATS Auto Assign Tool updated

2007-08-30 Thread Edwin Groothuis
I have rewritten the logic part of the GNATS Auto Assign Tool a
little bit, to make it easier for me to add people who have requests
for PRs related to ports. If you have access to freefall.freebsd.org,
have a look at /hub/g/hubgnats/gnats-aa/incoming-PRs/bin/lookups.txt.

Of course, making this easier for me comes with a price: I will
have to monitor the log files carefully in the coming days.

If in the coming days you see a PR which should have been assigned
but didn't get assigned, feel free to contact me via email or via
IRC on #bsddev or #bsdports.

Edwin
-- 
Edwin Groothuis
[EMAIL PROTECTED]
http://www.mavetju.org
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: INDEX build failed for 5.x

2007-08-11 Thread Edwin Groothuis
On Sat, Aug 11, 2007 at 12:07:25PM +, Erwin Lansing wrote:
 INDEX build failed with errors:
 Generating INDEX-5 - please wait..pkg_info: not found
 pkg_info: not found
 pkg_info: not found
 Makefile, line 65: warning: /usr/sbin/pkg_info -O 
 x11-servers/XFree86-4-Server 2/dev/null | /usr/bin/grep Server- || 
 /usr/sbin/pkg_info -O x11-servers/xorg-server 2/dev/null | /usr/bin/grep 
 server- || /usr/sbin/pkg_info -qO x11-servers/xorg-server-snap 2/dev/null 
 returned non-zero status
 /a/erwin/tindex/ports/x11/nvidia-driver-71xx/../nvidia-driver/Makefile, 
 line 65: warning: /usr/sbin/pkg_info -O x11-servers/XFree86-4-Server 
 2/dev/null | /usr/bin/grep Server- || /usr/sbin/pkg_info -O 
 x11-servers/xorg-server 2/dev/null | /usr/bin/grep server- || 
 /usr/sbin/pkg_info -qO x11-servers/xorg-server-snap 2/dev/null returned 
 non-zero status
 /a/erwin/tindex/ports/x11/nvidia-driver-96xx/../nvidia-driver/Makefile, 
 line 65: warning: /usr/sbin/pkg_info -O x11-servers/XFree86-4-Server 
 2/dev/null | /usr/bin/grep Server- || /usr/sbin/pkg_info -O 
 x11-servers/xorg-server 2/dev/null | /usr/bin/grep server- || 
 /usr/sbin/pkg_info -qO x11-servers/xorg-server-snap 2/dev/null returned 
 non-zero status
  Done.
 make_index: jffnms-0.8.3_1: no entry for /usr/ports/databases/rrdtool10

Should be working fine by the next attempt.

Edwin
-- 
Edwin Groothuis  |Personal website: http://www.mavetju.org
[EMAIL PROTECTED]|  Weblog: http://www.mavetju.org/weblog/
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: geography category adoption

2007-07-22 Thread Edwin Groothuis
On Sun, Jul 22, 2007 at 12:57:07AM +0200, Pav Lucistnik wrote:
 Virtual category geography was created some time ago. Is anybody
 willing to scan the tree and add some ports to that category?

ports/64304 is marked as suspended.

Mark it as open, throw it back in the pool and let the sharks feast
on it!

Edwin

-- 
Edwin Groothuis  |Personal website: http://www.mavetju.org
[EMAIL PROTECTED]|  Weblog: http://www.mavetju.org/weblog/
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: geography category adoption

2007-07-22 Thread Edwin Groothuis
On Sun, Jul 22, 2007 at 09:20:01PM +0200, Pav Lucistnik wrote:
 Edwin Groothuis p??e v ne 22. 07. 2007 v 23:32 +1000:
  On Sun, Jul 22, 2007 at 12:57:07AM +0200, Pav Lucistnik wrote:
   Virtual category geography was created some time ago. Is anybody
   willing to scan the tree and add some ports to that category?
  
  ports/64304 is marked as suspended.
  
  Mark it as open, throw it back in the pool and let the sharks feast
  on it!
 
 I don't see how `suspended' status on that PR is preventing people from
 adding ports to the category.

The status of the port (suspended, not analyzed or patched)
plus the comments in the PR (This is probably still a good idea,
if we can find someone willing to write the patch and help do the
testing.) doesn't really make me go like This *is* already
implemented, let's see if I can add it to the ports mentioned in
it.

But the sharks have feasted, nothing to worry about anymore.

Edwin

-- 
Edwin Groothuis  |Personal website: http://www.mavetju.org
[EMAIL PROTECTED]|  Weblog: http://www.mavetju.org/weblog/
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: WiFi Radar

2007-07-08 Thread Edwin Groothuis
Hello Alvarez,

On Sun, Jul 08, 2007 at 01:32:50PM -0700, Alvarez wrote:
 I would like to port WiFi Radar application to FreeBSD, but I need the ins
 and outs of porting Linux apps into FreeBSD. Can anyone pitch in some
 knowledge? Thank you

Based on the description the GUI part will be relative easy (it's
just Python with GTK), but the underlying part seems to be going
to be an interesting challenge since the Linux iwcontrol and the
FreeBSD wicontrol probably don't match up with regarding arguments
and capabilities.

If the author is willing to take back patches, you gain more out
of it since it probably will be a lot, maybe even considering him
to make a proper OS dependent interface towards the wi/iwcontrol
toolset so he can easily add support for other OSs too.

(Sorry to be not so helpful, but you've chosen not the easiests and
the most difficults of jobs :-)

Edwin
-- 
Edwin Groothuis  |Personal website: http://www.mavetju.org
[EMAIL PROTECTED]|  Weblog: http://www.mavetju.org/weblog/
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: How to get a list of all kernel modules

2007-06-29 Thread Edwin Groothuis
On Tue, Jun 26, 2007 at 08:26:09AM +1000, Edwin Groothuis wrote:
 On Mon, Jun 18, 2007 at 10:33:29AM +1000, Edwin Groothuis wrote:
  On Sun, Jun 17, 2007 at 01:36:40AM -0600, M. Warner Losh wrote:
   In message: [EMAIL PROTECTED]
   Edwin Groothuis [EMAIL PROTECTED] writes:
   : On Sun, Jun 17, 2007 at 09:18:55AM +0200, [LoN]Kamikaze wrote:
   :  M. Warner Losh wrote:
   :   In message: [EMAIL PROTECTED]
   :   [EMAIL PROTECTED] (Mark Linimon) writes:
   :   : On Sun, Jun 17, 2007 at 12:42:01AM -0600, M. Warner Losh wrote:
   :   :  I'd kinda hoped there was a pseudo category that I could key 
   off of.
   :   : 
   :   : Kinda sounds like there should be.
   :   
   :   That would make grepping the info out of INDEX easy
   : 
   :  I'm with Mark here, there definitely should be one.
   :  
   :  I think it would be best to create it and send a HEADS UP to ports@ 
   or to all
   :  maintainers.
   : 
   : If you decide on a name for the category, I'll send-pr it and ask
   : the maintainer of portlint to incoperate a check for it.
   
   'kmod' would be my first choice.  But I don't care as long as I know
   what it is.
  
  ports/113802: [patch] add virtual category: kmod
 
 And TPTB have decided to call it: kld. Currently being tested by Pav

Portmgr works in quiet ways: Last thursday they commited the code
to bsd.port.mk, and linimon@ updated a lot of the ports with the
additional category. I will see if I can make an entry in the Porters
Handbook for it, and then make an USE_KLD flag which installs the
module and runs kldxref etc.

Edwin
-- 
Edwin Groothuis  |Personal website: http://www.mavetju.org
[EMAIL PROTECTED]|  Weblog: http://www.mavetju.org/weblog/
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Unused hashes from distinfo files

2007-06-20 Thread Edwin Groothuis
On Wed, Jun 20, 2007 at 02:08:48PM +0200, Gabor Kovesdan wrote:
 there are RMD160 and SHA1 hashes in some ports' distinfo files. 
 Considering, that
 1, these kind of hashes were never official
 2, there's no PR for adding support for them

$ SHA1=`which sha1` RMD160=`which rmd160` CHECKSUM_ALGORITHMS=rmd160 md5 
sha256 sha1 make checksum

(yes, we have a more-or-less pluggable checksum mechanism :-)

 3, SHA256 should be storng enough according to RMD160 and SHA1

Specially in combination with SIZE.

Go for them (he said without any hats)

Edwin
-- 
Edwin Groothuis  |Personal website: http://www.mavetju.org
[EMAIL PROTECTED]|  Weblog: http://www.mavetju.org/weblog/
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: How to get a list of all kernel modules

2007-06-19 Thread Edwin Groothuis
On Sun, Jun 17, 2007 at 03:46:42AM -0400, Kris Kennaway wrote:
  What does it require? Not much: after each package built, somehow
  a notice gets send to a database backend which grabs the tarball,
  grabs the +CONTENTS files and stores that data.
 
 Fill in the somehows and we can hook it up.

I've put my ideas on paper (virtual paper), and they can be found
at http://wiki.freebsd.org/PackageBuilderHistoricalData

It describes what we have today, and what I think we can do with
historical data. It consists of two parts: package contents and
build logs. At this moment it's just the things I think are important
or interesting, and give no guarantee that it will be as exicting
as I think it is.

I'll start with the latest bullet on that page, and see if we can
get something nice out of it.

Edwin
-- 
Edwin Groothuis  |Personal website: http://www.mavetju.org
[EMAIL PROTECTED]|  Weblog: http://www.mavetju.org/weblog/
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Generating patch files

2007-06-19 Thread Edwin Groothuis
On Wed, Jun 20, 2007 at 02:25:20AM +0200, Steffen Beyer wrote:
 Is there an easy way to create this set of files, i.e. cutting the patch
 into pieces and naming the files accordingly? I looked through the
 handbook and various tools, but couldn't find the right one.

Make sure that the directory files exist, Go to the ${WRKSRC}, and
run makediff path/and/file.extension

Edwin
-- 
Edwin Groothuis  |Personal website: http://www.mavetju.org
[EMAIL PROTECTED]|  Weblog: http://www.mavetju.org/weblog/
#!/bin/sh

filename=$1
filesdir=../../files

if [ -z `echo ${filename} | grep _` ]; then
patchfile=${filesdir}/patch-`echo ${filename} | sed -e 's/\//__/g'`
else
patchfile=${filesdir}/patch-`echo ${filename} | sed -e 's/\//_/g'`
fi

test -f ${filename}.orig || cp ${filename} ${filename}.orig 
vi ${filename}

p=`grep -l  ${filename} ${filesdir}/*`
test ! -z ${p}  patchfile=${p}

diff -u ${filename}.orig ${filename}  ${patchfile}
echo Saving diff to ${patchfile}
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: How to get a list of all kernel modules

2007-06-17 Thread Edwin Groothuis
On Sun, Jun 17, 2007 at 08:33:22AM +0200, [LoN]Kamikaze wrote:
 I see I misunderstood, sorry about that. So how about that one:
 
 # find /usr/ports/ -type f -name pkg-plist -exec grep -El
 '[EMAIL PROTECTED]:space:]]+/boot' \{} \; | sed -E 's|^/usr/ports/||1' | sed 
 -E
 's|/pkg-plist$||1'
 
 It only works with ports that have a pkg-plist file, though.

And which do @cwd in it. Doesn't work with multimedia/pvr250 for
example.

This reminds me of a pet-project of me which I would like to restart,
but which needs to cooperation from the maintainers of the package
building clusters: A database of installed files. And a historical
list of package build failures, but that one isn't relevant here.

What does it require? Not much: after each package built, somehow
a notice gets send to a database backend which grabs the tarball,
grabs the +CONTENTS files and stores that data.

What can it be used for? Questions like this for example. Or better
CONFLICTS determination. Or historical information (I get this
file /usr/local/share/foo, but I can't find out who installed it)

Edwin

-- 
Edwin Groothuis  |Personal website: http://www.mavetju.org
[EMAIL PROTECTED]|  Weblog: http://www.mavetju.org/weblog/
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: How to get a list of all kernel modules

2007-06-17 Thread Edwin Groothuis
On Sun, Jun 17, 2007 at 12:42:01AM -0600, M. Warner Losh wrote:
 I'd kinda hoped there was a pseudo category that I could key off of.
 pvr250 is also kinda a mess too, since I can't build it w/o a CD I
 don't have...

Don't blame me, there are lots of ports which require distfiles
which you can't just download :-)

Edwin
-- 
Edwin Groothuis  |Personal website: http://www.mavetju.org
[EMAIL PROTECTED]|  Weblog: http://www.mavetju.org/weblog/
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: How to get a list of all kernel modules

2007-06-17 Thread Edwin Groothuis
On Sun, Jun 17, 2007 at 05:04:47PM +1000, Edwin Groothuis wrote:
 On Sun, Jun 17, 2007 at 01:54:57AM -0500, Mark Linimon wrote:
  On Sun, Jun 17, 2007 at 12:42:01AM -0600, M. Warner Losh wrote:
   I'd kinda hoped there was a pseudo category that I could key off of.
  
  Kinda sounds like there should be.
  
  Here's my list so far:
  
  multimedia/pvr250
 
 Plus multimedia/pvrxxx.

Plus emulators/snespp. I think you can better grep for \\.ko$, and
then later manually remove the ones which install it a /compat
directory.

Edwin

-- 
Edwin Groothuis  |Personal website: http://www.mavetju.org
[EMAIL PROTECTED]|  Weblog: http://www.mavetju.org/weblog/
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: How to get a list of all kernel modules

2007-06-17 Thread Edwin Groothuis
On Sun, Jun 17, 2007 at 09:18:55AM +0200, [LoN]Kamikaze wrote:
 M. Warner Losh wrote:
  In message: [EMAIL PROTECTED]
  [EMAIL PROTECTED] (Mark Linimon) writes:
  : On Sun, Jun 17, 2007 at 12:42:01AM -0600, M. Warner Losh wrote:
  :  I'd kinda hoped there was a pseudo category that I could key off of.
  : 
  : Kinda sounds like there should be.
  
  That would make grepping the info out of INDEX easy

 I'm with Mark here, there definitely should be one.
 
 I think it would be best to create it and send a HEADS UP to ports@ or to all
 maintainers.

If you decide on a name for the category, I'll send-pr it and ask
the maintainer of portlint to incoperate a check for it.

Edwin
-- 
Edwin Groothuis  |Personal website: http://www.mavetju.org
[EMAIL PROTECTED]|  Weblog: http://www.mavetju.org/weblog/
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: How to get a list of all kernel modules

2007-06-17 Thread Edwin Groothuis
On Sun, Jun 17, 2007 at 01:36:40AM -0600, M. Warner Losh wrote:
 In message: [EMAIL PROTECTED]
 Edwin Groothuis [EMAIL PROTECTED] writes:
 : On Sun, Jun 17, 2007 at 09:18:55AM +0200, [LoN]Kamikaze wrote:
 :  M. Warner Losh wrote:
 :   In message: [EMAIL PROTECTED]
 :   [EMAIL PROTECTED] (Mark Linimon) writes:
 :   : On Sun, Jun 17, 2007 at 12:42:01AM -0600, M. Warner Losh wrote:
 :   :  I'd kinda hoped there was a pseudo category that I could key off of.
 :   : 
 :   : Kinda sounds like there should be.
 :   
 :   That would make grepping the info out of INDEX easy
 : 
 :  I'm with Mark here, there definitely should be one.
 :  
 :  I think it would be best to create it and send a HEADS UP to ports@ or to 
 all
 :  maintainers.
 : 
 : If you decide on a name for the category, I'll send-pr it and ask
 : the maintainer of portlint to incoperate a check for it.
 
 'kmod' would be my first choice.  But I don't care as long as I know
 what it is.

ports/113802: [patch] add virtual category: kmod

What has been suggested to make too is a description on how to build
packages which install kernel modules (The use of kldxref for example)

Edwin

-- 
Edwin Groothuis  |Personal website: http://www.mavetju.org
[EMAIL PROTECTED]|  Weblog: http://www.mavetju.org/weblog/
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: /usr/local/ set to 700 ?

2007-05-31 Thread Edwin Groothuis
On Thu, May 24, 2007 at 09:23:35PM +1000, Edwin Groothuis wrote:
 With the upgrade of xorg 7.2, and the portupgrade -Rr 'gstreamer*'
 part, I suddenly find the permissions of my /usr/local and certain
 directories in there set to 700 instead of 755. Am I the only one
 with this very interesting issue?

I probably was...

I found out it was BSD.gnome.dist which was set to 700 in the first
line instead of 755.

No idea why, it's not really a file I touch manually :-)

Reinstalling misc/gnomehier resolved it.

Edwin, living a strange but fascinating life.
-- 
Edwin Groothuis  |Personal website: http://www.mavetju.org
[EMAIL PROTECTED]|  Weblog: http://www.mavetju.org/weblog/
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


  1   2   >