Re: UPDATE: graphics/gimp

2007-11-09 Thread Simon Bertrang
On Fri, Nov 09, 2007 at 08:44:28AM +0100, Giovanni Bechis wrote:
 On Thu, Nov 08, 2007 at 02:15:40PM -0500, Brad wrote:
  Poppler itself does not require Qt. The port does have optional Qt3 and Qt4
  bindings which are sub-packages.
  
 I tried to make install gimp (I haven't poppler installed) and it tries
 to build qt3 too.

Sure it does - it builds the qt subpackages and thus depends on qt at
build time.
If you want to avoid qt, just build poppler with FLAVOR=no_qt no_qt4
or use the package.

Regards,
Simon



Re: UPDATE: x11/fluxbox 0.9.15.1 - 1.0.0

2007-11-09 Thread Genadijus Paleckis

Yes, it is more elegant way to deal with separate build.
It is OK for me.

Mike Erdely wrote:

On Thu, Nov 08, 2007 at 06:26:46PM +0200, Genadijus Paleckis wrote:

working for me on i386. please test and comment.


Here's a modified diff that fixes WANTLIB and IMO handles the
SEPARATE_BUILD a little better (no FILESDIR stuff):

Works for me on i386.

Also, CC'd $MAINTAINER.

-ME

Index: Makefile
===
RCS file: /cvs/ports/x11/fluxbox/Makefile,v
retrieving revision 1.42
diff -u -p -r1.42 Makefile
--- Makefile15 Sep 2007 20:04:19 -  1.42
+++ Makefile8 Nov 2007 19:26:31 -
@@ -2,9 +2,9 @@
 
 COMMENT=		window manager based on the original Blackbox code
 
-VERSION=		0.9.15.1

+VERSION=   1.0.0
 DISTNAME=  fluxbox-${VERSION}
-PKGNAME=   ${DISTNAME}p0
+PKGNAME=   ${DISTNAME}
 CATEGORIES=x11
 
 MASTER_SITES=		${MASTER_SITE_SOURCEFORGE:=fluxbox/}

@@ -18,12 +18,14 @@ PERMIT_PACKAGE_CDROM=   Yes
 PERMIT_PACKAGE_FTP=Yes
 PERMIT_DISTFILES_CDROM=Yes
 PERMIT_DISTFILES_FTP=  Yes
-WANTLIB=   ICE SM X11 Xext Xft Xinerama Xpm Xrandr Xrender \
-   fontconfig freetype stdc++ m c
+WANTLIB=   ICE SM X11 Xau Xdmcp Xext Xft Xinerama Xpm Xrandr \
+   Xrender c expat fontconfig freetype m stdc++ z
 
-CONFIGURE_STYLE=	autoconf

-AUTOCONF_VERSION=  2.59
-CONFIGURE_ARGS=--enable-xinerama --enable-imlib2
+CONFIGURE_STYLE=   gnu
+CONFIGURE_ARGS=--enable-xinerama \
+   --enable-imlib2 \
+   --program-prefix= \
+   --program-suffix=
 
 USE_X11=		Yes

 USE_LIBTOOL=   Yes
Index: distinfo
===
RCS file: /cvs/ports/x11/fluxbox/distinfo,v
retrieving revision 1.23
diff -u -p -r1.23 distinfo
--- distinfo5 Apr 2007 17:36:19 -   1.23
+++ distinfo8 Nov 2007 19:26:31 -
@@ -1,5 +1,5 @@
-MD5 (fluxbox-0.9.15.1.tar.gz) = hq+mVwqH1oRQKoIKPxdeNw==
-RMD160 (fluxbox-0.9.15.1.tar.gz) = usCPchNn38HX2kkfKGvRnfzYES4=
-SHA1 (fluxbox-0.9.15.1.tar.gz) = oiuKZ5f69O2wO2Y4L+FNgiEqGhE=
-SHA256 (fluxbox-0.9.15.1.tar.gz) = qQiYo5W7MEs+9vhlo1qhFKnIgyvST2nNsGNKImQd384=
-SIZE (fluxbox-0.9.15.1.tar.gz) = 944863
+MD5 (fluxbox-1.0.0.tar.gz) = HziRd+F80ejb7QfICBKWHw==
+RMD160 (fluxbox-1.0.0.tar.gz) = uLofWPfDl1bDKCkdIeZVcmjgWAs=
+SHA1 (fluxbox-1.0.0.tar.gz) = uTSSOQ4hw9pfV12ZPnpS5PmVOjI=
+SHA256 (fluxbox-1.0.0.tar.gz) = mK/KrknNPLHKX6MrN51jDsiKdeZMuEcqECPbHRw1wSo=
+SIZE (fluxbox-1.0.0.tar.gz) = 975940
Index: patches/patch-data_README_style
===
RCS file: patches/patch-data_README_style
diff -N patches/patch-data_README_style
--- patches/patch-data_README_style 25 Jan 2006 03:57:44 -  1.1
+++ /dev/null   1 Jan 1970 00:00:00 -
@@ -1,12 +0,0 @@
-$OpenBSD: patch-data_README_style,v 1.1 2006/01/25 03:57:44 david Exp $
 data/README.style.orig Mon Nov 15 14:40:53 2004
-+++ data/README.style  Mon Jan 23 03:19:26 2006
-@@ -315,7 +315,7 @@ handleWidth:4
- menuFont:   lucidasans-10
- titleFont:  lucidasans-bold-10
- 
--rootCommand:bsetroot -mod 4 4 -fg rgb:6/6/5c -bg grey20

-+rootCommand:fbsetroot -mod 4 4 -fg rgb:6/6/5c -bg grey20
- ...
- 
- Alright!  Our style is finished.  Let's see how the sucker looks.  First we

Index: patches/patch-util_Makefile_in
===
RCS file: patches/patch-util_Makefile_in
diff -N patches/patch-util_Makefile_in
--- /dev/null   1 Jan 1970 00:00:00 -
+++ patches/patch-util_Makefile_in  8 Nov 2007 19:26:31 -
@@ -0,0 +1,12 @@
+$OpenBSD$
+--- util/Makefile.in.orig  Thu Nov  8 12:11:29 2007
 util/Makefile.in   Thu Nov  8 12:11:49 2007
+@@ -620,7 +620,7 @@ fbsetroot.o:   fbsetroot.cc ../config.h $(srcdir)/fbset
+   $(top_srcdir)/src/FbRootWindow.hh 
$(top_srcdir)/src/FbAtoms.hh
+ 
+ fluxbox-update_configs.o:	fluxbox-update_configs.cc ../config.h \

+-  $(top_srcdir)/src/defaults.hh
++  ../src/defaults.hh
+ 
+ fluxbox-remote.o:	fluxbox-remote.cc
+ 
Index: patches/patch-util_fluxbox-generate_menu_in

===
RCS file: /cvs/ports/x11/fluxbox/patches/patch-util_fluxbox-generate_menu_in,v
retrieving revision 1.6
diff -u -p -r1.6 patch-util_fluxbox-generate_menu_in
--- patches/patch-util_fluxbox-generate_menu_in 25 Jan 2006 03:57:44 -  
1.6
+++ patches/patch-util_fluxbox-generate_menu_in 8 Nov 2007 19:26:31 -
@@ -1,7 +1,7 @@
 $OpenBSD: patch-util_fluxbox-generate_menu_in,v 1.6 2006/01/25 03:57:44 david 
Exp $
 util/fluxbox-generate_menu.in.orig Thu Aug 25 11:52:50 

UPDATE: net/btpd 0.13

2007-11-09 Thread Martin
Thanks to Nicholas for the diff!


-- Forwarded message --
From: Nicholas Marriott
Date: Nov 5, 2007 6:17 PM
Subject: btpd openbsd port



btpd 0.13 has been out for a while, here's an update to the port.

-- Nicholas.

Index: Makefile
===
RCS file: /cvs/ports/net/btpd/Makefile,v
retrieving revision 1.3
diff -u -p -r1.3 Makefile
--- Makefile15 Sep 2007 22:36:52 -  1.3
+++ Makefile25 Oct 2007 11:19:06 -
@@ -2,8 +2,7 @@

 COMMENT=   BitTorrent Protocol Daemon

-DISTNAME=  btpd-0.12
-PKGNAME=   ${DISTNAME}p0
+DISTNAME=  btpd-0.13
 CATEGORIES=net

 MAINTAINER=Martin Cronier [EMAIL PROTECTED]
@@ -19,8 +18,7 @@ PERMIT_PACKAGE_FTP=   Yes
 PERMIT_DISTFILES_CDROM=Yes
 PERMIT_DISTFILES_FTP=  Yes

-WANTLIB=   c crypto event idn m pthread ssl z
-LIB_DEPENDS=   curl::net/curl
+WANTLIB=   c crypto m

 CONFIGURE_STYLE=   gnu

Index: distinfo
===
RCS file: /cvs/ports/net/btpd/distinfo,v
retrieving revision 1.2
diff -u -p -r1.2 distinfo
--- distinfo5 Apr 2007 16:20:08 -   1.2
+++ distinfo25 Oct 2007 11:19:06 -
@@ -1,5 +1,5 @@
-MD5 (btpd-0.12.tar.gz) = nC3NtIss0mQsklBjW4jJFw==
-RMD160 (btpd-0.12.tar.gz) = 6vbfY1quUUBonYVHpaHO/aBcDeQ=
-SHA1 (btpd-0.12.tar.gz) = aTN7XfuiSaaoPJitxAE1Ghv1Cb0=
-SHA256 (btpd-0.12.tar.gz) = gBsvb1d7i1L3teTANyXvGAiri7e90H4Lz38xmny/Lkw=
-SIZE (btpd-0.12.tar.gz) = 162543
+MD5 (btpd-0.13.tar.gz) = DZxKZy7qbymPpuRNlNoWVw==
+RMD160 (btpd-0.13.tar.gz) = XvQE5bXiFkdIv4zoVkb+/6eUG4c=
+SHA1 (btpd-0.13.tar.gz) = gMJIo86Dl683v+R3q4C67y7LQyg=
+SHA256 (btpd-0.13.tar.gz) = RAnsjjTqul1R5Tv5TOhVHkOKSyxaVZJCme3wEsGJ6/w=
+SIZE (btpd-0.13.tar.gz) = 273814



Re: Update net/kismet

2007-11-09 Thread Matthias Kilian
So far I got one test report from sthen@ (for ath). Anyone else?
I'd also like to get some reports about gpsd and dbus support.

On Sun, Oct 14, 2007 at 11:41:56PM +0200, Matthias Kilian wrote:
 Update to the latest kismet release.
 
 Please test and comment.
 
 
 Index: Makefile
 ===
 RCS file: /cvs/ports/net/kismet/Makefile,v
 retrieving revision 1.18
 diff -u -p -r1.18 Makefile
 --- Makefile  13 Sep 2007 08:35:02 -  1.18
 +++ Makefile  14 Oct 2007 21:36:49 -
 @@ -8,10 +8,10 @@ COMMENT-gpsmap= reads GPS and Network XM
  # No wireless capabilities
  NOT_FOR_ARCHS=m68k m88k vax
  
 -V=   2007-01-R1b
 +V=   2007-10-R1
  DISTNAME=kismet-${V}
 -PKGNAME-main=kismet-${V:S,-,,g}p0
 -PKGNAME-gpsmap=  kismet-gpsmap-${V:S,-,,g}p1
 +PKGNAME-main=kismet-${V:S,-,,g}
 +PKGNAME-gpsmap=  kismet-gpsmap-${V:S,-,,g}
  CATEGORIES=  net security
  
  HOMEPAGE=http://www.kismetwireless.net/
 @@ -25,13 +25,14 @@ PERMIT_PACKAGE_FTP=   Yes
  PERMIT_DISTFILES_CDROM=  Yes
  PERMIT_DISTFILES_FTP=Yes
  
 -CONFIGURE_STYLE= autoconf old
 -AUTOCONF_VERSION=2.59
 +# old is required for setting --sysconfdir
 +CONFIGURE_STYLE= gnu old
  
  CONFDIR= ${SYSCONFDIR}/kismet
  SUBST_VARS+= CONFDIR
  
 -CONFIGURE_ARGS=  --sysconfdir=${CONFDIR}
 +CONFIGURE_ARGS=  --sysconfdir=${CONFDIR} \
 + --mandir=${PREFIX}/man
  
  CONFIGURE_ENV=   CPPFLAGS=-I${X11BASE}/include 
 -I${LOCALBASE}/include \
   LDFLAGS=-L${X11BASE}/lib -L${LOCALBASE}/lib
 @@ -49,7 +50,9 @@ FLAVOR?=
  
  MULTI_PACKAGES=  -main
  
 -WANTLIB-main=c m ncurses panel pcap stdc++
 +LIB_DEPENDS= dbus-1.=6::x11/dbus
 +
 +WANTLIB-main=c m ncurses panel pcap pthread stdc++
  
  .if !${FLAVOR:L:Mno_gpsmap}
  USE_X11= Yes
 @@ -58,7 +61,8 @@ WANTLIB-gpsmap= c ICE SM X11 Xext Xt bz
   jasper jbig jpeg lcms m png pthread stdc++ \
   tiff xml2 z
  WANTLIB-main+=   z
 -LIB_DEPENDS-gpsmap=  Magick.=11,Wand.=11::graphics/ImageMagick \
 +LIB_DEPENDS-gpsmap=  ${LIB_DEPENDS} \
 + Magick.=11,Wand.=11::graphics/ImageMagick \
   gmp.=6::devel/gmp
  .else
  CONFIGURE_ARGS+= --disable-gpsmap
 @@ -67,7 +71,7 @@ CONFIGURE_ARGS+=--disable-gpsmap
  post-configure:
   @cd ${WRKSRC}  ${GMAKE} depend
  
 -post-build:
 +post-patch:
   @perl -pi -e \
   's,/usr/local/etc(/kismet.conf),${CONFDIR}$$1,' \
   ${WRKSRC}/man/kismet.conf.5
 Index: distinfo
 ===
 RCS file: /cvs/ports/net/kismet/distinfo,v
 retrieving revision 1.5
 diff -u -p -r1.5 distinfo
 --- distinfo  9 Apr 2007 20:50:57 -   1.5
 +++ distinfo  14 Oct 2007 21:36:49 -
 @@ -1,5 +1,5 @@
 -MD5 (kismet-2007-01-R1b.tar.gz) = odzqcfDD+IHvcvW8ott7OQ==
 -RMD160 (kismet-2007-01-R1b.tar.gz) = HwZr0maeVx/+YnibgqKLvezipHk=
 -SHA1 (kismet-2007-01-R1b.tar.gz) = 0JJW50TsDKkk+Ahj/quo5UjUtL8=
 -SHA256 (kismet-2007-01-R1b.tar.gz) = 
 G5mLNOLpN39ax3BCldZFByNP52VuSdOE+L+VYE6X4Fs=
 -SIZE (kismet-2007-01-R1b.tar.gz) = 625585
 +MD5 (kismet-2007-10-R1.tar.gz) = IQDGZ+adsM3jX6LQbIUW4g==
 +RMD160 (kismet-2007-10-R1.tar.gz) = fLYqP9lkye5+Tsa+8FBVjIBqtJU=
 +SHA1 (kismet-2007-10-R1.tar.gz) = ocaCeXrWhCtT+eDwOCVKqDJuD7Q=
 +SHA256 (kismet-2007-10-R1.tar.gz) = 
 Aj5/RwOcGthhUFLkZPdqPNSWpCNEm5MQNtEnxW1Ysrk=
 +SIZE (kismet-2007-10-R1.tar.gz) = 646452
 Index: patches/patch-Makefile_in
 ===
 RCS file: /cvs/ports/net/kismet/patches/patch-Makefile_in,v
 retrieving revision 1.4
 diff -u -p -r1.4 patch-Makefile_in
 --- patches/patch-Makefile_in 9 Apr 2007 20:50:57 -   1.4
 +++ patches/patch-Makefile_in 14 Oct 2007 21:36:49 -
 @@ -3,8 +3,8 @@ $OpenBSD: patch-Makefile_in,v 1.4 2007/0
  # Don't hard code -O2 -Wall.
  # Use BSD_INSTALL_* macros for installation.
  
  Makefile.in.orig Fri Dec 15 00:01:06 2006
 -+++ Makefile.in  Thu Dec 28 11:06:53 2006
 +--- Makefile.in.orig Sun Sep  9 23:01:20 2007
  Makefile.in  Wed Sep 12 22:02:32 2007
  @@ -21,8 +21,8 @@ LD = @CXX@
   LDFLAGS = @LDFLAGS@
   LIBS= @LIBS@
 @@ -16,9 +16,12 @@ $OpenBSD: patch-Makefile_in,v 1.4 2007/0
   CPPFLAGS = @CPPFLAGS@
   SUID= @suid@
   
 -@@ -128,52 +128,52 @@ checkuiconfig:
 +@@ -137,53 +137,55 @@ checkuiconfig:
 + echo latest version is `grep version= conf/kismet_ui.conf | 
 cut -f 2 -d=`; \
   fi
   
 ++.PHONY: binuserinstall
 ++
   binuserinstall:
  -install -o $(INSTUSR) -g $(INSTGRP) -s -m 755 $(PS) $(BIN)/$(PS); 
  -install -o $(INSTUSR) -g $(INSTGRP) -s -m 755 $(DRONE) $(BIN)/$(DRONE);
 @@ -37,10 +40,10 @@ $OpenBSD: patch-Makefile_in,v 1.4 2007/0
  +

Re: Update net/kismet

2007-11-09 Thread Matthias Kilian
On Fri, Nov 09, 2007 at 12:15:36PM +0100, viq wrote:
  So far I got one test report from sthen@ (for ath). Anyone else?
  I'd also like to get some reports about gpsd and dbus support.
 
 I will try it with ral on i386. Unfortunately I don't have GPS hardware
 available... What is dbus supposed to do?

After having yet another look, I think I could just disable dbus
support for kismet, since we don't have Networkmanager in ports.
From the README:

DBUS: http://dbus.freedesktop.org/
OPTIONAL for networkmanager control

Networkmanager is a network connection management tool.  It can
reconfigure devices while Kismet is running, and should be stopped.
If Kismet is compiled with DBUS support and the networkmanagersleep
variable in kismet.conf is true, Kismet will use DBUS to send 
sleep/wake commands to Networkmanager

Ciao,
Kili



Re: Update net/kismet

2007-11-09 Thread Stuart Henderson
On 2007/11/09 11:49, Matthias Kilian wrote:
 So far I got one test report from sthen@ (for ath). Anyone else?

Come on slackers, I want this in, kismet actually works properly
with ath(4) now :-)

wi, ral, ural still work ok. Unfortunately my GPS and acx cards
live in a 4526-20 so testing those is a little awkward...

 I'd also like to get some reports about gpsd and dbus support.

I don't really know how to test dbus, we don't have NetworkManager
(http://www.gnome.org/projects/NetworkManager/ - also needs hal)
and I'm not sure if kismet dbus support is useful for much else.

If that _is_ the case, I'd slightly prefer to disable it (needs
to be patched, alas no --disable-dbus) to avoid depending on X.
But, well, if nobody else is interested it's probably not worth
spending extra time on that :-)



Re: UPDATE: graphics/gimp

2007-11-09 Thread Marc Espie
On Fri, Nov 09, 2007 at 08:44:28AM +0100, Giovanni Bechis wrote:
 On Thu, Nov 08, 2007 at 02:15:40PM -0500, Brad wrote:
  Poppler itself does not require Qt. The port does have optional Qt3 and Qt4
  bindings which are sub-packages.
  
 I tried to make install gimp (I haven't poppler installed) and it tries
 to build qt3 too.
  Giovanni

Read what people say.

We're focused on *binary* packages anyways. If you're annoyed at having
to build qt3 to build poppler, don't build poppler: use a binary package.



Re: UPDATE: x11/fluxbox 0.9.15.1 - 1.0.0

2007-11-09 Thread Darrin Chandler
On Thu, Nov 08, 2007 at 02:30:30PM -0500, Mike Erdely wrote:
 On Thu, Nov 08, 2007 at 06:26:46PM +0200, Genadijus Paleckis wrote:
  working for me on i386. please test and comment.
 
 Here's a modified diff that fixes WANTLIB and IMO handles the
 SEPARATE_BUILD a little better (no FILESDIR stuff):
 
 Works for me on i386.
 
 Also, CC'd $MAINTAINER.

This worked for me on i386.

-- 
Darrin Chandler|  Phoenix BSD User Group  |  MetaBUG
[EMAIL PROTECTED]   |  http://phxbug.org/  |  http://metabug.org/
http://www.stilyagin.com/  |  Daemons in the Desert   |  Global BUG Federation



opera and widescreen and fonts

2007-11-09 Thread Marten King
Hi,

Opera on a widescreen LCD appears stretched and does not display properly. 
Specifically the fonts appear to be streched out of proportion to other 
page elements. 

Is this a known problem? I've not seen any posts in the archives about this
issue but it is major enough to make opera unusable. I was thinking of install
with narrow font as a workaround but would much rather know what is wrong and 
how to fix properly.

Thanks!



Re: opera and widescreen and fonts

2007-11-09 Thread Sean Darby
On Fri, Nov 09, 2007 at 07:11:16PM +, Marten King wrote:
 Hi,
 
 Opera on a widescreen LCD appears stretched and does not display properly. 
 Specifically the fonts appear to be streched out of proportion to other 
 page elements. 
 
 Is this a known problem? I've not seen any posts in the archives about this
 issue but it is major enough to make opera unusable. I was thinking of install
 with narrow font as a workaround but would much rather know what is wrong and 
 how to fix properly.
 
 Thanks!

I'm running OpenBSD 4.1, using a widescreen LCD, and when I run Opera I have no 
problems with anything appearing stretched or otherwise improperly displayed.

If there is any information, settings/etc., I can provide let me know and I'll 
send them.

I just did a generic install of Opera, and my X is generic too, nothing fancy.

Sean

-- 
PGP/GnuPG Public Key:
http://mpec.net/gsd.asc



Re: opera and widescreen and fonts

2007-11-09 Thread Sam Fourman Jr.
On Nov 9, 2007 1:55 PM, Sean Darby [EMAIL PROTECTED] wrote:

 On Fri, Nov 09, 2007 at 07:11:16PM +, Marten King wrote:
  Hi,
 
  Opera on a widescreen LCD appears stretched and does not display properly.
  Specifically the fonts appear to be streched out of proportion to other
  page elements.
 

what are your resolution settings?

Sam Fourman Jr.



[update] x11vnc 0.9.3

2007-11-09 Thread Mike Erdely
I've started working on an update to x11vnc.
I've tested it on i386 and on two different systems, I've had it crash
X11 on me when the client disconnects.  I haven't had more time to look
at it since.

Testing and suggestions welcome.
I hope to give it more time this weekend.

Again, this is not finished.  Someone (an Anonymous Coward) offered to
help/test on Undeadly.

-ME

Index: Makefile
===
RCS file: /cvs/ports/x11/x11vnc/Makefile,v
retrieving revision 1.2
diff -u -p -r1.2 Makefile
--- Makefile15 Sep 2007 20:04:26 -  1.2
+++ Makefile9 Nov 2007 22:17:00 -
@@ -2,7 +2,7 @@
 
 COMMENT=   VNC server for real X displays
 
-VERSION=   0.6.2
+VERSION=   0.9.3
 DISTNAME=  x11vnc-${VERSION}
 CATEGORIES= x11
 
@@ -16,14 +16,17 @@ PERMIT_PACKAGE_FTP= Yes
 PERMIT_DISTFILES_CDROM=Yes
 PERMIT_DISTFILES_FTP=  Yes
 
-WANTLIB=   X11 Xext Xinerama Xtst c pthread z
+WANTLIB=   X11 Xdamage Xext Xfixes Xinerama Xrandr Xtst c crypto \
+   pthread ssl z
+LIB_DEPENDS=   jpeg.=62::graphics/jpeg
 
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=libvncserver/}
 
 USE_X11=   Yes
 
-CONFIGURE_STYLE=gnu
-CONFIGURE_ARGS+=--with-x
+CONFIGURE_STYLE=simple
+CONFIGURE_ARGS+=--with-x \
+   --with-jpeg=${PREFIX}
 
 post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/x11vnc
Index: distinfo
===
RCS file: /cvs/ports/x11/x11vnc/distinfo,v
retrieving revision 1.3
diff -u -p -r1.3 distinfo
--- distinfo5 Apr 2007 17:36:25 -   1.3
+++ distinfo9 Nov 2007 22:17:00 -
@@ -1,5 +1,5 @@
-MD5 (x11vnc-0.6.2.tar.gz) = 6NLhEzJiTc8+6pkiSN2PaA==
-RMD160 (x11vnc-0.6.2.tar.gz) = Dzdk8gdesxpHMULdLkX2e48Rc8U=
-SHA1 (x11vnc-0.6.2.tar.gz) = hH2SYO6Noo5bqFTz3YS1pT36J3A=
-SHA256 (x11vnc-0.6.2.tar.gz) = /5MvnyU53KC/uVgNoFV5FB2L4KSBXOhooB+FaY/e9a0=
-SIZE (x11vnc-0.6.2.tar.gz) = 350243
+MD5 (x11vnc-0.9.3.tar.gz) = lu3/tanrNqrUYg9JylgQGw==
+RMD160 (x11vnc-0.9.3.tar.gz) = 5AE+Yq8eniPIVmzznL7lr5O8xXI=
+SHA1 (x11vnc-0.9.3.tar.gz) = e7Xg0W1frjAeb03LW5QZpeI5buM=
+SHA256 (x11vnc-0.9.3.tar.gz) = CrBpCBTZt3O6eQ/eFyir6phfZOEpss9C4SQ10fCa32k=
+SIZE (x11vnc-0.9.3.tar.gz) = 2105034
Index: patches/patch-configure
===
RCS file: /cvs/ports/x11/x11vnc/patches/patch-configure,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 patch-configure
--- patches/patch-configure 2 Dec 2004 21:21:23 -   1.1.1.1
+++ patches/patch-configure 9 Nov 2007 22:17:00 -
@@ -1,9 +1,9 @@
-$OpenBSD: patch-configure,v 1.1.1.1 2004/12/02 21:21:23 sturm Exp $
 configure.orig Thu Dec  2 20:42:03 2004
-+++ configure  Thu Dec  2 20:42:44 2004
-@@ -5375,13 +5375,13 @@ fi
- fi
- if test ! -z $HAVE_PTHREAD_H; then
+$OpenBSD$
+--- configure.orig Thu Nov  8 22:32:44 2007
 configure  Thu Nov  8 22:32:57 2007
+@@ -8515,13 +8515,13 @@ fi
+ 
+   if test ! -z $HAVE_PTHREAD_H; then
  
 -echo $as_me:$LINENO: checking for pthread_mutex_lock in -lpthread 5
 -echo $ECHO_N checking for pthread_mutex_lock in -lpthread... $ECHO_C 6
@@ -16,9 +16,9 @@ $OpenBSD: patch-configure,v 1.1.1.1 2004
 -LIBS=-lpthread  $LIBS
 +LIBS=-pthread  $LIBS
  cat conftest.$ac_ext _ACEOF
- #line $LINENO configure
  /* confdefs.h.  */
-@@ -5434,17 +5434,17 @@ if test $ac_cv_lib_pthread_pthread_mutex
+ _ACEOF
+@@ -8584,17 +8584,17 @@ if test $ac_cv_lib_pthread_pthread_mutex_lock = yes; t
  #define HAVE_LIBPTHREAD 1
  _ACEOF
  
@@ -27,9 +27,9 @@ $OpenBSD: patch-configure,v 1.1.1.1 2004
  
  fi
  
--  echo $as_me:$LINENO: checking for pthread_mutex_lock in -lpthread 5
+-  echo $as_me:$LINENO: checking for pthread_mutex_lock in 
-lpthread 5
 -echo $ECHO_N checking for pthread_mutex_lock in -lpthread... $ECHO_C 6
-+  echo $as_me:$LINENO: checking for pthread_mutex_lock in -pthread 5
++  echo $as_me:$LINENO: checking for pthread_mutex_lock in 
-pthread 5
 +echo $ECHO_N checking for pthread_mutex_lock in -pthread... $ECHO_C 6
  if test ${ac_cv_lib_pthread_pthread_mutex_lock+set} = set; then
echo $ECHO_N (cached) $ECHO_C 6
@@ -38,5 +38,5 @@ $OpenBSD: patch-configure,v 1.1.1.1 2004
 -LIBS=-lpthread  $LIBS
 +LIBS=-pthread  $LIBS
  cat conftest.$ac_ext _ACEOF
- #line $LINENO configure
  /* confdefs.h.  */
+ _ACEOF
Index: patches/patch-libvncserver_httpd_c
===
RCS file: patches/patch-libvncserver_httpd_c
diff -N patches/patch-libvncserver_httpd_c
--- patches/patch-libvncserver_httpd_c  2 Dec 2004 21:21:23 -   1.1.1.1
+++ /dev/null   1 Jan 1970 00:00:00 -
@@ -1,21 +0,0 @@
-$OpenBSD: patch-libvncserver_httpd_c,v 1.1.1.1 2004/12/02 21:21:23 sturm Exp $
 libvncserver/httpd.c.orig  Thu Dec  2 21:04:09 2004
-+++ libvncserver/httpd.c   Thu Dec  2 21:04:52 2004
-@@ -123,7 +123,7 @@ httpCheckFds(rfbScreenInfoPtr rfbScreen)
-   

Re: Update net/kismet

2007-11-09 Thread Matthias Kilian
On Sat, Nov 10, 2007 at 12:05:57AM +0100, viq wrote:
 Yeah, my ral sees some networks with this.

Does channel switching work?



Re: [NEW] hplip-2.7.10

2007-11-09 Thread Ryan Freeman
On Tue, Oct 30, 2007 at 04:42:46PM +0100, Antoine Jacoutot wrote:
 On Sat, 27 Oct 2007, Antoine Jacoutot wrote:
 It *should* work as advertised, unfortunately I do not have any HP 
 hardware to test this on :(

 Alright. Yet another tarball.
 This should fix all remaining issues. The package has been splitted into 2 
 subpackage, -main and -docs.
 It works fine here using the hp cups backend directly as well as hpijs.

 Note that probing for network printers using mDNS or SLP is not supported.


while i said i would test this for you because i have an hp printer that
wasn't doing anything, it turns out it is broken. apologies, won't be doing
any testing :/

-ryan



Re: UPDATE: sysutils/smartmontools

2007-11-09 Thread Steve Shockley

Giovanni Bechis wrote:

Comments ? Ok ?


-share/doc/smartmontools-5.33/
+share/doc/smartmontools-5.37/

I'm not familiar with smartmontools, but wouldn't it make more sense to 
just make that share/doc/smartmontools/?