CVS: cvs.openbsd.org: ports

2008-09-12 Thread Brad Smith
CVSROOT:/cvs
Module name:ports
Changes by: [EMAIL PROTECTED]   2008/09/12 01:49:11

Modified files:
net/samba  : Makefile distinfo 
net/samba/files: README.OpenBSD 
net/samba/pkg  : DESCR-docs PLIST-docs PLIST-main 

Log message:
Update to Samba 3.0.32.

ok sthen@



CVS: cvs.openbsd.org: ports

2008-09-12 Thread Brad Smith
CVSROOT:/cvs
Module name:ports
Changes by: [EMAIL PROTECTED]   2008/09/12 06:24:19

Modified files:
devel/pcre : Makefile distinfo 
Removed files:
devel/pcre/patches: patch-pcre_compile_c 

Log message:
Upgrade to PCRE 7.8.

ok jakob@



CVS: cvs.openbsd.org: ports

2008-09-12 Thread Christian Weisgerber
CVSROOT:/cvs
Module name:ports
Changes by: [EMAIL PROTECTED]   2008/09/12 07:58:21

Modified files:
devel/pwlib/patches: patch-src_ptclib_pssl_cxx 

Log message:
Remove a workaround that is no longer required and breaks with OpenSSL 0.9.8.
ok ajacoutot@



CVS: cvs.openbsd.org: ports

2008-09-12 Thread Brad Smith
CVSROOT:/cvs
Module name:ports
Changes by: [EMAIL PROTECTED]   2008/09/12 08:26:01

Modified files:
devel/yasm : Makefile distinfo 
devel/yasm/patches: patch-configure 
devel/yasm/pkg : PLIST 

Log message:
Update to Yasm 0.7.1.

ok okan@



CVS: cvs.openbsd.org: ports

2008-09-12 Thread Christian Weisgerber
CVSROOT:/cvs
Module name:ports
Changes by: [EMAIL PROTECTED]   2008/09/12 08:28:06

Added files:
security/steghide/patches: patch-src_MHashPP_cc 

Log message:
fix building against mhash 0.9.9; from maintainer Giovanni Bechis



CVS: cvs.openbsd.org: ports

2008-09-12 Thread Martynas Venckus
CVSROOT:/cvs
Module name:ports
Changes by: [EMAIL PROTECTED]   2008/09/12 14:07:15

Modified files:
www/snownews   : Makefile distinfo 
www/snownews/patches: patch-conversions_c 
Removed files:
www/snownews/patches: patch-interface_c patch-interface_h 
  patch-main_c patch-net-support_c 
  patch-netio_c patch-xmlparse_c 

Log message:
update to snownews-1.5.10
it contains patches from Martynas Venckus:

- net-support.c: HTTP header only needs to be ASCII in the token
- xmlparse.c: Convert feed title to target charset, too. Should
probaly be in interface.c
- main.c, interface.h, interface.c: Add a signal handler for resizing
to work on many other ncurses implementations
- conversions.c: Determine output charset with nl_langinfo()

ok kili@



Re: [PHP] check if a file is included

2008-09-12 Thread tedd

At 2:44 PM +0200 9/12/08, clive wrote:
I have a file called interceptor.php, which  I would like to make 
use of in two ways


1. either call it directly from the browser or
2. included from another file

I know I could use something like this to see if it was called via a 
url like http://www.site.com/interceptor.php :


if (strstr('interceptor',$__SERVER[REQUEST_URI])) {
  // url
} else {
  //probably included
}

but I would like to know if there is a neater, cleaner, sparkly way 
of doing this.


Thanks

Clive


Another way.

You could define a variable ($interceptor = 0) in the main portion of 
your script and then populate the variable ($interceptor = 1) in the 
included portion and then check the value to see if it's been 
included or not.


Cheers,

tedd

--
---
http://sperling.com  http://ancientstones.com  http://earthstones.com

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: UPDATE: p5-SNMP_Session

2008-09-12 Thread Brad
On Tue, 2 Sep 2008 06:17:46 -0400
Brad [EMAIL PROTECTED] wrote:

 Looking for a MRTG user or two to test out this update..

No one on the list uses MRTG with SNMP?

 Index: Makefile
 ===
 RCS file: /cvs/ports/net/p5-SNMP_Session/Makefile,v
 retrieving revision 1.9
 diff -u -p -r1.9 Makefile
 --- Makefile  1 Jul 2008 16:41:19 -   1.9
 +++ Makefile  14 Aug 2008 03:58:39 -
 @@ -3,14 +3,15 @@
  COMMENT= provides rudimentary access to remote SNMP agents
  
  MODULES= cpan
 -DISTNAME=SNMP_Session-1.07
 -PKGNAME= p5-${DISTNAME}p1
 +DISTNAME=SNMP_Session-1.12
 +PKGNAME= p5-${DISTNAME}
  CATEGORIES=  net
  
  HOMEPAGE=http://www.switch.ch/misc/leinen/snmp/perl/
 -MASTER_SITES=${HOMEPAGE}dist/old/
 +MASTER_SITES=${HOMEPAGE}dist/ \
 + ${HOMEPAGE}dist/old/
  
 -# Artistic License
 +# Artistic License 2.0
  PERMIT_PACKAGE_CDROM=   Yes
  PERMIT_PACKAGE_FTP= Yes
  PERMIT_DISTFILES_CDROM= Yes
 Index: distinfo
 ===
 RCS file: /cvs/ports/net/p5-SNMP_Session/distinfo,v
 retrieving revision 1.6
 diff -u -p -r1.6 distinfo
 --- distinfo  5 Apr 2007 16:20:14 -   1.6
 +++ distinfo  14 Aug 2008 03:58:44 -
 @@ -1,5 +1,5 @@
 -MD5 (SNMP_Session-1.07.tar.gz) = SWcl4lTJjPGGNwPEGE94Pg==
 -RMD160 (SNMP_Session-1.07.tar.gz) = xDX7hV8yzpg4iXLGg6zP8Pwb2NA=
 -SHA1 (SNMP_Session-1.07.tar.gz) = mMFput5y1MJp8vc+WP0Kz4EnOds=
 -SHA256 (SNMP_Session-1.07.tar.gz) = 
 KT0VM00iXCIzGT7XtY2czcS+xO2weFN82+vxeMNUt0E=
 -SIZE (SNMP_Session-1.07.tar.gz) = 66588
 +MD5 (SNMP_Session-1.12.tar.gz) = X2s2W0w4FbE9epAtlOJUrw==
 +RMD160 (SNMP_Session-1.12.tar.gz) = sZeI6QTcXVzlrfojkr50OlZwDe8=
 +SHA1 (SNMP_Session-1.12.tar.gz) = ud9qBvrsdBm1I6HDbXk2d1F1yUw=
 +SHA256 (SNMP_Session-1.12.tar.gz) = 
 lXBTaDyjYSlWXbUBjdIZvMdArngcT7ybwD8mP2kXMOg=
 +SIZE (SNMP_Session-1.12.tar.gz) = 68407
 

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.



Zapytanie

2008-09-12 Thread WebdesignArt.pl
 Witam Państwa.
Jesteśmy firmą zajmującą się świadczeniem usług informatycznych.
Chcielibyśmy przedstawić Państwu naszą ofertę w zakresie:

projektowania i tworzenia stron WWW
pozycjonowania i optymalizacji stron WWW
tworzenia kampanii reklamowych na potrzeby internetu
tłumaczeń językowych
obsługi informatycznej

W związku z tym proszę o wyrażenie zgody na przesłanie oferty w myśl
ustawy z dn. 18.07.2002r. o świadczeniu usług drogą elektroniczną.
Szanujemy polskie prawo, dlatego dopiero po otrzymaniu wyraźnej zgody
prześlemy naszą ofertę, która również jest dostępna na naszych stronach.
Jednocześnie dziękujemy i przepraszamy za kłopot,
Państwa adres nie jest nigdzie przechowywany a zapytania staramy się
wysyłać nie częściej niż raz na 6 miesięcy.

Z wyrazami szacunku
Adrian Kowalski

Interwork Technologies
Tel. +48 (074) 646 99 71
gsm: +48 512 438 626 E-mail: [EMAIL PROTECTED]
Serwis: www.webdesignart.pl


Re: multipackage conflicts

2008-09-12 Thread Edd Barrett
On Thu, Sep 11, 2008 at 8:54 PM, andrew fresh [EMAIL PROTECTED] wrote:
 They only conflict on the default PKGNAME (I think).  You just have to
 change the PKGNAME-subpackage to something that doesn't.

yup, this was the problem. I was planning on changing the package
names later anyway :)

Thanks for your help.

Marc. AFAIK my vocab was correct. Did I use wrong wording? If so
where, so I don't send more confusiong mail. Thanks

-- 

Best Regards

Edd

http://students.dec.bournemouth.ac.uk/ebarrett



UPDATE: pflogsumm

2008-09-12 Thread LÉVAI Dániel
Hi!

Here is an update to pflogsumm. 1.1.0 - 1.1.2

It contains some improvements, eg. better cooperation with postfix 2.3+.
It has been tested for a week now, and no problems.

p.s.: There is a russian language patch in the patches directory, but I 
couldn't make an udpate for that. Is that even in use anymore?

Daniel

-- 
LEVAI Daniel
PGP key ID = 0x4AC0A4B1
Key fingerprint = D037 03B9 C12D D338 4412  2D83 1373 917A 4AC0 A4B1



Re: UPDATE: pflogsumm

2008-09-12 Thread LÉVAI Dániel
On Friday 12 September 2008 18.40.14 you wrote:
 Hi!

 Here is an update to pflogsumm. 1.1.0 - 1.1.2

 It contains some improvements, eg. better cooperation with postfix
 2.3+. It has been tested for a week now, and no problems.

 p.s.: There is a russian language patch in the patches directory, but
 I couldn't make an udpate for that. Is that even in use anymore?

 Daniel

yeah...

-- 
LEVAI Daniel
PGP key ID = 0x4AC0A4B1
Key fingerprint = D037 03B9 C12D D338 4412  2D83 1373 917A 4AC0 A4B1
--- Makefile.orig	Sun Sep  7 08:25:50 2008
+++ Makefile	Sun Sep  7 07:51:58 2008
@@ -2,8 +2,8 @@
 
 COMMENT=	Postfix log entry summarizer
 
-DISTNAME=	pflogsumm-1.1.0
-PKGNAME=	${DISTNAME}p0
+DISTNAME=	pflogsumm-1.1.2
+PKGNAME=	${DISTNAME}
 CATEGORIES=	mail
 
 MASTER_SITES+=	http://jimsun.linxnet.com/downloads/
--- distinfo.orig	Sun Sep  7 08:26:20 2008
+++ distinfo	Sun Sep  7 08:05:26 2008
@@ -1,5 +1,5 @@
-MD5 (pflogsumm-1.1.0.tar.gz) = H3j8ryo27DUg7P8oakUlGg==
-RMD160 (pflogsumm-1.1.0.tar.gz) = q0ryKju5k8o7jj0bWAUvTmmuiQw=
-SHA1 (pflogsumm-1.1.0.tar.gz) = jk768ZJXO7FLZP/cNLNUgCCkohg=
-SHA256 (pflogsumm-1.1.0.tar.gz) = 4609eYudv7M6+FmUC49Ggaj+3kXXRDNqpoJCteLEBBc=
-SIZE (pflogsumm-1.1.0.tar.gz) = 43588
+MD5 (pflogsumm-1.1.2.tar.gz) = xrtDNESoNWQQGqMCWcyEmw==
+RMD160 (pflogsumm-1.1.2.tar.gz) = cAWaov8R7xBNuqqI97TPRqEISOc=
+SHA1 (pflogsumm-1.1.2.tar.gz) = jbRWUyLVXSipH+QfGt1JXTn499Y=
+SHA256 (pflogsumm-1.1.2.tar.gz) = MvQT5r9D96YvSQnMgJ95KbDA0pof5eMTHdgFQSmCfbs=
+SIZE (pflogsumm-1.1.2.tar.gz) = 44865
--- patches/patch-pflogsumm_pl.orig	Thu Jun 30 15:22:23 2005
+++ patches/patch-pflogsumm_pl	Sun Sep  7 08:14:08 2008
@@ -1,14 +1,13 @@
-$OpenBSD: patch-pflogsumm_pl,v 1.4 2005/06/30 13:22:23 jakob Exp $
 pflogsumm.pl.orig	2004-01-28 13:38:53.0 +1000
-+++ pflogsumm.pl	2004-01-28 13:39:29.0 +1000
-@@ -4,13 +4,13 @@ eval 'exec perl -S $0 $@'
+--- pflogsumm.pl.orig	Sun Jun 29 15:46:01 2008
 pflogsumm.pl	Sun Sep  7 08:13:14 2008
+@@ -4,13 +4,13 @@
  
  =head1 NAME
  
 -pflogsumm.pl - Produce Postfix MTA logfile summary
 +pflogsumm - Produce Postfix MTA logfile summary
  
- Copyright (C) 1998-2003 by James S. Seymour, Release 1.1.0.
+ Copyright (C) 1998-2007 by James S. Seymour, Release 1.1.2.
  
  =head1 SYNOPSIS
  
@@ -17,7 +16,7 @@
  	[--verp_mung[=n]] [--verbose_msg_detail] [--iso_date_time]
  	[-m|--uucp_mung] [-i|--ignore_case] [--smtpd_stats] [--mailq]
  	[--problems_first] [--rej_add_from] [--no_bounce_detail]
-@@ -18,7 +18,7 @@ Copyright (C) 1998-2003 by James S. Seym
+@@ -18,7 +18,7 @@
  	[--no_smtpd_warnings] [--zero_fill] [--syslog_name=string]
  	[file1 [filen]]
  
@@ -26,7 +25,7 @@
  
  If no file(s) specified, reads from stdin.  Output is to stdout.
  
-@@ -119,7 +119,7 @@ Copyright (C) 1998-2003 by James S. Seym
+@@ -119,7 +119,7 @@
  		The message may be delivered long-enough after the
  		(last) qmgr log entry that the information is not in
  		the log(s) processed by a particular run of
@@ -35,7 +34,7 @@
  		size and the total for bytes delivered. These are
  		normally reported by pflogsumm as Messages with no
  		size data.
-@@ -216,15 +216,15 @@ Copyright (C) 1998-2003 by James S. Seym
+@@ -216,15 +216,15 @@
  
  Produce a report of previous day's activities:
  
@@ -54,7 +53,7 @@
  
  Crontab entry to generate a report of the previous day's activity
  at 10 minutes after midnight.
-@@ -447,7 +447,7 @@ for (0 .. 23) {
+@@ -447,7 +447,7 @@
  $smtpdPerHr[$_]  = [0,0,0];
  }
  
@@ -63,12 +62,3 @@
  $usageMsg =
  usage: $progName -[eq] [-d today|yesterday] [-h cnt] [-u cnt]
 [--verp_mung[=n]] [--verbose_msg_detail] [--iso_date_time]
-@@ -696,7 +696,7 @@ while() {
- 	}
- 	}
- 	elsif((($addr, $relay, $delay, $status, $toRmdr) = $logRmdr =~
--		/to=([^]*), (?:orig_to=[^]*, )?relay=([^,]+), delay=([^,]+), status=(\S+)(.*)$/o) = 4)
-+		/to=([^]*), (?:orig_to=[^]*, )?relay=([^,]+), delay=([^,]+), (?:dsn=\d+\.\d+\.\d+, )?status=(\S+)(.*)$/o) = 4)
- 	{
- 
- 	if($opts{'m'}  $addr =~ /^(.*!)*([^!]+)!([EMAIL PROTECTED])@([^\.]+)$/o) {


UPDATE: security/xmlsec 1.2.11

2008-09-12 Thread Christian Weisgerber
security/xmlsec doesn't build any longer after the OpenSSL update.
The version in the ports tree is pretty old.  In the four and a
half years since, xmlsec has been fixed to work with OpenSSL 0.9.8
among other things.

Below is a simple maintenance update.
I've bumped the libraries and not bothered to examine in detail
whether this is actually necessary.

The regression tests show a lot of failures.  That said, 1.2.5 spews
a lot of failures as well and at least some of them have gone away
in 1.2.11.

I have zero personal interest in this port and nothing else depends
on it, so if somebody thinks more work should be invested here,
they can grab the ball and run with it.


Index: Makefile
===
RCS file: /cvs/ports/security/xmlsec/Makefile,v
retrieving revision 1.16
diff -u -p -r1.16 Makefile
--- Makefile15 Sep 2007 23:30:01 -  1.16
+++ Makefile12 Sep 2008 17:04:33 -
@@ -3,17 +3,14 @@
 COMMENT-main=  XML security library
 COMMENT-docs=  XML security library documentation
 
-VERSION=   1.2.5
+VERSION=   1.2.11
 DISTNAME=  xmlsec1-${VERSION}
-PKGNAME-main=  xmlsec-${VERSION}p3
-PKGNAME-docs=  xmlsec-docs-${VERSION}p0
+PKGNAME-main=  xmlsec-${VERSION}
+PKGNAME-docs=  xmlsec-docs-${VERSION}
 CATEGORIES=security
-SHARED_LIBS=   xmlsec1-gnutls  3.5 \
-   xmlsec1-openssl 3.5 \
-   xmlsec1 3.5
-MODGNU_SHARED_LIBS=xmlsec1-gnutls '' \
-   xmlsec1-openssl '' \
-   xmlsec1 ''
+SHARED_LIBS=   xmlsec1-gnutls  4.0 \
+   xmlsec1-openssl 4.0 \
+   xmlsec1 4.0
 
 HOMEPAGE=  http://www.aleksey.com/xmlsec/
 
@@ -37,8 +34,8 @@ LIB_DEPENDS-docs=
 RUN_DEPENDS-docs=
 
 MODULES=   converters/libiconv
-LIB_DEPENDS=   xslt.=2::textproc/libxslt \
-   gnutls.=12::security/gnutls
+LIB_DEPENDS=   xslt.=3::textproc/libxslt \
+   gnutls.=13::security/gnutls
 
 USE_LIBTOOL=   Yes
 
Index: distinfo
===
RCS file: /cvs/ports/security/xmlsec/distinfo,v
retrieving revision 1.9
diff -u -p -r1.9 distinfo
--- distinfo5 Apr 2007 17:26:10 -   1.9
+++ distinfo12 Sep 2008 17:04:33 -
@@ -1,5 +1,5 @@
-MD5 (xmlsec1-1.2.5.tar.gz) = 6BFoXXtnj/CbkBuUJHfwPQ==
-RMD160 (xmlsec1-1.2.5.tar.gz) = rjbdoiF7/WTKeEoInwqDW04/I2g=
-SHA1 (xmlsec1-1.2.5.tar.gz) = MfI3y4eSaOoGWPeh/dkHHL/7DIQ=
-SHA256 (xmlsec1-1.2.5.tar.gz) = AzB4tTkD8gM8O+oUcLsStfdTFQAIg6HOgONijF/ckSQ=
-SIZE (xmlsec1-1.2.5.tar.gz) = 1509199
+MD5 (xmlsec1-1.2.11.tar.gz) = VlLUTuwTdaOZpsYfX2CR8Q==
+RMD160 (xmlsec1-1.2.11.tar.gz) = kzZiAAWnzZM6ddtLKH2qtlW4fJw=
+SHA1 (xmlsec1-1.2.11.tar.gz) = t+wr/RtEsp2r+LpdN2YdoRQ/D2Q=
+SHA256 (xmlsec1-1.2.11.tar.gz) = 2AK7hOjva5Wrq0XG6cOBpi0OOPtApEBE7/EmrdV/3JY=
+SIZE (xmlsec1-1.2.11.tar.gz) = 1641811
Index: pkg/PLIST-main
===
RCS file: /cvs/ports/security/xmlsec/pkg/PLIST-main,v
retrieving revision 1.1
diff -u -p -r1.1 PLIST-main
--- pkg/PLIST-main  25 Nov 2006 08:17:18 -  1.1
+++ pkg/PLIST-main  12 Sep 2008 17:04:33 -
@@ -1,6 +1,6 @@
 @comment $OpenBSD: PLIST-main,v 1.1 2006/11/25 08:17:18 steven Exp $
 @pkgpath security/xmlsec
-bin/xmlsec1
[EMAIL PROTECTED] bin/xmlsec1
 bin/xmlsec1-config
 include/xmlsec1/
 include/xmlsec1/xmlsec/
@@ -60,3 +60,5 @@ lib/xmlsec1Conf.sh
 @man man/man1/xmlsec1-config.1
 @man man/man1/xmlsec1.1
 %%SHARED%%
+share/aclocal/
+share/aclocal/xmlsec1.m4
-- 
Christian naddy Weisgerber  [EMAIL PROTECTED]



Re: UPDATE: pflogsumm

2008-09-12 Thread Giovanni Bechis

LÉVAI Dániel wrote:

p.s.: There is a russian language patch in the patches directory, but
I couldn't make an udpate for that. Is that even in use anymore?


Russian version is not available anymore, ${PKGNAME} removed (so use 
patch -E to apply the diff), the port works well.


p.s.: ask ${MAINTAINER} first

 Giovanni

Index: Makefile
===
RCS file: /cvs/ports/mail/pflogsumm/Makefile,v
retrieving revision 1.6
diff -u -p -r1.6 Makefile
--- Makefile16 Sep 2007 00:17:06 -  1.6
+++ Makefile12 Sep 2008 17:12:26 -
@@ -2,8 +2,7 @@
 
 COMMENT=   Postfix log entry summarizer
 
-DISTNAME=  pflogsumm-1.1.0
-PKGNAME=   ${DISTNAME}p0
+DISTNAME=  pflogsumm-1.1.2
 CATEGORIES=mail
 
 MASTER_SITES+= http://jimsun.linxnet.com/downloads/
Index: distinfo
===
RCS file: /cvs/ports/mail/pflogsumm/distinfo,v
retrieving revision 1.5
diff -u -p -r1.5 distinfo
--- distinfo5 Apr 2007 16:20:04 -   1.5
+++ distinfo12 Sep 2008 17:12:26 -
@@ -1,5 +1,5 @@
-MD5 (pflogsumm-1.1.0.tar.gz) = H3j8ryo27DUg7P8oakUlGg==
-RMD160 (pflogsumm-1.1.0.tar.gz) = q0ryKju5k8o7jj0bWAUvTmmuiQw=
-SHA1 (pflogsumm-1.1.0.tar.gz) = jk768ZJXO7FLZP/cNLNUgCCkohg=
-SHA256 (pflogsumm-1.1.0.tar.gz) = 4609eYudv7M6+FmUC49Ggaj+3kXXRDNqpoJCteLEBBc=
-SIZE (pflogsumm-1.1.0.tar.gz) = 43588
+MD5 (pflogsumm-1.1.2.tar.gz) = xrtDNESoNWQQGqMCWcyEmw==
+RMD160 (pflogsumm-1.1.2.tar.gz) = cAWaov8R7xBNuqqI97TPRqEISOc=
+SHA1 (pflogsumm-1.1.2.tar.gz) = jbRWUyLVXSipH+QfGt1JXTn499Y=
+SHA256 (pflogsumm-1.1.2.tar.gz) = MvQT5r9D96YvSQnMgJ95KbDA0pof5eMTHdgFQSmCfbs=
+SIZE (pflogsumm-1.1.2.tar.gz) = 44865
Index: patches/patch-pflogsumm_pl
===
RCS file: /cvs/ports/mail/pflogsumm/patches/patch-pflogsumm_pl,v
retrieving revision 1.4
diff -u -p -r1.4 patch-pflogsumm_pl
--- patches/patch-pflogsumm_pl  30 Jun 2005 13:22:23 -  1.4
+++ patches/patch-pflogsumm_pl  12 Sep 2008 17:12:26 -
@@ -1,6 +1,5 @@
-$OpenBSD: patch-pflogsumm_pl,v 1.4 2005/06/30 13:22:23 jakob Exp $
 pflogsumm.pl.orig  2004-01-28 13:38:53.0 +1000
-+++ pflogsumm.pl   2004-01-28 13:39:29.0 +1000
+--- pflogsumm.pl.orig  Sun Jun 29 15:46:01 2008
 pflogsumm.pl   Fri Sep 12 19:09:05 2008
 @@ -4,13 +4,13 @@ eval 'exec perl -S $0 $@'
  
  =head1 NAME
@@ -8,7 +7,7 @@ $OpenBSD: patch-pflogsumm_pl,v 1.4 2005/
 -pflogsumm.pl - Produce Postfix MTA logfile summary
 +pflogsumm - Produce Postfix MTA logfile summary
  
- Copyright (C) 1998-2003 by James S. Seymour, Release 1.1.0.
+ Copyright (C) 1998-2007 by James S. Seymour, Release 1.1.2.
  
  =head1 SYNOPSIS
  
@@ -17,7 +16,7 @@ $OpenBSD: patch-pflogsumm_pl,v 1.4 2005/
[--verp_mung[=n]] [--verbose_msg_detail] [--iso_date_time]
[-m|--uucp_mung] [-i|--ignore_case] [--smtpd_stats] [--mailq]
[--problems_first] [--rej_add_from] [--no_bounce_detail]
-@@ -18,7 +18,7 @@ Copyright (C) 1998-2003 by James S. Seym
+@@ -18,7 +18,7 @@ Copyright (C) 1998-2007 by James S. Seymour, Release 1
[--no_smtpd_warnings] [--zero_fill] [--syslog_name=string]
[file1 [filen]]
  
@@ -26,7 +25,7 @@ $OpenBSD: patch-pflogsumm_pl,v 1.4 2005/
  
  If no file(s) specified, reads from stdin.  Output is to stdout.
  
-@@ -119,7 +119,7 @@ Copyright (C) 1998-2003 by James S. Seym
+@@ -119,7 +119,7 @@ Copyright (C) 1998-2007 by James S. Seymour, Release 1
The message may be delivered long-enough after the
(last) qmgr log entry that the information is not in
the log(s) processed by a particular run of
@@ -35,7 +34,7 @@ $OpenBSD: patch-pflogsumm_pl,v 1.4 2005/
size and the total for bytes delivered. These are
normally reported by pflogsumm as Messages with no
size data.
-@@ -216,15 +216,15 @@ Copyright (C) 1998-2003 by James S. Seym
+@@ -216,15 +216,15 @@ Copyright (C) 1998-2007 by James S. Seymour, Release 1
  
  Produce a report of previous day's activities:
  
@@ -63,12 +62,3 @@ $OpenBSD: patch-pflogsumm_pl,v 1.4 2005/
  $usageMsg =
  usage: $progName -[eq] [-d today|yesterday] [-h cnt] [-u cnt]
 [--verp_mung[=n]] [--verbose_msg_detail] [--iso_date_time]
-@@ -696,7 +696,7 @@ while() {
-   }
-   }
-   elsif((($addr, $relay, $delay, $status, $toRmdr) = $logRmdr =~
--  /to=([^]*), (?:orig_to=[^]*, )?relay=([^,]+), 
delay=([^,]+), status=(\S+)(.*)$/o) = 4)
-+  /to=([^]*), (?:orig_to=[^]*, )?relay=([^,]+), 
delay=([^,]+), (?:dsn=\d+\.\d+\.\d+, )?status=(\S+)(.*)$/o) = 4)
-   {
- 
-   if($opts{'m'}  $addr =~ /^(.*!)*([^!]+)!([EMAIL 
PROTECTED])@([^\.]+)$/o) {
Index: patches/patch_rus-pflogsumm_pl
===
RCS file: patches/patch_rus-pflogsumm_pl
diff -N 

mt-daapd users?

2008-09-12 Thread Arnaud Bergeron
Does anyone uses audio/mt-daapd anymore?

If so, does anyone wants to maintain it?

Arnaud



New: mod_wsgi

2008-09-12 Thread James Turner
Attached is a port for mod_wsgi. A couple things that are kind of weird.
One, port-lib-depends-check comes back with LIB_DEPENDS:   python2.5.1
from python-2.5.2p5 (/usr/local/lib/mod_wsgi.so) even tho I'm using
MODULES = lang/python. Second, which is kind of a big deal, once you
enable mod_wsgi you have to start apache with env
LD_PRELOAD=/usr/lib/libpthread.so.11.0 apachectl start. I think it has
something to do with apache not being compiled with threading enabled?
Not really sure, any help with these two issues would be great. Thanks.

-- 
James Turner
BSD Group Consulting
http://www.bsdgroup.org


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


Re: New: mod_wsgi

2008-09-12 Thread James Turner
On Fri, Sep 12, 2008 at 11:09:33PM -0400, James Turner wrote:
 Attached is a port for mod_wsgi. A couple things that are kind of weird.
 One, port-lib-depends-check comes back with LIB_DEPENDS:   python2.5.1
 from python-2.5.2p5 (/usr/local/lib/mod_wsgi.so) even tho I'm using
 MODULES = lang/python. Second, which is kind of a big deal, once you
 enable mod_wsgi you have to start apache with env
 LD_PRELOAD=/usr/lib/libpthread.so.11.0 apachectl start. I think it has
 something to do with apache not being compiled with threading enabled?
 Not really sure, any help with these two issues would be great. Thanks.
 
 -- 
 James Turner
 BSD Group Consulting
 http://www.bsdgroup.org

So yeah if I add LIBS=$LIBS -pthread after line 519 in
usr.sbin/httpd/src/Configure and recompile apache, I no longer need
LD_PRELOAD to start apache with mod_wsgi. Not really sure of the
implications behind this just wanted to put it out there.

-- 
James Turner
BSD Group Consulting
http://www.bsdgroup.org