Re: UPDATE: xfce-4.4.0

2007-02-22 Thread Lars Hansson

bsdmaniak wrote:

Hi all,

I have corrected the problem of corrupted files and add missing DESCR
files.


It builds and install correctly but there are some problems with the 
xfce apps:


Mouse Settings:
Does not show cursors installed in /usr/local/lib/X11/icons

Preferred Applications:
Only choice is Other
Installed apps like Firefox, Thunderbird and Terminal should show.

Xfce menu:
--system-- entry does not work. Wrong path to .desktop files probably.
Menu is empty by default.

xfce4-mixer:
File-Options
no such plugin sound

---
Lars Hansson



UPDATE: aqsis-1.2.0

2007-02-22 Thread Antoine Jacoutot

Hi.

This diff updates graphics/aqsis to the latest available version.
This is not meant to be into 4.1, but I would appreciate feedbacks 
anyway.


Cheers!

--
Antoinediff -ruN --exclude CVS /usr/ports/graphics/aqsis/Makefile aqsis/Makefile
--- /usr/ports/graphics/aqsis/Makefile  Mon Nov 27 11:33:28 2006
+++ aqsis/Makefile  Thu Feb 22 12:57:48 2007
@@ -1,33 +1,17 @@
 # $OpenBSD: Makefile,v 1.3 2006/11/27 10:33:28 ajacoutot Exp $
 
+SHARED_ONLY=   Yes
+
 COMMENT=   photorealistic 3D rendering solution
 
-DISTNAME=  aqsis-1.0.1
-PKGNAME=   ${DISTNAME}p0
+DISTNAME=  aqsis-1.2.0
 CATEGORIES=graphics
 
-SHARED_LIBS += argparse0.0 # 0.0
-SHARED_LIBS += aqsistypes  0.0 # 0.0
-SHARED_LIBS += codegenvm   0.0 # 0.0
-SHARED_LIBS += rib20.0 # 0.0
-SHARED_LIBS += rib2ri  0.0 # 0.0
-SHARED_LIBS += rib2stream  0.0 # 0.0
-SHARED_LIBS += slparse 0.0 # 0.0
-SHARED_LIBS += shadervm0.0 # 0.0
-SHARED_LIBS += shaderexecenv   0.0 # 0.0
-SHARED_LIBS += raytrace0.0 # 0.0
-SHARED_LIBS += slpp0.0 # 0.0
-SHARED_LIBS += ri2rib  0.0 # 0.0
-SHARED_LIBS += slxargs 0.0 # 0.0
-SHARED_LIBS += display 0.0 # 0.0
-SHARED_LIBS += ddmanager   0.0 # 0.0
-SHARED_LIBS += aqsis   0.0 # 0.0
-SHARED_LIBS += gif2tif 0.0 # 0.0
-SHARED_LIBS += jpg2tif 0.0 # 0.0
-SHARED_LIBS += ppm2tif 0.0 # 0.0
-SHARED_LIBS += pcx2tif 0.0 # 0.0
-SHARED_LIBS += tga2tif 0.0 # 0.0
-SHARED_LIBS += bake2tif0.0 # 0.0
+SHARED_LIBS+=  aqsis   1.0 \
+   aqsistypes  1.0 \
+   ri2rib  1.0 \
+   shadervm1.0 \
+   slxargs 1.0
 
 HOMEPAGE=  http://www.aqsis.org/
 
@@ -41,39 +25,48 @@
 
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=aqsis/}
 
-WANTLIB=   X11 Xext c m stdc++ z
+WANTLIB=   c m stdc++ z
 
 BUILD_DEPENDS= ::textproc/libxslt \
-   :boost-headers-1.33.*:devel/boost
+   :boost-headers-1.33.*:devel/boost \
+   ::devel/scons \
+   ::devel/bison
 LIB_DEPENDS=   fltk.=1::x11/fltk \
jpeg.=62::graphics/jpeg \
-   tiff.=38::graphics/tiff
+   tiff.=38::graphics/tiff \
+   Half.=3,Iex.=3,IlmImf.=3,Imath.=3::graphics/openexr
 
-USE_X11=   Yes
-USE_LIBTOOL=   Yes
-CONFIGURE_STYLE=gnu
+NO_REGRESS=Yes
 
-# This regression test wants an X11 display
-# and manual closing of rendered images
-REGRESS_IS_INTERACTIVE=Yes
+pre-configure:
+   perl -pi -e 's,!!LOCALBASE!!,${LOCALBASE},g' \
+   ${WRKSRC}/platform/default/SConscript
+   perl -pi -e 's,major.*$$,major = ${LIBaqsis_VERSION:R},g;' \
+   -e 's,minor.*$$,minor = ${LIBaqsis_VERSION:E},g;' \
+   ${WRKSRC}/version.py
 
-CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include -fPIC \
-   LDFLAGS=-L${LOCALBASE}/lib
-CONFIGURE_ARGS=${CONFIGURE_SHARED} \
-   --enable-static
+MAKE_ENV+= CC=${CC} CXX=${CXX} LDFLAGS=-L${X11BASE}/lib
 
-pre-configure:
-   perl -pi -e 's,PLUGIN_FLAGS=-ldl,PLUGIN_FLAGS=,g' \
-   ${WRKSRC}/configure
-   perl -pi -e 's,libdisplay.so,libdisplay.so.${LIBdisplay_VERSION},g' \
-   ${WRKSRC}/display/displays.ini
-   perl -pi -e 's,!!LIBdisplay_VERSION!!,${LIBdisplay_VERSION},g' \
-   ${WRKSRC}/display/Makefile.in
-   @find ${WRKSRC} -name Makefile.in | \
-   xargs perl -pi -e 's,-I\$$\(top_srcdir\)/boost,,g'
+do-build:
+   @cd ${WRKSRC}  env -i ${MAKE_ENV} scons \
+   tiff_include_path=${LOCALBASE}/include \
+   tiff_lib_path=${LOCALBASE}/lib \
+   jpeg_include_path=${LOCALBASE}/include \
+   jpeg_lib_path=${LOCALBASE}/lib \
+   fltk_include_path=${LOCALBASE}/include \
+   fltk_lib_path=${LOCALBASE}/lib \
+   exr_include_path=${LOCALBASE}/include/OpenEXR \
+   exr_lib_path=${LOCALBASE}/include \
+   bison=/usr/local/bin/bison \
+   sysconfdir=${SYSCONFDIR} \
+   destdir=${DESTDIR} \
+   install_prefix='${PREFIX}' build
 
-do-regress:
-   @cd ${WRKBUILD}  \
-   ${MAKE_PROGRAM} ${REGRESS_FLAGS} -f ${MAKE_FILE} 
${REGRESS_TARGET}
+do-install:
+   @cd ${WRKSRC}  env -i ${MAKE_ENV} scons
+   install_prefix='${PREFIX}'
+   ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/aqsis
+   ${INSTALL_DATA} ${WRKSRC}/build/aqsisrc \
+   ${PREFIX}/share/examples/aqsis/
 
 .include bsd.port.mk
diff -ruN --exclude CVS /usr/ports/graphics/aqsis/distinfo aqsis/distinfo
--- /usr/ports/graphics/aqsis/distinfo  Sun Nov 19 15:29:22 2006
+++ aqsis/distinfo  Mon Feb 19 17:44:09 2007
@@ -1,4 +1,5 @@
-MD5 (aqsis-1.0.1.tar.gz) = 

vncserver on amd64 dumps core

2007-02-22 Thread Nikns Siankin
Here is fix.
http://marc.theaimsgroup.com/?l=openbsd-portsm=116826868216246w=2



Re: UPDATE: xfce-4.4.0

2007-02-22 Thread Lars Hansson
Another thing I noticed is that xfce leaks dbus sessions. The dbus 
session that is started (by xfce4-session, perhaps?) on login is never 
killed when you log out so you end up with an ever increasing number of 
running dbus sessions.


---
Lars Hansson




Re: UPDATE: xfce-4.4.0

2007-02-22 Thread Marc Espie
On Thu, Feb 22, 2007 at 09:28:47PM +0800, Lars Hansson wrote:
 Another thing I noticed is that xfce leaks dbus sessions. The dbus 
 session that is started (by xfce4-session, perhaps?) on login is never 
 killed when you log out so you end up with an ever increasing number of 
 running dbus sessions.

This is unlikely to get fixed for real before 4.1. dbus is still a 
bit `in progress' stuff, I expect it to become ways better during the
next six months (if anything, kde4 is counting on it, so it's bound to
get bette)



xine

2007-02-22 Thread Okan Demirmen
with a recent i386 -snapshot installed, i just did a pkg_add -ui, and
playing around with a few packages, i noticed:

xine:/usr/local/lib/xine/plugins/1.1.2/xineplug_decode_faad.so:
/usr/local/lib/libfaad.so.0.0 : WARNING: symbol(err_msg) size mismatch,
relink your program

installed pkgs:
faad-2.0p5  MPEG2 and MPEG-4 AAC decoder
xine-lib-1.1.2p4multimedia decoding library
xine-ui-0.99.4p1multimedia player

for kicks, i did a forced reinstall of those 3 packages, ala -r -F
installed; still the same issue. however, i didn't notice that before i
did the reinstall, libfaad.so.0.0 was from a build on December 11, 2006,
while xineplug_decode_faad.so was from a February build. (all via
snapshot packages).



Firefox 2.0.0.1

2007-02-22 Thread Seth Jackson

Hi,

I compiled Firefox 2.0.0.1, and I started it up. Seems to work just fine so far.
However when the first run page came up I got a 404 error.

This is the URL that FF went to.

http://www.mozilla.org/projects/firefox/2.0.0.1/firstrun/

I'm not sure what the URL should be, but I found this wiki page on the
mozilla website

http://wiki.mozilla.org/Firefox2/FirstRun

One more thing is this the correct home page URL?

http://www.mozilla.org/projects/bonecho/

Anyways it works fine so far. :D
Thanks!!



nmap crashes -current

2007-02-22 Thread Seth Jackson

Hi,

For some reason the -f switch crashes the system only if you use the
loopback IP or the IP assigned to your box.
The -f switch works fine if you use it on a IP besides your own (tried
it against a server I have).

# nmap -f 127.0.0.1

(crashes)
(then drops to the kernel debugger I think)
I did:

boot reboot


# nmap -f 192.x.x.x

(same thing but with a different error)

boot reboot


By this point I was wondering if the -f switch worked at all
So:

# nmap -f 192.x.x.x (my server IP)

blah blah blah.

(works just fine)


Can someone test this out and see if it works for them?



Re: nmap crashes -current

2007-02-22 Thread Jasper Lievisse Adriaanse
On Thu, Feb 22, 2007 at 12:59:14PM -0500, Seth Jackson wrote:
 Hi,
 
 For some reason the -f switch crashes the system only if you use the
 loopback IP or the IP assigned to your box.
 The -f switch works fine if you use it on a IP besides your own (tried
 it against a server I have).
 
 # nmap -f 127.0.0.1
 
 (crashes)
 (then drops to the kernel debugger I think)
 I did:
 boot reboot
 
 # nmap -f 192.x.x.x
 
 (same thing but with a different error)
 boot reboot
 
 By this point I was wondering if the -f switch worked at all
 So:
 
 # nmap -f 192.x.x.x (my server IP)
 
 blah blah blah.
 
 (works just fine)
 
 
 Can someone test this out and see if it works for them?
this is a known issue, please see pr #5290 for more details.

cheers,
jasper

-- 
``This statement is false''
NedBSD: http://nedbsd.eu



Re: nmap crashes -current

2007-02-22 Thread Seth Jackson

* Sigh * I should have looked there first. Sorry!!

On 2/22/07, Jasper Lievisse Adriaanse [EMAIL PROTECTED] wrote:

On Thu, Feb 22, 2007 at 12:59:14PM -0500, Seth Jackson wrote:
 Hi,

 For some reason the -f switch crashes the system only if you use the
 loopback IP or the IP assigned to your box.
 The -f switch works fine if you use it on a IP besides your own (tried
 it against a server I have).

 # nmap -f 127.0.0.1

 (crashes)
 (then drops to the kernel debugger I think)
 I did:
 boot reboot

 # nmap -f 192.x.x.x

 (same thing but with a different error)
 boot reboot

 By this point I was wondering if the -f switch worked at all
 So:

 # nmap -f 192.x.x.x (my server IP)

 blah blah blah.

 (works just fine)


 Can someone test this out and see if it works for them?
this is a known issue, please see pr #5290 for more details.

cheers,
jasper

--
``This statement is false''
NedBSD: http://nedbsd.eu





UPDATE: net/nsping

2007-02-22 Thread Giovanni Bechis
The master site gives a 404 error, I changed it to opnbsd master site.
 Bye
  Giovanni
Index: Makefile
===
RCS file: /cvs/ports/net/nsping/Makefile,v
retrieving revision 1.17
diff -u -r1.17 Makefile
--- Makefile2006/11/04 19:19:15 1.17
+++ Makefile2007/02/22 21:33:30
@@ -3,10 +3,11 @@
 COMMENT=   DNS ping
 
 DISTNAME=  nsping-0.8
+PKGNAME=   ${DISTNAME}p0
 DISTFILES= nsping.tar.gz
 CATEGORIES=net
 
-MASTER_SITES=  http://www.enteract.com/~tqbf/
+MASTER_SITE_OPENBSD=   Yes
 
 PERMIT_PACKAGE_CDROM=  Yes
 PERMIT_PACKAGE_FTP=Yes


Re: Call for OpenOffice.Org testing!

2007-02-22 Thread Tom

Running fine on -current 21/02. Loads faster than the version I run on
the same kit on Linux!

On 22/02/07, Bryan [EMAIL PROTECTED] wrote:

Running 2.2 on -current (19 Feb) with no issues.  Will let you know if
I come up against any issues

On 2/21/07, Robert Nagy [EMAIL PROTECTED] wrote:
 Hi

 I would like to ask everyone who uses OpenOffice.Org to test the new 2.2m8
 packages. Version 2.2 is going to be released on the 27th of February and I
 plan to include this version in OpenBSD 4.1.
 Their tree has been frozen since January, so the update is safe; however,
 I still need people to test it.
 The packages can be fetched from the following locations:

 for i386:   http://bsd.hu/~robert/ooo/i386/
 http://humppa.hu/ooo/i386/

 for amd64:  http://bsd.hu/~robert/ooo/amd64/
 http://humppa.hu/ooo/amd64/

 If you'd also like to build the port yourself, the diff is available at
 http://humppa.hu/ooo/oo_2.2m8.diff

 Please send all the test reports to [EMAIL PROTECTED]
 (even if you do not have see problem).

 Thank you!






Re: Call for OpenOffice.Org testing!

2007-02-22 Thread Vijay Sankar
On Wednesday 21 February 2007 14:30, Robert Nagy wrote:
 Hi

 I would like to ask everyone who uses OpenOffice.Org to test the new 2.2m8
 packages. Version 2.2 is going to be released on the 27th of February and I
.
.
 Please send all the test reports to [EMAIL PROTECTED]
 (even if you do not have see problem).


Good day,

Building the ports worked. However, if I do a pkg_add -vr to replace the 
existing OpenOffice installation, I get the following:

parsing openoffice-2.2.0m8
Verifying dependencies still match for openoffice-java-2.1.0p0, 
openoffice-kde-2.1.0
Dependencies for openoffice-2.2.0m8 resolve to: javaPathHelper-0.2p0, 
gtk+2-2.8.20p2, libsndfile-1.0.11p0, curl-7.16.0, db-4.2.52p11, 
neon-0.24.7p0, python-2.4.4p1, libwpd-0.8.7p1 (todo: javaPathHelper-0.2p0)
openoffice-2.2.0m8:Can't find javaPathHelper-0.2p0
/dev/wd2e: -278269 bytes
/dev/wd2d: -317254410 bytes
/usr/sbin/pkg_add: javaPathHelper-0.2p0:Fatal error

I have the following packages installed:

builder# pkg_info | grep openoffice
openoffice-2.1.0p3  a multi-platform productivity suite
openoffice-java-2.1.0p0 optional integration of OpenOffice java features
openoffice-kde-2.1.0 optional integration of OpenOffice to the KDE environment

Thanks very much,

Vijay



-- 
Vijay Sankar
ForeTell Technologies Limited
59 Flamingo Avenue, Winnipeg, MB, Canada R3J 0X6
Phone: +1 (204) 885-9535, E-Mail: [EMAIL PROTECTED]



Re: Call for OpenOffice.Org testing!

2007-02-22 Thread Vijay Sankar
On Wednesday 21 February 2007 14:30, Robert Nagy wrote:

 Please send all the test reports to [EMAIL PROTECTED]
 (even if you do not have see problem).

Sorry, did not include the dmesg in my earlier email. I will try this on 
another machine with the latest snapshot and OpenOffice 2.0.p4 and send in 
another report in case the problems are due to how I built the kernel or due 
to problems replacing 2.0.p3.

Anyways, here is the error message I get
builder# pkg_add -vr openoffice-2.2.0m8.tgz
parsing openoffice-2.2.0m8
Verifying dependencies still match for openoffice-java-2.1.0p0, 
openoffice-kde-2.1.0
Dependencies for openoffice-2.2.0m8 resolve to: javaPathHelper-0.2p0, 
gtk+2-2.8.20p2, libsndfile-1.0.11p0, curl-7.16.0, db-4.2.52p11, 
neon-0.24.7p0, python-2.4.4p1, libwpd-0.8.7p1 (todo: javaPathHelper-0.2p0)
openoffice-2.2.0m8:Can't find javaPathHelper-0.2p0
/dev/wd2e: -278269 bytes
/dev/wd2d: -317254410 bytes
/usr/sbin/pkg_add: javaPathHelper-0.2p0:Fatal error

Here is the list of packages already installed:

builder# pkg_info | grep openoffice
openoffice-2.1.0p3  a multi-platform productivity suite
openoffice-java-2.1.0p0 optional integration of OpenOffice java features
openoffice-kde-2.1.0 optional integration of OpenOffice to the KDE environment

Here is the dmesg:

OpenBSD 4.1-beta (GENERIC) #0: Mon Feb 19 18:53:02 CST 2007
[EMAIL PROTECTED]:/usr/src/sys/arch/i386/compile/GENERIC
cpu0: AMD Athlon(tm) 64 X2 Dual Core Processor 4600+ (AuthenticAMD 
686-class,
512KB L2 cache) 2.42 GHz
cpu0: 
FPU,V86,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CF
LUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,CX16
real mem  = 3488051200 (3406300K)
avail mem = 3192860672 (3118028K)
using 4256 buffers containing 174526464 bytes (170436K) of memory
mainbus0 (root)
bios0 at mainbus0: AT/286+ BIOS, date 12/22/06, BIOS32 rev. 0 @ 0xf22f0, 
SMBIOS
rev. 2.4 @ 0xf (76 entries)
bios0: ASUSTeK Computer INC. M2N-SLI DELUXE
apm0 at bios0: Power Management spec V1.2
apm0: AC on, battery charge unknown
apm0: flags 70102 dobusy 1 doidle 1
pcibios0 at bios0: rev 3.0 @ 0xf/0xdc44
pcibios0: PCI IRQ Routing Table rev 1.0 @ 0xfdb10/304 (17 entries)
pcibios0: bad IRQ table checksum
pcibios0: PCI BIOS has 17 Interrupt Routing table entries
pcibios0: PCI Exclusive IRQs: 5 10 11
pcibios0: no compatible PCI ICU found
pcibios0: Warning, unable to fix up PCI interrupt routing
pcibios0: PCI bus #7 is the last bus
bios0: ROM list: 0xc/0xec00 0xd/0x2800!
acpi at mainbus0 not configured
cpu0 at mainbus0
pci0 at mainbus0 bus 0: configuration mode 1 (no bios)
NVIDIA MCP55 Memory rev 0xa1 at pci0 dev 0 function 0 not configured
pcib0 at pci0 dev 1 function 0 NVIDIA MCP55 ISA rev 0xa2
nviic0 at pci0 dev 1 function 1 NVIDIA MCP55 SMBus rev 0xa2
iic0 at nviic0
iic1 at nviic0
iic1: addr 0x22 00=c3 01=8b 02=38 04=03 05=45 06=02 08=9c 09=34 0a=27 0b=c0 
0c=4
9 0d=92 10=18 12=80 13=80 14=01 18=01 1a=eb 1f=01 28=9c 29=34 2a=27 2b=c0 
2c=49
2d=92 2f=89 40=c3 41=8b 42=38 44=03 45=45 46=02 48=9c 49=34 4a=27 4b=c0 4c=49 
4d
=92 50=18 52=80 53=80 54=01 58=01 5a=eb 5f=01 68=9c 69=34 6a=27 6b=c0 6c=49 
6d=9
2 6f=89 80=c3 81=8b 82=38 84=03 85=45 86=02 88=9c 89=34 8a=27 8b=c0 8c=49 
8d=92
90=18 92=80 93=80 94=01 98=01 9a=eb 9f=01 a8=9c a9=34 aa=27 ab=c0 ac=49 ad=92 
af
=89 c0=c3 c1=8b c2=38 c4=03 c5=45 c6=02 c8=9c c9=34 ca=27 cb=c0 cc=49 cd=92 
d0=1
8 d2=80 d3=80 d4=01 d8=01 da=eb df=01 e8=9c e9=34 ea=27 eb=c0 ec=49 ed=92 
ef=89
adt0 at iic1 addr 0x2e: adt7475 rev 0x69
NVIDIA MCP55 Memory rev 0xa2 at pci0 dev 1 function 2 not configured
ohci0 at pci0 dev 2 function 0 NVIDIA MCP55 USB rev 0xa1: irq 10, version 
1.0, legacy support
usb0 at ohci0: USB revision 1.0
uhub0 at usb0
uhub0: NVIDIA OHCI root hub, rev 1.00/1.00, addr 1
uhub0: 10 ports with 10 removable, self powered
ehci0 at pci0 dev 2 function 1 NVIDIA MCP55 USB rev 0xa2: irq 11
usb1 at ehci0: USB revision 2.0
uhub1 at usb1
uhub1: NVIDIA EHCI root hub, rev 2.00/1.00, addr 1
uhub1: 10 ports with 10 removable, self powered
pciide0 at pci0 dev 4 function 0 NVIDIA MCP55 IDE rev 0xa1: DMA, channel 0 
configured to compatibility, channel 1 configured to compatibility
atapiscsi0 at pciide0 channel 0 drive 0
scsibus0 at atapiscsi0: 2 targets
cd0 at scsibus0 targ 0 lun 0: LITE-ON, DVDRW LH-18A1P, GL03 SCSI0 5/cdrom 
removable
cd0(pciide0:0:0): using PIO mode 4, Ultra-DMA mode 4
pciide0: channel 1 ignored (disabled)
pciide1 at pci0 dev 5 function 0 NVIDIA MCP55 SATA rev 0xa2: DMA
pciide1: using irq 11 for native-PCI interrupt
wd0 at pciide1 channel 0 drive 0: ST3320620AS
wd0: 16-sector PIO, LBA48, 305245MB, 625142448 sectors
wd0(pciide1:0:0): using PIO mode 4, Ultra-DMA mode 5
wd1 at pciide1 channel 1 drive 0: ST3320620AS
wd1: 16-sector PIO, LBA48, 305245MB, 625142448 sectors
wd1(pciide1:1:0): using PIO mode 4, Ultra-DMA mode 5
pciide2 at pci0 dev 5 function 1 NVIDIA MCP55 SATA rev 0xa2: DMA
pciide2: using irq 5 for native-PCI interrupt
wd2 at pciide2 channel 0 drive 0: ST3320620AS
wd2: 16-sector 

Donation request for batteries.

2007-02-22 Thread Robert Nagy
Hi everyone.

We (bernd@ and robert@) are in a need of two laptop
batteries for the IBM ThinkPad X31 modes because both
of ours are kinda useless now.
bernd@ also has an entry in want.html but he did not
get help yet. A battery would enable us to hack on trains
and other on other types of public transport.
I can order the two batteries for 310 EUR and I would
like to ask the community to support us getting this
amount of money.

If you feel that you would like to help us out please
contact me in private so I can either give a PayPal address
or an IBAN number. I would like everyone to ask me first
because we only need this amount of money, no more.

Thank you for continuous support.