Re: SHARED_LIBS status

2006-01-08 Thread Nikolay Sturm
* Marc Espie [2006-01-09]:
> > How is one to handle "plug-ins" that are really nothing more than  
> > shared libs that have no version? Does this apply to these as well?
> 
> No.

To elaborate a little more, there are ports, which build plugins but
build them as libraries with a version number. In that case it makes
sense to patch the version number away, in order to not having to
register these plugins with SHARED_LIBS (look at scribus for an example).

Nikolay



Re: SHARED_LIBS status

2006-01-08 Thread Marc Espie
On Mon, Jan 09, 2006 at 11:47:45AM +1100, Ian McWilliam wrote:
> 
> How is one to handle "plug-ins" that are really nothing more than  
> shared libs that have no version? Does this apply to these as well?

No.



Re: SHARED_LIBS status

2006-01-08 Thread Ian McWilliam


On 9 Jan 2006, at 10:04 AM, Marc Espie wrote:


We're now almost done converting all ports to SHARED_LIBS, and a huge
subset of them to USE_LIBTOOL instead of building their ports.

In the very near future (before tuesday, probably), pkg_create is  
going

to start erroring out if it finds shared libraries that are not under
SHARED_LIBS control.  I expect this to be under 25 packages at that  
point.


New ports HAVE to heed SHARED_LIBS. In most packages using libtool,  
it's

just a question of setting USE_LIBTOOL together with SHARED_LIBS.

The current conversion showed us that, in most cases, it's very  
easy to

do.




How is one to handle "plug-ins" that are really nothing more than  
shared libs that have no version? Does this apply to these as well?


Ian McWilliam





Re: UPDATE: net/irssi-0.8.10

2006-01-08 Thread Brad
On Sun, Jan 08, 2006 at 10:48:08PM +0200, Antti Harri wrote:
> 
> On Sun, 8 Jan 2006, Simon Dassow wrote:
> 
> >On Sun, Jan 08, 2006 at 09:41:41PM +0200, Antti Harri wrote:
> >>PS. How to get rid of the SHARED_LIBS warning? I tried
> >>tweaking the Makefile but without success.
> >
> >My patch has a few differences to anttis, includes SHARED_LIBS and
> >is available as diff (follows).
> 
> >[EMAIL PROTECTED] lib/irssi/modules/libirc_proxy.so.${LIBirc_proxy_VERSION}

This looks like a module and not a shared library proper so it should not
be versioned.

> I had 0.0 there and not the variable that's why it complained
> about SHARED_LIBS when I built it earlier today.
> 
> When will Irssi 0.8.10 be committed to OpenBSD-current?
> 
> --
> Antti Harri
> 



SHARED_LIBS status

2006-01-08 Thread Marc Espie
We're now almost done converting all ports to SHARED_LIBS, and a huge
subset of them to USE_LIBTOOL instead of building their ports.

In the very near future (before tuesday, probably), pkg_create is going
to start erroring out if it finds shared libraries that are not under
SHARED_LIBS control.  I expect this to be under 25 packages at that point.

New ports HAVE to heed SHARED_LIBS. In most packages using libtool, it's
just a question of setting USE_LIBTOOL together with SHARED_LIBS.

The current conversion showed us that, in most cases, it's very easy to
do.



Re: audio/gtkpod update 0.88.2 -> 0.99.2

2006-01-08 Thread Chris Kuethe
On 1/8/06, Nikolay Sturm <[EMAIL PROTECTED]> wrote:
> * Chris Kuethe [2006-01-07]:
> > gtkpod now requires libgpod, thus the tarball...
> >
> > works with my 5th gen on i386-current ... ~7.5GB and 1500 tracks. The
> > integrated tag editor is pretty nice.
>
> When I sent an update a few weeks ago, jolan@ recognized it didn't work
> with his shuffle. Before anyone commits this update, it should be
> verified the shuffle still works.

Yes, I saw Jolan's reply. The changelog entry for 0.99 talks about
improved shuffle support. Still, this is why we post ports for
testing...

CK

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



Re: UPDATE: net/irssi-0.8.10

2006-01-08 Thread Antti Harri


On Sun, 8 Jan 2006, Simon Dassow wrote:


On Sun, Jan 08, 2006 at 09:41:41PM +0200, Antti Harri wrote:

PS. How to get rid of the SHARED_LIBS warning? I tried
tweaking the Makefile but without success.


My patch has a few differences to anttis, includes SHARED_LIBS and
is available as diff (follows).



[EMAIL PROTECTED] lib/irssi/modules/libirc_proxy.so.${LIBirc_proxy_VERSION}


I had 0.0 there and not the variable that's why it complained
about SHARED_LIBS when I built it earlier today.

When will Irssi 0.8.10 be committed to OpenBSD-current?

--
Antti Harri



Re: UPDATE: net/irssi-0.8.10

2006-01-08 Thread Simon Dassow
On Sun, Jan 08, 2006 at 09:41:41PM +0200, Antti Harri wrote:
> On Mon, 12 Dec 2005, David Gwynne wrote:
> 
> >I get this warning when I start irssi 0.8.10 on sparc64:
> >
> >(process:25066): GLib-CRITICAL **: g_strcasecmp: assertion `s2 != NULL' 
> >failed
> >
> >0.8.9 doesn't produce this message.
> 
> No and neither does 0.8.10 built using my port if one uses
> correct term_charset (/set term_charset ISO-8859-1 for example).
> I found out the fault today when it started giving that message
> and scandinavian characters were shown incorrectly in my terminal.
> 
> PS. How to get rid of the SHARED_LIBS warning? I tried
> tweaking the Makefile but without success.

My patch has a few differences to anttis, includes SHARED_LIBS and
is available as diff (follows).


Regards

Simon

diff:
cvs server: cannot find patches/patch-ltmain_sh
cvs server: cannot find patches/patch-src_fe_common_core_fe_settings_c
cvs server: cannot find patches/patch-src_irc_dcc_dcc_autoget_c
cvs server: cannot find patches/patch-src_irc_proxy_Makefile_in
Index: Makefile
===
RCS file: /cvs/ports/net/irssi/Makefile,v
retrieving revision 1.25
diff -u -r1.25 Makefile
--- Makefile16 Dec 2004 00:31:22 -  1.25
+++ Makefile8 Jan 2006 20:33:55 -
@@ -5,7 +5,7 @@
 
 COMMENT=   "modular IRC client with many features (ipv6,socks,proxy)"
 
-DISTNAME=  irssi-0.8.9
+DISTNAME=  irssi-0.8.10
 CATEGORIES=net
 
 MASTER_SITES=  ${HOMEPAGE}/files/ \
@@ -26,15 +26,17 @@
 PERMIT_PACKAGE_FTP=Yes
 PERMIT_DISTFILES_CDROM=Yes
 PERMIT_DISTFILES_FTP=  Yes
-WANTLIB=   c crypto m ncurses perl ssl util
+WANTLIB=   c crypto m ncurses perl ssl util iconv intl
 
-LIB_DEPENDS+=  glib.1.2,gmodule::devel/glib
+LIB_DEPENDS+=  glib-2.0.0.0,gmodule-2.0.0.0::devel/glib2
 
 CONFIGURE_STYLE=   gnu
 
 CONFIGURE_ARGS+=   --datadir=${PREFIX}/share/doc --enable-ipv6 \
--with-proxy --enable-perl=yes --with-included-gettext \
-   --with-perl-lib=${PREFIX}/libdata/perl5/site_perl --with-glib1
+   --with-perl-lib=${PREFIX}/libdata/perl5/site_perl
+
+SHARED_LIBS=   irc_proxy   0.0
 
 FLAVORS=   socks
 FLAVOR?=
Index: distinfo
===
RCS file: /cvs/ports/net/irssi/distinfo,v
retrieving revision 1.11
diff -u -r1.11 distinfo
--- distinfo5 Jan 2005 17:14:46 -   1.11
+++ distinfo8 Jan 2006 20:33:55 -
@@ -1,4 +1,4 @@
-MD5 (irssi-0.8.9.tar.gz) = 1df516a770656ff0bec0ab62f9096bf6
-RMD160 (irssi-0.8.9.tar.gz) = 71432741b8096b35bb9745f93170b24b8545d9d8
-SHA1 (irssi-0.8.9.tar.gz) = 786dac6b7ddaff65683e78c8ea7686fd4569cf9f
-SIZE (irssi-0.8.9.tar.gz) = 1153560
+MD5 (irssi-0.8.10.tar.gz) = ed29412e86e1d5fbb71d24ae02edd462
+RMD160 (irssi-0.8.10.tar.gz) = ec7995c2965c6aa3f67ccd76da2c9a5f9c0c7b87
+SHA1 (irssi-0.8.10.tar.gz) = edfde2b2e0a703f6aa3eee9140255a8e928a9d1a
+SIZE (irssi-0.8.10.tar.gz) = 1322825
Index: pkg/PFRAG.shared
===
RCS file: pkg/PFRAG.shared
diff -N pkg/PFRAG.shared
--- /dev/null   1 Jan 1970 00:00:00 -
+++ pkg/PFRAG.shared8 Jan 2006 20:33:55 -
@@ -0,0 +1,2 @@
[EMAIL PROTECTED] $OpenBSD$
[EMAIL PROTECTED] lib/irssi/modules/libirc_proxy.so.${LIBirc_proxy_VERSION}
Index: pkg/PLIST
===
RCS file: /cvs/ports/net/irssi/pkg/PLIST,v
retrieving revision 1.13
diff -u -r1.13 PLIST
--- pkg/PLIST   15 Sep 2004 18:17:41 -  1.13
+++ pkg/PLIST   8 Jan 2006 20:33:55 -
@@ -1,10 +1,10 @@
 @comment $OpenBSD: PLIST,v 1.13 2004/09/15 18:17:41 espie Exp $
+%%SHARED%%
 bin/irssi
 lib/irssi/
 lib/irssi/modules/
 lib/irssi/modules/libirc_proxy.a
 lib/irssi/modules/libirc_proxy.la
-lib/irssi/modules/libirc_proxy.so
 libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/
 libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/Irssi/
 libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/Irssi.pm
@@ -57,6 +57,7 @@
 share/doc/irssi/help/echo
 share/doc/irssi/help/eval
 share/doc/irssi/help/exec
+share/doc/irssi/help/flushbuffer
 share/doc/irssi/help/flushbuffers
 share/doc/irssi/help/format
 share/doc/irssi/help/hash
@@ -91,6 +92,7 @@
 share/doc/irssi/help/names
 share/doc/irssi/help/nctcp
 share/doc/irssi/help/netsplit
+share/doc/irssi/help/network
 share/doc/irssi/help/nick
 share/doc/irssi/help/note
 share/doc/irssi/help/notice
@@ -103,6 +105,7 @@
 share/doc/irssi/help/quit
 share/doc/irssi/help/quote
 share/doc/irssi/help/rawlog
+share/doc/irssi/help/recode
 share/doc/irssi/help/reconnect
 share/doc/irssi/help/rehash
 share/doc/irssi/help/reload



Re: audio/gtkpod update 0.88.2 -> 0.99.2

2006-01-08 Thread Nikolay Sturm
* Chris Kuethe [2006-01-07]:
> gtkpod now requires libgpod, thus the tarball...
> 
> works with my 5th gen on i386-current ... ~7.5GB and 1500 tracks. The
> integrated tag editor is pretty nice.

When I sent an update a few weeks ago, jolan@ recognized it didn't work
with his shuffle. Before anyone commits this update, it should be
verified the shuffle still works.

Nikolay



Re: UPDATE: net/irssi-0.8.10

2006-01-08 Thread Antti Harri


On Mon, 12 Dec 2005, David Gwynne wrote:


I get this warning when I start irssi 0.8.10 on sparc64:

(process:25066): GLib-CRITICAL **: g_strcasecmp: assertion `s2 != NULL' 
failed


0.8.9 doesn't produce this message.


No and neither does 0.8.10 built using my port if one uses
correct term_charset (/set term_charset ISO-8859-1 for example).
I found out the fault today when it started giving that message
and scandinavian characters were shown incorrectly in my terminal.

PS. How to get rid of the SHARED_LIBS warning? I tried
tweaking the Makefile but without success.

Best regards,
Antti Harri



Re: java core dump

2006-01-08 Thread Alf Schlichting
On Sun, Jan 08, 2006 at 12:25:26PM -0500, Kurt Miller wrote:
> I haven't seen this one before, but I've fixed two MToolkit issues since 
> you build 1.5. If you can reproduce it with the -current port, I'll 
> look at it when I have time.
> 
> -Kurt
> 
I will try, but the last few times i've got "connection refused" from
Sun's download servers for whatever reasons since a month or so.

Alf



timed-out ports (part 4)

2006-01-08 Thread Jasper Lievisse Adriaanse
Hello,

here are some updates that timed-out. The updates are for the following
ports:

net/p5-Net-CIDR
net/p5-Net-CIDR-Lite
net/p5-Net-FTPServer
net/p5-Net-SNMP

security/p5-Authen-SASL
security/p5-Crypt-Blowfish
security/p5-Crypt-CBC

sysutils/p5-Quota

--8<--
-update the port;
-add a whitespace;
-add PKG_ARCH=*.

Index: Makefile
===
RCS file: /cvs/ports/net/p5-Net-CIDR/Makefile,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 Makefile
--- Makefile2004/11/01 11:13:31 1.1.1.1
+++ Makefile2005/12/07 15:34:38
@@ -2,7 +2,7 @@
 
 COMMENT=   "Perl module to manipulate IPv4/IPv6 netblocks in CIDR notation"
 
-DISTNAME=  Net-CIDR-0.10 
+DISTNAME=  Net-CIDR-0.11
 PKGNAME=   p5-${DISTNAME}
 CATEGORIES=net perl5
 
@@ -16,6 +16,8 @@
 
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Net/}
 
-CONFIGURE_STYLE=perl
+CONFIGURE_STYLE= perl
+
+PKG_ARCH= *
 
 .include 
Index: distinfo
===
RCS file: /cvs/ports/net/p5-Net-CIDR/distinfo,v
retrieving revision 1.2
diff -u -r1.2 distinfo
--- distinfo2005/01/05 17:14:53 1.2
+++ distinfo2005/12/07 15:34:38
@@ -1,4 +1,4 @@
-MD5 (Net-CIDR-0.10.tar.gz) = 34811457393f13b7efc52ec9a2c8809d
-RMD160 (Net-CIDR-0.10.tar.gz) = c97b0c01b4d7113f8d1702b36963f92e8532be57
-SHA1 (Net-CIDR-0.10.tar.gz) = e0c27d81fa1d6d5ad4d3e18a722027940c6da158
-SIZE (Net-CIDR-0.10.tar.gz) = 8858
+MD5 (Net-CIDR-0.11.tar.gz) = aabf2fa68212cbecb89e77afb3c5ba67
+RMD160 (Net-CIDR-0.11.tar.gz) = f722c72a8cd5f8717d0f1f774d777dc1200dbe35
+SHA1 (Net-CIDR-0.11.tar.gz) = 4292bf36563ca93467654807b9d578a24b72c501
+SIZE (Net-CIDR-0.11.tar.gz) = 8914

--8<--
-update the port;
-add a whitespace;
-add PKG_ARCH=*.

Index: Makefile
===
RCS file: /cvs/ports/net/p5-Net-CIDR-Lite/Makefile,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 Makefile
--- Makefile2004/11/01 11:24:22 1.1.1.1
+++ Makefile2005/12/07 15:36:45
@@ -2,7 +2,7 @@
 
 COMMENT=   "Perl extension for merging IPv4 or IPv6 CIDR addresses"
 
-DISTNAME=  Net-CIDR-Lite-0.15
+DISTNAME=  Net-CIDR-Lite-0.18
 PKGNAME=   p5-${DISTNAME}
 CATEGORIES=net perl5
 
@@ -16,6 +16,8 @@
 
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Net/}
 
-CONFIGURE_STYLE=perl
+CONFIGURE_STYLE= perl
+
+PKG_ARCH= *
 
 .include 
Index: distinfo
===
RCS file: /cvs/ports/net/p5-Net-CIDR-Lite/distinfo,v
retrieving revision 1.2
diff -u -r1.2 distinfo
--- distinfo2005/01/05 17:14:53 1.2
+++ distinfo2005/12/07 15:36:45
@@ -1,4 +1,4 @@
-MD5 (Net-CIDR-Lite-0.15.tar.gz) = ecda840da7e401c96469e04083cc2af1
-RMD160 (Net-CIDR-Lite-0.15.tar.gz) = 974a8753944bd817972c0ccdb50c2f8088896d80
-SHA1 (Net-CIDR-Lite-0.15.tar.gz) = 235cf15f00e906a444094de9e7d7e933e5c16b2b
-SIZE (Net-CIDR-Lite-0.15.tar.gz) = 8099
+MD5 (Net-CIDR-Lite-0.18.tar.gz) = c4c839713b701458e880bf2d058cbab4
+RMD160 (Net-CIDR-Lite-0.18.tar.gz) = bd84b76ef928b363706c553f445f8366e74a4252
+SHA1 (Net-CIDR-Lite-0.18.tar.gz) = b0c550b36a3ccb67c89b10ee74d812769113c0d9
+SIZE (Net-CIDR-Lite-0.18.tar.gz) = 8804

--8<--
-update the port;
-reorder the Makefile;
-get rid of ${V};
-add a dependency;
-add PKG_ARCH=*

Index: Makefile
===
RCS file: /cvs/ports/net/p5-Net-FTPServer/Makefile,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 Makefile
--- Makefile2004/01/15 14:21:00 1.1.1.1
+++ Makefile2006/01/08 17:50:31
@@ -2,31 +2,33 @@
 
 COMMENT=   "secure, extensible and configurable Perl FTPd"
 
-V= 1.119
-DISTNAME=  Net-FTPServer-${V}
+DISTNAME=  Net-FTPServer-1.122
 PKGNAME=   p5-${DISTNAME}
 CATEGORIES=net perl5
 
-MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Net/}
-
 MAINTAINER=Anil Madhavapeddy <[EMAIL PROTECTED]>
 
+# GPL
+PERMIT_PACKAGE_CDROM=  Yes
+PERMIT_PACKAGE_FTP=Yes
+PERMIT_DISTFILES_CDROM=Yes
+PERMIT_DISTFILES_FTP=  Yes
+
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Net/}
+
 BUILD_DEPENDS= ${RUN_DEPENDS}
 RUN_DEPENDS=   ::archivers/p5-Archive-Zip \
+   ::archivers/p5-Compress-Zlib \
::devel/p5-BSD-Resource \
::devel/p5-IO-stringy \
::databases/p5-DBI \
::devel/p5-File-Sync
 
-# GPL
-PERMIT_PACKAGE_CDROM=  Yes
-PERMIT_PACKAGE_FTP=Yes
-PERMIT_DISTFILES_CDROM=Yes
-PERMIT_DISTFILES_FTP=  Yes
-
 CONFIGURE_STYLE= perl
 FAKE_FLAGS=NOCONF=1 ${DESTDIRNAME}=${WRKINST}
 CONFIG_DIR=${PREFIX}/share/examples/p5-Net-FTPServer
+
+PKG_ARCH=  *
 
 post-install:
${INSTALL_DATA_DIR} ${CONFIG_DIR}
Index: distinfo
===
RCS file: /cvs/ports/net/p5-Net-FTPServer/di

Re: java core dump

2006-01-08 Thread Kurt Miller
I haven't seen this one before, but I've fixed two MToolkit issues since 
you build 1.5. If you can reproduce it with the -current port, I'll 
look at it when I have time.

-Kurt

On Sunday 08 January 2006 04:30 am, Alf Schlichting wrote:
> Hello!
>
> While running the JAP-proxy from
> http://anon.inf.tu-dresden.de/jap/JAP.jar
> with
> $ java -jar JAP.jar
> java core-dumped after clicking on the exit-button.
> This seems not to be repeatable.
>
> The port was built some time ago, the system is a snapshot from
> around Dec. 26, i believe.
>
> Alf
>
> [EMAIL PROTECTED]:13$ uname -a
> OpenBSD werkel.rechners.lemarit.com 3.8 GENERIC#459 i386
> [EMAIL PROTECTED]:14$  ls -lc /usr/local/jdk-1.5.0/bin/java
> -rwxr-xr-x  1 root  bin  60900 Aug 12 23:52
> /usr/local/jdk-1.5.0/bin/java*
>
> crash message in xterm:
> [EMAIL PROTECTED]:17$ [2006/01/07-09:13:50, Error] AnonServiceImpl
> received connectionError [2006/01/07-09:13:50, Error] AnonProxy
> received connectionError [2006/01/07-09:13:50, Error]
> JAPController received connectionError #
> # An unexpected error has been detected by HotSpot Virtual Machine:
> #
> #  SIGSEGV (0xb) at pc=0x04960253, pid=7329, tid=0x8021d400
> #
> # Java VM: Java HotSpot(TM) Client VM (1.5.0-p1-_02_aug_2005_08_25
> mixed mode) # Problematic frame:
> # C  [libmawt.so+0x59253] 
> Java_sun_awt_motif_MPanelPeer_pRestack+0x58 #
> # An error report file with more information is saved as
> hs_err_pid7329.log #
> # If you would like to submit a bug report, please visit:
> #   http://java.sun.com/webapps/bugreport/crash.jsp
> #
>
> [1] + Abort trap   java -jar JAP.jar  (core dumped)
> [EMAIL PROTECTED]:17$
>
>
> gdb:
> [EMAIL PROTECTED]:1$ gdb -q /usr/local/jdk-1.5.0/bin/java java.core
> (no debugging symbols found)
> Core was generated by `java'.
> Program terminated with signal 6, Aborted.
> Reading symbols from /usr/lib/libpthread.so.6.2...done.
> Loaded symbols for /usr/lib/libpthread.so.6.2
> Symbols already loaded for /usr/lib/libpthread.so.6.2
> Reading symbols from /usr/lib/libc.so.38.4...done.
> Loaded symbols for /usr/lib/libc.so.38.4
> Reading symbols from /usr/libexec/ld.so...done.
> Loaded symbols for /usr/libexec/ld.so
> Reading symbols from
> /usr/local/jdk-1.5.0/jre/lib/i386/client/libjvm.so...done. Loaded
> symbols for /usr/local/jdk-1.5.0/jre/lib/i386/client/libjvm.so
> Reading symbols from /usr/lib/libm.so.2.1...done.
> Loaded symbols for /usr/lib/libm.so.2.1
> Reading symbols from
> /usr/local/jdk-1.5.0/jre/lib/i386/native_threads/libhpi.so...done.
> Loaded symbols for
> /usr/local/jdk-1.5.0/jre/lib/i386/native_threads/libhpi.so Reading
> symbols from /usr/local/jdk-1.5.0/jre/lib/i386/libverify.so...done.
> Loaded symbols for /usr/local/jdk-1.5.0/jre/lib/i386/libverify.so
> Reading symbols from
> /usr/local/jdk-1.5.0/jre/lib/i386/libjava.so...done. Loaded symbols
> for /usr/local/jdk-1.5.0/jre/lib/i386/libjava.so Reading symbols from
> /usr/local/jdk-1.5.0/jre/lib/i386/libzip.so...done. Loaded symbols
> for /usr/local/jdk-1.5.0/jre/lib/i386/libzip.so Reading symbols from
> /usr/local/jdk-1.5.0/jre/lib/i386/libawt.so...done. Loaded symbols
> for /usr/local/jdk-1.5.0/jre/lib/i386/libawt.so Reading symbols from
> /usr/local/jdk-1.5.0/jre/lib/i386/libmlib_image.so...done. Loaded
> symbols for /usr/local/jdk-1.5.0/jre/lib/i386/libmlib_image.so
> Reading symbols from
> /usr/local/jdk-1.5.0/jre/lib/i386/motif21/libmawt.so...done. Loaded
> symbols for /usr/local/jdk-1.5.0/jre/lib/i386/motif21/libmawt.so
> Reading symbols from /usr/local/lib/libXm.so.3.0...done.
> Loaded symbols for /usr/local/lib/libXm.so.3.0
> Reading symbols from /usr/X11R6/lib/libXp.so.9.0...done.
> Loaded symbols for /usr/X11R6/lib/libXp.so.9.0
> Reading symbols from /usr/X11R6/lib/libXtst.so.9.0...done.
> Loaded symbols for /usr/X11R6/lib/libXtst.so.9.0
> Reading symbols from /usr/X11R6/lib/libXext.so.9.0...done.
> Loaded symbols for /usr/X11R6/lib/libXext.so.9.0
> Reading symbols from /usr/X11R6/lib/libXt.so.9.0...done.
> Loaded symbols for /usr/X11R6/lib/libXt.so.9.0
> Reading symbols from /usr/X11R6/lib/libX11.so.9.0...done.
> Loaded symbols for /usr/X11R6/lib/libX11.so.9.0
> Reading symbols from /usr/X11R6/lib/libSM.so.8.0...done.
> Loaded symbols for /usr/X11R6/lib/libSM.so.8.0
> Reading symbols from /usr/X11R6/lib/libICE.so.8.0...done.
> Loaded symbols for /usr/X11R6/lib/libICE.so.8.0
> Reading symbols from
> /usr/local/jdk-1.5.0/jre/lib/i386/libfontmanager.so...done. Loaded
> symbols for /usr/local/jdk-1.5.0/jre/lib/i386/libfontmanager.so
> Reading symbols from /usr/X11R6/lib/libXcursor.so.3.0...done. Loaded
> symbols for /usr/X11R6/lib/libXcursor.so.3.0
> Reading symbols from /usr/X11R6/lib/libXrender.so.4.0...done.
> Loaded symbols for /usr/X11R6/lib/libXrender.so.4.0
> Reading symbols from
> /usr/local/jdk-1.5.0/jre/lib/i386/libnet.so...done. Loaded symbols
> for /usr/local/jdk-1.5.0/jre/lib/i386/libnet.so Reading symbols from
> /usr/local/jdk-1.5.0/jre/lib/i386/libnio.so...don

Re: UPDATE: xcursorgen NEW: xcursor-themes

2006-01-08 Thread Simon Dassow
On Sun, Jan 08, 2006 at 03:08:28PM +0100, Matthieu Herrb wrote:
> With the new X11R7.0 modular release, it is possible to get xcursor 
> sources directly from X.Org.
> 'xcursorgen' is updated to only build/install the 'xcursorgen' program 
> (and manual page), while a new port, xcursor-themes contains the actual 
> xcursor data files.
> The attached files update xcursorgen to the X11R7.0 modular version, and 
> provide a new port for xcursor-themes.
> 
> This should work in -current, even though I'm not yet done with the 
> X11R6.9 merge in the base system.

Works very well under -current i386 as of Jan 08.


Thanks and regards

Simon



Re: RFC: net/vtun

2006-01-08 Thread Jasper Lievisse Adriaanse
On Sun, 8 Jan 2006 16:44:05 +0100
Aleksander Piotrowski <[EMAIL PROTECTED]> wrote:

> Hi
> 
> I would like to remove (like cvs rm -f) net/vtun port.  It's marked
> broken since 2003/09 ...
I'd say, go ahead. Since it has been broken for some time (with a reason
unacceptable for such a program), and we have good alternatives I guess.

Cheers,
Jasper

> 
> Alek
> -- 
> Spieranie się z zakochanym, to jak próba osuszenia oceanu łyżką.
>  -- Stephen King, Powołanie Trójki
> 


-- 
"Security is decided by quality" -- Theo de Raadt


pgpmpRWOpdaWE.pgp
Description: PGP signature


RFC: net/vtun

2006-01-08 Thread Aleksander Piotrowski
Hi

I would like to remove (like cvs rm -f) net/vtun port.  It's marked
broken since 2003/09 ...

Alek
-- 
Spieranie się z zakochanym, to jak próba osuszenia oceanu łyżką.
 -- Stephen King, Powołanie Trójki



UPDATE: xcursorgen NEW: xcursor-themes

2006-01-08 Thread Matthieu Herrb

Hi,

With the new X11R7.0 modular release, it is possible to get xcursor 
sources directly from X.Org.
'xcursorgen' is updated to only build/install the 'xcursorgen' program 
(and manual page), while a new port, xcursor-themes contains the actual 
xcursor data files.
The attached files update xcursorgen to the X11R7.0 modular version, and 
provide a new port for xcursor-themes.


This should work in -current, even though I'm not yet done with the 
X11R6.9 merge in the base system.


Testing and comments are welcome.
--
Matthieu Herrb
Index: Makefile
===
RCS file: /cvs/OpenBSD/ports/x11/xcursorgen/Makefile,v
retrieving revision 1.9
diff -u -r1.9 Makefile
--- Makefile12 Apr 2005 22:12:40 -  1.9
+++ Makefile8 Jan 2006 14:01:38 -
@@ -1,8 +1,8 @@
 # $OpenBSD: Makefile,v 1.9 2005/04/12 22:12:40 matthieu Exp $
 
-COMMENT=   "X11 Cursors themes"
-DISTNAME=  xcursorgen-6.8.2
-WRKDIST=   ${WRKDIR}/${DISTNAME:C/-.*//}
+COMMENT=   "X11 Cursors themes generator"
+DISTNAME=  xcursorgen-X11R7.0-1.0.0
+PKGNAME=   xcursorgen-7.0
 CATEGORIES=x11
 
 HOMEPAGE=  http://wiki.X.Org/
@@ -17,16 +17,14 @@
 PERMIT_DISTFILES_CDROM=Yes
 PERMIT_DISTFILES_FTP=  Yes
 
-MASTER_SITES=  ftp://ftp.laas.fr/pub/ii/matthieu/xorg/
+MASTER_SITES=  ftp://ftp.x.org/pub/X11R7.0/src/app/
 
 WANTLIB=   X11 Xcursor Xext Xrender c m z
 
 USE_X11=   Yes
-CONFIGURE_STYLE=   imake
-
-pre-configure:
-   @sed -e s,@LOCALBASE@,${LOCALBASE}, < ${FILESDIR}/host.def \
-   > ${WRKSRC}/host.def
+CONFIGURE_STYLE=   gnu
+CONFIGURE_ENV= XCURSORGEN_CFLAGS="-I${X11BASE}/include 
-I${LOCALBASE}/include/libpng" \
+   XCURSORGEN_LIBS="-L${X11BASE}/lib -L${LOCALBASE}/lib 
-lX11 -lXcursor -lpng -lz -lm"
 
 NO_REGRESS=Yes
 
Index: distinfo
===
RCS file: /cvs/OpenBSD/ports/x11/xcursorgen/distinfo,v
retrieving revision 1.4
diff -u -r1.4 distinfo
--- distinfo12 Apr 2005 22:12:40 -  1.4
+++ distinfo8 Jan 2006 14:01:38 -
@@ -1,4 +1,4 @@
-MD5 (xcursorgen-6.8.2.tar.gz) = b55d16b8ee98e4a1d5a23fa3beba1ad5
-RMD160 (xcursorgen-6.8.2.tar.gz) = 4929c4bb8a4f77a9a44623b90c0c423a74112396
-SHA1 (xcursorgen-6.8.2.tar.gz) = 31109d6ab219552115d28775f0a3dd2ff8f9c48a
-SIZE (xcursorgen-6.8.2.tar.gz) = 2377741
+MD5 (xcursorgen-X11R7.0-1.0.0.tar.gz) = d85719f750973539d21764bcbb4ca2c9
+RMD160 (xcursorgen-X11R7.0-1.0.0.tar.gz) = 
1c6a9ebb2348edd2717f2495e9241b7153109576
+SHA1 (xcursorgen-X11R7.0-1.0.0.tar.gz) = 
0e10a22bd277e020b83a733c2de07404ad070afd
+SIZE (xcursorgen-X11R7.0-1.0.0.tar.gz) = 93036
Index: patches/patch-handhelds-Imakefile
===
RCS file: patches/patch-handhelds-Imakefile
diff -N patches/patch-handhelds-Imakefile
--- patches/patch-handhelds-Imakefile   24 Apr 2003 21:42:38 -  1.1
+++ /dev/null   1 Jan 1970 00:00:00 -
@@ -1,13 +0,0 @@
-$OpenBSD: patch-handhelds-Imakefile,v 1.1 2003/04/24 21:42:38 matthieu Exp $
-
 handhelds/Imakefile.orig   Thu Apr  3 21:09:27 2003
-+++ handhelds/ImakefileThu Apr 24 23:29:10 2003
-@@ -11,7 +11,7 @@ THEMEDIR=$(ICONDIR)/$(THEME)/cursors
- all:: name@@\
-   @@\
- name: name.cfg CursorSources(name)@@\
--  $(XCURSORGEN) -p $(PNGDIR) name.cfg name@@\
-+  ../xcursorgen -p $(PNGDIR) name.cfg name@@\
-   @@\
- clean::   
@@\
-   $(RM) name  @@\
Index: patches/patch-redglass-Imakefile
===
RCS file: patches/patch-redglass-Imakefile
diff -N patches/patch-redglass-Imakefile
--- patches/patch-redglass-Imakefile24 Apr 2003 21:42:38 -  1.1
+++ /dev/null   1 Jan 1970 00:00:00 -
@@ -1,13 +0,0 @@
-$OpenBSD: patch-redglass-Imakefile,v 1.1 2003/04/24 21:42:38 matthieu Exp $
-
 redglass/Imakefile.origThu Apr  3 21:09:27 2003
-+++ redglass/Imakefile Thu Apr 24 23:29:10 2003
-@@ -26,7 +26,7 @@ THEMEDIR=$(ICONDIR)/$(THEME)/cursors
- all:: name@@\
-   @@\
- name: name.cfg source @@\
--  $(XCURSORGEN) name.cfg name @@\
-+  ../xcursorgen name.cfg name @@\
-   @@\
- clean::

java core dump

2006-01-08 Thread Alf Schlichting
Hello!

While running the JAP-proxy from
http://anon.inf.tu-dresden.de/jap/JAP.jar
with 
$ java -jar JAP.jar
java core-dumped after clicking on the exit-button.
This seems not to be repeatable.

The port was built some time ago, the system is a snapshot from around Dec. 26, 
i believe.

Alf

[EMAIL PROTECTED]:13$ uname -a
OpenBSD werkel.rechners.lemarit.com 3.8 GENERIC#459 i386
[EMAIL PROTECTED]:14$  ls -lc /usr/local/jdk-1.5.0/bin/java 
-rwxr-xr-x  1 root  bin  60900 Aug 12 23:52 /usr/local/jdk-1.5.0/bin/java*

crash message in xterm:
[EMAIL PROTECTED]:17$ [2006/01/07-09:13:50, Error] AnonServiceImpl received 
connectionError
[2006/01/07-09:13:50, Error] AnonProxy received connectionError
[2006/01/07-09:13:50, Error] JAPController received connectionError
#
# An unexpected error has been detected by HotSpot Virtual Machine:
#
#  SIGSEGV (0xb) at pc=0x04960253, pid=7329, tid=0x8021d400
#
# Java VM: Java HotSpot(TM) Client VM (1.5.0-p1-_02_aug_2005_08_25 mixed mode)
# Problematic frame:
# C  [libmawt.so+0x59253]  Java_sun_awt_motif_MPanelPeer_pRestack+0x58
#
# An error report file with more information is saved as hs_err_pid7329.log
#
# If you would like to submit a bug report, please visit:
#   http://java.sun.com/webapps/bugreport/crash.jsp
#

[1] + Abort trap   java -jar JAP.jar  (core dumped)
[EMAIL PROTECTED]:17$ 


gdb:
[EMAIL PROTECTED]:1$ gdb -q /usr/local/jdk-1.5.0/bin/java java.core
(no debugging symbols found)
Core was generated by `java'.
Program terminated with signal 6, Aborted.
Reading symbols from /usr/lib/libpthread.so.6.2...done.
Loaded symbols for /usr/lib/libpthread.so.6.2
Symbols already loaded for /usr/lib/libpthread.so.6.2
Reading symbols from /usr/lib/libc.so.38.4...done.
Loaded symbols for /usr/lib/libc.so.38.4
Reading symbols from /usr/libexec/ld.so...done.
Loaded symbols for /usr/libexec/ld.so
Reading symbols from /usr/local/jdk-1.5.0/jre/lib/i386/client/libjvm.so...done.
Loaded symbols for /usr/local/jdk-1.5.0/jre/lib/i386/client/libjvm.so
Reading symbols from /usr/lib/libm.so.2.1...done.
Loaded symbols for /usr/lib/libm.so.2.1
Reading symbols from 
/usr/local/jdk-1.5.0/jre/lib/i386/native_threads/libhpi.so...done.
Loaded symbols for /usr/local/jdk-1.5.0/jre/lib/i386/native_threads/libhpi.so
Reading symbols from /usr/local/jdk-1.5.0/jre/lib/i386/libverify.so...done.
Loaded symbols for /usr/local/jdk-1.5.0/jre/lib/i386/libverify.so
Reading symbols from /usr/local/jdk-1.5.0/jre/lib/i386/libjava.so...done.
Loaded symbols for /usr/local/jdk-1.5.0/jre/lib/i386/libjava.so
Reading symbols from /usr/local/jdk-1.5.0/jre/lib/i386/libzip.so...done.
Loaded symbols for /usr/local/jdk-1.5.0/jre/lib/i386/libzip.so
Reading symbols from /usr/local/jdk-1.5.0/jre/lib/i386/libawt.so...done.
Loaded symbols for /usr/local/jdk-1.5.0/jre/lib/i386/libawt.so
Reading symbols from /usr/local/jdk-1.5.0/jre/lib/i386/libmlib_image.so...done.
Loaded symbols for /usr/local/jdk-1.5.0/jre/lib/i386/libmlib_image.so
Reading symbols from 
/usr/local/jdk-1.5.0/jre/lib/i386/motif21/libmawt.so...done.
Loaded symbols for /usr/local/jdk-1.5.0/jre/lib/i386/motif21/libmawt.so
Reading symbols from /usr/local/lib/libXm.so.3.0...done.
Loaded symbols for /usr/local/lib/libXm.so.3.0
Reading symbols from /usr/X11R6/lib/libXp.so.9.0...done.
Loaded symbols for /usr/X11R6/lib/libXp.so.9.0
Reading symbols from /usr/X11R6/lib/libXtst.so.9.0...done.
Loaded symbols for /usr/X11R6/lib/libXtst.so.9.0
Reading symbols from /usr/X11R6/lib/libXext.so.9.0...done.
Loaded symbols for /usr/X11R6/lib/libXext.so.9.0
Reading symbols from /usr/X11R6/lib/libXt.so.9.0...done.
Loaded symbols for /usr/X11R6/lib/libXt.so.9.0
Reading symbols from /usr/X11R6/lib/libX11.so.9.0...done.
Loaded symbols for /usr/X11R6/lib/libX11.so.9.0
Reading symbols from /usr/X11R6/lib/libSM.so.8.0...done.
Loaded symbols for /usr/X11R6/lib/libSM.so.8.0
Reading symbols from /usr/X11R6/lib/libICE.so.8.0...done.
Loaded symbols for /usr/X11R6/lib/libICE.so.8.0
Reading symbols from /usr/local/jdk-1.5.0/jre/lib/i386/libfontmanager.so...done.
Loaded symbols for /usr/local/jdk-1.5.0/jre/lib/i386/libfontmanager.so
Reading symbols from /usr/X11R6/lib/libXcursor.so.3.0...done.
Loaded symbols for /usr/X11R6/lib/libXcursor.so.3.0
Reading symbols from /usr/X11R6/lib/libXrender.so.4.0...done.
Loaded symbols for /usr/X11R6/lib/libXrender.so.4.0
Reading symbols from /usr/local/jdk-1.5.0/jre/lib/i386/libnet.so...done.
Loaded symbols for /usr/local/jdk-1.5.0/jre/lib/i386/libnet.so
Reading symbols from /usr/local/jdk-1.5.0/jre/lib/i386/libnio.so...done.
Loaded symbols for /usr/local/jdk-1.5.0/jre/lib/i386/libnio.so
#0  0x0356369d in kill () from /usr/lib/libc.so.38.4
(gdb) backtrace
#0  0x0356369d in kill () from /usr/lib/libc.so.38.4
#1  0x0359f64b in abort () at /usr/src/lib/libc/stdlib/abort.c:65
#2  0x0784a3ff in os::abort(int) ()
   from /usr/local/jdk-1.5.0/jre/lib/i386/client/libjvm.so
#3  0x078cbf7b in VMError::report_and_die() ()
   from /usr/local/jdk-1.5.0/jre/lib/i

Re: giving up maintainership

2006-01-08 Thread Jasper Lievisse Adriaanse
On Sun, 8 Jan 2006 01:19:14 +0100
Waldemar Brodkorb <[EMAIL PROTECTED]> wrote:

> devel/p5-Event
> devel/p5-Locale-gettext
I'll take these.

Cheers,
Jasper


pgpabNsciVl1a.pgp
Description: PGP signature


Re: pango/i386 packaging issue

2006-01-08 Thread steven mestdagh
On Sat, Jan 07, 2006 at 05:51:41PM -0800, Marco S Hyman wrote:
> Source (system and ports) as of a few hours ago.
> 
> ===>  Building package for pango-1.10.2p0
> Switching to /usr/ports/devel/pango/pkg/PFRAG.shared
> Error in package: 
> "/usr/obj/ports/pango-1.10.2p0/fake-i386//usr/local/include/pango-1.0/pango/pangocairo.h"
>  does not exist
> Error in package: 
> "/usr/obj/ports/pango-1.10.2p0/fake-i386//usr/local/lib/libpangocairo-1.0.a" 
> does not exist
> Error in package: 
> "/usr/obj/ports/pango-1.10.2p0/fake-i386//usr/local/lib/libpangocairo-1.0.la" 
> does not exist
> Error in package: 
> "/usr/obj/ports/pango-1.10.2p0/fake-i386//usr/local/lib/pkgconfig/pangocairo.pc"
>  does not exist
> Error in package: 
> "/usr/obj/ports/pango-1.10.2p0/fake-i386//usr/local/lib/libpangocairo-1.0.so.1001.1"
>  does not exist
> ===>  Cleaning for pango-1.10.2p0
> rm -f /var/spool/ftp/pub/i386-snap/pkg/all/pango-1.10.2p0.tgz
> *** Error code 1

I had the same issue yesterday. Matthieu sent a patch for cairo that
solves this to ports@ on Jan 2.

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



Re: giving up maintainership

2006-01-08 Thread BLQ

I'll take net/pptp.

Benoit

Waldemar Brodkorb wrote:

Hi,

I like to giving up maintainership on following ports I do not use
anymore or have no machine with the needed hardware to use the port:
net/pptp
graphics/dvdrip
devel/p5-Event
devel/p5-Locale-gettext
net/sixxs-heartbeatd

bye
Waldemar