Re: wine-0.9.37, ntdll.so loading fails, gdb output included

2007-05-24 Thread Sam Fourman Jr.

On 5/19/07, Sam Fourman Jr. [EMAIL PROTECTED] wrote:

I would be interested in helping with this port

Sam Fourman Jr.

On 5/19/07, Kurt Miller [EMAIL PROTECTED] wrote:
 Please email the list the updated port so that people who
 may be interested in helping you can reproduce the problem.

 On Saturday 19 May 2007 2:32:19 pm Vortechz wrote:
 
  Jacob probably recognizes this:
 
 
  Starting program: /usr/local/bin/wine /emul/w/windows/sol.exe
 
  Program received signal SIGSEGV, Segmentation fault.
  [Switching to process 31915, thread 0x8891a000]
  0x06a4dbec in _dl_malloc () from /usr/libexec/ld.so
  (gdb) bt
  #0  0x06a4dbec in _dl_malloc () from /usr/libexec/ld.so
  #1  0x06a4e50a in _dl_opendir () from /usr/libexec/ld.so
  #2  0x06a4e938 in _dl_find_shlib () from /usr/libexec/ld.so
  #3  0x06a4ebe3 in _dl_load_shlib_hint () from /usr/libexec/ld.so
  #4  0x06a4ee5c in _dl_load_shlib () from /usr/libexec/ld.so
  #5  0x06a4c66d in dlopen () from /usr/libexec/ld.so
  #6  0x0a667d54 in wine_dlopen (
  filename=0x7d4d014a /usr/local/lib/../lib/wine/ntdll.dll.so, flag=2,
  error=0xcfbcaff0 \020°¼Ï, errorsize=1024) at loader.c:703
  #7  0x0a667cb6 in wine_init (argc=16392, argv=0xcfbcafa0,
  error=0xcfbcaff0 \020°¼Ï, error_size=1024) at loader.c:655
  #8  0x1c000f92 in main (argc=2, argv=0xcfbcb46c) at main.c:111
 
 
  * Now, I want to know more about what ld.so is doing:
 
 
  (gdb) symbol /usr/libexec/ld.so
  Load new symbol table from /usr/libexec/ld.so? (y or n) y
  Reading symbols from /usr/libexec/ld.so...done.
  (gdb) run /emul/w/windows/sol.exe
  The program being debugged has been started already.
  Start it from the beginning? (y or n) y
 
  Starting program: /usr/local/bin/wine /emul/w/windows/sol.exe
 
  Program received signal SIGSEGV, Segmentation fault.
  [Switching to process 17606, thread 0x7f924000]
  0x084f9bec in ?? () from /usr/libexec/ld.so
  (gdb) bt
  #0  0x084f9bec in ?? () from /usr/libexec/ld.so
  #1  0x284f718c in ?? () from /usr/libexec/ld.so
  #2  0x0008 in ?? ()
  #3  0xcfbf5ee8 in ?? ()
  #4  0x084fa50a in ?? () from /usr/libexec/ld.so
  #5  0x4000 in dladdr ()
  Cannot access memory at address 0x3fc8
 
  * 0x3fc8 seem to be constant and appears at every try
 
  * Next...I compiled ld.so and loaded symbols from ld.so and util.o
  in /usr/src/libexec/ld.so/ (stupid move?) to get this:
 
  [Switching to process 31541, thread 0x831a3000]
  0x04468bec in _dl_malloc () from /usr/libexec/ld.so
  (gdb) bt
  #0  0x04468bec in _dl_malloc () from /usr/libexec/ld.so
  #1  0x0446950a in _dl_opendir () from /usr/libexec/ld.so
  #2  0x04469938 in _dl_find_shlib () from /usr/libexec/ld.so
  #3  0x04469be3 in _dl_load_shlib_hint () from /usr/libexec/ld.so
  #4  0x04469e5c in _dl_load_shlib () from /usr/libexec/ld.so
  #5  0x0446766d in dlopen () from /usr/libexec/ld.so
  #6  0x0d731d54 in wine_dlopen (
  filename=0x877dd14a /usr/local/lib/../lib/wine/ntdll.dll.so, flag=2,
  error=0xcfbd5074 \224P½Ï, errorsize=1024) at loader.c:703
  #7  0x0d731cb6 in wine_init (argc=16392, argv=0xcfbd5020,
  error=0xcfbd5074 \224P½Ï, error_size=1024) at loader.c:655
  #8  0x1c000f92 in ?? ()
  #9  0x0002 in __stack_smash_handler ()
  #10 0xcfbd54f0 in ?? ()
  #11 0xcfbd5074 in ?? ()
  #12 0x0400 in ?? ()
  #13 0x3c00 in ?? ()
  #14 0x0020 in __stack_smash_handler ()
  #15 0x0030 in _dl_strdup ()
  Cannot access memory at address 0x20
 
  * I'm lost here.!
 
  * util.c has a stack protector dummy...
 
  void __stack_smash_handler(char [], int);
 
  void
  __stack_smash_handler(char func[], int damaged)
  {
  _dl_exit(127);
  }
 
  * _dl_exit is essentially (an asm wrapper for syscall)  _exit(127)
 
  * I don't know what to do now...except screaming for HLP.
 
 
  Jacob Meuser-2 wrote:
  
   On Sun, May 13, 2007 at 12:38:30AM +0200, Vortechz Anderson wrote:
   wine-0.9.37 compiles on OpenBSD 4.1, except the dnsapi
  
   Execution leads to segfault.
   (Note: Generic kernel _has_ SYSV MSG/SHM/SEMand I
   have not forgot sysctl machdep.userldt=1)
  
   I know there are some issues about wine's use of
   kernel threads on OpenBSD. I am clueless about the
   true
   problem though. If possible, I would like
   some comments on the ktrace kdump.
  
   looks familiar.
  
   before you even get to problems with threads, you have problems
   with wine wanting to control where things are located.
  
   I've got a port of 0.9.10 that gets a little farther than
   what you got here.  loads libwine and libc, but cannot load
   ntdll.dll.so.
  
   try setting 'ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no'
   in your environment before running configure and see if that
   gets you any farther.
  
   definitely not a trivial port.
  
  
   // V.A.
  
  
25268 ktrace   RET   ktrace 0
25268 ktrace   CALL
   execve(0xcfbc4960,0xcfbc4ebc,0xcfbc4ec8)
25268 ktrace   NAMI  /bin/wine
25268 ktrace   RET   

Re: NEW: sclock

2007-05-24 Thread Pierre-Yves Ritschard
# cat pkg/DESCR
sclock is a simple digital clock.
It displays the time in a small led display resembling your old
Casio(tm) wristwatch.

homepage: http://spootnik.org/sclock
   
   wrong attachment in the first send, try this one instead.
  
  After some comments from steven here's a new version without the
  perl substitution.
  
 and last version which fixes PLIST

still new problems found by steven, new tarball attached.

sclock-port.tar.gz
Description: Binary data


patch: www/analog

2007-05-24 Thread Stephan A. Rickauer
Very tiny patch that adds 'Windows Vista' to the Operating System
Report (instead of listing Unkown Windows). This is my very first
port patch, so please tell me if I am doing something stupid here.


--- MakefileThu May 24 10:50:05 2007
+++ MakefileThu May 24 10:50:21 2007
@@ -3,7 +3,7 @@
 COMMENT=   extremely fast program for analysing WWW logfiles

 DISTNAME=  analog-6.0
-PKGNAME=   ${DISTNAME}p0
+PKGNAME=   ${DISTNAME}p1
 CATEGORIES=www

 MASTER_SITES=  http://www.analog.cx/ \


-- 

 Stephan A. Rickauer

 ---
 Institute of Neuroinformatics Tel  +41 44 635 30 50
 University / ETH Zurich   Sec  +41 44 635 30 52
 Winterthurerstrasse 190   Fax  +41 44 635 30 53
 CH-8057 ZurichWeb  www.ini.unizh.ch

 RSA public key:  https://www.ini.uzh.ch/~stephan/pubkey.asc
 ---



patch-tree
Description: Binary data


Business to Business E-Mail

2007-05-24 Thread Cantfindit Management
Is your business being found on the web?
This e-mail was sent to you via cantfindit.com
http://www.cantfindit.com/index.html?email=CFI240507ID4096676 .
cantfindit•com
http://www.cantfindit.com/index.html?email=CFI240507ID4096676
_  

  _  

  _  

  _  

  _  

  _  

Thousands of people a day get to Cantfindit.com
looking for business everyday. 

canfindit is the most advanced website of its kind on the Web, we are
going to outperform every other business directory there is because of
our advanced specialised listing and search technology.

What is this advanced technology?
It would be pointless trying to explain, even experts cannot understand
the system properly. There is only one important thing to know. It
works! we get people to find your business through the Web and that
means more business to our members.

(Click here to Join
http://www.cantfindit.com/signup.html?email=CFI240507ID4096676 )

Remember! 
You have to invest money to make money and we are a good advertising
investment.

For More information about Cantfindit.Com
(click here)
http://www.cantfindit.com/more-info.html?email=CFI240507ID4096676 

  _  

  _  

  _  

  _  

  _  

  _  

This e-mail was sent by the cantfindit
http://www.cantfindit.com/index.html?email=CFI240507ID4096676  sales
team and was Intended NOT to be targeted at an individual but is
intended for a company representative. The e-mail address used has been
obtained from accessing company web sites that have placed e-mail
address onto the public domain only. If you would prefer not to receive
e-mail's from our sales team in the future Visit Here
http://www.cantfindit.com/donotemailme.html?email=CFI240507ID4096676ad
[EMAIL PROTECTED] . 


gnome-keyring not working

2007-05-24 Thread Lars Hansson
If I install gnome-keyring-manager (I have a hasty port if anyone's 
interested) it will fail to connect to gnome-keyring-daemon and the 
daemon will print the following error message:


** (process:21765): WARNING **: Socket credentials not supported on this OS

This render the keyring daemon unusable.

---
Lars Hansson



Re: gnome-keyring not working

2007-05-24 Thread Jasper Lievisse Adriaanse
On Thu, May 24, 2007 at 07:05:51PM +0800, Lars Hansson wrote:
 If I install gnome-keyring-manager (I have a hasty port if anyone's 
 interested) it will fail to connect to gnome-keyring-daemon and the 
 daemon will print the following error message:
 
 ** (process:21765): WARNING **: Socket credentials not supported on this OS
known problem. i'm slowly working on it. but because of exams i'm kinda stuffed
with other things too, so bear with me :)

when it's fixed i'll commit keyring-manager too (have a port here as
well).
 
 This render the keyring daemon unusable.
 
 ---
 Lars Hansson
 
 
cheers,
jasper

-- 
``Sapere aude!''
NedBSD: http://nedbsd.eu



Re: gnome-keyring not working

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

You're not giving us any useful information. In particular, what version
of OpenBSD you're using, and what version of what software you're using.

Please do your homework.

Especially since we addressed socket credentials issues in the recent past,
I suspect that if you start using current, the problem will disappear.

And in any case, you don't even give us enough info to reproduce anything.

You can count yourself lucky that I even felt interested enough to send
you an answer...



Re: gnome-keyring not working

2007-05-24 Thread Lars Hansson

Marc Espie wrote:

You're not giving us any useful information. In particular, what version
of OpenBSD you're using, and what version of what software you're using.


Oooops, forgot that. It's of course current (May 9) with the latest 
packages (gnome-keyring-0.8.1) from Jasper. Anyway, Jasper knows about 
it and is working on it.


---
Lars Hansson



Re: Porting query regarding sub-packages and flavors.

2007-05-24 Thread Matthias Kilian
On Thu, May 24, 2007 at 01:24:38AM +0100, Edd Barrett wrote:
 Is 150 (ish) MB too big for a base install? This is the easy option
 (in theory) , i havent yet tested this because I assumed it is too
 big.

If it makes things easier for now, and if you think could be tuned
later (wrt smaller base and more subpackages), go ahead with it for
now.

 This texmf subset is called scheme-medium, in tex terms, however
 it does not include xetex, and therefore introduces the config file
 problems (ie i cannot overwrite already installed files, as ports will
 moan). What do you think? Is that too large?

Our teTeX_texmf is about 110 MB (installed, i.e. uncompressed). If
the abovementioned 150 MB also refer to the installed size, it's
not too bad.

For the config file stuff, I really have to look at this myself,
but I still don't have enough time for it now.

Ciao,
Kili



Re: update: ffmpeg-20070501

2007-05-24 Thread Nikns Siankin
Works fine for a while on amd64 and i386.
Could it get commited finnaly?


Fixes problem if /tmp mounted noexec (from RD Thrush):

diff -wbu /usr/ports/graphics/ffmpeg/Makefile.20070429
/usr/ports/graphics/ffmpeg/Makefile
--- /usr/ports/graphics/ffmpeg/Makefile.20070429Sun Apr 29 01:31:52
2007
+++ /usr/ports/graphics/ffmpeg/Makefile Tue May 22 11:31:27 2007
@@ -69,7 +69,13 @@
   LIBavformat_VERSION=$(LIBavformat_VERSION) \
   LIBpostproc_VERSION=$(LIBpostproc_VERSION)

+WRKTMP=${WRKDIR}/tmp
+CONFIGURE_ENV+=TMPDIR=${WRKTMP}
+
REGRESS_TARGET=codectest
+
+pre-configure:
+   -mkdir ${WRKTMP}

post-install:
   ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/ffmpeg



On Wed, May 02, 2007 at 09:49:10AM +, Jacob Meuser wrote:
On Wed, May 02, 2007 at 09:24:04AM +0200, Antoine Jacoutot wrote:
 On Wednesday 02 May 2007 09:13:42 Jacob Meuser wrote:
  update FFmpeg to (more or less) latest svn.
 
 Didn't you forget anything ;)

yeah, the diff would help.


-- 
[EMAIL PROTECTED]
SDF Public Access UNIX System - http://sdf.lonestar.org


Index: ffmpeg/Makefile
===
RCS file: /home/cvs/OpenBSD/ports/graphics/ffmpeg/Makefile,v
retrieving revision 1.26
diff -u -r1.26 Makefile
--- ffmpeg/Makefile2 Mar 2007 23:38:28 -   1.26
+++ ffmpeg/Makefile1 May 2007 20:53:32 -
@@ -2,16 +2,17 @@
 
 COMMENT=  audio/video converter and streamer with bktr(4) support
 
-DISTNAME= ffmpeg-cvs-20070110
-PKGNAME=  ${DISTNAME:S/-cvs//}p1
-SHARED_LIBS=  avutil  2.0 \
-  avcodec 8.0 \
-  avformat8.0 \
-  postproc8.0
+DISTNAME= ffmpeg-svn-20070501
+PKGNAME=  ${DISTNAME:S/-svn//}
+SHARED_LIBS=  avutil  3.0 \
+  avcodec 9.0 \
+  avformat9.0 \
+  postproc9.0
+
 CATEGORIES=   graphics multimedia
 
-HOMEPAGE= http://www.ffmpeg.org/
-MAINTAINER=   Nikns Siankin [EMAIL PROTECTED]
+HOMEPAGE= http://ffmpeg.mplayerhq.hu/
+MAINTAINER=   Jacob Meuser [EMAIL PROTECTED]
 
 # GPL
 PERMIT_PACKAGE_CDROM= patents
@@ -19,15 +20,18 @@
 PERMIT_DISTFILES_CDROM=   Yes
 PERMIT_DISTFILES_FTP= Yes
 
-# only available through CVS
-MASTER_SITES= ftp://ftp.secure.lv/pub/distfiles/
+# only available through SVN
+MASTER_SITES= http://jakemsr.trancell.org/distfiles/
 
 BUILD_DEPENDS=::textproc/texi2html
 LIB_DEPENDS=  SDL.=4::devel/sdl \
   faac::audio/faac \
   faad::audio/faad \
   mp3lame.=0.1::audio/lame \
-  vorbis.=4.0,vorbisenc.=2.0::audio/libvorbis
+  vorbis.=4.0,vorbisenc.=2.0::audio/libvorbis \
+  a52::audio/liba52 \
+  x264::multimedia/x264 \
+  theora::multimedia/libtheora
 
 WANTLIB=  X11 Xext c freetype m pthread ogg ossaudio usbhid z
 
@@ -39,28 +43,44 @@
 CFLAGS+=-fomit-frame-pointer
 .endif
 
+# inter-library dependencies for the current configuration
+LIBavutil_EXTRALIBS=-lm
+LIBavcodec_EXTRALIBS=-lavutil -lm -lz -L${LOCALBASE}/lib -lfaac -lfaad 
-lmp3lame -lvorbis -lvorbisenc -la52 -ltheora -lx264 -pthread
+LIBavformat_EXTRALIBS=-lavutil -lavcodec -lossaudio -lm -L${LOCALBASE}/lib 
-logg
+LIBpostproc_EXTRALIBS=-lavutil
+
 CONFIGURE_STYLE=  simple
 CONFIGURE_ARGS+=  ${CONFIGURE_SHARED} \
   --cc=${CC} \
   --disable-opts \
-  --enable-a52 \
+  --enable-liba52 \
   --enable-pp \
   --enable-gpl \
   --enable-pthreads \
   --disable-debug \
-  --enable-faac \
-  --enable-faad \
-  --enable-mp3lame \
+  --enable-libfaac \
+  --enable-libfaad \
+  --enable-libmp3lame \
   --enable-libogg \
-  --enable-vorbis \
+  --enable-libvorbis \
+  --enable-libtheora \
+  --enable-x264 \
   --extra-libs=-L${LOCALBASE}/lib \
   --extra-cflags=-I${LOCALBASE}/include
 
+CONFIGURE_ENV+=   LIBavutil_EXTRALIBS=${LIBavutil_EXTRALIBS} \
+  LIBavcodec_EXTRALIBS=${LIBavcodec_EXTRALIBS} \
+  LIBavformat_EXTRALIBS=${LIBavformat_EXTRALIBS} \
+  LIBpostproc_EXTRALIBS=${LIBpostproc_EXTRALIBS}
 
 MAKE_FLAGS=   LIBavutil_VERSION=$(LIBavutil_VERSION) \
   

Re: audio/audacious-plugins build failure - internal compiler error

2007-05-24 Thread steven mestdagh
viq [2007-05-24, 16:08:05]:
 dither.c: In function `triangular_dither_noise':
 dither.c:33: internal compiler error: in push_reload, at reload.c:1315

yep, we are aware of it.

Disclaimer: http://www.kuleuven.be/cwis/email_disclaimer.htm



UPDATE: netwmpager

2007-05-24 Thread Pierre-Yves Ritschard
update to latest version of netwmpager.
please test, I don't use this port anymore.

Index: Makefile
===
RCS file: /space/release/cvs/ports/x11/netwmpager/Makefile,v
retrieving revision 1.3
diff -u -p -r1.3 Makefile
--- Makefile16 Dec 2006 12:22:36 -  1.3
+++ Makefile24 May 2007 14:17:07 -
@@ -2,12 +2,12 @@
 
 COMMENT=   small EWMH compliant pager
 
-DISTNAME=  netwmpager-1.9
+DISTNAME=  netwmpager-1.11
 CATEGORIES=x11
 
 HOMEPAGE=  http://onion.dynserv.net/~timo/netwmpager.html
 
-MAINTAINER=Pierre-Yves Ritschard [EMAIL PROTECTED]
+MAINTAINER=Pierre-Yves Ritschard [EMAIL PROTECTED]
 
 # GPL
 PERMIT_PACKAGE_CDROM=  Yes
Index: distinfo
===
RCS file: /space/release/cvs/ports/x11/netwmpager/distinfo,v
retrieving revision 1.2
diff -u -p -r1.2 distinfo
--- distinfo5 Apr 2007 17:36:23 -   1.2
+++ distinfo24 May 2007 14:17:17 -
@@ -1,5 +1,5 @@
-MD5 (netwmpager-1.9.tar.bz2) = BQ3BAIsNEvqcC4puI0aGJA==
-RMD160 (netwmpager-1.9.tar.bz2) = N6APjUdKIf3zMXDx+E+NeYWWhtY=
-SHA1 (netwmpager-1.9.tar.bz2) = 7U/eB8s1ytIXZ+fnlGqt4EJcQV0=
-SHA256 (netwmpager-1.9.tar.bz2) = Qej0SfKZcaHx3bpl83AnDCXaOIkNjc8EtzwQIrnDtZY=
-SIZE (netwmpager-1.9.tar.bz2) = 37190
+MD5 (netwmpager-1.11.tar.bz2) = YOlukdZ61Z2yGy8JOplr2w==
+RMD160 (netwmpager-1.11.tar.bz2) = yoY7MmbvEyH3te5H0vrX/B4sNag=
+SHA1 (netwmpager-1.11.tar.bz2) = 60NcV5b5cTWJ83K+YRFIChtZq4I=
+SHA256 (netwmpager-1.11.tar.bz2) = kloVnxNyQWi3jMrHEuAsjtoax0G/ePGwTb7dkvNUnHQ=
+SIZE (netwmpager-1.11.tar.bz2) = 37190



maintainership of www/py-jonpy

2007-05-24 Thread Pierre-Yves Ritschard
If anyone uses and wants to maintain www/py-jonpy please contact me, I
will otherwise drop maintainership soon.



cvs problem: most of ports tree removed?

2007-05-24 Thread Markus Lude
Hello,
when I updated my ports tree today from anoncvs.de.openbsd.org most of
it was removed. While looking at cvsweb at www.openbsd.org there lots of
files were missing too.

Does anyone know what has happened?

I'm running -current:

OpenBSD 4.1-current (GENERIC) #1246: Sun May 20 23:34:50 MDT 2007
[EMAIL PROTECTED]:/usr/src/sys/arch/sparc64/compile/GENERIC

Regards,
Markus



new: games/blobwars

2007-05-24 Thread Matthias Kilian
Spoiler: this isn't way related to BLOBs in any way ;)

Comment:
2D arcade game

Description:
Since their world was invaded by an alien race, the Blobs have faced
a lifetime of war. But now they have a chance to win the war once
and for all.

In Blob Wars : Metal Blob Solid, you take on the role of a fearless
Blob agent, Bob. Bob's mission is to infiltrate the various enemy
bases around the Blobs' homeworld and rescue as many MIAs as possible.
But standing in his way are many vicious aliens, other Blobs who
have been assimilated and the evil alien leader, Galdov.

WWW: http://www.parallelrealities.co.uk/blobWars.php


Test reports, comments and oks are welcome.

Ciao,
Kili

-- 
Zesterdaz, all mz kezboards were so far awaz. (Beatles)
-- Claus-Peter Warnecke, dtj, 12.3.2001


blobwars.tgz
Description: application/tar-gz


Re: UPDATE: netwmpager

2007-05-24 Thread Antoine Jacoutot

On Thu, 24 May 2007, Pierre-Yves Ritschard wrote:

update to latest version of netwmpager.
please test, I don't use this port anymore.


I do.
It works fine under macppc.
Some WANTLIB fix is needed though:

Extra: Xext.10
WANTLIB += Xau Xdmcp expat z

--
Antoine



Re: [new] claws-mail-vcalendar and claws-mail-notification

2007-05-24 Thread Landry Breuil
On Wed, May 16, 2007 at 02:29:51PM +, Deanna Phillips wrote:
 Landry Breuil writes:
 
  works here @i386, feedback and testing welcome !
 
 I made a few tweaks -
 
 * SHARED_ONLY since claws is;
 * moved some LIB_DEPENDS into WANTLIB since claws already pulls
 them in;
 * add claws as a RUN_DEPENDS as well as BUILD_DEPENDS
 
 What do you think?
 
Sorry, i forgot to repost these ones, so here are these new tar.gz thanks
to deanna (retested here on -current from 23/5 snapshot, works fine)

http://ports.gcu.info/doku.php/openbsd/mail/claws-mail-vcalendar
(direct link http://gcu.info/~gaston/ports/claws-mail-vcalendar.tar.gz)

http://ports.gcu.info/doku.php/openbsd/mail/claws-mail-notification
(direct link http://gcu.info/~gaston/ports/claws-mail-notification.tar.gz)

Anyone interested in commiting this ?

Thanks again,
Landry



Re: [new] claws-mail-vcalendar and claws-mail-notification

2007-05-24 Thread Landry Breuil

2007/5/24, Landry Breuil [EMAIL PROTECTED]:


On Wed, May 16, 2007 at 02:29:51PM +, Deanna Phillips wrote:
 Landry Breuil writes:

  works here @i386, feedback and testing welcome !

 I made a few tweaks -

 * SHARED_ONLY since claws is;
 * moved some LIB_DEPENDS into WANTLIB since claws already pulls
 them in;
 * add claws as a RUN_DEPENDS as well as BUILD_DEPENDS

 What do you think?

Sorry, i forgot to repost these ones, so here are these new tar.gz thanks
to deanna (retested here on -current from 23/5 snapshot, works fine)

http://ports.gcu.info/doku.php/openbsd/mail/claws-mail-vcalendar
(direct link http://gcu.info/~gaston/ports/claws-mail-vcalendar.tar.gz)

http://ports.gcu.info/doku.php/openbsd/mail/claws-mail-notification
(direct link http://gcu.info/~gaston/ports/claws-mail-notification.tar.gz)



Err, just a sidenote on this one, i finally found that to make this plugin
work with libnotify and d-bus, we either need galago's notification-daemon (
http://www.galago-project.org/news/index.php) which depends on
gtk/glib/gconf/libsexy or either notification-daemon-xfce (
http://goodies.xfce.org/projects/applications/notification-daemon-xfce)
which depends on gtk/glib/libxfcegui4/libxfce4util/libsexy). At the moment,
dependency of claws-mail-notification on devel/libnotify and devel/dbus is
not relevant.

This means that i have to look at a port for libsexy asap, test both
notification-daemon's, and decide which one is better/simpler to port. As
claws-mail is perfect for xfce desktops, i'll tend to port the xfce-oriented
one, but it's only my preference.

So, at the moment, claws-mail-notification can only show a banner or execute
a command, it can't make a popup appear through
notification-daemon/libnotify. Just for the clarification :)

Landry


NEW: security/libgsasl

2007-05-24 Thread Ryan Corder

I meant to submit this right after the 4.1 release, but a move
across the country got in the way.  so, sorry in advance.

my hope is that this port will get included so that Simon,
maintainier of mail/msmtp can turn on SASL support.  this
library, libgsasl, was the only thing standing in the way since
the author only supports GNU's implementation of SASL and no
others.

comments, critisisms?  this is my first port, so please let me
know where I have gone wrong.

thanks.
ryanc


pkg/DESCR:

GNU SASL is an implementation of the Simple Authentication and Security
Layer framework and a few common SASL mechanisms. SASL is used by
network servers (e.g., IMAP, SMTP) to request authentication from
clients, and in clients to authenticate against servers.

The library includes support for the SASL framework (with authentication
functions and application data privacy and integrity functions) and at
least partial support for the CRAM-MD5, EXTERNAL, GSSAPI, ANONYMOUS,
PLAIN, SECURID, DIGEST-MD5, LOGIN, NTLM and KERBEROS_V5 mechanisms.

MAINTAINER NOTE:  NTLM and KERBEROS_V5 mechanisms are not included in
this port due to requirements for libraries that are not in the ports
tree.


-- 
==
ryan corder ryanc at silverorb dot net
GnuPG key: http://silverorb.net/~ryanc/stuff/ryanc.asc
There is a multi-legged creature crawling on your shoulder.
   -- Spock, A Taste of Armageddon, stardate 3193.9
==


libgsasl.tar.gz
Description: application/tar-gz


Re: cvs problem: most of ports tree removed?

2007-05-24 Thread Landry Breuil

2007/5/24, Markus Lude [EMAIL PROTECTED]:


Hello,
when I updated my ports tree today from anoncvs.de.openbsd.org most of
it was removed. While looking at cvsweb at www.openbsd.org there lots of
files were missing too.

Does anyone know what has happened?

I'm running -current:

OpenBSD 4.1-current (GENERIC) #1246: Sun May 20 23:34:50 MDT 2007
[EMAIL PROTECTED]:/usr/src/sys/arch/sparc64/compile/GENERIC

Regards,
Markus

I fear that the cvs master mirror has 'eaten itself' again i had the

same issue, it was impossible to fetch src/ today.

running -current too here :
OpenBSD 4.1-current (GENERIC) #174: Tue May 22 05:14:53 MDT 2007
   [EMAIL PROTECTED]:/usr/src/sys/arch/i386/compile/GENERIC

Landry


Re: NEW: security/libgsasl

2007-05-24 Thread viq

On 24/05/07, Ryan Corder [EMAIL PROTECTED] wrote:


I meant to submit this right after the 4.1 release, but a move
across the country got in the way.  so, sorry in advance.

my hope is that this port will get included so that Simon,
maintainier of mail/msmtp can turn on SASL support.  this
library, libgsasl, was the only thing standing in the way since
the author only supports GNU's implementation of SASL and no
others.

comments, critisisms?  this is my first port, so please let me
know where I have gone wrong.

thanks.
ryanc


pkg/DESCR:

GNU SASL is an implementation of the Simple Authentication and Security
Layer framework and a few common SASL mechanisms. SASL is used by
network servers (e.g., IMAP, SMTP) to request authentication from
clients, and in clients to authenticate against servers.

The library includes support for the SASL framework (with authentication
functions and application data privacy and integrity functions) and at
least partial support for the CRAM-MD5, EXTERNAL, GSSAPI, ANONYMOUS,
PLAIN, SECURID, DIGEST-MD5, LOGIN, NTLM and KERBEROS_V5 mechanisms.

MAINTAINER NOTE:  NTLM and KERBEROS_V5 mechanisms are not included in
this port due to requirements for libraries that are not in the ports
tree.


Well, there's Kerberos5 in the way of Heimdal in the base system.


--
==
ryan corder ryanc at silverorb dot net
GnuPG key: http://silverorb.net/~ryanc/stuff/ryanc.asc
There is a multi-legged creature crawling on your shoulder.
   -- Spock, A Taste of Armageddon, stardate 3193.9
==





--
viq



[UPDATE] libmpd/gmpc/gmpc-plugins

2007-05-24 Thread Landry Breuil
Hello,

A new update for gmpc and friends, released last week :

- gmpc updated to v0.15 : nicer icons, news here :
http://sarine.nl/index.php?mact=News,cntnt01,detail,0cntnt01articleid=3cntnt01returnid=15
patches/patch-src-Makefile_in not relevant anymore,
patches/patch-po-POTFILES_in updated.

- gmpc-lyrics, gmpc-magnatune, gmpc-qosd, gmpc-serverstats
(patches/patch-src-plugin_c merged upstream), gmpc-stopbutton and gmpcaa
have been updated to v0.15

- libmpd - 0.14 (didn't bumped the SHARED_LIBS, apparently not
necessary).

Updated all HOMEPAGE to latest at http://sarine.nl

Same info here :
http://ports.gcu.info/doku.php/openbsd/audio/gmpc

get the direct diff here :
http://gcu.info/~gaston/patches/libmpd-gmpd-and-plugins-update-to-0.15.diff

Works fine here @i386, please test and comment :)

Landry



Re: cvs problem: most of ports tree removed?

2007-05-24 Thread Keith Matthews
On Thu, 24 May 2007 20:09:28 +0200
Landry Breuil [EMAIL PROTECTED] wrote:

 2007/5/24, Markus Lude [EMAIL PROTECTED]:
 
  Hello,
  when I updated my ports tree today from anoncvs.de.openbsd.org most of
  it was removed. While looking at cvsweb at www.openbsd.org there lots of
  files were missing too.
 
  Does anyone know what has happened?
 


 I fear that the cvs master mirror has 'eaten itself' again...

Bigger problem than that, most of the web site was 404 for the majority
of the afternoon and some parts of the FAQ were still missing at 17:00
BST.



Re: cvs problem: most of ports tree removed?

2007-05-24 Thread Stuart Henderson
On 2007/05/24 21:19, Keith Matthews wrote:
 On Thu, 24 May 2007 20:09:28 +0200
 Landry Breuil [EMAIL PROTECTED] wrote:
 
  2007/5/24, Markus Lude [EMAIL PROTECTED]:
  
   Hello,
   when I updated my ports tree today from anoncvs.de.openbsd.org most of
   it was removed. While looking at cvsweb at www.openbsd.org there lots of
   files were missing too.
  
   Does anyone know what has happened?
  
 
 
  I fear that the cvs master mirror has 'eaten itself' again...
 
 Bigger problem than that, most of the web site was 404 for the majority
 of the afternoon and some parts of the FAQ were still missing at 17:00
 BST.

I still have a good copy of the repository, there's an unofficial .uk
www mirror here if you need it: http://openbsd.spacehopper.org/

Here are some others still up (at least for index.html, I didn't check
further) from the official mirrors:

http://openbsd.fries.net/
http://openbsd.chem.uw.edu.pl/
http://openbsd.mcom.fr/



Re: NEW: security/libgsasl

2007-05-24 Thread Ryan Corder
On Thu, May 24, 2007 at 08:59:43PM +0200, viq wrote:
| MAINTAINER NOTE:  NTLM and KERBEROS_V5 mechanisms are not included in
| this port due to requirements for libraries that are not in the ports
| tree.
| 
| Well, there's Kerberos5 in the way of Heimdal in the base system.

right, but like the problem with this piece of software only
being writting to use one specific SASL library, it is the same
in that it is looking specifically for MIT Kerberos.

I also had to hack up a krb5-config script and put it in files/
for the express need by the configure script that comes with
libgsasl.

later.
ryanc

-- 
==
ryan corder ryanc at silverorb dot net
GnuPG key: http://silverorb.net/~ryanc/stuff/ryanc.asc
There is a multi-legged creature crawling on your shoulder.
   -- Spock, A Taste of Armageddon, stardate 3193.9
==



Re: update: www/p5-HTML-Widget

2007-05-24 Thread Simon Bertrang
On Sun, May 20, 2007 at 10:49:34PM +0200, Simon Bertrang wrote:
 Hi,
 though i'm not using p5-HTML-Widget anymore here's an update to
 version 1.11.  New maintainer out there?
 

Still no maintainer but a new diff instead that fixes a failing test
with the last one.  The solution was to update www/p5-HTML-Tree too.
As p5-HTML-Tree touches many other ports - tests all pass here - i
cc'ed all maintainers of affected ports, so please dont feel rushed.

Feedback/oks?

Regards,
Simon



Re: update: www/p5-HTML-Widget

2007-05-24 Thread Simon Bertrang
On Thu, May 24, 2007 at 11:15:52PM +0200, Simon Bertrang wrote:
 On Sun, May 20, 2007 at 10:49:34PM +0200, Simon Bertrang wrote:
  Hi,
  though i'm not using p5-HTML-Widget anymore here's an update to
  version 1.11.  New maintainer out there?
  
 
 Still no maintainer but a new diff instead that fixes a failing test
 with the last one.  The solution was to update www/p5-HTML-Tree too.
 As p5-HTML-Tree touches many other ports - tests all pass here - i
 cc'ed all maintainers of affected ports, so please dont feel rushed.
 
 Feedback/oks?
 

Not without actual diffs... sorry, new try.

Simon
Index: Makefile
===
RCS file: /cvs/ports/www/p5-HTML-Widget/Makefile,v
retrieving revision 1.6
diff -u -p -r1.6 Makefile
--- Makefile5 May 2007 17:44:52 -   1.6
+++ Makefile24 May 2007 21:18:06 -
@@ -2,12 +2,9 @@
 
 COMMENT=   HTML widget and validation framework
 
-DISTNAME=  HTML-Widget-1.10
-PKGNAME=   p5-${DISTNAME}p3
+DISTNAME=  HTML-Widget-1.11
 CATEGORIES=www
 
-MAINTAINER=Simon Bertrang [EMAIL PROTECTED]
-
 # Same as Perl
 PERMIT_PACKAGE_CDROM=  Yes
 PERMIT_PACKAGE_FTP=Yes
@@ -21,7 +18,7 @@ RUN_DEPENDS=  ::devel/p5-Class-Accessor-C
::devel/p5-Date-Calc \
::devel/p5-Module-Pluggable-Fast \
::mail/p5-Email-Valid \
-   ::www/p5-HTML-Tree \
+   :p5-HTML-Tree-=3.23:www/p5-HTML-Tree \
::www/p5-HTML-Scrubber 
 REGRESS_DEPENDS=::devel/p5-Test-NoWarnings
 
Index: distinfo
===
RCS file: /cvs/ports/www/p5-HTML-Widget/distinfo,v
retrieving revision 1.2
diff -u -p -r1.2 distinfo
--- distinfo5 Apr 2007 17:26:24 -   1.2
+++ distinfo24 May 2007 21:18:06 -
@@ -1,5 +1,5 @@
-MD5 (HTML-Widget-1.10.tar.gz) = 03t0fMf9AncmicicnKdjzA==
-RMD160 (HTML-Widget-1.10.tar.gz) = N/0UIZp/eXwLuq8/EECUwbhuP3E=
-SHA1 (HTML-Widget-1.10.tar.gz) = RvpjzwwonoSwEIE/bm3IG3DGpYo=
-SHA256 (HTML-Widget-1.10.tar.gz) = 8ViZfaXpLflBXwe7SXeDN/wpiwzmy1MulBaueK9HwbQ=
-SIZE (HTML-Widget-1.10.tar.gz) = 70170
+MD5 (HTML-Widget-1.11.tar.gz) = YvWCvgMKMisiXO2PAwEpBQ==
+RMD160 (HTML-Widget-1.11.tar.gz) = dWw5Eddy69Bn+j1ciln5i+clPdk=
+SHA1 (HTML-Widget-1.11.tar.gz) = HltWeMqjcdHYhiSw9G5qnY0QGqA=
+SHA256 (HTML-Widget-1.11.tar.gz) = vkLfQFWSXOalob818eB60SvEP2VJ91JJAuozMFoOggs=
+SIZE (HTML-Widget-1.11.tar.gz) = 74669
Index: patches/patch-Makefile_PL
===
RCS file: /cvs/ports/www/p5-HTML-Widget/patches/patch-Makefile_PL,v
retrieving revision 1.2
diff -u -p -r1.2 patch-Makefile_PL
--- patches/patch-Makefile_PL   7 Nov 2006 13:56:42 -   1.2
+++ patches/patch-Makefile_PL   24 May 2007 21:18:06 -
@@ -1,31 +0,0 @@
-$OpenBSD: patch-Makefile_PL,v 1.2 2006/11/07 13:56:42 espie Exp $
 Makefile.PL.orig   Fri Sep 22 13:22:06 2006
-+++ Makefile.PLTue Nov  7 16:52:42 2006
-@@ -4,18 +4,18 @@ name 'HTML-Widget';
- all_from 'lib/HTML/Widget.pm';
- 
- requires 'perl' = '5.8.1';
--requires 'HTML::Element';
--requires 'Class::Accessor::Fast';
--requires 'Class::Accessor::Chained::Fast';
--requires 'Class::Data::Accessor';
--requires 'HTML::Scrubber';
-+#requires 'HTML::Element';
-+#requires 'Class::Accessor::Fast';
-+#requires 'Class::Accessor::Chained::Fast';
-+#requires 'Class::Data::Accessor';
-+#requires 'HTML::Scrubber';
- requires 'Storable';
--requires 'Module::Pluggable::Fast';
--requires 'Email::Valid';
--requires 'Date::Calc';
-+#requires 'Module::Pluggable::Fast';
-+#requires 'Email::Valid';
-+#requires 'Date::Calc';
- requires 'Scalar::Util';
- 
--build_requires 'Test::NoWarnings';
-+#build_requires 'Test::NoWarnings';
- 
- no_index directory = 't/lib';
- 
Index: pkg/PLIST
===
RCS file: /cvs/ports/www/p5-HTML-Widget/pkg/PLIST,v
retrieving revision 1.2
diff -u -p -r1.2 PLIST
--- pkg/PLIST   5 Nov 2006 20:40:19 -   1.2
+++ pkg/PLIST   24 May 2007 21:18:06 -
@@ -1,5 +1,4 @@
 @comment $OpenBSD: PLIST,v 1.2 2006/11/05 20:40:19 espie Exp $
-${P5SITE}/HTML/
 ${P5SITE}/HTML/Widget/
 ${P5SITE}/HTML/Widget.pm
 ${P5SITE}/HTML/Widget/Accessor.pm
@@ -10,6 +9,7 @@ ${P5SITE}/HTML/Widget/Constraint/ASCII.p
 ${P5SITE}/HTML/Widget/Constraint/All.pm
 ${P5SITE}/HTML/Widget/Constraint/AllOrNone.pm
 ${P5SITE}/HTML/Widget/Constraint/Any.pm
+${P5SITE}/HTML/Widget/Constraint/Bool.pm
 ${P5SITE}/HTML/Widget/Constraint/Callback.pm
 ${P5SITE}/HTML/Widget/Constraint/CallbackOnce.pm
 ${P5SITE}/HTML/Widget/Constraint/Date.pm
@@ -26,6 +26,7 @@ ${P5SITE}/HTML/Widget/Constraint/Number.
 ${P5SITE}/HTML/Widget/Constraint/Printable.pm
 ${P5SITE}/HTML/Widget/Constraint/Range.pm
 ${P5SITE}/HTML/Widget/Constraint/Regex.pm
+${P5SITE}/HTML/Widget/Constraint/SingleValue.pm
 ${P5SITE}/HTML/Widget/Constraint/String.pm
 ${P5SITE}/HTML/Widget/Constraint/Time.pm
 

Re: update: www/p5-HTML-Widget

2007-05-24 Thread Simon Bertrang
On Thu, May 24, 2007 at 11:19:43PM +0200, Simon Bertrang wrote:
 On Thu, May 24, 2007 at 11:15:52PM +0200, Simon Bertrang wrote:
  On Sun, May 20, 2007 at 10:49:34PM +0200, Simon Bertrang wrote:
   Hi,
   though i'm not using p5-HTML-Widget anymore here's an update to
   version 1.11.  New maintainer out there?
   
  
  Still no maintainer but a new diff instead that fixes a failing test
  with the last one.  The solution was to update www/p5-HTML-Tree too.
  As p5-HTML-Tree touches many other ports - tests all pass here - i
  cc'ed all maintainers of affected ports, so please dont feel rushed.
  
  Feedback/oks?
  
 
 Not without actual diffs... sorry, new try.
 

This - hopefully last mail - corrects patches/patch-Makefile_PL and gives
me better sleep ;-)

zZz,
Simon
Index: Makefile
===
RCS file: /cvs/ports/www/p5-HTML-Widget/Makefile,v
retrieving revision 1.6
diff -u -p -r1.6 Makefile
--- Makefile5 May 2007 17:44:52 -   1.6
+++ Makefile24 May 2007 21:38:08 -
@@ -2,12 +2,9 @@
 
 COMMENT=   HTML widget and validation framework
 
-DISTNAME=  HTML-Widget-1.10
-PKGNAME=   p5-${DISTNAME}p3
+DISTNAME=  HTML-Widget-1.11
 CATEGORIES=www
 
-MAINTAINER=Simon Bertrang [EMAIL PROTECTED]
-
 # Same as Perl
 PERMIT_PACKAGE_CDROM=  Yes
 PERMIT_PACKAGE_FTP=Yes
@@ -21,7 +18,7 @@ RUN_DEPENDS=  ::devel/p5-Class-Accessor-C
::devel/p5-Date-Calc \
::devel/p5-Module-Pluggable-Fast \
::mail/p5-Email-Valid \
-   ::www/p5-HTML-Tree \
+   :p5-HTML-Tree-=3.23:www/p5-HTML-Tree \
::www/p5-HTML-Scrubber 
 REGRESS_DEPENDS=::devel/p5-Test-NoWarnings
 
Index: distinfo
===
RCS file: /cvs/ports/www/p5-HTML-Widget/distinfo,v
retrieving revision 1.2
diff -u -p -r1.2 distinfo
--- distinfo5 Apr 2007 17:26:24 -   1.2
+++ distinfo24 May 2007 21:38:08 -
@@ -1,5 +1,5 @@
-MD5 (HTML-Widget-1.10.tar.gz) = 03t0fMf9AncmicicnKdjzA==
-RMD160 (HTML-Widget-1.10.tar.gz) = N/0UIZp/eXwLuq8/EECUwbhuP3E=
-SHA1 (HTML-Widget-1.10.tar.gz) = RvpjzwwonoSwEIE/bm3IG3DGpYo=
-SHA256 (HTML-Widget-1.10.tar.gz) = 8ViZfaXpLflBXwe7SXeDN/wpiwzmy1MulBaueK9HwbQ=
-SIZE (HTML-Widget-1.10.tar.gz) = 70170
+MD5 (HTML-Widget-1.11.tar.gz) = YvWCvgMKMisiXO2PAwEpBQ==
+RMD160 (HTML-Widget-1.11.tar.gz) = dWw5Eddy69Bn+j1ciln5i+clPdk=
+SHA1 (HTML-Widget-1.11.tar.gz) = HltWeMqjcdHYhiSw9G5qnY0QGqA=
+SHA256 (HTML-Widget-1.11.tar.gz) = vkLfQFWSXOalob818eB60SvEP2VJ91JJAuozMFoOggs=
+SIZE (HTML-Widget-1.11.tar.gz) = 74669
Index: patches/patch-Makefile_PL
===
RCS file: /cvs/ports/www/p5-HTML-Widget/patches/patch-Makefile_PL,v
retrieving revision 1.2
diff -u -p -r1.2 patch-Makefile_PL
--- patches/patch-Makefile_PL   7 Nov 2006 13:56:42 -   1.2
+++ patches/patch-Makefile_PL   24 May 2007 21:38:08 -
@@ -5,7 +5,7 @@ $OpenBSD: patch-Makefile_PL,v 1.2 2006/1
  all_from 'lib/HTML/Widget.pm';
  
  requires 'perl' = '5.8.1';
--requires 'HTML::Element';
+-requires 'HTML::Element' = '3.22';
 -requires 'Class::Accessor::Fast';
 -requires 'Class::Accessor::Chained::Fast';
 -requires 'Class::Data::Accessor';
Index: pkg/PLIST
===
RCS file: /cvs/ports/www/p5-HTML-Widget/pkg/PLIST,v
retrieving revision 1.2
diff -u -p -r1.2 PLIST
--- pkg/PLIST   5 Nov 2006 20:40:19 -   1.2
+++ pkg/PLIST   24 May 2007 21:38:08 -
@@ -1,5 +1,4 @@
 @comment $OpenBSD: PLIST,v 1.2 2006/11/05 20:40:19 espie Exp $
-${P5SITE}/HTML/
 ${P5SITE}/HTML/Widget/
 ${P5SITE}/HTML/Widget.pm
 ${P5SITE}/HTML/Widget/Accessor.pm
@@ -10,6 +9,7 @@ ${P5SITE}/HTML/Widget/Constraint/ASCII.p
 ${P5SITE}/HTML/Widget/Constraint/All.pm
 ${P5SITE}/HTML/Widget/Constraint/AllOrNone.pm
 ${P5SITE}/HTML/Widget/Constraint/Any.pm
+${P5SITE}/HTML/Widget/Constraint/Bool.pm
 ${P5SITE}/HTML/Widget/Constraint/Callback.pm
 ${P5SITE}/HTML/Widget/Constraint/CallbackOnce.pm
 ${P5SITE}/HTML/Widget/Constraint/Date.pm
@@ -26,6 +26,7 @@ ${P5SITE}/HTML/Widget/Constraint/Number.
 ${P5SITE}/HTML/Widget/Constraint/Printable.pm
 ${P5SITE}/HTML/Widget/Constraint/Range.pm
 ${P5SITE}/HTML/Widget/Constraint/Regex.pm
+${P5SITE}/HTML/Widget/Constraint/SingleValue.pm
 ${P5SITE}/HTML/Widget/Constraint/String.pm
 ${P5SITE}/HTML/Widget/Constraint/Time.pm
 ${P5SITE}/HTML/Widget/Container.pm
@@ -68,6 +69,7 @@ ${P5SITE}/HTML/Widget/Result.pm
 @man man/man3p/HTML::Widget::Constraint::All.3p
 @man man/man3p/HTML::Widget::Constraint::AllOrNone.3p
 @man man/man3p/HTML::Widget::Constraint::Any.3p
[EMAIL PROTECTED] man/man3p/HTML::Widget::Constraint::Bool.3p
 @man man/man3p/HTML::Widget::Constraint::Callback.3p
 @man man/man3p/HTML::Widget::Constraint::CallbackOnce.3p
 @man man/man3p/HTML::Widget::Constraint::Date.3p
@@ -84,6 +86,7 @@ ${P5SITE}/HTML/Widget/Result.pm
 @man 

Re: NEW: security/libgsasl

2007-05-24 Thread viq

On 24/05/07, Ryan Corder [EMAIL PROTECTED] wrote:

On Thu, May 24, 2007 at 08:59:43PM +0200, viq wrote:
| MAINTAINER NOTE:  NTLM and KERBEROS_V5 mechanisms are not included in
| this port due to requirements for libraries that are not in the ports
| tree.
|
| Well, there's Kerberos5 in the way of Heimdal in the base system.

right, but like the problem with this piece of software only
being writting to use one specific SASL library, it is the same
in that it is looking specifically for MIT Kerberos.


Ah, ok, that works as an explanation ;)


I also had to hack up a krb5-config script and put it in files/
for the express need by the configure script that comes with
libgsasl.


Yeah, I remember seeing one of those also somewhere in x11/kde/*


later.
ryanc

--
==
ryan corder ryanc at silverorb dot net
GnuPG key: http://silverorb.net/~ryanc/stuff/ryanc.asc
There is a multi-legged creature crawling on your shoulder.
   -- Spock, A Taste of Armageddon, stardate 3193.9
==





--
viq



Re: NEW: security/libgsasl

2007-05-24 Thread Ryan Corder
On Thu, May 24, 2007 at 11:23:55PM +0200, viq wrote:
| Yeah, I remember seeing one of those also somewhere in x11/kde/*

I *might* have ganked it from there...

later.
ryanc

-- 
==
ryan corder ryanc at silverorb dot net
GnuPG key: http://silverorb.net/~ryanc/stuff/ryanc.asc
There is a multi-legged creature crawling on your shoulder.
   -- Spock, A Taste of Armageddon, stardate 3193.9
==