multimedia/xine-lib question

2007-11-29 Thread J.C. Roberts
I'm guessing this is yet another case of yours truly shooting himself in 
the foot, but I'm curious how many folks have had success compiling 
multimedia/xine-lib from -current?

On i386 the build dies with:
 
cc -DHAVE_CONFIG_H -I. -I. -I../../include -I../.. -I../../include 
-I../../include -I../../src -I../../src/xine-engine -I../../src/xine-engine 
-I../../src/xine-utils -I../../src/input -I../../src/input -I../../lib 
-I../../lib -DXINE_COMPILE -I/usr/local/include -D_REENTRANT 
-D_FILE_OFFSET_BITS=64 -DXINE_COMPILE -Wformat=2 -Wno-format-zero-length 
-Wmissing-format-attribute -Werror-implicit-function-declaration 
-Wstrict-aliasing -O2 -pipe -DNDEBUG -MT 
xineplug_ao_out_sun_la-audio_sun_out.lo -MD -MP -MF 
.deps/xineplug_ao_out_sun_la-audio_sun_out.Tpo -c 
audio_sun_out.c  -fPIC -DPIC -o .libs/xineplug_ao_out_sun_la-audio_sun_out.o
audio_sun_out.c: In function `ao_sun_get_property':
audio_sun_out.c:815: error: structure has no member named `output_muted'
audio_sun_out.c: In function `ao_sun_set_property':
audio_sun_out.c:842: error: structure has no member named `output_muted'
gmake[2]: *** [xineplug_ao_out_sun_la-audio_sun_out.lo] Error 1
gmake[2]: Leaving directory 
`/usr/ports/multimedia/xine-lib/w-xine-lib-1.1.8/xine-lib-1.1.8/src/audio_out'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory 
`/usr/ports/multimedia/xine-lib/w-xine-lib-1.1.8/xine-lib-1.1.8/src'
gmake: *** [all-recursive] Error 1
*** Error code 2


By commenting out the '#define HAVE_AUDIO_INFO_T_OUTPUT_MUTED 1' added 
by 'configure' I'm able to avoid the above compile error above and 
things work peachy, but I'm unsure if this is the right way to go about 
things?

My modified ./patches/patch-configure file is below.

 patches/patch-configure 
$OpenBSD: patch-configure,v 1.10 2007/10/31 10:55:37 jakemsr Exp $
--- configure.orig  Mon Aug 27 11:28:18 2007
+++ configure   Wed Nov 28 20:41:41 2007
@@ -24480,6 +24480,9 @@ _ACEOF
 fi
 done
 
+LIBICONV=$LTLIBICONV
+LIBINTL=$LTLIBINTL
+INTLLIBS=$LTLIBINTL
 
 
 { echo $as_me:$LINENO: checking whether byte ordering is bigendian 
5
@@ -30589,13 +30592,13 @@ t q
 b
 :q
 q
-x_lib_location=`ls -1 ${x_libraries:-/usr/local/lib}/libX11.so* 
${x_libraries:-/usr/lib}/libX11.so* 
2/dev/null | sed -e \${soname_script}\`
+x_lib_location=`ls -1 ${x_libraries:-/usr/local/lib}/libX11.so* 
${x_libraries:-/usr/lib}/libX11.so* 
2/dev/null | sed 1q`
 
 cat confdefs.h _ACEOF
 #define LIBX11_SO ${x_lib_location:-libX11.so}
 _ACEOF
 
-x_lib_location=`ls -1 ${x_libraries:-/usr/local/lib}/libXv.so*  
${x_libraries:-/usr/lib}/libXv.so*  
2/dev/null | sed -e \${soname_script}\`
+x_lib_location=`ls -1 ${x_libraries:-/usr/local/lib}/libXv.so*  
${x_libraries:-/usr/lib}/libXv.so*  
2/dev/null | sed 1q`
 
 cat confdefs.h _ACEOF
 #define LIBXV_SO ${x_lib_location:-libXv.so}
@@ -37484,7 +37487,7 @@ fi
 LIBFLAC_LIBS=-L$prefix/$XINE_LIBNAME
   fi
 
-  LIBFLAC_LIBS=$LIBFLAC_LIBS -lFLAC -lm
+  LIBFLAC_LIBS=$LIBFLAC_LIBS -lFLAC -logg -lm
 
   if test x$libFLAC_includes != x ; then
 LIBFLAC_CFLAGS=-I$libFLAC_includes
@@ -37735,7 +37738,7 @@ elif test x$external_a52dec = xyes; then
   have_a52=yes
 
 
-for ac_header in a52dec/a52.h a52dec/a52_internal.h
+for ac_header in a52dec/a52.h
 do
 as_ac_Header=`echo ac_cv_header_$ac_header | $as_tr_sh`
 { echo $as_me:$LINENO: checking for $ac_header 5
@@ -37874,7 +37877,7 @@ if test $ac_cv_lib_a52_a52_init = yes; then
 #define HAVE_LIBA52 1
 _ACEOF
 
-  LIBS=-la52 $LIBS
+  LIBS=-la52 -lm $LIBS
 
 else
   have_a52=no
@@ -38452,7 +38455,7 @@ if test ${ac_cv_lib_mng_mng_initialize+set} = 
set; t
   echo $ECHO_N (cached) $ECHO_C 6
 else
   ac_check_lib_save_LIBS=$LIBS
-LIBS=-lmng  $LIBS
+LIBS=-lmng -llcms -ljpeg -lz -lm $LIBS
 cat conftest.$ac_ext _ACEOF
 /* confdefs.h.  */
 _ACEOF
@@ -38635,7 +38638,7 @@ echo ${ECHO_T}$ac_cv_header_libmng_h 6; }
 fi
 if test $ac_cv_header_libmng_h = yes; then
have_libmng=yes
- MNG_LIBS=-lmng
+ MNG_LIBS=-lmng -llcms -ljpeg -lz -lm
 else
   { echo $as_me:$LINENO: result: *** All libmng dependent parts will 
be disabled *** 5
 echo ${ECHO_T}*** All libmng dependent parts will be disabled *** 
6; }
@@ -40755,19 +40758,19 @@ rm -f core conftest.err conftest.$ac_objext 
conftest.$
 fi
 { echo $as_me:$LINENO: result: 
$ac_cv_member_audio_info_t_output_muted 5
 echo ${ECHO_T}$ac_cv_member_audio_info_t_output_muted 6; }
-if test $ac_cv_member_audio_info_t_output_muted = yes; then
+#if test $ac_cv_member_audio_info_t_output_muted = yes; then
+#
+# cat confdefs.h _ACEOF
+# #define HAVE_AUDIO_INFO_T_OUTPUT_MUTED 1
+# _ACEOF
+#
+#
+#fi
 
-cat confdefs.h _ACEOF
-#define HAVE_AUDIO_INFO_T_OUTPUT_MUTED 1
-_ACEOF
-
-
 fi
 
-fi
 
 
-
 { echo $as_me:$LINENO: checking for IRIX libaudio support 5
 echo $ECHO_N checking for IRIX libaudio support... $ECHO_C 6; }
 if test ${am_cv_have_irixal+set} = set; then
@@ -49444,7 +49447,7 @@ cat confdefs.h _ACEOF
 _ACEOF
 
 CFLAGS=$CFLAGS 

Re: Firefox 2.0.0.10? For OpenBSD 4.2-CURRENT only??

2007-11-29 Thread J.C. Roberts
On Wednesday 28 November 2007, Nikns Siankin wrote:
 On Wed, Nov 28, 2007 at 03:49:16PM -0800, Unix Fan wrote:
 This really is stupid, a majority of the users of OpenBSD purchased
  4.2 CD's.. are likely expecting it would be a supported release.
 
 -CURRENT is a rapidly moving target, and I don't feel like updating
  my kernel a billion times a month... just to get the latest version
  of firefox!
 
 Ports should only be updated for the latest release, not
  -CURRENT...  a secure OS is nothing without secure software...

 I agree with you completely!

 Maybe some ports@ people (not openbsd developers, since they could do
 that already) could create cvs server and maintain -stable ports tree
 by themselves?


 I would step in.

And why the hell would you trust a third part cvs server of ports-stable 
if it's not being run by the same security conscious folks who normally 
handle the ports tree?

While you're at it, how many of the supported archs do you own?

Even if you happen to own the required hardware, how many of them are 
running 4.2-STABLE at this moment?

http://www.openbsd.org/goals.html
* Provide the best development platform possible ...
* Focus on being developer-oriented in all senses ...

The developers run -CURRENT. It's where the real work gets done. They 
dedicate their free time to making things better for the next release 
and no one has the right to tell them how to spend their free time.

And guess what, I only run -STABLE (with the rare exception when a dev 
asks me to do otherwise on a test box). Worse yet, I've spent the last 
week of my life trying to backport the changes to KDE (and all related 
audio libs) to just get aRts working again. Even if by some miracle I 
succeed, do you really want to be running my Franken-Source?  -Truth be 
told, *I* do not even want to be running my own Franken-Source but I 
hope it won't hurt me too much to give fixing it a try (and I might be 
totally wrong about the not hurting myself part).

You need to accept the fact that there is simply not enough free time 
available for the real developers to do everything.

Kind Regards,
JCR



Re: Samba 3.0.27a for OpenBSD 4.2-stable

2007-11-29 Thread Ian McWilliam

Brian A. Seklecki (Mobile) wrote:

Here's my CVS diff to make 3.0.27a:

  
I'm interested to know what you tree you diffed this against. 4.2 
shipped with


Samba 3.0.25b not 3.0.24

Ian McWilliam




cvs server: Diffing .
Index: Makefile
===
RCS file: /cvs/ports/net/samba/Makefile,v
retrieving revision 1.79
diff -u -r1.79 Makefile
--- Makefile2007/02/06 07:01:13 1.79
+++ Makefile2007/11/28 21:19:39
@@ -3,7 +3,7 @@
 COMMENT-main=  SMB and CIFS client and server for UNIX
 COMMENT-docs=  documentation and examples for samba
 
-DISTNAME=  samba-3.0.24

+DISTNAME=  samba-3.0.27a
 FULLPKGNAME-docs=  ${DISTNAME:S/-/-docs-/}
 SHARED_LIBS=   smbclient   0.3 \
msrpc   0.2
@@ -42,8 +42,8 @@
 SUBST_VARS= CONFDIR LOCALBASE SYSCONFDIR
 
 SEPARATE_BUILD= concurrent

-AUTOCONF_VERSION= 2.59
-CONFIGURE_STYLE= autoconf
+#AUTOCONF_VERSION= 2.59
+CONFIGURE_STYLE=gnu
 CONFIGURE_ARGS= --localstatedir=/var \
--sbindir=${PREFIX}/libexec \
--with-configdir=${CONFDIR} \
Index: distinfo
===
RCS file: /cvs/ports/net/samba/distinfo,v
retrieving revision 1.6
diff -u -r1.6 distinfo
--- distinfo2007/02/06 07:01:13 1.6
+++ distinfo2007/11/28 21:19:39
@@ -2,3 +2,8 @@
 RMD160 (samba-3.0.24.tar.gz) = f208dca645d07a195169e005a50fb4c4879254eb
 SHA1 (samba-3.0.24.tar.gz) = 216020b58abca191b8146f76f98a8bda3508fcd3
 SIZE (samba-3.0.24.tar.gz) = 17708128
+MD5 (samba-3.0.27a.tar.gz) = 57aedd342cafddbb28e2936c15dde96b
+RMD160 (samba-3.0.27a.tar.gz) =
601c095fdfd5a66e3ce9d57a2d3874d37641ba3f
+SHA1 (samba-3.0.27a.tar.gz) = 4bed2619d2f92ce41f7f84f00537a487c1bef7c9
+SHA256 (samba-3.0.27a.tar.gz) =
33e4998366e30ff7d6bdd70446fe9222badb0d4386d929e3d7cd28933685b6ae
+SIZE (samba-3.0.27a.tar.gz) = 18159377
cvs server: Diffing files
cvs server: Diffing pkg
Index: pkg/PFRAG.shared-main
===
RCS file: /cvs/ports/net/samba/pkg/PFRAG.shared-main,v
retrieving revision 1.1
diff -u -r1.1 PFRAG.shared-main
--- pkg/PFRAG.shared-main   2006/11/25 13:00:41 1.1
+++ pkg/PFRAG.shared-main   2007/11/28 21:19:39
@@ -5,8 +5,6 @@
 lib/samba/charset/
 lib/samba/charset/CP437.so
 lib/samba/charset/CP850.so
[EMAIL PROTECTED] lib/samba/libmsrpc.so.${LIBmsrpc_VERSION}
[EMAIL PROTECTED] lib/samba/libsmbclient.so.${LIBsmbclient_VERSION}
 lib/samba/vfs/
 lib/samba/vfs/audit.so
 lib/samba/vfs/cap.so
Index: pkg/PLIST-main
===
RCS file: /cvs/ports/net/samba/pkg/PLIST-main,v
retrieving revision 1.2
diff -u -r1.2 PLIST-main
--- pkg/PLIST-main  2006/12/14 09:07:56 1.2
+++ pkg/PLIST-main  2007/11/28 21:19:39
@@ -73,11 +73,8 @@
 @man man/man8/nmbd.8
 @man man/man8/pdbedit.8
 @man man/man8/smbd.8
[EMAIL PROTECTED] man/man8/smbmnt.8
[EMAIL PROTECTED] man/man8/smbmount.8
 @man man/man8/smbpasswd.8
 @man man/man8/smbspool.8
[EMAIL PROTECTED] man/man8/smbumount.8
 @man man/man8/swat.8
 @man man/man8/tdbbackup.8
 @man man/man8/tdbdump.8

~BAS


On Fri, 2007-11-23 at 15:30 -0500, Brian A. Seklecki (Mobile) wrote:
  

On Fri, 2007-11-23 at 09:35 +1100, Ian McWilliam wrote:


Attached is a port of Samba 3.0.27a for people using 4.2-stable.
  

Thank you -- I will test on Monday and provide any feedback.

~BAS


Samba 3.0.27 is a security release to address CVE-2007-4572 
http://samba.org/samba/security/CVE-2007-4572.html and CVE-2007-5398 
http://samba.org/samba/security/CVE-2007-5398.html.


http://news.samba.org/releases/3.0.27/

Those of us not running current in production may want to test this.

Ian McWilliam.






  





  




Re: Firefox 2.0.0.10? For OpenBSD 4.2-CURRENT only??

2007-11-29 Thread Stefan Sperling
On Wed, Nov 28, 2007 at 09:15:48PM -0800, Unix Fan wrote:
 In any sense, I backported and compiled Firefox 2.0.0.10... It seems to be 
 working..  

Great.

See, it's not that hard :)

 I'll upload a precompiled package if anyone else wants it... ;)

Diffs against the ports tree are *much* better than binaries
for a community-driven maintenance approach.

Unless they come form a trusted source (officially endorsed
OpenBSD -stable ports tree maintainer) nobody is gonna install
binaries. You cannot review binaries before applying them to
your system (in a reasonable amount of time).

-- 
stefan
http://stsp.name PGP Key: 0xF59D25F0


pgpY9Cxwoyol7.pgp
Description: PGP signature


Re: Firefox 2.0.0.10? For OpenBSD 4.2-CURRENT only??

2007-11-29 Thread Stefan Sperling
On Thu, Nov 29, 2007 at 12:46:27AM -0800, J.C. Roberts wrote:
  Maybe some ports@ people (not openbsd developers, since they could do
  that already) could create cvs server and maintain -stable ports tree
  by themselves?
 
 
  I would step in.
 
 And why the hell would you trust a third part cvs server of ports-stable 
 if it's not being run by the same security conscious folks who normally 
 handle the ports tree?

You don't have to trust it.

It's not a bad idea per se. This is how open source is supposed
to work. I would not tell people not to do this, even if they did
it only to gain some experience with porting. If such a project
were launched, it's possible that at some point in time some people
will have grown the skills to maintain the proper -stable ports tree.
OpenBSD needs these people to fill the gap.

In the worst case, no one ever checks out their 3rd party ports tree.

But no one is losing anything.

-- 
stefan
http://stsp.name PGP Key: 0xF59D25F0


pgpGERine4AL7.pgp
Description: PGP signature


Re: [UPDATE] net/snort 2.8.0

2007-11-29 Thread Mathieu Sauve-Frankel
On Thu, Nov 29, 2007 at 12:21:13AM +0100, Markus Lude wrote:
 Hello,
 here is an update to snort 2.8.0. Please test/comment/commit/...

2.8.0.1 is already out. please resubmit a diff to 2.8.0.1



Re: good console jabber client?

2007-11-29 Thread frantisek holop
hmm, on Tue, Nov 27, 2007 at 04:54:07PM +0200, Paul Irofti said that
 On Tue, Nov 27, 2007 at 04:02:39PM +0200, Sergey Prysiazhnyi wrote:
  Any Subj in ports tree? Like centericq, etc? Thank you a lot for advise, 
  
 
 You can always go with finch. Its the cli version from Pidgin.

interesting.
is it possible to make a finch flavour?


hm, and it's not available for 4.1 as package (upgrade in planning)

-f
-- 
forgive your enemies but never forget their names.



Re: Firefox 2.0.0.10? For OpenBSD 4.2-CURRENT only??

2007-11-29 Thread Edd Barrett
On 29/11/2007, Nikns Siankin [EMAIL PROTECTED] wrote:
 Maybe some ports@ people (not openbsd developers, since they could do that
 already) could create cvs server and maintain -stable ports tree by 
 themselves?

Please no.

instead you should urge the project to pay more attention to the
stable branch, if thats how you feel.

Post *your* (yes you) patches for -stable and people can test them, if
they work I am sure you can find a developer to commit them.

Backporting is quite a simple process. Usually you can try the one
from -current and just check make lib-depends-check. Sometimes
libraries move from ports to base or vica versa which can complicate
thing slightly.

I'm not sure what you would do with the version number of the port
though? Is it the same as in -current?


-- 
Best Regards

Edd

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



Re: Firefox 2.0.0.10? For OpenBSD 4.2-CURRENT only??

2007-11-29 Thread Nikolay Sturm
* Edd Barrett [2007-11-29]:
 instead you should urge the project to pay more attention to the
 stable branch, if thats how you feel.

You cannot urge the project, that's not how we work. You have to find a
developer and convince him to take responsibility. I tried it several
times and failed, which is easily understandable: -stable maintenance
doesn't give anything back to the developer who does it, it's just work
and it never ends.
 
 Backporting is quite a simple process. Usually you can try the one

Certainly not! Backporting is often enough an extremely complex process,
you have to make sure not to break compatibility, sometimes you have to
dig through source code to find that one security fix, you are looking
for but which isn't marked in any sensible way.

Nikolay

-- 
It's all part of my Can't-Do approach to life. Wally



Re: testers wanted: UPDATE - comms/conserver

2007-11-29 Thread Stuart Henderson
Did anyone else try this yet?


On 2007/10/15 20:04, Stuart Henderson wrote:
 I've updated conserver to the newest release, it looks like
 there are a few useful fixes and improvements since 8.1.11:
 
 http://www.conserver.com/CHANGES
 
 It passes 'make regress' cleanly on sparc64/amd64/i386, as well as
 any comments, I'm particularly interested in test reports for real
 use on sparc64 to make sure the unaligned access hasn't crept back
 in, and with serial consoles (vs. network accessible consoles) on
 any arch.
 
 (discussed with maintainer).
 
 
 Index: Makefile
 ===
 RCS file: /cvs/ports/comms/conserver/Makefile,v
 retrieving revision 1.30
 diff -u -p -u -r1.30 Makefile
 --- Makefile  16 Sep 2007 01:37:09 -  1.30
 +++ Makefile  12 Oct 2007 11:15:11 -
 @@ -2,8 +2,7 @@
  
  COMMENT= manage remote serial consoles via TCP/IP
  
 -DISTNAME=conserver-8.1.11
 -PKGNAME= ${DISTNAME}p0
 +DISTNAME=conserver-8.1.16
  CATEGORIES=  comms
  
  MAINTAINER=  Peter Valchev [EMAIL PROTECTED]
 Index: distinfo
 ===
 RCS file: /cvs/ports/comms/conserver/distinfo,v
 retrieving revision 1.5
 diff -u -p -u -r1.5 distinfo
 --- distinfo  5 Apr 2007 15:37:47 -   1.5
 +++ distinfo  12 Oct 2007 11:15:11 -
 @@ -1,5 +1,5 @@
 -MD5 (conserver-8.1.11.tar.gz) = lCWc1x846Us/JHdo47xzHw==
 -RMD160 (conserver-8.1.11.tar.gz) = OAOGw/SIeHvxMoCQcbMIvJoAyJ8=
 -SHA1 (conserver-8.1.11.tar.gz) = 0w1Mhrdp1WcH9qv61HmSzFnxKNo=
 -SHA256 (conserver-8.1.11.tar.gz) = 
 dX4FFsuLOKGoO6VonqEfcGyiTzZRK9WNAeoGw9IIcuo=
 -SIZE (conserver-8.1.11.tar.gz) = 299281
 +MD5 (conserver-8.1.16.tar.gz) = I2S6VvUgGwdka9+u/t0zCw==
 +RMD160 (conserver-8.1.16.tar.gz) = kYgy0h1G9/IM+cEIjAWBkAkzQ6A=
 +SHA1 (conserver-8.1.16.tar.gz) = biqYWSeBLMjCU0Y9U5Edw3+zcRE=
 +SHA256 (conserver-8.1.16.tar.gz) = 
 Q9ydgbwj12oOwBrNH1T1wna3Ff7rj1K7M7XIHzJaRtg=
 +SIZE (conserver-8.1.16.tar.gz) = 311373
 Index: patches/patch-configure_in
 ===
 RCS file: patches/patch-configure_in
 diff -N patches/patch-configure_in
 --- patches/patch-configure_in2 Aug 2005 07:25:47 -   1.2
 +++ /dev/null 1 Jan 1970 00:00:00 -
 @@ -1,12 +0,0 @@
 -$OpenBSD: patch-configure_in,v 1.2 2005/08/02 07:25:47 pvalchev Exp $
  configure.in.origThu Jun 23 23:10:15 2005
 -+++ configure.in Thu Jun 23 23:10:59 2005
 -@@ -326,7 +326,7 @@ if test $ac_cv_sys_posix_termios != y
 - AC_MSG_ERROR([POSIX termios interface required])
 - fi
 - 
 --AC_CHECK_HEADERS(unistd.h getopt.h sys/vlimit.h sys/resource.h ttyent.h 
 sys/ttold.h sys/uio.h sys/ioctl_compat.h usersec.h sys/select.h stropts.h 
 sys/audit.h shadow.h sys/time.h crypt.h sysexits.h types.h sys/sockio.h 
 sys/param.h)
 -+AC_CHECK_HEADERS(unistd.h getopt.h sys/vlimit.h sys/resource.h ttyent.h 
 sys/ttold.h sys/uio.h sys/types.h sys/param.h sys/proc.h sys/ioctl_compat.h 
 usersec.h sys/select.h stropts.h sys/audit.h shadow.h sys/time.h crypt.h 
 sysexits.h types.h)
 - dnl sys/proc.h needs sys/param.h on openbsd, apparently
 - AC_CHECK_HEADERS(sys/proc.h, [], [],
 - [#if HAVE_SYS_PARAM_H
 Index: patches/patch-conserver_Makefile_in
 ===
 RCS file: /cvs/ports/comms/conserver/patches/patch-conserver_Makefile_in,v
 retrieving revision 1.2
 diff -u -p -u -r1.2 patch-conserver_Makefile_in
 --- patches/patch-conserver_Makefile_in   2 Aug 2005 07:25:47 -   
 1.2
 +++ patches/patch-conserver_Makefile_in   12 Oct 2007 11:15:11 -
 @@ -1,7 +1,27 @@
  $OpenBSD: patch-conserver_Makefile_in,v 1.2 2005/08/02 07:25:47 pvalchev Exp 
 $
  conserver/Makefile.in.orig   Tue Feb 10 01:32:28 2004
 -+++ conserver/Makefile.inSat Jul 30 11:57:23 2005
 -@@ -57,11 +57,8 @@ distclean: clean
 +--- conserver/Makefile.in.orig   Mon Jun  6 16:03:06 2005
  conserver/Makefile.inFri Oct 12 12:11:24 2007
 +@@ -36,7 +36,7 @@ CONSERVER_HDRS = ../config.h $(top_srcdir)/compat.h $(
 +  $(srcdir)/group.h $(srcdir)/main.h $(srcdir)/master.h \
 +  $(srcdir)/readcfg.h $(srcdir)/version.h
 + 
 +-ALL = conserver convert
 ++ALL = conserver conserver-convert
 + 
 + 
 + all: $(ALL)
 +@@ -46,8 +46,8 @@ $(CONSERVER_OBJS): $(CONSERVER_HDRS)
 + conserver: $(CONSERVER_OBJS)
 + $(CC) $(CFLAGS) $(LDFLAGS) -o conserver $(CONSERVER_OBJS) $(LIBS)
 + 
 +-convert: convert.o cutil.o
 +-$(CC) $(CFLAGS) $(LDFLAGS) -o convert convert.o cutil.o $(LIBS)
 ++conserver-convert: convert.o cutil.o
 ++$(CC) $(CFLAGS) $(LDFLAGS) -o conserver-convert convert.o cutil.o 
 $(LIBS)
 + 
 + .c.o:
 + $(CC) $(CFLAGS) $(CPPFLAGS) -c -o $@ $
 +@@ -59,13 +59,9 @@ distclean: clean
   rm -f Makefile conserver.rc
   
   install: conserver
 @@ -11,8 +31,11 @@ $OpenBSD: patch-conserver_Makefile_in,v 
  -$(INSTALL) conserver.man 

Re: UPDATE: audio/mpg123

2007-11-29 Thread Christian Weisgerber
Giovanni Bechis [EMAIL PROTECTED] wrote:

 Mpg123 updated to latest version,
 files/* and patches/* are no more needed to build,

I looked into updating mpg123 a while back but got bogged down
because the port has substantial audio-related patches my Marc
Espie, and the function of these patches was far from clear.  Silently
dropping them may not be the best course.

-- 
Christian naddy Weisgerber  [EMAIL PROTECTED]



Re: good console jabber client?

2007-11-29 Thread Paul Irofti
On Thu, Nov 29, 2007 at 11:10:45AM +0100, frantisek holop wrote:
 hmm, on Tue, Nov 27, 2007 at 04:54:07PM +0200, Paul Irofti said that
  On Tue, Nov 27, 2007 at 04:02:39PM +0200, Sergey Prysiazhnyi wrote:
   Any Subj in ports tree? Like centericq, etc? Thank you a lot for advise, 
   
  
  You can always go with finch. Its the cli version from Pidgin.
 
 interesting.
 is it possible to make a finch flavour?
 
 
 hm, and it's not available for 4.1 as package (upgrade in planning)
 
afaik it is. Debian do have finch as a separated package, so why not...
I've been thinking about this to. Maybe I'll look into it when I get
more free time on my hands.



UPDATE: games/wesnoth (1.2.7 = 1.2.8)

2007-11-29 Thread Vlad Glagolev
Changelog:
 * language and i18n:
   * updated translations: Chinese, Portuguese (Brazil)
 * multiplayer:
   * the server sends a periodical 'ping' to all players to detect ghosts
   * implemented reloading of the server config on SIGHUP
 * user interface:
   * removed the turn_cmd preference option
 * WML engine:
   * the preprocessor now ignores filenames with '..' in them

p.s. tested @ i386

-- 
Cheerz,
Vlad Enqlave Glagolev


wesnoth-1.2.8--update.diff
Description: Binary data


pgpLXe186Y3Sa.pgp
Description: PGP signature


Re: multimedia/xine-lib question

2007-11-29 Thread Jacob Meuser
On Thu, Nov 29, 2007 at 12:13:16AM -0800, J.C. Roberts wrote:
 I'm guessing this is yet another case of yours truly shooting himself in 
 the foot, but I'm curious how many folks have had success compiling 
 multimedia/xine-lib from -current?
 
 On i386 the build dies with:
  
 cc -DHAVE_CONFIG_H -I. -I. -I../../include -I../.. -I../../include 
 -I../../include -I../../src -I../../src/xine-engine -I../../src/xine-engine 
 -I../../src/xine-utils -I../../src/input -I../../src/input -I../../lib 
 -I../../lib -DXINE_COMPILE -I/usr/local/include -D_REENTRANT 
 -D_FILE_OFFSET_BITS=64 -DXINE_COMPILE -Wformat=2 -Wno-format-zero-length 
 -Wmissing-format-attribute -Werror-implicit-function-declaration 
 -Wstrict-aliasing -O2 -pipe -DNDEBUG -MT 
 xineplug_ao_out_sun_la-audio_sun_out.lo -MD -MP -MF 
 .deps/xineplug_ao_out_sun_la-audio_sun_out.Tpo -c 
 audio_sun_out.c  -fPIC -DPIC -o .libs/xineplug_ao_out_sun_la-audio_sun_out.o
 audio_sun_out.c: In function `ao_sun_get_property':
 audio_sun_out.c:815: error: structure has no member named `output_muted'
 audio_sun_out.c: In function `ao_sun_set_property':
 audio_sun_out.c:842: error: structure has no member named `output_muted'

make sure you have an up-to-date /usr/include/sys/audioio.h

output_muted was added long ago.

-- 
[EMAIL PROTECTED]
SDF Public Access UNIX System - http://sdf.lonestar.org



sysutils/nut/pkg/PLIST-main problem

2007-11-29 Thread Claer
Hello list,

I was unable to build the package sysutil/nut from ports. I tried to
compile with flavor no_cgi. Here was my error :

--
===  Building package for nut-2.0.5-main
Create /usr/ports/packages/i386/all/nut-2.0.5-main.tgz
Error in package:
/usr/ports/sysutils/nut/w-nut-2.0.5-no_cgi/fake-i386-no_cgi//usr/local/html/nut-banner.png
does not exist
===  Cleaning for nut-2.0.5-main
rm -f /usr/ports/packages/i386/all/nut-2.0.5-main.tgz
/usr/ports/packages/i386/ftp/nut-2.0.5-main.tgz
/usr/ports/packages/i386/cdrom/nut-2.0.5-main.tgz
*** Error code 1

Stop in /usr/ports/sysutils/nut (line 1373 of
/usr/ports/infrastructure/mk/bsd.port.mk).
*** Error code 1

Stop in /usr/ports/sysutils/nut (line 1861 of
/usr/ports/infrastructure/mk/bsd.port.mk).
*** Error code 1

Stop in /usr/ports/sysutils/nut (line 1403 of
/usr/ports/infrastructure/mk/bsd.port.mk).

--

As /usr/local/html/nut-banner.png file is not installed with make install, I 
think it's an error in the file pkg/PLIST-main. 

Here is a small diff that correct the problem :


===
RCS file: /cvs/openbsd/ports/sysutils/nut/pkg/PLIST-main,v
retrieving revision 1.2
diff -u -r1.2 PLIST-main
--- sysutils/nut/pkg/PLIST-main 18 May 2007 12:22:46 -  1.2
+++ sysutils/nut/pkg/PLIST-main 29 Nov 2007 15:32:16 -
@@ -53,7 +53,7 @@
 @comment html/bottom.html
 @comment html/header.html
 @comment html/index.html
-html/nut-banner.png
[EMAIL PROTECTED] html/nut-banner.png
 @man man/man5/hosts.conf.5
 @man man/man5/ups.conf.5
 @man man/man5/upsd.conf.5




Re: good console jabber client?

2007-11-29 Thread Paul Irofti
On Thu, Nov 29, 2007 at 04:05:20PM +0100, viq wrote:
 On Thu, Nov 29, 2007 at 04:56:47PM +0200, Paul Irofti wrote:
  On Thu, Nov 29, 2007 at 11:10:45AM +0100, frantisek holop wrote:
   hmm, on Tue, Nov 27, 2007 at 04:54:07PM +0200, Paul Irofti said that
On Tue, Nov 27, 2007 at 04:02:39PM +0200, Sergey Prysiazhnyi wrote:
 Any Subj in ports tree? Like centericq, etc? Thank you a lot for 
 advise, 
 

You can always go with finch. Its the cli version from Pidgin.
   
   interesting.
   is it possible to make a finch flavour?
   
   
   hm, and it's not available for 4.1 as package (upgrade in planning)
   
  afaik it is. Debian do have finch as a separated package, so why not...
  I've been thinking about this to. Maybe I'll look into it when I get
  more free time on my hands.
 
 grep bin/finch /usr/ports/net/pidgin/pkg/PLIST
 bin/finch
 
 I don't understand what you're trying to say here. Of course finch is
 in the PLIST, otherwise how would it get added to the binary package
 that you install?



Re: good console jabber client?

2007-11-29 Thread viq
On Thu, Nov 29, 2007 at 05:34:38PM +0200, Paul Irofti wrote:
 On Thu, Nov 29, 2007 at 04:05:20PM +0100, viq wrote:
  On Thu, Nov 29, 2007 at 04:56:47PM +0200, Paul Irofti wrote:
   On Thu, Nov 29, 2007 at 11:10:45AM +0100, frantisek holop wrote:
hmm, on Tue, Nov 27, 2007 at 04:54:07PM +0200, Paul Irofti said that
 On Tue, Nov 27, 2007 at 04:02:39PM +0200, Sergey Prysiazhnyi wrote:
  Any Subj in ports tree? Like centericq, etc? Thank you a lot for 
  advise, 
  
 
 You can always go with finch. Its the cli version from Pidgin.

interesting.
is it possible to make a finch flavour?


hm, and it's not available for 4.1 as package (upgrade in planning)

   afaik it is. Debian do have finch as a separated package, so why not...
   I've been thinking about this to. Maybe I'll look into it when I get
   more free time on my hands.
  
  grep bin/finch /usr/ports/net/pidgin/pkg/PLIST
  bin/finch
  
  I don't understand what you're trying to say here. Of course finch is
  in the PLIST, otherwise how would it get added to the binary package
  that you install?

I could have misunderstood. I understood the previous statements as I
can't find finch, how can I get it. Or was can we have a package just
for finch, without the large dependency list of pidgin meant?

-- 
viq



Re: Samba 3.0.27a for OpenBSD 4.2-stable

2007-11-29 Thread Brian A. Seklecki (Mobile)

On Thu, 2007-11-29 at 20:22 +1100, Ian McWilliam wrote:
 Brian A. Seklecki (Mobile) wrote:
  Here's my CVS diff to make 3.0.27a:

I forgot to mention -- that patch was from the fight to make it work on
4.1-stable.  

I was in a hurry yesterday and fighting 4.2 ports syntax on 4.1 makes
one hostile.  Some stupid autoconf crap (I had enough last week w/
Bacula for two life times)

~BAS


 

 I'm interested to know what you tree you diffed this against. 4.2 
 shipped with




Re: good console jabber client?

2007-11-29 Thread Paul Irofti
On Thu, Nov 29, 2007 at 04:57:57PM +0100, viq wrote:
 On Thu, Nov 29, 2007 at 05:34:38PM +0200, Paul Irofti wrote:
  On Thu, Nov 29, 2007 at 04:05:20PM +0100, viq wrote:
   On Thu, Nov 29, 2007 at 04:56:47PM +0200, Paul Irofti wrote:
On Thu, Nov 29, 2007 at 11:10:45AM +0100, frantisek holop wrote:
 hmm, on Tue, Nov 27, 2007 at 04:54:07PM +0200, Paul Irofti said that
  On Tue, Nov 27, 2007 at 04:02:39PM +0200, Sergey Prysiazhnyi wrote:
   Any Subj in ports tree? Like centericq, etc? Thank you a lot for 
   advise, 
   
  
  You can always go with finch. Its the cli version from Pidgin.
 
 interesting.
 is it possible to make a finch flavour?
 
 
 hm, and it's not available for 4.1 as package (upgrade in planning)
 
afaik it is. Debian do have finch as a separated package, so why not...
I've been thinking about this to. Maybe I'll look into it when I get
more free time on my hands.
   
   grep bin/finch /usr/ports/net/pidgin/pkg/PLIST
   bin/finch
   
   I don't understand what you're trying to say here. Of course finch is
   in the PLIST, otherwise how would it get added to the binary package
   that you install?
 
 I could have misunderstood. I understood the previous statements as I
 can't find finch, how can I get it. Or was can we have a package just
 for finch, without the large dependency list of pidgin meant?
 
 
The word was `flavor', which is actually not applicable here. A
subpackage perhaps. Anyway, the question wasn't about where finch is
located, thus the misunderstanding.



libgphoto2 does not build

2007-11-29 Thread Markus Schatzl
Hi list,

I'm pretty sure this is not an error on my side. Without a new
build of libgphoto2 applications (e.g. gtkam) do not work
anymore due to some modifications made in usblib some time ago.

Short explanation:

 - libgphoto2 consists of 2 libs: cameras (libgphoto2) and
   interfaces (libgphoto2_port)

 - Building libgphoto2 demands headers from libgphoto2_port

 - Since libgphoto2 and libgphoto2_ports have appearently been
   separated into different directory hierarchies, those headers
   are not found anymore.

Workaround (poor):

 - env CPPFLAGS=-I../libgphoto2_port/gphoto2/ make build 

Solution:

 - Not yet available. Just FYI


All the best,
/Markus



Re: libgphoto2 does not build

2007-11-29 Thread Antoine Jacoutot

On Thu, 29 Nov 2007, Markus Schatzl wrote:

I'm pretty sure this is not an error on my side. Without a new
build of libgphoto2 applications (e.g. gtkam) do not work
anymore due to some modifications made in usblib some time ago.


I'm not sure I understand what you mean.
Under -current, going into /usr/ports/graphics/libgphoto2/ and doing 
make install does not work, is that what you mean?

If so, deinstall any previous version you have, I see no problem here...

--
Antoine



ClamAV 0.91.2 for OpenBSD 4.2?

2007-11-29 Thread Per-Olov Sjöholm
Hi

Anybody that knows why there is a ClamAV 0.91.2 stable update for OpenBSD 4.0 
and 4.1 in CVS but not for OpenBSD 4.2?


Thanks in advance
Per-Olov Sjöholm
-- 
GPG keyID: 4DB283CE
GPG fingerprint: 45E8 3D0E DE05 B714 D549 45BC CFB4 BBE9 4DB2 83CE



Re: ClamAV 0.91.2 for OpenBSD 4.2?

2007-11-29 Thread Cabillot Julien
Build it from -current.

On Nov 30, 2007 12:19 AM, Per-Olov Sjöholm [EMAIL PROTECTED] wrote:

 Hi

 Anybody that knows why there is a ClamAV 0.91.2 stable update for OpenBSD
 4.0
 and 4.1 in CVS but not for OpenBSD 4.2?


 Thanks in advance
 Per-Olov Sjöholm
 --
 GPG keyID: 4DB283CE
 GPG fingerprint: 45E8 3D0E DE05 B714 D549 45BC CFB4 BBE9 4DB2 83CE




-- 
Julien Cabillot
Technicien Unix
SDV Plurimedia