Re: security/libotr 3.1.0

2007-11-24 Thread Sebastien Carlier
On 2007-11-23 18:07:58, Okan Demirmen wrote:
 Date: Fri, 23 Nov 2007 18:07:58 -0500
 From: Okan Demirmen [EMAIL PROTECTED]
 To: ports@openbsd.org
 Subject: Re: security/libotr 3.1.0
 
 On Thu 2007.11.22 at 22:59 +, Sebastien Carlier wrote:
  Tarball attached.
  
  On 2007-11-22 20:01:31, Mikolaj Kucharski wrote:
   Date: Thu, 22 Nov 2007 20:01:31 +
   From: Mikolaj Kucharski [EMAIL PROTECTED]
   To: Sebastien Carlier [EMAIL PROTECTED]
   Cc: ports@openbsd.org
   Subject: Re: security/libotr 3.1.0
   User-Agent: Mutt/1.5.17 (2007-11-01)
   
   On Thu, Nov 22, 2007 at 04:59:39AM +, Sebastien Carlier wrote:
The security/libotr port has no maintainer.  I have upgraded this port
to the latest release and cleaned up old cruft (thanks to espie@ for
useful guidance).  I have a tarball ready to go, would someone be
willing to have a look?
   
   Send it to the ports@, thats why it's for.
   
   -- 
   best regards
   q#
 
 thanks.
 
 diff against cvs. ok?
 

Yes, all fine, thanks!

-- 
Sebastien



Ntop ports

2007-11-24 Thread Jordi Espasa Clofent

Hi all,

The current available version of ntop [1] in packages OpenBSD repo is 
1.1; although, the real present version of ntop is 3.3, so the available 
package is completely out-of-date.


¿Is someone working on update the ntop port?

[1] http://www.ntop.org
--
Thanks
Jordi Espasa Clofent



[UPDATE] xmms-1.2.11

2007-11-24 Thread Antoine Jacoutot

This diff updates XMMS to the latest available version.

Please test, comment, OK... the usual ;)


Index: Makefile
===
RCS file: /cvs/ports/audio/xmms/Makefile,v
retrieving revision 1.53
diff -u -r1.53 Makefile
--- Makefile13 Nov 2007 12:44:23 -  1.53
+++ Makefile24 Nov 2007 09:46:10 -
@@ -8,13 +8,13 @@

 SHARED_ONLY=   Yes

-VERSION=   1.2.10
+VERSION=   1.2.11
 DISTNAME=  xmms-${VERSION}
-PKGNAME-main=  xmms-${VERSION}p11
-PKGNAME-esd=   xmms-esd-${VERSION}p7
-PKGNAME-vorbis=xmms-vorbis-${VERSION}p7
-PKGNAME-mikmod=xmms-mikmod-${VERSION}p7
-PKGNAME-mp3=   xmms-mp3-${VERSION}p8
+PKGNAME-main=  xmms-${VERSION}
+PKGNAME-esd=   xmms-esd-${VERSION}
+PKGNAME-vorbis=xmms-vorbis-${VERSION}
+PKGNAME-mikmod=xmms-mikmod-${VERSION}
+PKGNAME-mp3=   xmms-mp3-${VERSION}
 SHARED_LIBS=   xmms4.1
 CATEGORIES=audio
 HOMEPAGE=  http://www.xmms.org
Index: distinfo
===
RCS file: /cvs/ports/audio/xmms/distinfo,v
retrieving revision 1.5
diff -u -r1.5 distinfo
--- distinfo5 Apr 2007 15:37:45 -   1.5
+++ distinfo24 Nov 2007 09:46:10 -
@@ -1,5 +1,5 @@
-MD5 (xmms-1.2.10.tar.gz) = ha0tsQ+/387M0SqPYXERrQ==
-RMD160 (xmms-1.2.10.tar.gz) = S9wPXGT7mwoXzqO8FHOJDFRwybc=
-SHA1 (xmms-1.2.10.tar.gz) = i/7bIIwSeIVG3VnpHRA6rEboK7A=
-SHA256 (xmms-1.2.10.tar.gz) = ixZR5C55rEBoI0CbTGU/Q73cP0xspdISRaH3IDwCplk=
-SIZE (xmms-1.2.10.tar.gz) = 4034832
+MD5 (xmms-1.2.11.tar.gz) = pdfoJcRgVVS3n4rPmGxMsg==
+RMD160 (xmms-1.2.11.tar.gz) = OsnVEeQHbAymY61tUasRjbLZrK8=
+SHA1 (xmms-1.2.11.tar.gz) = XHQprhq0cFfPaue+qytprq4KAbw=
+SHA256 (xmms-1.2.11.tar.gz) = NllznOVlIo3VYl1gwCx30tkyces89SY5Quz+jsPDZD8=
+SIZE (xmms-1.2.11.tar.gz) = 4299286
Index: patches/patch-Input_cdaudio_cdaudio_c
===
RCS file: /cvs/ports/audio/xmms/patches/patch-Input_cdaudio_cdaudio_c,v
retrieving revision 1.3
diff -u -r1.3 patch-Input_cdaudio_cdaudio_c
--- patches/patch-Input_cdaudio_cdaudio_c   15 Apr 2004 19:23:46 -  
1.3
+++ patches/patch-Input_cdaudio_cdaudio_c   24 Nov 2007 09:46:10 -
@@ -1,16 +1,7 @@
 $OpenBSD: patch-Input_cdaudio_cdaudio_c,v 1.3 2004/04/15 19:23:46 naddy Exp $
 Input/cdaudio/cdaudio.c.orig   2004-01-28 00:09:39.0 +0100
-+++ Input/cdaudio/cdaudio.c2004-04-15 14:47:46.0 +0200
-@@ -333,7 +333,7 @@ static gboolean is_mounted(char * device
- #elif defined(HAVE_GETMNTINFO)
-   entries = getmntinfo(fsp, MNT_NOWAIT);
-   if (entries  0)
--  return NULL;
-+  return FALSE;
- 
- 	while (entries--  0)

-   {
-@@ -817,6 +817,10 @@ static int get_current_frame(void)
+--- Input/cdaudio/cdaudio.c.orig   Fri Nov 23 16:18:35 2007
 Input/cdaudio/cdaudio.cFri Nov 23 16:20:02 2007
+@@ -819,6 +819,10 @@ static int get_current_frame(void)
  {
struct ioc_read_subchannel subchnl;
struct cd_sub_channel_info subinfo;
Index: patches/patch-Output_sun_audio_c
===
RCS file: /cvs/ports/audio/xmms/patches/patch-Output_sun_audio_c,v
retrieving revision 1.5
diff -u -r1.5 patch-Output_sun_audio_c
--- patches/patch-Output_sun_audio_c27 Apr 2005 16:31:34 -  1.5
+++ patches/patch-Output_sun_audio_c24 Nov 2007 09:46:10 -
@@ -1,7 +1,7 @@
 $OpenBSD: patch-Output_sun_audio_c,v 1.5 2005/04/27 16:31:34 robert Exp $
 --- Output/sun/audio.c.origSun Jun  2 15:42:03 2002
-+++ Output/sun/audio.c Wed Apr 27 18:13:18 2005
-@@ -123,14 +123,12 @@
 Output/sun/audio.c Fri Nov 23 18:38:44 2007
+@@ -123,14 +123,12 @@ static void sun_setformat(AFormat fmt, int rate, int n

sun = sun_format(fmt);

@@ -16,8 +16,12 @@
output.frequency = rate;
output.channels = nch;
sun_setparams();
-@@ -153,7 +151,7 @@
-   info.mode = AUMODE_PLAY;
+@@ -150,10 +148,10 @@ void sun_setparams(void)
+ 
+ 	AUDIO_INITINFO(info);
+ 
+-	info.mode = AUMODE_PLAY;

++  info.mode = AUMODE_PLAY_ALL;
if (ioctl(audio.fd, AUDIO_SETINFO, info) != 0)
{
 -  g_error(%s: cannot play (%s), audio.devaudio,
@@ -25,7 +29,7 @@
strerror(errno));
return;
}
-@@ -171,7 +169,7 @@
+@@ -171,7 +169,7 @@ void sun_setparams(void)
strcpy(output.name, enc.name);
if (ioctl(audio.fd, AUDIO_SETINFO, info) != 0)
{
@@ -34,7 +38,7 @@
output.name, strerror(errno));
return;
}
-@@ -182,7 +180,7 @@
+@@ -182,7 +180,7 @@ void sun_setparams(void)
info.play.sample_rate = output.frequency;
if (ioctl(audio.fd, AUDIO_SETINFO, info)  0)
{
@@ -43,7 +47,7 @@
 

UPDATE: mail/amavisd-new

2007-11-24 Thread Giovanni Bechis
Amavisd-new updated to latest version (2.5.2),
many bug fixes and new feautures added.
Changelog available at http://www.ijs.si/software/amavisd/release-notes.txt
 Giovanni
Index: Makefile
===
RCS file: /cvs/ports/mail/amavisd-new/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- Makefile16 Sep 2007 00:17:04 -  1.4
+++ Makefile24 Nov 2007 10:34:14 -
@@ -2,8 +2,7 @@
 
 COMMENT=   interface between mailer MTA and content checkers
 
-VERSION=   2.3.2
-PKGNAME=   ${DISTNAME}p0
+VERSION=   2.5.2
 DISTNAME=  amavisd-new-${VERSION}
 CATEGORIES=mail security
 
Index: distinfo
===
RCS file: /cvs/ports/mail/amavisd-new/distinfo,v
retrieving revision 1.4
diff -u -r1.4 distinfo
--- distinfo5 Apr 2007 16:20:01 -   1.4
+++ distinfo24 Nov 2007 10:34:14 -
@@ -1,5 +1,5 @@
-MD5 (amavisd-new-2.3.2.tar.gz) = SvR/fgsqr3G9V4PcJqV2qA==
-RMD160 (amavisd-new-2.3.2.tar.gz) = Y5yKUtnQ/d8Wt0A7ubn9wAR7VCY=
-SHA1 (amavisd-new-2.3.2.tar.gz) = NMJ2MQuY7dBqTrTfVOJcQtK62AI=
-SHA256 (amavisd-new-2.3.2.tar.gz) = 
nyjvEj3YigLPRsMDTE1jwtKF0+7bgf39JUaF4X3A3t0=
-SIZE (amavisd-new-2.3.2.tar.gz) = 786156
+MD5 (amavisd-new-2.5.2.tar.gz) = UtIn1EL6xkkWSIuD15gG1w==
+RMD160 (amavisd-new-2.5.2.tar.gz) = t7yZisNEKLYs904cEUspWp8yJlI=
+SHA1 (amavisd-new-2.5.2.tar.gz) = JGUTFEjOENrIURRQaV/2O8Vl5ts=
+SHA256 (amavisd-new-2.5.2.tar.gz) = 
X1kIUMUFAXwmM/R87Ug6riPshX4qeC92PrFvn58/zu8=
+SIZE (amavisd-new-2.5.2.tar.gz) = 788546
Index: patches/patch-amavisd
===
RCS file: /cvs/ports/mail/amavisd-new/patches/patch-amavisd,v
retrieving revision 1.3
diff -u -r1.3 patch-amavisd
--- patches/patch-amavisd   31 Oct 2006 20:41:40 -  1.3
+++ patches/patch-amavisd   24 Nov 2007 10:34:14 -
@@ -1,7 +1,7 @@
 $OpenBSD: patch-amavisd,v 1.3 2006/10/31 20:41:40 pvalchev Exp $
 amavisd.orig   Wed Jun 29 06:26:11 2005
-+++ amavisdTue Oct 31 08:15:59 2006
-@@ -128,7 +128,7 @@ sub fetch_modules($$@) {
+--- amavisd.orig   Wed Jun 27 12:43:00 2007
 amavisdSat Nov 24 10:18:12 2007
+@@ -153,7 +153,7 @@ sub fetch_modules($$@) {
  
  BEGIN {
fetch_modules('REQUIRED BASIC MODULES', 1, qw(
@@ -9,12 +9,13 @@
 +Exporter POSIX Fcntl Socket Errno Carp Carp::Heavy Time::HiRes
  IO::Handle IO::File IO::Socket IO::Socket::UNIX IO::Socket::INET
  IO::Wrap IO::Stringy Digest::MD5 Unix::Syslog File::Basename
- Mail::Field Mail::Address Mail::Header Mail::Internet Compress::Zlib
-@@ -12566,6 +12566,7 @@ sub init() {
+ Compress::Zlib MIME::Base64 MIME::QuotedPrint MIME::Words
+@@ -17909,7 +17909,7 @@ sub initializeSpamAssassin {
  local_tests_only  = $sa_local_tests_only,
  home_dir_for_helpers = $helpers_home,
  stop_at_threshold = 0,
+-#   LOCAL_STATE_DIR   = '/var/lib',
 +LOCAL_STATE_DIR   = '/var/db/spamassassin',
+ #   PREFIX= '/usr/local',
  #   DEF_RULES_DIR = '/usr/local/share/spamassassin',
- #   LOCAL_RULES_DIR   = '/etc/mail/spamassassin',
- #see man Mail::SpamAssassin for other options
+ #   LOCAL_RULES_DIR   = '/usr/local/etc/mail/spamassassin',
Index: patches/patch-amavisd_conf
===
RCS file: /cvs/ports/mail/amavisd-new/patches/patch-amavisd_conf,v
retrieving revision 1.2
diff -u -r1.2 patch-amavisd_conf
--- patches/patch-amavisd_conf  7 Aug 2005 21:25:55 -   1.2
+++ patches/patch-amavisd_conf  24 Nov 2007 10:34:14 -
@@ -1,28 +1,28 @@
 $OpenBSD: patch-amavisd_conf,v 1.2 2005/08/07 21:25:55 sturm Exp $
 amavisd.conf.orig  Wed Jun 29 12:26:05 2005
-+++ amavisd.conf   Sun Aug  7 19:15:35 2005
-@@ -14,12 +14,12 @@ use strict;
- # @bypass_spam_checks_maps  = (1);  # uncomment to DISABLE anti-spam code
+--- amavisd.conf.orig  Wed Jun 27 12:42:55 2007
 amavisd.conf   Sat Nov 24 11:18:48 2007
+@@ -15,12 +15,12 @@ use strict;
+ # $bypass_decode_parts = 1; # controls running of decodersdearchivers
  
- $max_servers = 2;# number of pre-forked children (2..15 is common)
--$daemon_user  = 'vscan'; # (no default;  customary: vscan or amavis)
--$daemon_group = 'vscan'; # (no default;  customary: vscan or amavis)
-+$daemon_user  = '_vscan'; # (no default;  customary: vscan or amavis)
-+$daemon_group = '_vscan'; # (no default;  customary: vscan or amavis)
+ $max_servers = 2;# num of pre-forked children (2..15 is common), 
-m
+-$daemon_user  = 'vscan'; # (no default;  customary: vscan or amavis), -u
+-$daemon_group = 'vscan'; # (no default;  customary: vscan or amavis), -g
++$daemon_user  = '_vscan'; # (no default;  customary: vscan or amavis), -u
++$daemon_group = '_vscan'; # (no default;  customary: vscan or amavis), -g
  
  $mydomain = 

Re: UPDATE: net/gajim 0.11.3

2007-11-24 Thread Simon Kuhnle
On Mon, Nov 19, 2007 at 08:02:07PM +0100, viq wrote:
 On Mon, Nov 19, 2007 at 07:44:17PM +0100, Simon Kuhnle wrote:
  Patch for src_config_py isn't needed as it was fixed upstream.
  
  Though make lib-depends-check gives me the following:
  
  WANTLIB:   expat.8 (/usr/local/lib/gajim/trayicon.so) (system lib)
  Extra: expat.9
  WANTLIB += expat
  *** Error code 1
  
  Stop in /usr/ports/mystuff/net/gajim (line 1662 of
  /usr/ports/infrastructure/mk/bsd.port.mk).
  
  though I'm running snapshot November 15th
  and my ports tree is up to datea.
  Don't know if that's a local issue.
 
 make port-lib-depends-check
 
 gajim-0.11.3:
 Asking ports for dependency py-sqlite2-2.3.5p0(databases/py-sqlite2)
 Asking ports for dependency python-expat-2.5.1p6(lang/python/2.5,-expat)
 Asking ports for dependency gettext-0.16.1(devel/gettext)
 Asking ports for dependency dbus-python-0.82.2p0(x11/dbus-python)
 Asking ports for dependency py-dns-2.3.1p0(net/py-dns)
 Asking ports for dependency python-2.5.1p6(lang/python/2.5)
 Asking ports for dependency libiconv-1.9.2p4(converters/libiconv)
 Asking ports for dependency png-1.2.22(graphics/png)
 Asking ports for dependency pcre-7.4(devel/pcre)
 Asking ports for dependency tiff-3.8.2p0(graphics/tiff)
 Asking ports for dependency jpeg-6bp3(graphics/jpeg)
 Asking ports for dependency py-Numeric-23.1p2(math/py-Numeric)
 Asking ports for dependency libxml-2.6.30(textproc/libxml)
 Asking ports for dependency dbus-1.0.2p1(x11/dbus)
 Asking ports for dependency sqlite3-3.4.2(databases/sqlite3)
 
 That's on -current built yesterday.

After removing the old expat stuff as mentioned on
http://openbsd.org/faq/current.html and doing a clean install again
lib-depends-check is quiet now.
-- 
simon



Re: [UPDATE] xmms-1.2.11

2007-11-24 Thread Antoine Jacoutot

On Sat, 24 Nov 2007, Christian Weisgerber wrote:

This diff updates XMMS to the latest available version.


Garbled diff.  Looks like Alpine is just as bad as Pine.


Whatever...
New diff attached.

--
AntoineIndex: Makefile
===
RCS file: /cvs/ports/audio/xmms/Makefile,v
retrieving revision 1.53
diff -u -r1.53 Makefile
--- Makefile13 Nov 2007 12:44:23 -  1.53
+++ Makefile24 Nov 2007 09:46:10 -
@@ -8,13 +8,13 @@
 
 SHARED_ONLY=   Yes
 
-VERSION=   1.2.10
+VERSION=   1.2.11
 DISTNAME=  xmms-${VERSION}
-PKGNAME-main=  xmms-${VERSION}p11
-PKGNAME-esd=   xmms-esd-${VERSION}p7
-PKGNAME-vorbis=xmms-vorbis-${VERSION}p7
-PKGNAME-mikmod=xmms-mikmod-${VERSION}p7
-PKGNAME-mp3=   xmms-mp3-${VERSION}p8
+PKGNAME-main=  xmms-${VERSION}
+PKGNAME-esd=   xmms-esd-${VERSION}
+PKGNAME-vorbis=xmms-vorbis-${VERSION}
+PKGNAME-mikmod=xmms-mikmod-${VERSION}
+PKGNAME-mp3=   xmms-mp3-${VERSION}
 SHARED_LIBS=   xmms4.1
 CATEGORIES=audio
 HOMEPAGE=  http://www.xmms.org
Index: distinfo
===
RCS file: /cvs/ports/audio/xmms/distinfo,v
retrieving revision 1.5
diff -u -r1.5 distinfo
--- distinfo5 Apr 2007 15:37:45 -   1.5
+++ distinfo24 Nov 2007 09:46:10 -
@@ -1,5 +1,5 @@
-MD5 (xmms-1.2.10.tar.gz) = ha0tsQ+/387M0SqPYXERrQ==
-RMD160 (xmms-1.2.10.tar.gz) = S9wPXGT7mwoXzqO8FHOJDFRwybc=
-SHA1 (xmms-1.2.10.tar.gz) = i/7bIIwSeIVG3VnpHRA6rEboK7A=
-SHA256 (xmms-1.2.10.tar.gz) = ixZR5C55rEBoI0CbTGU/Q73cP0xspdISRaH3IDwCplk=
-SIZE (xmms-1.2.10.tar.gz) = 4034832
+MD5 (xmms-1.2.11.tar.gz) = pdfoJcRgVVS3n4rPmGxMsg==
+RMD160 (xmms-1.2.11.tar.gz) = OsnVEeQHbAymY61tUasRjbLZrK8=
+SHA1 (xmms-1.2.11.tar.gz) = XHQprhq0cFfPaue+qytprq4KAbw=
+SHA256 (xmms-1.2.11.tar.gz) = NllznOVlIo3VYl1gwCx30tkyces89SY5Quz+jsPDZD8=
+SIZE (xmms-1.2.11.tar.gz) = 4299286
Index: patches/patch-Input_cdaudio_cdaudio_c
===
RCS file: /cvs/ports/audio/xmms/patches/patch-Input_cdaudio_cdaudio_c,v
retrieving revision 1.3
diff -u -r1.3 patch-Input_cdaudio_cdaudio_c
--- patches/patch-Input_cdaudio_cdaudio_c   15 Apr 2004 19:23:46 -  
1.3
+++ patches/patch-Input_cdaudio_cdaudio_c   24 Nov 2007 09:46:10 -
@@ -1,16 +1,7 @@
 $OpenBSD: patch-Input_cdaudio_cdaudio_c,v 1.3 2004/04/15 19:23:46 naddy Exp $
 Input/cdaudio/cdaudio.c.orig   2004-01-28 00:09:39.0 +0100
-+++ Input/cdaudio/cdaudio.c2004-04-15 14:47:46.0 +0200
-@@ -333,7 +333,7 @@ static gboolean is_mounted(char * device
- #elif defined(HAVE_GETMNTINFO)
-   entries = getmntinfo(fsp, MNT_NOWAIT);
-   if (entries  0)
--  return NULL;
-+  return FALSE;
-   
-   while (entries--  0)
-   {
-@@ -817,6 +817,10 @@ static int get_current_frame(void)
+--- Input/cdaudio/cdaudio.c.orig   Fri Nov 23 16:18:35 2007
 Input/cdaudio/cdaudio.cFri Nov 23 16:20:02 2007
+@@ -819,6 +819,10 @@ static int get_current_frame(void)
  {
struct ioc_read_subchannel subchnl;
struct cd_sub_channel_info subinfo;
Index: patches/patch-Output_sun_audio_c
===
RCS file: /cvs/ports/audio/xmms/patches/patch-Output_sun_audio_c,v
retrieving revision 1.5
diff -u -r1.5 patch-Output_sun_audio_c
--- patches/patch-Output_sun_audio_c27 Apr 2005 16:31:34 -  1.5
+++ patches/patch-Output_sun_audio_c24 Nov 2007 09:46:10 -
@@ -1,7 +1,7 @@
 $OpenBSD: patch-Output_sun_audio_c,v 1.5 2005/04/27 16:31:34 robert Exp $
 --- Output/sun/audio.c.origSun Jun  2 15:42:03 2002
-+++ Output/sun/audio.c Wed Apr 27 18:13:18 2005
-@@ -123,14 +123,12 @@
 Output/sun/audio.c Fri Nov 23 18:38:44 2007
+@@ -123,14 +123,12 @@ static void sun_setformat(AFormat fmt, int rate, int n

sun = sun_format(fmt);
  
@@ -16,8 +16,12 @@
output.frequency = rate;
output.channels = nch;
sun_setparams();
-@@ -153,7 +151,7 @@
-   info.mode = AUMODE_PLAY;
+@@ -150,10 +148,10 @@ void sun_setparams(void)
+ 
+   AUDIO_INITINFO(info);
+ 
+-  info.mode = AUMODE_PLAY;
++  info.mode = AUMODE_PLAY_ALL;
if (ioctl(audio.fd, AUDIO_SETINFO, info) != 0)
{
 -  g_error(%s: cannot play (%s), audio.devaudio,
@@ -25,7 +29,7 @@
strerror(errno));
return;
}
-@@ -171,7 +169,7 @@
+@@ -171,7 +169,7 @@ void sun_setparams(void)
strcpy(output.name, enc.name);
if (ioctl(audio.fd, AUDIO_SETINFO, info) != 0)
{
@@ -34,7 +38,7 @@
output.name, strerror(errno));
return;
}
-@@ -182,7 +180,7 @@
+@@ -182,7 +180,7 @@ void sun_setparams(void)

Update claws-mail

2007-11-24 Thread Ulrich Kahl
Hi,

this patch updates claws-mail to version 3.0.2.
Major part of this was done by Pierre-Emmanuel André pea 
atraveland.org, with some small modification by me.

Tested on i386 (both) and amd64 (Pierre-Emmanuel André).

Ulrich (maintainer)


Index: Makefile
===
RCS file: /cvs/ports/mail/claws-mail/Makefile,v
retrieving revision 1.11
diff -u -3 -r1.11 Makefile
--- Makefile14 Nov 2007 09:43:40 -  1.11
+++ Makefile24 Nov 2007 12:52:31 -
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.11 2007/11/14 09:43:40 steven Exp $
+# $OpenBSD: Makefile,v 1.10 2007/09/28 22:12:00 pyr Exp $
 
 COMMENT-main=  mail and news client
 COMMENT-docs=  documentation
@@ -7,14 +7,14 @@
 COMMENT-dillo= dillo plugin
 COMMENT-spamassassin=  spamassassin plugin
 
-V= 3.0.1
+V= 3.0.2
 DISTNAME=  claws-mail-${V}
-PKGNAME-main=  ${DISTNAME}p0
+PKGNAME-main=  ${DISTNAME}
 FULLPKGNAME-docs=  claws-mail-docs-${V}
-FULLPKGNAME-bogofilter=claws-mail-bogofilter-${V}p0
-FULLPKGNAME-clamav=claws-mail-clamav-${V}p0
-FULLPKGNAME-dillo= claws-mail-dillo-${V}p0
-FULLPKGNAME-spamassassin=  claws-mail-spamassassin-${V}p0
+FULLPKGNAME-bogofilter=claws-mail-bogofilter-${V}
+FULLPKGNAME-clamav=claws-mail-clamav-${V}
+FULLPKGNAME-dillo= claws-mail-dillo-${V}
+FULLPKGNAME-spamassassin=  claws-mail-spamassassin-${V}
 
 CATEGORIES=mail news
 
@@ -50,9 +50,9 @@
 RUN_DEPENDS-spamassassin=::${BUILD_PKGPATH} \
::mail/p5-Mail-SpamAssassin 
 
-WANTLIB=   X11 Xau Xcursor Xdmcp Xext Xfixes Xi Xinerama Xrandr \
-   Xcomposite Xdamage pcre \
-   Xrender crypto expat fontconfig freetype m ssl z
+WANTLIB=   X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes \
+   Xi Xinerama Xrandr Xrender crypto expat fontconfig \
+   freetype m ssl z pcre
 
 WANTLIB-main=  ${WANTLIB} ICE SM c pthread stdc++
 
@@ -132,6 +132,7 @@
 TOOLS= OOo2claws-mail.pl \
acroread2claws-mail.pl \
calypso_convert.pl \
+   claws-mail-compose-insert-files.pl \
convert_mbox.pl \
eud2gc.py \
filter_conv.pl filter_conv_new.pl \
@@ -139,25 +140,28 @@
freshmeat_search.pl \
gif2xface.pl \
google_msgid.pl google_search.pl \
-   kmail2claws-mail.pl kmail2claws-mail_v2.pl \
kmail-mailbox2claws-mail.pl \
-   multiwebsearch.pl \
+   kmail2claws-mail.pl kmail2claws-mail_v2.pl \
+   mairix.sh \
+   mew2claws-mail.pl \
+   multiwebsearch.conf multiwebsearch.pl \
nautilus2claws-mail.sh \
outlook2claws-mail.pl \
sylprint.pl sylprint.rc \
tb2claws-mail tbird2claws.py \
textviewer.pl textviewer.sh \
thunderbird-filters-convertor.pl \
-   update-po \
uudec uuooffice \
vcard2xml.py \
README README.sylprint \
-   kdeservicemenu/install.sh 
kdeservicemenu/claws-mail-kdeservicemenu.pl \
+   kdeservicemenu/install.sh \
+   kdeservicemenu/claws-mail-kdeservicemenu.pl \
+   kdeservicemenu/template_claws-mail-attach-files.desktop \
kdeservicemenu/README
 
 post-install:
-   ${INSTALL_DATA_DIR} ${PREFIX}/share/applications
-   ${INSTALL_DATA} ${WRKSRC}/claws-mail.desktop 
${PREFIX}/share/applications/claws-mail.desktop
+#  ${INSTALL_DATA_DIR} ${PREFIX}/share/applications
+#  ${INSTALL_DATA} ${WRKSRC}/claws-mail.desktop 
${PREFIX}/share/applications/claws-mail.desktop
${INSTALL_DATA_DIR} ${PREFIX}/share/icons/hicolor/48x48/apps
${INSTALL_DATA} ${WRKSRC}/claws-mail.png 
${PREFIX}/share/icons/hicolor/48x48/apps/claws-mail.png
${INSTALL_DATA_DIR} ${PREFIX}/share/icons/hicolor/64x64/apps
@@ -169,5 +173,8 @@
${INSTALL_DATA} ${WRKSRC}/tools/${i} \
${PREFIX}/share/claws-mail/tools/${i}
 .endfor
+
+   ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/claws-mail
+   ${INSTALL_DATA} ${WRKSRC}/COPYING ${PREFIX}/share/doc/claws-mail
 
 .include bsd.port.mk
Index: distinfo
===
RCS file: /cvs/ports/mail/claws-mail/distinfo,v
retrieving revision 1.7
diff -u -3 -r1.7 distinfo
--- distinfo28 Sep 2007 22:12:00 -  1.7
+++ distinfo24 Nov 2007 12:52:31 -
@@ -1,5 +1,5 @@
-MD5 (claws/claws-mail-3.0.1.tar.bz2) = cAxrTv6xDMM6QxEcKnNNuA==
-RMD160 (claws/claws-mail-3.0.1.tar.bz2) = QxqzygUTgtseMH7xq6/FzmWfSqM=
-SHA1 

mail/mini_sendmail/pkg/PLIST-chroot

2007-11-24 Thread Alexey Suslikov
Hello [EMAIL PROTECTED]

There is no need to create/remove /bin directory inside chroot
since we have it installed with system base.

- Alexey.


Re: Update claws-mail

2007-11-24 Thread Steven Mestdagh
Ulrich Kahl [2007-11-24, 14:03:38]:
 Hi,
 
 this patch updates claws-mail to version 3.0.2.

how about updating it to the latest release?



Re: UPDATE: zsh-4.3.4

2007-11-24 Thread Steven Mestdagh
Pierre-Emmanuel André [2007-11-22, 10:47:06]:
 Hi ports,
 
 No maintainer in the Makefile, so i send it to you.
 Update to zsh version 4.3.4: add support for multibyte, bug
 corrections and enhancements ( http://zsh.dotsrc.org/News/ )
 
 Tested on @i386 and @amd64.
 Make regress: ok on both platforms.
 
 At this time, the only bug i have is that zshcalsys manpage is not
 correct (null size) :
 -r--r--r--  1 root  bin 0B Nov 22 10:20 /usr/local/man/man1/zshcalsys.1
 
 pkg_add mention this error: Unknown manpage
 type /usr/local/man/man1/zshcalsys.1
 
 
 This port updates zsh-zftp to version 4.3.4 too.
 
 Tests, comments are welcome.

can you make a unified diff against the cvs tree?

thanks,
steven



Re: math/gnumeric and graphs

2007-11-24 Thread Markus Bergkvist

Hi
Yes, I have the same problem. I can select, move and update the 
properties of the chart object, but is does not draw anything.


In addition to the warnings you reported I also see a lot of 'Unable to 
load key' type of warnings when starting gnumeric.


When loading a file with an embedded chart i get the following errors:

** (gnumeric:23917): CRITICAL **: gog_renderer_cairo_get_pixbuf: 
assertion `crend != NULL' failed


(gnumeric:23917): GLib-GObject-WARNING **: IA__g_object_set_valist: 
invalid object type `GogRendererPixbuf' for value type `GogRendererCairo'


** (gnumeric:23917): CRITICAL **: gog_renderer_cairo_update: assertion 
`crend != NULL' failed


** (gnumeric:23917): CRITICAL **: gog_renderer_cairo_get_pixbuf: 
assertion `crend != NULL' failed



I've alse tested OpenOffice which is too unable to draw charts, though I 
am seeing the labels, titels, legends etc but no data. And no output to 
terminal.


Running packages created 11/18/07, dmesg below.

Cheers,
Markus

OpenBSD 4.2-current (GENERIC) #558: Tue Nov 20 10:36:15 MST 2007
[EMAIL PROTECTED]:/usr/src/sys/arch/i386/compile/GENERIC
cpu0: AMD Athlon(tm) XP 2400+ (AuthenticAMD 686-class, 256KB L2 cache) 
2 GHz
cpu0: 
FPU,V86,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,FXSR,SSE

real mem  = 1073250304 (1023MB)
avail mem = 1029939200 (982MB)
mainbus0 at root
bios0 at mainbus0: AT/286+ BIOS, date 09/14/04, BIOS32 rev. 0 @ 0xfb470, 
SMBIOS rev. 2.2 @ 0xf (43 entries)
bios0: vendor Phoenix Technologies, LTD version ASUS A7N8X Deluxe ACPI 
BIOS Rev 1008 date 09/14/2004

bios0: ASUSTeK Computer INC. A7N8X
apm0 at bios0: Power Management spec V1.2 (slowidle)
apm0: AC on, battery charge unknown
pcibios0 at bios0: rev 2.1 @ 0xf/0xdf84
pcibios0: PCI IRQ Routing Table rev 1.0 @ 0xfdeb0/208 (11 entries)
pcibios0: PCI Exclusive IRQs: 5 11 12
pcibios0: no compatible PCI ICU found
pcibios0: Warning, unable to fix up PCI interrupt routing
pcibios0: PCI bus #3 is the last bus
bios0: ROM list: 0xc/0xd000 0xd/0x4000 0xd4000/0x1800 0xd6000/0x800
cpu0 at mainbus0
pci0 at mainbus0 bus 0: configuration mode 1 (no bios)
pchb0 at pci0 dev 0 function 0 NVIDIA nForce2 PCI rev 0xa2
NVIDIA nForce2 rev 0xa2 at pci0 dev 0 function 1 not configured
NVIDIA nForce2 rev 0xa2 at pci0 dev 0 function 2 not configured
NVIDIA nForce2 rev 0xa2 at pci0 dev 0 function 3 not configured
NVIDIA nForce2 rev 0xa2 at pci0 dev 0 function 4 not configured
NVIDIA nForce2 rev 0xa2 at pci0 dev 0 function 5 not configured
pcib0 at pci0 dev 1 function 0 NVIDIA nForce2 ISA rev 0xa3
nviic0 at pci0 dev 1 function 1 NVIDIA nForce2 SMBus rev 0xa2
iic0 at nviic0
spdmem0 at iic0 addr 0x50: 256MB DDR SDRAM non-parity PC2700CL2.5
spdmem1 at iic0 addr 0x51: 256MB DDR SDRAM non-parity PC2700CL2.5
spdmem2 at iic0 addr 0x52: 512MB DDR SDRAM non-parity PC2700CL2.5
iic1 at nviic0
wbenv0 at iic1 addr 0x2e: W83L785TS-L
iic1: addr 0x48 00=7f 06=4b 0b=50 0d=08 0e=4b 12=4b 16=4b 19=08 1a=4b 
1e=4b 21=08 22=4b 25=08 26=4b 29=08 2a=4b 2e=4b 31=08 32=4b 36=4b 39=08 
3a=4b 3e=4b 41=08 42=4b 45=08 46=4b 4c=7f 51=08 52=4b 54=7f 59=08 5a=4b 
5c=7f 61=08 62=4b 64=7f 69=08 6a=4b 6c=7f 71=08 72=4b 73=50 79=08 7a=4b 
7b=50 81=08 82=4b 83=50 89=08 8a=4b 8b=50 91=08 92=4b 93=50 98=7f 9a=4b 
9f=50 a1=08 a2=4b a6=4b a9=08 aa=4b b0=7f b4=7f b7=50 ba=4b bf=50 c1=08 
c2=4b c7=50 cd=08 ce=4b d1=08 d2=4b d6=4b d9=08 da=4b de=4b e1=08 e2=4b 
e6=4b e9=08 ea=4b ee=4b f1=08 f2=4b f6=4b f9=08 fa=4b fe=4b words 
00= 01= 02= 03=5000 04=7f00 05=08ff 06=4b00 07=5000 08=7f00 
09=08ff 0a=4b00 0b=5000 0c=7f00 0d=08ff 0e=4b00 0f=5000
iic1: addr 0x49 04=2e 0c=2e 11=00 12=4b 1b=50 20=2e 27=50 2e=4b 34=2e 
3d=00 3e=4b 44=2e 48=2e 51=00 52=4b 60=2e 6c=2e 6d=00 6e=4b 79=00 7a=4b 
7b=50 87=50 8a=4b 95=00 96=4b 98=2e a3=50 a6=4b b1=00 b2=4b bb=50 be=4b 
c8=2e cc=2e d8=2e da=4b e5=00 e6=4b e8=2e f6=4b f8=2e words 00= 
01= 02=4b00 03=5000 04=2e00 05=00ff 06=4b00 07=5000 08=2e00 09=00ff 
0a=4b00 0b=5000 0c=2e00 0d=00ff 0e=4b00 0f=5000
ohci0 at pci0 dev 2 function 0 NVIDIA nForce2 USB rev 0xa3: irq 12, 
version 1.0, legacy support
ohci1 at pci0 dev 2 function 1 NVIDIA nForce2 USB rev 0xa3: irq 12, 
version 1.0, legacy support

ehci0 at pci0 dev 2 function 2 NVIDIA nForce2 USB rev 0xa3: irq 11
usb0 at ehci0: USB revision 2.0
uhub0 at usb0 NVIDIA EHCI root hub rev 2.00/1.00 addr 1
nfe0 at pci0 dev 4 function 0 NVIDIA nForce2 LAN rev 0xa1: irq 11, 
address 00:e0:18:f7:72:4f

rlphy0 at nfe0 phy 1: RTL8201L 10/100 PHY, rev. 1
NVIDIA nForce2 Audio rev 0xa2 at pci0 dev 5 function 0 not configured
auich0 at pci0 dev 6 function 0 NVIDIA nForce2 AC97 rev 0xa1: irq 11, 
nForce2 AC97

ac97: codec id 0x414c4720 (Avance Logic ALC650)
ac97: codec features 20 bit DAC, 18 bit ADC, Realtek 3D
audio0 at auich0
ppb0 at pci0 dev 8 function 0 NVIDIA nForce2 PCI-PCI rev 0xa3
pci1 at ppb0 bus 1
ESS ES2898 Modem rev 0x03 at pci1 dev 10 function 0 not configured
pciide0 at pci0 dev 9 function 0 NVIDIA nForce2 IDE 

pkg_add -ui and evolution-data-server, db/v3, db/v4

2007-11-24 Thread Mikolaj Kucharski
Hi,

This helps when I have db/v3 and db/v4 installed and I want to do
pkg_add -ui. pkg tools are confused and they see only major=3.

-- 
best regards
q#
Index: Makefile
===
RCS file: /cvs/ports/databases/evolution-data-server/Makefile,v
retrieving revision 1.22
diff -u -r1.22 Makefile
--- Makefile21 Nov 2007 16:10:23 -  1.22
+++ Makefile25 Nov 2007 01:53:16 -
@@ -6,6 +6,7 @@
 
 GNOME_PROJECT= evolution-data-server
 GNOME_VERSION= 1.12.1
+PKGNAME=   ${DISTNAME}p0
 
 CATEGORIES=databases
 SHARED_LIBS += edataserver-1.2  10.0 # .10.0
@@ -41,7 +42,7 @@
 
 BUILD_DEPENDS= :bison-*:devel/bison \
:libgnomeui-*:x11/gnome/libgnomeui
-LIB_DEPENDS=   db::databases/db/v4 \
+LIB_DEPENDS=   db:db-4.*:databases/db/v4 \
ldap,lber::databases/openldap \
glade-2.0::devel/libglade2 \
soup-2.2.=7.0::devel/libsoup \


Anyone working on dynamips port?

2007-11-24 Thread Jonathan Strine
Is anyone presently working on a port of dynamips (Cisco router  
emulator for training/testing, http://www.ipflow.utc.fr/index.php/Cisco_7200_Simulator)?


I maintain such a port for MacPorts and would be willing to work on an  
OpenBSD port of dynamips.


--
Jonathan Strine
PGP Key ID: 0x0A02201C



UPDATE: x11/dwm

2007-11-24 Thread Jim Razmus
Update from 4.6 to 4.7.  Tested on i386.

Jim
Index: Makefile
===
RCS file: /cvs/ports/x11/dwm/Makefile,v
retrieving revision 1.5
diff -u -p -r1.5 Makefile
--- Makefile2007/10/27 12:41:48 1.5
+++ Makefile2007/11/25 04:26:01
@@ -2,7 +2,7 @@
 
 COMMENT=   dynamic window manager
 
-V= 4.6
+V= 4.7
 DISTNAME=  dwm-$V
 
 CATEGORIES=x11
Index: distinfo
===
RCS file: /cvs/ports/x11/dwm/distinfo,v
retrieving revision 1.5
diff -u -p -r1.5 distinfo
--- distinfo2007/10/27 12:41:48 1.5
+++ distinfo2007/11/25 04:26:01
@@ -1,5 +1,5 @@
-MD5 (dwm-4.6.tar.gz) = pM8NeI8SvMbNGJcHmZCtRQ==
-RMD160 (dwm-4.6.tar.gz) = 17ue/PkOj+91erQSXhkMUHadfhA=
-SHA1 (dwm-4.6.tar.gz) = e8bGNHz5BHkHpwFuh6DA8rVrzRc=
-SHA256 (dwm-4.6.tar.gz) = BCFZXjWZusqwtPCHu/tcpg0fMCCdefdXq9Hjfe5Fx44=
-SIZE (dwm-4.6.tar.gz) = 17558
+MD5 (dwm-4.7.tar.gz) = gnsShRSj7bh+II6E/uDrPw==
+RMD160 (dwm-4.7.tar.gz) = KkZM67ykMcC7GZ/Arp/axIEFwiY=
+SHA1 (dwm-4.7.tar.gz) = 23CkLts4PmU5zOT5qO4fy+Watz0=
+SHA256 (dwm-4.7.tar.gz) = N0gZV/wkf2hgullCdI+PibUmv1uLIQQgAdOE6INgxao=
+SIZE (dwm-4.7.tar.gz) = 17693
Index: patches/patch-config_h
===
RCS file: /cvs/ports/x11/dwm/patches/patch-config_h,v
retrieving revision 1.2
diff -u -p -r1.2 patch-config_h
--- patches/patch-config_h  2007/10/27 12:41:48 1.2
+++ patches/patch-config_h  2007/11/25 04:26:01
@@ -1,6 +1,5 @@
-$OpenBSD: patch-config_h,v 1.2 2007/10/27 12:41:48 merdely Exp $
 config.h.orig  Thu Oct 25 16:34:34 2007
-+++ config.h   Thu Oct 25 16:35:44 2007
+--- config.h.orig  Sat Nov 24 23:23:08 2007
 config.h   Sat Nov 24 23:23:09 2007
 @@ -4,12 +4,12 @@
  #define BARPOSBarTop /* BarBot, BarOff */
  #define BORDERPX  1
@@ -19,13 +18,13 @@ $OpenBSD: patch-config_h,v 1.2 2007/10/2
 +#define SELFGCOLOR#f0f0f0
  
  /* tagging */
- const char *tags[] = { 1, 2, 3, 4, 5, 6, 7, 8, www };
-@@ -39,7 +39,7 @@ Key keys[] = { \
-   { MODKEY,   XK_p,   spawn, \
-   exe=`dmenu_path | dmenu -fn 'FONT' -nb 'NORMBGCOLOR' -nf 
'NORMFGCOLOR' \
--sb 'SELBGCOLOR' -sf 'SELFGCOLOR'`  exec $exe }, \
--  { MODKEY|ShiftMask, XK_Return,  spawn, exec uxterm }, 
\
-+  { MODKEY|ShiftMask, XK_Return,  spawn, exec xterm }, \
-   { MODKEY,   XK_space,   setlayout,  NULL }, 
\
-   { MODKEY,   XK_b,   togglebar,  NULL }, 
\
-   { MODKEY,   XK_j,   focusnext,  NULL }, 
\
+ const char tags[][MAXTAGLEN] = { 1, 2, 3, 4, 5, 6, 7, 8, 
www };
+@@ -39,7 +39,7 @@ Key keys[] = {
+   { MODKEY,   XK_p,   spawn,
+   exe=`dmenu_path | dmenu -fn 'FONT' -nb 'NORMBGCOLOR' -nf 
'NORMFGCOLOR'
+-sb 'SELBGCOLOR' -sf 'SELFGCOLOR'`  exec $exe },
+-  { MODKEY|ShiftMask, XK_Return,  spawn, exec uxterm },
++  { MODKEY|ShiftMask, XK_Return,  spawn, exec xterm },
+   { MODKEY,   XK_space,   setlayout,  NULL },
+   { MODKEY,   XK_b,   togglebar,  NULL },
+   { MODKEY,   XK_j,   focusnext,  NULL },


Re: math/gnumeric and graphs

2007-11-24 Thread Antti Harri

On Sat, 24 Nov 2007, Markus Bergkvist wrote:

I've alse tested OpenOffice which is too unable to draw charts, though I am 
seeing the labels, titels, legends etc but no data. And no output to 
terminal.


Hmm. For me OO.o seems fine. Still having the problem with gnumeric
here, I even re-installed *all* my packages without errors and
without any change in the matter.

--
Antti Harri