Re: Missing stuff in cyrus-imapd port for OpenBSD 3.8

2005-11-11 Thread Aleksander Piotrowski
Per-Olov Sjöholm <[EMAIL PROTECTED]> wrote:

> I have used a Cyrus 2.2.12 port on OpenBSD 3.7 with great success. Now after 
> upgrade to OpenBSD 3.8  it is included in ports (still Cyrus 2.2.12). But the 
> important admintool "cyradm" seems to be missing in the port that's included 
> with OpenBSD 3.8.
> 
> Am I missing something here?

Cyradm command is a part of cyrus-imapd-perl subpackage.

Alek
-- 
Maybe were victims of fate / Remember when we'd celebrate
We'd drink and get high until late / And now were all alone
Wedding bells ain't gonna chime / With both of us guilty of crime
And both of us sentenced to time / And now were all alone
 -- Placebo, Protect me from what i want



New: py-SOAPpy and py-fpconst

2005-11-11 Thread Damien Miller
Hi,

Here are two new ports:

http://www.mindrot.org/~djm/openbsd/py-fpconst.tgz

Is the "fpconst" module, basically some definitions and functions to
work with IEEE754 floating point special values. It is needed by:

http://www.mindrot.org/~djm/openbsd/py-SOAPpy.tgz

This is the SOAPpy implementation of SOAP and WSDL for Python. It
includes a fix for a bug that turns up in the regress test, but doesn't
try to fix the one that is known to fail in there.

BTW these have only been tested with Python 2.4.

Any feedback would be appreciated

-d



kdebase packaging problem

2005-11-11 Thread Moritz Grimm

Hello,


The following happens:

===>  Building package for kdebase-3.4.3p1
Error in package: 
"/usr/ports/x11/kde/base3/w-kdebase-3.4.3p1/fake-i386//usr/local/lib/kde3/kio_ldap.la" 
does not exist
Error in package: 
"/usr/ports/x11/kde/base3/w-kdebase-3.4.3p1/fake-i386//usr/local/lib/kde3/kio_ldap.so" 
does not exist
Error in package: 
"/usr/ports/x11/kde/base3/w-kdebase-3.4.3p1/fake-i386//usr/local/share/services/ldap.protocol" 
does not exist
Error in package: 
"/usr/ports/x11/kde/base3/w-kdebase-3.4.3p1/fake-i386//usr/local/share/services/ldaps.protocol" 
does not exist



Kdebase stopped picking up openldap, as it seems, i.e. it wouldn't build 
the LDAP protocol support anymore. Can anyone else confirm this? I was 
not doing a BULK build, it's all defaults.


This is on -current as of yesterday. I am following -current for a while 
now, and from what I can tell I only have the regular residue lying 
around -- nothing that should be causing this (I never installed 
anything without using or writing a port/package.)



Moritz



Re: DSPAM update to 3.6.1 [last one !]

2005-11-11 Thread Jakob Schlyter

On Wed, 9 Nov 2005, Frank Denis (Jedi/Sector One) wrote:


Last-minute change...
 DSPAM author has just repackaged dspam 3.6.1 without any version bump
in order to merge the gcc 2.x fix that was considered as a showstopper.

As the hashes and file size of the tarball have changed, here's a final
update to the 3.6.1 update.


can I get some confirmations that this is tested by current dspam users?

jakob



issues with PSEUDO_FLAVORS during "make clean=depends" or when CLEANDEPENDS=Yes in /etc/mk.conf

2005-11-11 Thread Moritz Grimm

Hi,


the ports infrastructure appears to have issues cleaning up working 
directories with PSEUDO_FLAVORS properly, if CLEANDEPENDS is set to Yes 
in /etc/mk.conf or the 'clean=depends' target is used. This can be seen, 
for example, in devel/subversion:


--- snip ---
# pwd && ls
/usr/ports/devel/subversion
CVS  Makefile distinfo patches  pkg
# FLAVOR=no_bindings make extract
===>  Checking files for subversion-1.2.3p0
[...snipped]
===>  Extracting for subversion-1.2.3p0
# ls
CVS patches
Makefilepkg
distinfow-subversion-1.2.3p0-no_bindings
# FLAVOR=no_bindings make clean=depends
===>  Cleaning for subversion-1.2.3p0
# ls
CVS patches
Makefilepkg
distinfow-subversion-1.2.3p0-no_bindings
#
--- snap ---

This behavior is specific to PSEUDO_FLAVORS -- with regular FLAVORs or 
unflavored ports, "make clean=depends" (or simply "make clean" with 
CLEANDEPENDS set to Yes) cleans up everything, both dependencies and the 
actual port itself.



Moritz



Re: issues with PSEUDO_FLAVORS during "make clean=depends" or when

2005-11-11 Thread Moritz Grimm

Moritz Grimm wrote:

# FLAVOR=no_bindings make clean=depends
===>  Cleaning for subversion-1.2.3p0


I've been snipping the output there, too. Sorry, I forgot to mark it 
that way. Traversing through the dependencies works okay from what I can 
tell.



Moritz



Re: kdebase packaging problem

2005-11-11 Thread Marc Espie
On Fri, Nov 11, 2005 at 09:49:38AM +0100, Moritz Grimm wrote:
> Kdebase stopped picking up openldap, as it seems, i.e. it wouldn't build 
> the LDAP protocol support anymore. Can anyone else confirm this? I was 
> not doing a BULK build, it's all defaults.

You are correct, mbalmer@ and bernd@ obviously forgot to check things
when updating openldap.

Guys, be real, when you change a port to require linking with a new
library, it's better to check up that everything will pick up the change...



Re: issues with PSEUDO_FLAVORS during "make clean=depends" or when CLEANDEPENDS=Yes in /etc/mk.conf

2005-11-11 Thread Marc Espie
On Fri, Nov 11, 2005 at 10:29:58AM +0100, Moritz Grimm wrote:
> Hi,
> 
> 
> the ports infrastructure appears to have issues cleaning up working 
> directories with PSEUDO_FLAVORS properly, if CLEANDEPENDS is set to Yes 
> in /etc/mk.conf or the 'clean=depends' target is used. This can be seen, 
> for example, in devel/subversion:

This specific case has just been fixed, thanks !



Re: Missing stuff in cyrus-imapd port for OpenBSD 3.8

2005-11-11 Thread Antoine Jacoutot
Selon Per-Olov Sjöholm <[EMAIL PROTECTED]>:
> I have used a Cyrus 2.2.12 port on OpenBSD 3.7 with great success. Now after
> upgrade to OpenBSD 3.8  it is included in ports (still Cyrus 2.2.12). But the
> important admintool "cyradm" seems to be missing in the port that's included
> with OpenBSD 3.8.
>
> Am I missing something here?

Yes, you need the cyrus-imapd-perl subpackage :)

Antoine



"Islam Denounces Terrorism" by Harun Yahya

2005-11-11 Thread Kaan Gencer


  
   
 
   
  
If your e-mail software does not support html, please click here. 

 ISLAM DENOUNCES TERRORISM
by Harun Yahya


Islam Denounces Terrorism is the new book by highly acclaimed Muslim 
intellectual Harun Yahya. Harun Yahya is a Turkish writer who enjoys an 
increasing global readership. It comes at a time when the confusion and 
misunderstandings surrounding Islam have never been greater and when the need 
to set the record straight concerning Muslims and what their religion really 
teaches and asks of them must be truthfully proclaimed. 

Islam Denounces Terrorism by Harun Yahya accepts that challenge and delivers a 
must read for everyone who is looking to find the truth behind Islam's role on 
September 11.

As Muslims, we strongly condemn the terrorist attacks on two major cities of 
the United States of America on September 11, 2001, which caused the death and 
injury of thousands of innocent people. 

This book does not contain the personal views of the author, explanations based 
on dubious sources, styles that are unobservant of the respect and reverence 
due to sacred subjects, nor hopeless, doubt-creating, and pessimistic accounts 
that create deviations in the heart. It maintains that the source of the terror 
we condemn is definitely not from a divine religion, and that there is no room 
for terrorism in Islam. 

Hard-hitting facts, focused and to the point, Islam Denounces Terrorism is 
highly recommended for those wishing to learn more about the world faith of 
Islam and it's teachings in relation to terrorism.

 Profile on Harun Yahya:
A leading Muslim intellectual from Turkey, Harun Yahya is the author of many 
books concerning the world of Islam such as the relationship of science and 
Islam, interfaith dialogue, and the importance of unity among believers of all 
faiths. Harun Yahya enjoys a wide readership from all nations, languages and 
religions, and many of his books have been translated into more than 40 
languages. His works have also been received with interest by Western 
scientific circles, and some of his scientific texts have been reviewed in 
various scientific journals as the most important expositions of Islamic 
creationism. These journals include The New Scientist, Science, NCSE (National 
Center for Science Education) Reports, and The Cladistics.  
  
 


Re: DSPAM update to 3.6.1 [last one !]

2005-11-11 Thread Frank Denis \(Jedi/Sector One\)

On Fri, Nov 11, 2005 at 10:29:08AM +0100, Jakob Schlyter wrote:

can I get some confirmations that this is tested by current dspam users?


 DSPAM 3.6.1 seems to work fine on i386 and amd64 and there are very few
changes between 3.6.0+patches from the previous port and 3.6.1.

 I got a report that multiple dependencies were not properly handled, due
to LIB_DEPENDS= usage instead of LIB_DEPENDS+=. This is fixed in the
attached diff.

diff -urN mail/dspam.orig/Makefile mail/dspam/Makefile
--- mail/dspam.orig/MakefileWed Oct 26 08:18:38 2005
+++ mail/dspam/Makefile Fri Nov 11 15:17:03 2005
@@ -2,7 +2,7 @@

COMMENT="anti-spam filter"

-VERSION=   3.6.0
+VERSION=   3.6.1
DISTNAME=   dspam-${VERSION}
CATEGORIES= mail

@@ -40,7 +40,7 @@
EXAMPLESDIR=${PREFIX}/share/examples/dspam
DRIVER=

-FLAVORS=   sqlite3 sqlite mysql pgsql hash daemon clamav ldap
+FLAVORS=   sqlite3 sqlite mysql pgsql hash clamav ldap
FLAVOR?=sqlite3

.if ${FLAVOR:L:Mmysql}
@@ -83,7 +83,7 @@
CONFIGURE_ARGS+=--with-storage-driver=sqlite_drv \
--with-sqlite-includes=${LOCALBASE}/include \
--with-sqlite-libraries=${LOCALBASE}/lib
-LIB_DEPENDS=   sqlite::databases/sqlite
+LIB_DEPENDS+=  sqlite.8::databases/sqlite
DRIVER= sqlite
.endif

@@ -96,29 +96,23 @@
CONFIGURE_ARGS+=--with-storage-driver=sqlite3_drv \
--with-sqlite-includes=${LOCALBASE}/include \
--with-sqlite-libraries=${LOCALBASE}/lib
-LIB_DEPENDS=   sqlite3::databases/sqlite3
+LIB_DEPENDS+=  sqlite3.8::databases/sqlite3
DRIVER= sqlite
.endif

.if ${FLAVOR:L:Mclamav}
CONFIGURE_ARGS+=--enable-clamav
-LIB_DEPENDS=   clamav.1::security/clamav
+LIB_DEPENDS+=  clamav.1::security/clamav
.endif

.if ${FLAVOR:L:Mldap}
CONFIGURE_ARGS+=--enable-ldap
-LIB_DEPENDS=   ldap_r.7,lber.7::databases/openldap
+LIB_DEPENDS+=  ldap_r.8,lber.8::databases/openldap
CONFIGURE_ENV=  CPPFLAGS="-I${DEPBASE}/include" \
LDFLAGS="-L${DEPBASE}/lib"
.endif

-.if ${FLAVOR:L:Mdaemon}
-.if ${FLAVOR:L:Msqlite3}
-BROKEN=daemon mode is currently incompatible with 
sqlite3
-.endif
-.if ${FLAVOR:L:Msqlite}
-BROKEN=daemon mode is currently incompatible with 
sqlite
-.endif
+.if empty(FLAVOR:L:Msqlite3) && empty(FLAVOR:L:Msqlite)
CONFIGURE_ARGS+=--enable-daemon
.endif

diff -urN mail/dspam.orig/distinfo mail/dspam/distinfo
--- mail/dspam.orig/distinfoSat Nov  5 17:14:28 2005
+++ mail/dspam/distinfo Wed Nov  9 00:04:26 2005
@@ -1,4 +1,4 @@
-MD5 (dspam-3.6.0.tar.gz) = d9ee63a8cf67ea933d711b00851ce916
-RMD160 (dspam-3.6.0.tar.gz) = eb4b7ff0f260a12508b47d5141a9bf1a0cf49326
-SHA1 (dspam-3.6.0.tar.gz) = 19c0064902544bde90d0302b5d657782a4f2cc8f
-SIZE (dspam-3.6.0.tar.gz) = 732042
+MD5 (dspam-3.6.1.tar.gz) = 6aad568823f297852dff4989da332e22
+SHA1 (dspam-3.6.1.tar.gz) = 864cd85d44350c6b4d203cde40d025cf5015af82
+RMD160 (dspam-3.6.1.tar.gz) = d93f73ad87ea0061e3b2c3d4dc84578872bce74d
+SIZE (dspam-3.6.1.tar.gz) = 739389
diff -urN mail/dspam.orig/patches/patch-UPGRADING 
mail/dspam/patches/patch-UPGRADING
--- mail/dspam.orig/patches/patch-UPGRADING Thu Jan  1 01:00:00 1970
+++ mail/dspam/patches/patch-UPGRADING  Tue Nov  8 23:45:02 2005
@@ -0,0 +1,16 @@
+$OpenBSD$
+--- UPGRADING.orig Tue Oct 25 14:32:09 2005
 UPGRADING  Tue Nov  8 23:44:49 2005
+@@ -8,8 +8,10 @@ UPGRADING FROM < 3.6.1
+ 
+ - For users of hash_drv: A cssconvert tool has been provided to convert all

+   v3.6.0 databases to the correct, 8-byte aligned format used in all newer
+-  versions. Please run cssconvert on all of your .css databases before 
+-  turning on your new version of dspam.
++  versions. 
++  
++  The OpenBSD port of DSPAM 3.6.0 already used the correctly aligned format,

++  so that you don't need to run cssconvert before upgrading to 3.6.1 and 
later.
+ 
+ UPGRADING FROM < 3.6.0

+ --
diff -urN mail/dspam.orig/patches/patch-configure 
mail/dspam/patches/patch-configure
--- mail/dspam.orig/patches/patch-configure Wed Oct 26 08:18:38 2005
+++ mail/dspam/patches/patch-configure  Thu Jan  1 01:00:00 1970
@@ -1,12 +0,0 @@
-$OpenBSD: patch-configure,v 1.1 2005/10/26 06:18:38 jakob Exp $
 configure.orig Mon Oct 17 02:50:02 2005
-+++ configure  Tue Oct 18 18:02:03 2005
-@@ -20031,7 +20031,7 @@ fi
- done
- 
- 
--for ac_func in strsep

-+for ac_func in strsep strcasestr
- do
- as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
- echo "$as_me:$LINENO: checking for $ac_func" >&5
diff -urN mail/dspam.orig/patches/patch-src_agent_shared_c 
mail/dspam/patches/patch-src_agent_shared_c
--- mail/dspam.orig/patches/patch-src_agent_shared_cWed Oct 26 08:18:38 2005
+++ mail/dspam/patches/patch-src_agent_shared_c Thu Jan  1 01:00:00 1970
@@ -1,18 +0,0 @@
-$OpenBSD: patch-src_agent

Re: Missing stuff in cyrus-imapd port for OpenBSD 3.8

2005-11-11 Thread Per-Olov Sjöholm
On Friday 11 November 2005 13.19, Antoine Jacoutot wrote:
> Selon Per-Olov Sjöholm <[EMAIL PROTECTED]>:
> > I have used a Cyrus 2.2.12 port on OpenBSD 3.7 with great success. Now
> > after upgrade to OpenBSD 3.8  it is included in ports (still Cyrus
> > 2.2.12). But the important admintool "cyradm" seems to be missing in the
> > port that's included with OpenBSD 3.8.
> >
> > Am I missing something here?
>
> Yes, you need the cyrus-imapd-perl subpackage :)
>
> Antoine


Thanks

Didn't find any notes of that in the Cyrus port. Shouldn't it be a little note 
of it in the cyrus-imapd main package?


many thanks to the people that updated me with this.

Regards
/Per-Olov
-- 
GPG keyID: 4DB283CE
GPG fingerprint: 45E8 3D0E DE05 B714 D549 45BC CFB4 BBE9 4DB2 83CE



Re: libtool issue? creating package for classpath-0.18/0.19

2005-11-11 Thread Frederick C Druseikis

Thank you both; this has solved the problem.

Fred





Re: New: py-SOAPpy and py-fpconst

2005-11-11 Thread Aleksander Piotrowski
Damien Miller <[EMAIL PROTECTED]> wrote:

> Here are two new ports:
> 
> http://www.mindrot.org/~djm/openbsd/py-fpconst.tgz
> 
> Is the "fpconst" module, basically some definitions and functions to
> work with IEEE754 floating point special values. It is needed by:

This on looks good (i.e. ok alek@ ;)

Tested on i386 and sparc64 with py2.3

Alek
-- 
Łatwo jest być nikim. I niczym. To nie wymaga umiejętności myślenia czy
planowania, nie trzeba się nad niczym zastanawiać, zawsze znajdziesz ludzi,
którzy się z tobą napiją, będą cię odwiedzać i w ogóle; każdy potrzebuje w
życiu odrobinę niczego, czyż nie?
 -- Kathe Koja, Zero



Re: New: py-SOAPpy and py-fpconst

2005-11-11 Thread Aleksander Piotrowski
Damien Miller <[EMAIL PROTECTED]> wrote:

> http://www.mindrot.org/~djm/openbsd/py-SOAPpy.tgz
> 
> This is the SOAPpy implementation of SOAP and WSDL for Python. It
> includes a fix for a bug that turns up in the regress test, but doesn't
> try to fix the one that is known to fail in there.

This fine works fine as well but you should add
REGRESS_DEPENDS=${RUN_DEPENDS}.  Otherwise, regression test will have
more than one failure (;

Tested on sparc64 with py2.3

OK alek@

Alek
-- 
Żyjemy w pokojowym kraju. A wojna była w Jugosławii. Jeśli on nadal czuje się
jak na wojnie, niech do NATO się zapisze. Ma kopoty ze sprzętem. Rzadko kiedy
trafia w piłkę. Na Wiśle urwałby nogę Uche, dobrze że ten ma afrykańską. Jest
dobry w polu, ale jako nawóz.
 -- Bogusław Kaczmarek o Ivanie Udareviciu, Gazeta Wyborcza 23-08-2004



[Re: Snort]

2005-11-11 Thread Martin Ekendahl
Anyone have any problems with this diff? Worked fine for me but it would 
be nice to have it tested more throughly before bugging someone to have 
it committed.


-Martin

On 03/11/05, Randal T. Rioux <[EMAIL PROTECTED]> wrote:

I was about to do the same. Let me know if you don't hear back within a
reasonable time. Perhaps we can do some collaboration.

Randy


Martin Ekendahl wrote:
> Is anyone working on updating the snorts port? I contacted the
> maintainer but haven't heard back. Want to make sure I don't encroach on
> anybody else's work ;-)
>
> -Martin
>
>
>
>





--
GDB has a 'break' feature; why doesn't it have 'fix' too?



snort.diff
Description: Binary data


Re: [Re: Snort]

2005-11-11 Thread Aleksander Piotrowski
Martin Ekendahl <[EMAIL PROTECTED]> wrote:

> Anyone have any problems with this diff? Worked fine for me but it would 
> be nice to have it tested more throughly before bugging someone to have 
> it committed.

Why not to add yourself as MAINTAINER?

Alek
-- 
Po tych słowach wszyscy się zgodzili, żeby nie robić na tym zebraniu wielkiej
pijatyki, ale tak sobie pić, aby było przyjemnie.
- Otóż wobec tego - powiedział Eryksjmachos - żeśmy uchwalili pić, ile kto
zechec, a przymusu żadnego nie będzie [...]
 -- Platon, Dialogi



UPDATE: lang/python

2005-11-11 Thread Aleksander Piotrowski
Hi

Here goes lang/python update.  Please test and comment.  Thanks.

- Update python/2.4 to 2.4.2
- Build expat subpacakge for python/2.4
- Add missing "flavors" (no_tools and no_tests)
  from Dominique Jacquel <[EMAIL PROTECTED]>
- Better pkg/DESCR 
  From Ian Darwin <[EMAIL PROTECTED]>

Alek
-- 
UNIX was not designed to stop you from doing stupid things, because that
would also stop you from doing clever things.
 -- Doug Gwyn
diff -xCVS -urN python.orig/2.4/Makefile python/2.4/Makefile
--- python.orig/2.4/MakefileWed Oct 12 04:41:41 2005
+++ python/2.4/Makefile Fri Nov 11 10:29:16 2005
@@ -1,8 +1,8 @@
 # $OpenBSD: Makefile,v 1.3 2005/10/12 02:41:41 fgsch Exp $
 
 VERSION=   2.4
-PATCHLEVEL=.1
-PKG_PATCHLEVEL=p1
+PATCHLEVEL=.2
+#PKG_PATCHLEVEL=   p1
 
 .if ${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "amd64" || 
${MACHINE_ARCH} == "sparc64"
 PATCH_LIST=patch-* sup64-*
diff -xCVS -urN python.orig/2.4/distinfo python/2.4/distinfo
--- python.orig/2.4/distinfoTue Jun  7 03:12:54 2005
+++ python/2.4/distinfo Fri Nov 11 10:42:40 2005
@@ -1,4 +1,4 @@
-MD5 (Python-2.4.1.tgz) = 7bb2416a4f421c3452d306694d3efbba
-RMD160 (Python-2.4.1.tgz) = 76c53419981e38b9d93f4eafc16e29253b9472e1
-SHA1 (Python-2.4.1.tgz) = 60113695b9efe8163a2ccd7cc068da8bb0a70f50
-SIZE (Python-2.4.1.tgz) = 9219882
+MD5 (Python-2.4.2.tgz) = 07cfc759546f6723bb367be5b1ce9875
+RMD160 (Python-2.4.2.tgz) = f247e322bcb5e989e267657ca70afb6210bc2f28
+SHA1 (Python-2.4.2.tgz) = 373b0954f2a5adb02ba905b51e14ed98ff1c7b7b
+SIZE (Python-2.4.2.tgz) = 9239975
diff -xCVS -urN python.orig/2.4/patches/patch-Lib_test_test_fcntl_py 
python/2.4/patches/patch-Lib_test_test_fcntl_py
--- python.orig/2.4/patches/patch-Lib_test_test_fcntl_pyTue Jun  7 
03:12:58 2005
+++ python/2.4/patches/patch-Lib_test_test_fcntl_py Fri Nov 11 12:09:11 2005
@@ -1,19 +0,0 @@
-$OpenBSD: patch-Lib_test_test_fcntl_py,v 1.1.1.1 2005/06/07 01:12:58 alek Exp $
 Lib/test/test_fcntl.py.origWed Aug 18 17:13:41 2004
-+++ Lib/test/test_fcntl.py Thu Dec 30 22:52:45 2004
-@@ -22,9 +22,13 @@ if sys.platform.startswith('atheos'):
- 
- if sys.platform in ('netbsd1', 'Darwin1.2', 'darwin',
- 'freebsd2', 'freebsd3', 'freebsd4', 'freebsd5', 
'freebsd6',
--'bsdos2', 'bsdos3', 'bsdos4',
--'openbsd', 'openbsd2', 'openbsd3'):
-+'bsdos2', 'bsdos3', 'bsdos4'):
- lockdata = struct.pack('lllhh', 0, 0, 0, fcntl.F_WRLCK, 0)
-+elif sys.platform in ['openbsd', 'openbsd2', 'openbsd3']:
-+if sys.maxint == 2147483647:
-+lockdata = struct.pack('lllhh', 0, 0, 0, fcntl.F_WRLCK, 0)
-+else:
-+lockdata = struct.pack('iiihh', 0, 0, 0, fcntl.F_WRLCK, 0)
- elif sys.platform in ['aix3', 'aix4', 'hp-uxB', 'unixware7']:
- lockdata = struct.pack('hhlllii', fcntl.F_WRLCK, 0, 0, 0, 0, 0, 0)
- elif sys.platform in ['os2emx']:
diff -xCVS -urN python.orig/2.4/pkg/DESCR-expat python/2.4/pkg/DESCR-expat
--- python.orig/2.4/pkg/DESCR-expat Thu Jan  1 01:00:00 1970
+++ python/2.4/pkg/DESCR-expat  Fri Nov 11 15:33:15 2005
@@ -0,0 +1 @@
+This package contains support for the expat XML parser.
diff -xCVS -urN python.orig/2.4/pkg/MESSAGE python/2.4/pkg/MESSAGE
--- python.orig/2.4/pkg/MESSAGE Tue Jun  7 03:12:55 2005
+++ python/2.4/pkg/MESSAGE  Fri Nov 11 12:05:43 2005
@@ -1,3 +1,4 @@
-If you want to use this package as your default system python, make
-${PREFIX}/bin/python a symlink to ${PREFIX}/bin/python2.4 and
-${PREFIX}/bin/pydoc a symlink to ${PREFIX}/bin/pydoc2.4.
+If you want to use this package as your default system python, create
+symbolic links like so:
+ln -s ${PREFIX}/bin/python2.4 ${PREFIX}/bin/python
+ln -s ${PREFIX}/bin/pydoc2.4  ${PREFIX}/bin/pydoc
diff -xCVS -urN python.orig/2.4/pkg/MESSAGE-idle python/2.4/pkg/MESSAGE-idle
--- python.orig/2.4/pkg/MESSAGE-idleTue Jun  7 03:12:57 2005
+++ python/2.4/pkg/MESSAGE-idle Fri Nov 11 12:05:43 2005
@@ -1,2 +1,3 @@
-If you want to use this package as your system default idle, make
-${PREFIX}/bin/idle a symlink to ${PREFIX}/bin/idle2.4.
+If you want to use this package as your system default idle, create
+symbolic links like so:
+ln -s ${PREFIX}/bin/idle2.4 ${PREFIX}/bin/idle
diff -xCVS -urN python.orig/2.4/pkg/PFRAG.shared python/2.4/pkg/PFRAG.shared
--- python.orig/2.4/pkg/PFRAG.sharedTue Jun  7 03:12:55 2005
+++ python/2.4/pkg/PFRAG.shared Fri Nov 11 13:50:19 2005
@@ -38,7 +38,6 @@
 lib/python2.4/lib-dynload/fpetestmodule.so
 lib/python2.4/lib-dynload/grpmodule.so
 lib/python2.4/lib-dynload/itertools.so
[EMAIL PROTECTED] lib/python2.4/lib-dynload/itertools_failed.so
 lib/python2.4/lib-dynload/mathmodule.so
 lib/python2.4/lib-dynload/md5module.so
 lib/python2.4/lib-dynload/mmapmodule.so
@@ -46,7 +45,6 @@
 lib/python2.4/lib-dynload/operator.so
 lib/python2.4/lib-dynload/parsermodule.so
 lib/python2.4/lib-dynload/pwdmodule.so
-lib/p

Re: New: py-SOAPpy and py-fpconst

2005-11-11 Thread Eric Faurot
Hi,

SOAPpy fails to build without fpconst. I suggest the following patch:

--- 8< -
--- py-SOAPpy/Makefile.orig Fri Nov 11 16:39:50 2005
+++ py-SOAPpy/Makefile  Fri Nov 11 16:39:50 2005
@@ -20,7 +20,8 @@

 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=pywebsvcs/}

-RUN_DEPENDS=   ::devel/py-fpconst \
+BUILD_DEPENDS= ::devel/py-fpconst
+RUN_DEPENDS=   ${BUILD_DEPENDS} \
::textproc/py-xml

--- 8< -

Another load-balancing suggestion:
why not putting py-fpconst into math rather than devel?

Otherwise, it works ok on amd64 with 2.4.

Eric.



UPDATE: textproc/expat

2005-11-11 Thread Douglas Santos
update expat 1.95.6 to 1.95.8

diff -ruN expat.orig/CVS/Entries expat/CVS/Entries
--- expat.orig/CVS/Entries  Fri Nov 11 02:12:56 2005
+++ expat/CVS/Entries   Thu Nov 10 22:34:25 2005
@@ -1,3 +1,4 @@
-/Makefile/1.24/Sun Oct 30 00:10:42 2005//
 /distinfo/1.4/Wed Jan  5 17:34:19 2005//
-D
+D/patches
+D/pkg
+/Makefile/1.24/Tue Nov  1 16:10:38 2005//
diff -ruN expat.orig/CVS/Entries.Log expat/CVS/Entries.Log
--- expat.orig/CVS/Entries.Log  Fri Nov 11 02:12:57 2005
+++ expat/CVS/Entries.Log   Wed Dec 31 21:00:00 1969
@@ -1,3 +0,0 @@
-A D/files
-A D/patches
-A D/pkg
diff -ruN expat.orig/CVS/Root expat/CVS/Root
--- expat.orig/CVS/Root Fri Nov 11 02:12:56 2005
+++ expat/CVS/Root  Wed Dec 31 21:00:00 1969
@@ -1 +0,0 @@
[EMAIL PROTECTED]:/cvs
diff -ruN expat.orig/Makefile expat/Makefile
--- expat.orig/Makefile Sat Oct 29 22:10:42 2005
+++ expat/Makefile  Fri Nov 11 01:51:23 2005
@@ -3,7 +3,7 @@
 
 COMMENT=   "XML 1.0 parser written in C"
 
-DISTNAME=  expat-1.95.6
+DISTNAME=  expat-1.95.8
 CATEGORIES=textproc
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=expat/}
 
diff -ruN expat.orig/distinfo expat/distinfo
--- expat.orig/distinfo Wed Jan  5 15:34:19 2005
+++ expat/distinfo  Fri Nov 11 01:52:00 2005
@@ -1,4 +1,4 @@
-MD5 (expat-1.95.6.tar.gz) = ca78d94e83e9f077b5da2bfe28ba986a
-RMD160 (expat-1.95.6.tar.gz) = aa0ff4dc00729fc3f61161d7d5da175a5bab1426
-SHA1 (expat-1.95.6.tar.gz) = 1f062c91c6e51d3a91f9fdeacf202bb5b2b53d27
-SIZE (expat-1.95.6.tar.gz) = 291876
+MD5 (expat-1.95.8.tar.gz) = aff487543845a82fe262e6e2922b4c8e
+RMD160 (expat-1.95.8.tar.gz) = 1b3e5a50a28e2c8efb79188d4c3071318fe1d0dd
+SHA1 (expat-1.95.8.tar.gz) = 73cb8fc326d04c44ae0e3b3f797f0e6ba9c4121f
+SIZE (expat-1.95.8.tar.gz) = 318349
diff -ruN expat.orig/files/CVS/Entries expat/files/CVS/Entries
--- expat.orig/files/CVS/EntriesFri Nov 11 02:12:56 2005
+++ expat/files/CVS/Entries Wed Dec 31 21:00:00 1969
@@ -1 +0,0 @@
-D
diff -ruN expat.orig/files/CVS/Repository expat/files/CVS/Repository
--- expat.orig/files/CVS/Repository Fri Nov 11 02:12:56 2005
+++ expat/files/CVS/Repository  Wed Dec 31 21:00:00 1969
@@ -1 +0,0 @@
-ports/textproc/expat/files
diff -ruN expat.orig/files/CVS/Root expat/files/CVS/Root
--- expat.orig/files/CVS/Root   Fri Nov 11 02:12:56 2005
+++ expat/files/CVS/RootWed Dec 31 21:00:00 1969
@@ -1 +0,0 @@
[EMAIL PROTECTED]:/cvs
diff -ruN expat.orig/patches/CVS/Root expat/patches/CVS/Root
--- expat.orig/patches/CVS/Root Fri Nov 11 02:12:56 2005
+++ expat/patches/CVS/Root  Wed Dec 31 21:00:00 1969
@@ -1 +0,0 @@
[EMAIL PROTECTED]:/cvs
diff -ruN expat.orig/patches/patch-Makefile_in expat/patches/patch-Makefile_in
--- expat.orig/patches/patch-Makefile_inSun Aug  4 22:14:29 2002
+++ expat/patches/patch-Makefile_in Fri Nov 11 02:03:48 2005
@@ -1,31 +1,30 @@
-$OpenBSD: patch-Makefile_in,v 1.3 2002/08/05 01:14:29 brad Exp $
 Makefile.in.orig   Sun Aug  4 20:58:35 2002
-+++ Makefile.inSun Aug  4 21:03:12 2002
-@@ -24,6 +24,8 @@ srcdir = @srcdir@
+--- Makefile.in.orig   Fri Nov 11 02:00:15 2005
 Makefile.inFri Nov 11 02:03:27 2005
+@@ -24,6 +24,8 @@
  top_srcdir = @top_srcdir@
  VPATH = @srcdir@
  
-+DESTDIR = 
++DESTDIR =
 +
  prefix = @prefix@
  exec_prefix = @exec_prefix@
  
-@@ -49,7 +51,7 @@ default:  buildlib xmlwf/xmlwf
+@@ -49,7 +51,7 @@
  
  buildlib: $(LIBRARY)
  
 -all: $(LIBRARY) xmlwf/xmlwf examples/elements examples/outline
-+all: $(LIBRARY) xmlwf/xmlwf
++all: $(LIBRARY) xmlwf/xmlwf 
  
  clean:
cd lib && rm -f $(LIBRARY) *.o *.lo && rm -rf .libs _libs
-@@ -69,22 +71,22 @@ check: tests/runtests
+@@ -73,22 +75,22 @@
tests/runtests
  
  install: xmlwf/xmlwf installlib
--  $(mkinstalldirs) $(bindir) $(mandir)
+-  $(mkinstalldirs) $(bindir) $(man1dir)
 -  $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) xmlwf/xmlwf $(bindir)/xmlwf
--  $(INSTALL_DATA) $(MANFILE) $(mandir)
+-  $(INSTALL_DATA) $(MANFILE) $(man1dir)
 +  $(mkinstalldirs) $(DESTDIR)$(bindir) $(DESTDIR)$(mandir)
 +  $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) xmlwf/xmlwf 
$(DESTDIR)$(bindir)/xmlwf
 +  $(INSTALL_DATA) $(MANFILE) $(DESTDIR)$(mandir)
@@ -40,7 +39,7 @@
  
  uninstall: uninstalllib
 -  $(LIBTOOL) --mode=uninstall rm -f $(bindir)/xmlwf
--  rm -f $(mandir)/xmlwf.1
+-  rm -f $(man1dir)/xmlwf.1
 +  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(bindir)/xmlwf
 +  rm -f $(DESTDIR)$(mandir)/xmlwf.1
  
diff -ruN expat.orig/patches/patch-configure expat/patches/patch-configure
--- expat.orig/patches/patch-configure  Sun Aug  4 22:14:29 2002
+++ expat/patches/patch-configure   Fri Nov 11 01:59:37 2005
@@ -1,25 +1,24 @@
-$OpenBSD: patch-configure,v 1.3 2002/08/05 01:14:29 brad Exp $
 configure.orig Sun Aug  4 21:03:45 2002
-+++ configure  Sun Aug  4 21:05:03 2002
-@@ -5072,8 +5072,8 @@ else
+--- configure.orig Fri Nov 11 01:54:44 2005
 configure  Fri Nov 11 01:59:00 2005
+@@ -5072,8 +507

update: x11/ratpoison

2005-11-11 Thread Matthias Kilian
This fixes an index bug in ratpoison and updates HOMEPAGE and
MASTERSITES (ratpoison has moved).

MAINTAINER said it's o.k.

Ciao,
Kili

diff -x CVS -rNu ../ratpoison/Makefile ./Makefile
--- ../ratpoison/Makefile   Mon Dec 20 09:16:05 2004
+++ ./Makefile  Wed Nov  9 23:22:47 2005
@@ -3,9 +3,9 @@
 COMMENT=   "minimal wm based on GNU screen"
 
 DISTNAME=  ratpoison-1.3.0
-PKGNAME=   ${DISTNAME}p0
+PKGNAME=   ${DISTNAME}p1
 CATEGORIES=x11
-HOMEPAGE=  http://ratpoison.sourceforge.net/
+HOMEPAGE=  http://www.nongnu.org/ratpoison/
 
 MAINTAINER=William Yodlowsky <[EMAIL PROTECTED]>
 
@@ -16,7 +16,7 @@
 PERMIT_DISTFILES_FTP=  Yes
 WANTLIB=   X11 Xext Xinerama c
 
-MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=ratpoison/} \
+MASTER_SITES=  http://savannah.nongnu.org/download/ratpoison/ \
http://openbsd.rutgers.edu/
 
 USE_X11=   Yes
diff -x CVS -rNu ../ratpoison/patches/patch-src_editor_c 
./patches/patch-src_editor_c
--- ../ratpoison/patches/patch-src_editor_c Thu Jan  1 01:00:00 1970
+++ ./patches/patch-src_editor_cWed Nov  9 19:51:04 2005
@@ -0,0 +1,12 @@
+$OpenBSD$
+--- src/editor.c.orig  Fri Feb 27 08:26:03 2004
 src/editor.c   Wed Nov  9 19:50:46 2005
+@@ -406,7 +406,7 @@ editor_insert (rp_input_line *line, char
+   line->buffer = xrealloc (line->buffer, line->size);
+ }
+ 
+-  for (i = line->length + nbytes; i > line->position; i--)
++  for (i = line->length + nbytes; i > line->position && i >= nbytes; i--)
+ line->buffer[i] = line->buffer[i - nbytes];
+ 
+   strncpy (&line->buffer[line->position], keysym_buf, nbytes);


-- 
To me vi is Zen.  To use vi is to practice zen.
Every command is a koan. Profound to the user,
unintelligible to the uninitiated. You
discover truth everytime you use it.-- Reddy



Re: UPDATE: textproc/expat

2005-11-11 Thread Douglas Santos
On Fri, Nov 11, 2005 at 04:57:06PM -0200, Douglas Santos wrote:
> update expat 1.95.6 to 1.95.8

with cvs diff now :)

Index: expat/Makefile
===
RCS file: /cvs/ports/textproc/expat/Makefile,v
retrieving revision 1.24
diff -u -r1.24 Makefile
--- expat/Makefile  30 Oct 2005 00:10:42 -  1.24
+++ expat/Makefile  11 Nov 2005 19:27:11 -
@@ -3,7 +3,7 @@
 
 COMMENT=   "XML 1.0 parser written in C"
 
-DISTNAME=  expat-1.95.6
+DISTNAME=  expat-1.95.8
 CATEGORIES=textproc
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=expat/}
 
Index: expat/distinfo
===
RCS file: /cvs/ports/textproc/expat/distinfo,v
retrieving revision 1.4
diff -u -r1.4 distinfo
--- expat/distinfo  5 Jan 2005 17:34:19 -   1.4
+++ expat/distinfo  11 Nov 2005 19:27:11 -
@@ -1,4 +1,4 @@
-MD5 (expat-1.95.6.tar.gz) = ca78d94e83e9f077b5da2bfe28ba986a
-RMD160 (expat-1.95.6.tar.gz) = aa0ff4dc00729fc3f61161d7d5da175a5bab1426
-SHA1 (expat-1.95.6.tar.gz) = 1f062c91c6e51d3a91f9fdeacf202bb5b2b53d27
-SIZE (expat-1.95.6.tar.gz) = 291876
+MD5 (expat-1.95.8.tar.gz) = aff487543845a82fe262e6e2922b4c8e
+RMD160 (expat-1.95.8.tar.gz) = 1b3e5a50a28e2c8efb79188d4c3071318fe1d0dd
+SHA1 (expat-1.95.8.tar.gz) = 73cb8fc326d04c44ae0e3b3f797f0e6ba9c4121f
+SIZE (expat-1.95.8.tar.gz) = 318349
Index: expat/patches/patch-Makefile_in
===
RCS file: /cvs/ports/textproc/expat/patches/patch-Makefile_in,v
retrieving revision 1.3
diff -u -r1.3 patch-Makefile_in
--- expat/patches/patch-Makefile_in 5 Aug 2002 01:14:29 -   1.3
+++ expat/patches/patch-Makefile_in 11 Nov 2005 19:27:11 -
@@ -1,31 +1,30 @@
-$OpenBSD: patch-Makefile_in,v 1.3 2002/08/05 01:14:29 brad Exp $
 Makefile.in.orig   Sun Aug  4 20:58:35 2002
-+++ Makefile.inSun Aug  4 21:03:12 2002
-@@ -24,6 +24,8 @@ srcdir = @srcdir@
+--- Makefile.in.orig   Fri Nov 11 02:00:15 2005
 Makefile.inFri Nov 11 02:03:27 2005
+@@ -24,6 +24,8 @@
  top_srcdir = @top_srcdir@
  VPATH = @srcdir@
  
-+DESTDIR = 
++DESTDIR =
 +
  prefix = @prefix@
  exec_prefix = @exec_prefix@
  
-@@ -49,7 +51,7 @@ default:  buildlib xmlwf/xmlwf
+@@ -49,7 +51,7 @@
  
  buildlib: $(LIBRARY)
  
 -all: $(LIBRARY) xmlwf/xmlwf examples/elements examples/outline
-+all: $(LIBRARY) xmlwf/xmlwf
++all: $(LIBRARY) xmlwf/xmlwf 
  
  clean:
cd lib && rm -f $(LIBRARY) *.o *.lo && rm -rf .libs _libs
-@@ -69,22 +71,22 @@ check: tests/runtests
+@@ -73,22 +75,22 @@
tests/runtests
  
  install: xmlwf/xmlwf installlib
--  $(mkinstalldirs) $(bindir) $(mandir)
+-  $(mkinstalldirs) $(bindir) $(man1dir)
 -  $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) xmlwf/xmlwf $(bindir)/xmlwf
--  $(INSTALL_DATA) $(MANFILE) $(mandir)
+-  $(INSTALL_DATA) $(MANFILE) $(man1dir)
 +  $(mkinstalldirs) $(DESTDIR)$(bindir) $(DESTDIR)$(mandir)
 +  $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) xmlwf/xmlwf 
$(DESTDIR)$(bindir)/xmlwf
 +  $(INSTALL_DATA) $(MANFILE) $(DESTDIR)$(mandir)
@@ -40,7 +39,7 @@
  
  uninstall: uninstalllib
 -  $(LIBTOOL) --mode=uninstall rm -f $(bindir)/xmlwf
--  rm -f $(mandir)/xmlwf.1
+-  rm -f $(man1dir)/xmlwf.1
 +  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(bindir)/xmlwf
 +  rm -f $(DESTDIR)$(mandir)/xmlwf.1
  
Index: expat/patches/patch-configure
===
RCS file: /cvs/ports/textproc/expat/patches/patch-configure,v
retrieving revision 1.3
diff -u -r1.3 patch-configure
--- expat/patches/patch-configure   5 Aug 2002 01:14:29 -   1.3
+++ expat/patches/patch-configure   11 Nov 2005 19:27:11 -
@@ -1,25 +1,24 @@
-$OpenBSD: patch-configure,v 1.3 2002/08/05 01:14:29 brad Exp $
 configure.orig Sun Aug  4 21:03:45 2002
-+++ configure  Sun Aug  4 21:05:03 2002
-@@ -5072,8 +5072,8 @@ else
+--- configure.orig Fri Nov 11 01:54:44 2005
 configure  Fri Nov 11 01:59:00 2005
+@@ -5072,8 +5072,8 @@
  hardcode_direct=yes
  hardcode_shlibpath_var=no
  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test 
"$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
 -  archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs 
$linker_flags'
 -  hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
 +  archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs 
$compiler_flags'
-+  hardcode_libdir_flag_spec='${wl}-R$libdir'
++hardcode_libdir_flag_spec='${wl}-R$libdir'
export_dynamic_flag_spec='${wl}-E'
  else
case "$host_os" in
-@@ -5082,8 +5082,8 @@ else
+@@ -5082,8 +5082,8 @@
hardcode_libdir_flag_spec='-R$libdir'
  ;;
*)
 -archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs 
$linker_flags'
 -hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
-+archive_cmds='$C

Re: Bug in Mailman package in 3.8 (fwd)

2005-11-11 Thread Nikolay Sturm
* Chris Mika [2005-11-10]:
> I've sent this to the package maintainer and have gotten no repsponse,
> so I'm forwarding it the the ports mailing list hoping someone here
> can fix it.

Fixed in -current, 3.8 will follow.

Nikolay



Re: proposed patch to mention WANTLIB in Makefile.template

2005-11-11 Thread Nikolay Sturm
* Moritz Grimm [2005-11-09]:
> Actually, this may need further rewording and a small extension that
> it's about packages, not the whole port ... e.g. sub-packages should 

WANTLIB is documented in bsd.port.mk(5), no need to duplicate that
information. Regardless of that, I added an entry for it to
Makefile.template.

thanks,

Nikolay



mutt/snapshot incompatible flavors: compressed and sidebar

2005-11-11 Thread viq
/usr/ports/mail/mutt/snapshot$ FLAVOR="sidebar compressed" make package
===>  Looking for mutt-1.5.11p1-sidebar-compressed in $PKG_PATH - not found
===>  Checking files for mutt-1.5.11p1-sidebar-compressed
`/usr/ports/distfiles/mutt-1.5.11.tar.gz' is up to date.
`/usr/ports/distfiles/patch-1.5.11.rr.compressed.1.gz' is up to date.
`/usr/ports/distfiles/patch-1.5.10i.sidebar.20050816.txt' is up to date.
>> Checksum OK for mutt-1.5.11.tar.gz. (sha1)
>> Checksum OK for patch-1.5.11.rr.compressed.1.gz. (sha1)
>> Checksum OK for patch-1.5.10i.sidebar.20050816.txt. (sha1)
===>  mutt-1.5.11p1-sidebar-compressed depends on: gettext->=0.14.5 - found
===>  mutt-1.5.11p1-sidebar-compressed depends on: metaauto-0.5 - found
===>  mutt-1.5.11p1-sidebar-compressed depends on: autoconf-2.59 - found
===>  mutt-1.5.11p1-sidebar-compressed depends on: libiconv-* - found
===>  mutt-1.5.11p1-sidebar-compressed depends on: gettext->=0.10.38 - found
===>  Verifying specs: iconv.4 intl.3 c crypto des ssl gssapi krb5 ncurses
===>  found iconv.4.0 intl.3.0 c.38.3 crypto.12.0 des.9.0 ssl.10.0 gssapi.4.0 
krb5.15.0 ncurses.10.0
===>  Extracting for mutt-1.5.11p1-sidebar-compressed
===>  Patching for mutt-1.5.11p1-sidebar-compressed
===>  Applying distribution patches for mutt-1.5.11p1-sidebar-compressed
1 out of 1 hunks failed--saving rejects to PATCHES.rej
*** Error code 1

Stop in /usr/ports/mail/mutt/snapshot (line 1764 
of /usr/ports/infrastructure/mk/bsd.port.mk).
*** Error code 1

Stop in /usr/ports/mail/mutt/snapshot (line 1788 
of /usr/ports/infrastructure/mk/bsd.port.mk).
*** Error code 1

Stop in /usr/ports/mail/mutt/snapshot (line 1260 
of /usr/ports/infrastructure/mk/bsd.port.mk).


OpenBSD 3.8-current (GENERIC) #235: Thu Nov  3 23:49:37 MST 2005
[EMAIL PROTECTED]:/usr/src/sys/arch/i386/compile/GENERIC

/usr/ports/mail/mutt/snapshot$ cat 
w-mutt-1.5.11p1-sidebar-compressed/mutt-1.5.11/PATCHES.rej  
***
*** 0 
--- 1 
+ patch-1.5.10i.sidebar.20050816



compressed builds with other flavors, so does sidebar (tried idn and hcache) - 
but mutt refuses to build when those two are present together.

Should I include any more info?

-- 
viq

--
INTERIA.PL | Kliknij po wiecej >>> http://link.interia.pl/f18c1



Re: mutt/snapshot incompatible flavors: compressed and sidebar

2005-11-11 Thread Jolan Luff
On Sat, Nov 12, 2005 at 01:16:44AM +0100, viq wrote:

> compressed builds with other flavors, so does sidebar (tried idn and hcache) 
> but mutt refuses to build when those two are present together.

oops, i guess no one tested these two flavors together before you.  i
re-rolled the sidebar patch without the PATCHES hunk.  fix is committed.
thanks for your report.



'bulk' build of php5-extensions dies

2005-11-11 Thread Uwe Dippel
While individual extensions built (tried some), a bulk (simply make
clean && make && make install) dies with

checking for mkfifo... (cached) yes
checking for getrlimit... (cached) yes
checking for PSPELL support... no
checking for libedit readline replacement... no
checking for readline support... no
checking for recode support... no
checking whether to enable PHP sessions... yes
checking for mm support... no
checking whether pwrite works... no
checking whether pread works... no
checking whether to enable shmop support... yes, shared
checking whether to enable simplexml support... yes
checking whether libxml build works... (cached) yes
checking for SNMP support... yes, shared
checking OpenSSL dir for SNMP... no
checking for snmp_parse_oid in -lnetsnmp... no
checking for init_snmp in -lnetsnmp... no
configure: error: SNMP sanity check failed. Please check config.log for more 
information.
*** Error code 1

Stop in /usr/ports/www/php5/extensions (line 1778 of 
/usr/ports/infrastructure/mk/bsd.port.mk).

config.log is almost 200k. What to do ?

Uwe





Re: Package post-install scripts ?

2005-11-11 Thread Uwe Dippel
On Thu, 27 Oct 2005 13:41:57 +0100, David Cathcart wrote:

> pkg_info -M `ls -rt /var/db/pkg/`

Good one, but incomplete:

# pkg_add /usr/ports/packages/i386/all/postfix-2.2.5p0.tgz  
  <
postfix-2.2.5p0: complete
--- postfix-2.2.5p0 ---
-> Creating /etc/mailer.conf.postfix
-> Creating Postfix spool directory and chroot area under /var/spool/postfix


+---
| The existing configuration files in /etc/postfix has been preserved.
| You may want to compare them to the current sample files,
| /usr/local/share/examples/postfix, and update your configuration as needed.
|
| /etc/postfix/post{fix-{script,files},-install} has been updated.
+---


+---
| Don't forget to add "-a /var/spool/postfix/dev/log" to syslogd_flags
| in /etc/rc.conf.local (or /etc/rc.conf) and restart syslogd.
+---

+---
| Postfix can be set up to replace sendmail entirely. Please read the
| documentation at file:/usr/local/share/doc/postfix/html/index.html or
| http://www.postfix.org/ carefully before you decide to do this!
|
| To replace sendmail with postfix you have to install a new mailer.conf
| using the following command:
|
| /usr/local/sbin/postfix-enable
|
| If you want to restore sendmail, this is done using the following command:
|
| /usr/local/sbin/postfix-disable
+---

# pkg_info -M `ls -rt /var/db/pkg/`
Information for metaauto-0.5




Information for pcre-4.5p1


Information for postfix-2.2.5p0


#



Uwe






Re: 'bulk' build of php5-extensions dies

2005-11-11 Thread Jolan Luff
On Sat, Nov 12, 2005 at 12:29:19PM +0800, Uwe Dippel wrote:
> checking for SNMP support... yes, shared
> checking OpenSSL dir for SNMP... no
> checking for snmp_parse_oid in -lnetsnmp... no
> checking for init_snmp in -lnetsnmp... no
> configure: error: SNMP sanity check failed. Please check config.log for more 
> information.
> *** Error code 1
> 
> Stop in /usr/ports/www/php5/extensions (line 1778 of 
> /usr/ports/infrastructure/mk/bsd.port.mk).
> 
> config.log is almost 200k. What to do ?

cvs up, it's been fixed.



update: sysutils/perfd 0.2->0.3

2005-11-11 Thread Chris Kuethe
Well, shortly after taking maintainership of this, a new release is
rolled. So here's the updated port.

new -x flag to set an upper bound to the performance while on batteries
system activity calculation has been fixed

CK

--
GDB has a 'break' feature; why doesn't it have 'fix' too?


perfd.diff
Description: Binary data