Re: NEW: devel/py-nose

2007-05-02 Thread steven mestdagh
> > > > > Port updated @ http://unworkable.org/~niallo/py-nose.tar.gz
> > > > 
> > > > some errors occur in the tests, log below (amd64).
> > > 
> > > I don't see these on my systems.  amd64 w/ python2.4, zaurus w/python
> > > 2.4 both pass regress fine.  I'm not sure what the problem could be
> > > Steven - any more details on your system?  Packages installed etc?
> > 
> > nothing much. Apr 24 snapshot, and
> > 
> > $ pkg_info
> > py-setuptools-0.6c5p0 simplified packaging system for Python modules
> > python-2.4.4p1  interpreted object-oriented programming language
> 
> I just tried make regress on a completely fresh amd64 and it worked
> fine.  I have no idea why it doesn't work for you. 

That's weird, I've seen the errors on 3 different boxes.
Do you have any other python modules installed?

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



UPDATE net/tcptraceroute, fixes sparc64

2007-05-02 Thread Stuart Henderson
tcptraceroute is broken on big-endian LP64, some (but not all)
libnet-1.0 functions also have problems on LP64.

tcptraceroute 1.4 depends on libnet-1.0, but 1.5beta added support
for 1.1. Here is an update to 1.5beta7 (released > 1 year ago) with
additional patches to fix big-endian LP64.

I've tested it on sparc64, amd64, i386 (and have sent the fixes
which aren't OpenBSD-specific upstream for possible inclusion).

This fixes ports/5462, the PR submitter has also tested this
on sparc64 - no response from tcptraceroute maintainer.

also at http://spacehopper.org/openbsd/tcptraceroute-1.5beta7.txt

Index: Makefile
===
RCS file: /cvs/ports/net/tcptraceroute/Makefile,v
retrieving revision 1.11
diff -u -p -u -r1.11 Makefile
--- Makefile24 May 2005 00:10:44 -  1.11
+++ Makefile29 Apr 2007 14:53:02 -
@@ -2,8 +2,8 @@
 
 COMMENT=   "traceroute implementation using TCP packets"
 
-DISTNAME=  tcptraceroute-1.4
-PKGNAME=   ${DISTNAME}p1
+DISTNAME=  tcptraceroute-1.5beta7
+PKGNAME=   ${DISTNAME}
 CATEGORIES=net
 
 HOMEPAGE=  http://michael.toren.net/code/tcptraceroute/
@@ -17,9 +17,13 @@ PERMIT_DISTFILES_CDROM=  Yes
 PERMIT_DISTFILES_FTP=  Yes
 WANTLIB=   c pcap 
 
+CONFIGURE_STYLE=   gnu
+CONFIGURE_ARGS=--with-libnet=${PREFIX} \
+   --enable-noselect-default
+
 MASTER_SITES=  http://michael.toren.net/code/tcptraceroute/
 
-LIB_DEPENDS=   lib/libnet-1.0/net.=0:libnet-1.0*:net/libnet/1.0
+LIB_DEPENDS=   lib/libnet-1.1/net.=11:libnet-1.1*:net/libnet/1.1
 
 MAKE_FLAGS=CC="${CC}" \
CFLAGS="${CFLAGS}"
@@ -27,11 +31,6 @@ MAKE_FLAGS=  CC="${CC}" \
 ALL_TARGET=
 
 NO_REGRESS=Yes
-
-do-install:
-   ${INSTALL_PROGRAM} ${WRKSRC}/tcptraceroute ${PREFIX}/sbin
-   ${INSTALL_DATA} ${WRKSRC}/tcptraceroute.8 ${PREFIX}/man/man8
-   ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/tcptraceroute
-   ${INSTALL_DATA} ${WRKSRC}/examples.txt 
${PREFIX}/share/examples/tcptraceroute
+USE_GMAKE= Yes
 
 .include 
Index: distinfo
===
RCS file: /cvs/ports/net/tcptraceroute/distinfo,v
retrieving revision 1.5
diff -u -p -u -r1.5 distinfo
--- distinfo5 Apr 2007 16:20:16 -   1.5
+++ distinfo29 Apr 2007 14:53:02 -
@@ -1,5 +1,5 @@
-MD5 (tcptraceroute-1.4.tar.gz) = NcXn2WDysHPbAQngAE4TTg==
-RMD160 (tcptraceroute-1.4.tar.gz) = Zyg1XKlxs+ZI6VcE50gmy8OPqU8=
-SHA1 (tcptraceroute-1.4.tar.gz) = Hb2aChCxFpWwIEvqRgRjqd2SEzg=
-SHA256 (tcptraceroute-1.4.tar.gz) = 
HvbEc2tV9H06K7JrmZy7QJlToRL2N7y+xBBtoqCTe94=
-SIZE (tcptraceroute-1.4.tar.gz) = 31918
+MD5 (tcptraceroute-1.5beta7.tar.gz) = ZdEAFQn5ceqYb8vC3QCWQw==
+RMD160 (tcptraceroute-1.5beta7.tar.gz) = /pNzQfTvGqNYslPDr0kEGaaJAx8=
+SHA1 (tcptraceroute-1.5beta7.tar.gz) = eIR+9LpwMc7mYMVAWTJW/ThKGmI=
+SHA256 (tcptraceroute-1.5beta7.tar.gz) = 
rtWxY+1IhvBCQrRgBabLSHbvOK1yABqU+stiqZ3JnFc=
+SIZE (tcptraceroute-1.5beta7.tar.gz) = 119119
Index: patches/patch-Makefile
===
RCS file: patches/patch-Makefile
diff -N patches/patch-Makefile
--- patches/patch-Makefile  24 May 2005 00:11:51 -  1.3
+++ /dev/null   1 Jan 1970 00:00:00 -
@@ -1,16 +0,0 @@
-$OpenBSD: patch-Makefile,v 1.3 2005/05/24 00:11:51 mjc Exp $
 Makefile.orig  Sun May 19 18:11:38 2002
-+++ Makefile   Sun May 22 13:43:22 2005
-@@ -8,9 +8,10 @@ CFLAGS = -O2 -Wall
- DESTDIR=/usr/local/bin
- 
- tcptraceroute: tcptraceroute.c
--  $(CC) $(CFLAGS) `libnet-config --defines` \
-+  $(CC) $(CFLAGS) `libnet-config-1.0 --cflags` \
-+  `libnet-config-1.0 --defines` \
-   -o tcptraceroute tcptraceroute.c \
--  `libnet-config --libs` -lpcap
-+  `libnet-config-1.0 --libs` -lpcap
- 
- static:
-   $(MAKE) tcptraceroute CFLAGS="$(CFLAGS) -static"
Index: patches/patch-configure
===
RCS file: patches/patch-configure
diff -N patches/patch-configure
--- /dev/null   1 Jan 1970 00:00:00 -
+++ patches/patch-configure 29 Apr 2007 14:53:02 -
@@ -0,0 +1,24 @@
+$OpenBSD$
+--- configure.orig Wed Mar 29 02:49:55 2006
 configure  Sun Apr 29 15:11:06 2007
+@@ -3713,7 +3713,7 @@ echo "$as_me: using libpcap in $withval" >&6;}
+ 
+ fi;
+ 
+-LIBNET_CONFIG="libnet-config" # relative, using $PATH
++LIBNET_CONFIG="libnet-config-1.1" # relative, using $PATH
+ 
+ # Check whether --with-libnet or --without-libnet was given.
+ if test "${with_libnet+set}" = set; then
+@@ -3727,9 +3727,11 @@ if test "${with_libnet+set}" = set; then
+ 
+   test -f "$withval/libnet.h" &&  
LIBNETCC="$LIBNETCC -I$withval"
+   test -f "$

wpa_supplicant, anyone working on it ?

2007-05-02 Thread Benoit Chesneau

Hi all,

Does anyone currently work on wpa_supplicant ? If not what is needed
to do it ? Working on porting bsd pilot on openbsd would it be enough
? Is there any other changes needed in drivers ?

I would be interrested to wortk on it anyway. So please tell me :)

Benoit

--
bchesneau.info | neurofriends.net | osbud.net



Re: mutt buffer overflow fixes

2007-05-02 Thread Stuart Henderson
On 2007/05/02 18:12, Ray Lai wrote:
> Mutt overflows if you have a Name with a long string of ampersands,
> like "x...&&&", where the ampersands expand to greater
> than 256.  Crashes on startup.  There is also a chance of an
> unterminated string, fixed as well.

still present in Mutt 1.5.15 (it fixes several annoying imap
problems though, I am finding it a big improvement - no compressed
folders patch yet though).



mutt buffer overflow fixes

2007-05-02 Thread Ray Lai
Mutt overflows if you have a Name with a long string of ampersands,
like "x...&&&", where the ampersands expand to greater
than 256.  Crashes on startup.  There is also a chance of an
unterminated string, fixed as well.

A similar fix in -stable mutt is needed.

-Ray-

Index: Makefile
===
RCS file: /cvs/ports/mail/mutt/snapshot/Makefile,v
retrieving revision 1.40
diff -u -p -r1.40 Makefile
--- Makefile2 Aug 2006 14:30:09 -   1.40
+++ Makefile2 May 2007 22:03:14 -
@@ -4,6 +4,7 @@ COMMENT="tty-based e-mail client, devel
 
 VERSION=   1.5.12
 DISTNAME=  mutt-${VERSION}
+PKGNAME=   ${DISTNAME}p0
 MASTER_SITES=  ${MASTER_SITES_MUTT:=devel/}
 
 FLAVORS=   hcache idn sidebar
Index: patches/patch-muttlib_c
===
RCS file: patches/patch-muttlib_c
diff -N patches/patch-muttlib_c
--- /dev/null   1 Jan 1970 00:00:00 -
+++ patches/patch-muttlib_c 2 May 2007 22:03:14 -
@@ -0,0 +1,25 @@
+$OpenBSD$
+--- muttlib.c.orig Wed May  2 17:30:25 2007
 muttlib.c  Wed May  2 17:48:19 2007
+@@ -532,16 +532,19 @@ char *mutt_gecos_name (char *dest, size_t destlen, str
+ 
+   pwnl = strlen (pw->pw_name);
+ 
+-  for (idx = 0; dest[idx]; idx++)
++  for (idx = 0; dest[idx] && idx < destlen; idx++)
+   {
+ if (dest[idx] == '&')
+ {
+-  memmove (&dest[idx + pwnl], &dest[idx + 1],
++  /* Don't move if destination is outside buffer. */
++  if (idx + pwnl < destlen)
++memmove (&dest[idx + pwnl], &dest[idx + 1],
+  MAX(destlen - idx - pwnl - 1, 0));
+   memcpy (&dest[idx], pw->pw_name, MIN(destlen - idx - 1, pwnl));
+   dest[idx] = toupper ((unsigned char) dest[idx]);
+ }
+   }
++  dest[idx] = '\0';
+   
+   return dest;
+ }



Re: update: ffmpeg-20070501

2007-05-02 Thread Jacob Meuser
On Wed, May 02, 2007 at 09:49:10AM +, Jacob Meuser wrote:
> On Wed, May 02, 2007 at 09:24:04AM +0200, Antoine Jacoutot wrote:
> > On Wednesday 02 May 2007 09:13:42 Jacob Meuser wrote:
> > > update FFmpeg to (more or less) latest svn.
> > 
> > Didn't you forget anything ;)
> 
> yeah, the diff would help.
> 

and here is the diff for FFmpeg dependent ports.  sorry about the delay.

-- 
[EMAIL PROTECTED]


Index: multimedia//ffmpeg2theora/Makefile
===
RCS file: /cvs/ports/multimedia/ffmpeg2theora/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- multimedia//ffmpeg2theora/Makefile  2007/03/02 23:42:41 1.2
+++ multimedia//ffmpeg2theora/Makefile  2007/05/02 20:01:23
@@ -3,7 +3,7 @@
 COMMENT=   "reencode many media file formats to Ogg Theora"
 
 DISTNAME=  ffmpeg2theora-0.17
-PKGNAME=   ${DISTNAME}p0
+PKGNAME=   ${DISTNAME}p1
 CATEGORIES=multimedia
 EXTRACT_SUFX=  .tar.bz2
 
@@ -16,7 +16,8 @@
 PERMIT_PACKAGE_FTP=Yes
 PERMIT_DISTFILES_CDROM=Yes
 PERMIT_DISTFILES_FTP=  Yes
-WANTLIB=   c faac faad m mp3lame ogg ossaudio pthread z
+WANTLIB=   a52 c faac faad m mp3lame ogg ossaudio \
+   pthread x264 z
 
 MASTER_SITES=  ${HOMEPAGE}
 
Index: multimedia//libquicktime/Makefile
===
RCS file: /cvs/ports/multimedia/libquicktime/Makefile,v
retrieving revision 1.11
diff -u -r1.11 Makefile
--- multimedia//libquicktime/Makefile   2006/12/02 20:24:17 1.11
+++ multimedia//libquicktime/Makefile   2007/05/02 20:01:23
@@ -5,7 +5,7 @@
 
 COMMENT=   library for reading and writing quicktime files
 DISTNAME=  libquicktime-0.9.7
-PKGNAME=   ${DISTNAME}p2
+PKGNAME=   ${DISTNAME}p3
 CATEGORIES=multimedia
 SHARED_LIBS=   quicktime   2.0
 
@@ -22,7 +22,8 @@
glib-2.0.>=800.3 gmodule-2.0.>=800.3 \
gobject-2.0.>=800.3 m ogg ossaudio \
pango-1.0.>=1001.1 pangocairo-1.0.>=1001.1 \
-   cairo glitz pangoft2-1.0.>=1001.1 pthread z
+   cairo glitz pangoft2-1.0.>=1001.1 pthread z \
+   Xau Xdmcp a52 expat faac faad theora x264
 
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=libquicktime/}
 
@@ -46,7 +47,7 @@
 CONFIGURE_STYLE=   autoconf
 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include 
-I${LOCALBASE}/include/libpng" \
LDFLAGS="-L${LOCALBASE}/lib" \
-   AVCODEC_LIBS="-lavcodec -lavutil -lz -lm -pthread"
+   AVCODEC_LIBS="$$(pkg-config --libs libavcodec)"
 CONFIGURE_ARGS=${CONFIGURE_SHARED} \
--disable-firewire \
--with-avcodec="${LOCALBASE}" \
Index: multimedia//transcode/Makefile
===
RCS file: /cvs/ports/multimedia/transcode/Makefile,v
retrieving revision 1.13
diff -u -r1.13 Makefile
--- multimedia//transcode/Makefile  2007/01/23 10:39:01 1.13
+++ multimedia//transcode/Makefile  2007/05/02 20:01:25
@@ -3,6 +3,7 @@
 COMMENT=   "video stream processing tools"
 
 DISTNAME=  transcode-1.0.3rc2
+PKGNAME=   ${DISTNAME}p0
 CATEGORIES=multimedia
 
 HOMEPAGE=  http://www.transcoding.org/
@@ -12,7 +13,8 @@
 PERMIT_PACKAGE_FTP=Yes
 PERMIT_DISTFILES_CDROM=Yes
 PERMIT_DISTFILES_FTP=  Yes
-WANTLIB=   ICE SM X11 Xaw Xext Xi Xpm Xt Xv c freetype \
+WANTLIB=   ICE SM X11 Xau Xaw Xdmcp Xext Xi Xpm Xt Xv c \
+   faac faad freetype x264 \
m pthread usbhid z glib gmodule intl
 
 MASTER_SITES=  http://fromani.exit1.org/
@@ -42,7 +44,7 @@
ogg.>=5::audio/libogg \
postproc.>=6::graphics/ffmpeg \
theora.>=1::multimedia/libtheora \
-   vorbis.>=3,vorbisfile.>=4::audio/libvorbis \
+   
vorbis.>=3,vorbisfile.>=4,vorbisenc.>=2::audio/libvorbis \
xml2.>=8::textproc/libxml
 
 RUN_DEPENDS=   ::graphics/ffmpeg \
@@ -60,7 +62,7 @@
 CONFIGURE_STYLE=   gnu
 CONFIGURE_ENV+=CPPFLAGS="-I${LOCALBASE}/include 
-I${X11BASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" \
-   LIBAVCODEC_EXTRA_LIBS="-lavutil -lm -lz -pthread"
+   LIBAVCODEC_EXTRA_LIBS="$$(pkg-config --libs libavcodec)"
 
 MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}/autotools
 
Index: multimedia//xine-lib/Makefile
===
RCS file: /cvs/ports/multimedia/xine-lib/Makefile,v
retrieving revision 1.12
diff -u -r1.12 Makefile
--- multimedia//xine-lib/Makefile 

Re: x11/dwm (was: Remove x11/ion)

2007-05-02 Thread Okan Demirmen
On Tue 2007.05.01 at 23:12 +0200, Tobias Ulmer wrote:
> On Tue, May 01, 2007 at 03:14:00PM -0400, Okan Demirmen wrote:
> > On Mon 2007.04.30 at 17:39 +0200, Matthias Kilian wrote:
> > > On Tue, May 01, 2007 at 12:07:37AM +1000, Donald Bruce Stewart wrote:
> > > > Urgh. Tuomo is weird sometimes. More reasons to move to 
> > > > 
> > > > wmii / dwmhttp://www.suckless.org/wiki/dwm (MIT/X)
> > > 
> > > For dwm, see attachment.
> > 
> > switched from ion to dwm last night - has been working well since then
> > (on i386).
> > 
> > even though config changes require one to re-compile, i'd still love to
> > see this in ports/.
> > 
> > 
> 
> Latest dwm port can be found here: http://tmux.ath.cx/~tobiasu/ports/x11/
> 
> It has a simple mechanism to choose a config file based on the machines
> hostname, just place config.$yourhostname.h in files/

uhm, i kinda like kilian's port a bit better - like the idea of
overriding variables in MAKE_FLAGS as opposed to patching.

however, i do like your idea about local config.h's, however i'd argue
against having them in the port (in files/ or whatnot) - either source
the file from ~/.dwm.config.h or ${PORTSDIR}/mystuff/dwm.config.h or
something - just so that it is out of ports/

> 
> There's other stuff as well, like the latest dmenu which i didn't get
> into the tree yet.
> 
> Tobias
> 



Re: RESUBMIT: x11/xfce4 update to 4.4.0

2007-05-02 Thread Landry Breuil

2007/5/1, Markus Bergkvist <[EMAIL PROTECTED]>:


Hi,
I upgraded to -current and xenocara just to realise that xfce 4.3.2 is no
longer working, it gets to the spash screen then it just waits there. I
don't know if it something wrong with my system or what the reason might
be.
But I would like to test xfce 4.4.1, so I'm wondering what is the progress
with your porting? Do you have a patch that I can test?



Yes, as i said in my last mail, this patchset will work if you're still
using snapshot ftp-packages (still gtk2.8 and glib2.10)
I have to upgrade my gtk/glib install from source to the latest one in ports
to update this patchset.
Be sure to remove/backup your ~/.config before, and maybe remove xfce
4.2.3too (i have to work on the upgrade path, and set corresponding
@conflict in
PLISTs)


If ppl are _really_ interested in testing this patchset (will only work
with
gtk 2.8/glib 2.10/vte 0.11 et al.), it's available here :
http://gruiik.info/stuff/new/xfce4-4.4.1-patchset.tgz (tested only on

i386atm, i have to upgrade my sparc64 to build it too)

To answer ajacoutot@, i don't think the removal of textproc/expat and the
use of xenocara's expat will have effect on this patchset, as expat is only
present in WANTLIB and not in LIB_DEPENDS... but btw, i'm not a ports
infrastructure expert, i have to check this :)

Landry


Re: update: ffmpeg-20070501

2007-05-02 Thread Jacob Meuser
On Wed, May 02, 2007 at 09:24:04AM +0200, Antoine Jacoutot wrote:
> On Wednesday 02 May 2007 09:13:42 Jacob Meuser wrote:
> > update FFmpeg to (more or less) latest svn.
> 
> Didn't you forget anything ;)

yeah, the diff would help.


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


Index: ffmpeg/Makefile
===
RCS file: /home/cvs/OpenBSD/ports/graphics/ffmpeg/Makefile,v
retrieving revision 1.26
diff -u -r1.26 Makefile
--- ffmpeg/Makefile 2 Mar 2007 23:38:28 -   1.26
+++ ffmpeg/Makefile 1 May 2007 20:53:32 -
@@ -2,16 +2,17 @@
 
 COMMENT=   "audio/video converter and streamer with bktr(4) support"
 
-DISTNAME=  ffmpeg-cvs-20070110
-PKGNAME=   ${DISTNAME:S/-cvs//}p1
-SHARED_LIBS=   avutil  2.0 \
-   avcodec 8.0 \
-   avformat8.0 \
-   postproc8.0
+DISTNAME=  ffmpeg-svn-20070501
+PKGNAME=   ${DISTNAME:S/-svn//}
+SHARED_LIBS=   avutil  3.0 \
+   avcodec 9.0 \
+   avformat9.0 \
+   postproc9.0
+
 CATEGORIES=graphics multimedia
 
-HOMEPAGE=  http://www.ffmpeg.org/
-MAINTAINER=Nikns Siankin <[EMAIL PROTECTED]>
+HOMEPAGE=  http://ffmpeg.mplayerhq.hu/
+MAINTAINER=Jacob Meuser <[EMAIL PROTECTED]>
 
 # GPL
 PERMIT_PACKAGE_CDROM=  "patents"
@@ -19,15 +20,18 @@
 PERMIT_DISTFILES_CDROM=Yes
 PERMIT_DISTFILES_FTP=  Yes
 
-# only available through CVS
-MASTER_SITES=  ftp://ftp.secure.lv/pub/distfiles/
+# only available through SVN
+MASTER_SITES=  http://jakemsr.trancell.org/distfiles/
 
 BUILD_DEPENDS= ::textproc/texi2html
 LIB_DEPENDS=   SDL.>=4::devel/sdl \
faac::audio/faac \
faad::audio/faad \
mp3lame.>=0.1::audio/lame \
-   vorbis.>=4.0,vorbisenc.>=2.0::audio/libvorbis
+   vorbis.>=4.0,vorbisenc.>=2.0::audio/libvorbis \
+   a52::audio/liba52 \
+   x264::multimedia/x264 \
+   theora::multimedia/libtheora
 
 WANTLIB=   X11 Xext c freetype m pthread ogg ossaudio usbhid z
 
@@ -39,28 +43,44 @@
 CFLAGS+=-fomit-frame-pointer
 .endif
 
+# inter-library dependencies for the current configuration
+LIBavutil_EXTRALIBS=-lm
+LIBavcodec_EXTRALIBS=-lavutil -lm -lz -L${LOCALBASE}/lib -lfaac -lfaad 
-lmp3lame -lvorbis -lvorbisenc -la52 -ltheora -lx264 -pthread
+LIBavformat_EXTRALIBS=-lavutil -lavcodec -lossaudio -lm -L${LOCALBASE}/lib 
-logg
+LIBpostproc_EXTRALIBS=-lavutil
+
 CONFIGURE_STYLE=   simple
 CONFIGURE_ARGS+=   ${CONFIGURE_SHARED} \
--cc=${CC} \
--disable-opts \
-   --enable-a52 \
+   --enable-liba52 \
--enable-pp \
--enable-gpl \
--enable-pthreads \
--disable-debug \
-   --enable-faac \
-   --enable-faad \
-   --enable-mp3lame \
+   --enable-libfaac \
+   --enable-libfaad \
+   --enable-libmp3lame \
--enable-libogg \
-   --enable-vorbis \
+   --enable-libvorbis \
+   --enable-libtheora \
+   --enable-x264 \
--extra-libs="-L${LOCALBASE}/lib" \
--extra-cflags=-I${LOCALBASE}/include
 
+CONFIGURE_ENV+=LIBavutil_EXTRALIBS="${LIBavutil_EXTRALIBS}" \
+   LIBavcodec_EXTRALIBS="${LIBavcodec_EXTRALIBS}" \
+   LIBavformat_EXTRALIBS="${LIBavformat_EXTRALIBS}" \
+   LIBpostproc_EXTRALIBS="${LIBpostproc_EXTRALIBS}"
 
 MAKE_FLAGS=LIBavutil_VERSION=$(LIBavutil_VERSION) \
LIBavcodec_VERSION=$(LIBavcodec_VERSION) \
LIBavformat_VERSION=$(LIBavformat_VERSION) \
-   LIBpostproc_VERSION=$(LIBpostproc_VERSION)
+   LIBpostproc_VERSION=$(LIBpostproc_VERSION) \
+   LIBavutil_EXTRALIBS="${LIBavutil_EXTRALIBS}" \
+   LIBavcodec_EXTRALIBS="-L${WRKBUILD}/libavutil 
${LIBavcodec_EXTRALIBS}" \
+   LIBavformat_EXTRALIBS="-L${WRKBUILD}/libavutil 
-L${WRKBUILD}/libavcodec ${LIBavformat_EXTRALIBS}" \
+   LIBpostproc_EXTRALIBS="-L${WRKBUILD}/libavutil 
${LIBpostproc_EXTRALIBS}"
 
 FAKE_FLAGS=DESTDIR=${WRKINST} \
LDCONFIG=true \
Index: ffmpeg/distinfo

Re: update: ffmpeg-20070501

2007-05-02 Thread Jacob Meuser
On Wed, May 02, 2007 at 10:25:39AM +0300, Nikns Siankin wrote:
> Good stuff.
> What about updating xvidcore and using --enable-xvid in ffmpeg?
> http://secure.lv/~nikns/stuff/ports/xvidcore-1.1.2.diff

could be added later.  want to get ffmpeg updated first.

> New grab interface breaks grabing for my bktr card:
> http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/2007-April/028373.html
> AW, perhaps that could be fixed later.

both the following work fine for me on two different machines with
two different bktr cards.

$ ffplay -s vga -f bktr -an /dev/bktr0
$ ffmpeg -s vga -r 29.97 -f bktr -i /dev/bktr0 -ac 2 -f audio_device -i 
/dev/audio ff.mpg

do other bktr grabbing programs work for you?

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





Re: About FreeNX port

2007-05-02 Thread Matthieu Herrb
T5in9Tao wrote:
> Hi,
> 
> I just would like to give you this idea to adding the FreeNX
> serverpackage into the obsd packages, in
> the future.
> 
> As you know it, it's allow us a access to a machine into a SSH tunnel. With
> this server, we can for example build a web applicative gateway for more
> safety... so I think that should be a very good package ;)

Yes, A FreeNX port for OpenBSD would rock.

Earlier this year Reiner Jung announced to misc@ that he was about to
release a native FreeNX client for OpenBSD. What happened to that project?

-- 
Matthieu Herrb



Re: update: ffmpeg-20070501

2007-05-02 Thread Nikns Siankin
Good stuff.
What about updating xvidcore and using --enable-xvid in ffmpeg?
http://secure.lv/~nikns/stuff/ports/xvidcore-1.1.2.diff

New grab interface breaks grabing for my bktr card:
http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/2007-April/028373.html
AW, perhaps that could be fixed later.

On Wed, May 02, 2007 at 07:13:42AM +, Jacob Meuser wrote:
>update FFmpeg to (more or less) latest svn.
>
>
>added decoders and encoders:
> - TIFF picture encoder
> - Flash Screen Video encoder
> - Theora encoding via libtheora
> - BMP encoder
> - WMA encoder
> - GSM-MS encoder and decoder
> - DCA decoder
> - DXA demuxer and decoder
> - DNxHD decoder
> - Gamecube movie (.THP) playback system
> - Blackfin optimizations
> - Interplay C93 demuxer and video decoder
> - Bethsoft VID demuxer and video decoder
> - CRYO APC demuxer
> - Atrac3 decoder
> - V.Flash PTX decoder
>
>
>changes to the port:
> - remove explicit inter-library dependencies
> - provide correct pkg-config(1) files
> - enable x264 and libtheora support
> - take maintainership
>
>
>passes regression tests on i386 and amd64.  it would be nice to get
>reports from other architectures.
>
>patch for FFmpeg dependent port changes (wantlib, etc) will follow.
>
>-- 
>[EMAIL PROTECTED]
>SDF Public Access UNIX System - http://sdf.lonestar.org
>



Re: Proftpd port

2007-05-02 Thread Pierre-Yves Ritschard
On Tue, 1 May 2007 11:02:04 -0300
Rafael <[EMAIL PROTECTED]> wrote:

> I use the 'mod_sql' and 'mod_quota_sql' on proftpd. With this, I can
> auth on mysql/postgress database and control the user/group quota with
> a simple SQL - its easy control behind a external software.
> 
>
> 
Maybe you should consider using pure-ftpd its good has nice
authentication helpers and is in ports.



Re: update: ffmpeg-20070501

2007-05-02 Thread Antoine Jacoutot
On Wednesday 02 May 2007 09:13:42 Jacob Meuser wrote:
> update FFmpeg to (more or less) latest svn.

Didn't you forget anything ;)

-- 
Antoine



update: ffmpeg-20070501

2007-05-02 Thread Jacob Meuser
update FFmpeg to (more or less) latest svn.


added decoders and encoders:
 - TIFF picture encoder
 - Flash Screen Video encoder
 - Theora encoding via libtheora
 - BMP encoder
 - WMA encoder
 - GSM-MS encoder and decoder
 - DCA decoder
 - DXA demuxer and decoder
 - DNxHD decoder
 - Gamecube movie (.THP) playback system
 - Blackfin optimizations
 - Interplay C93 demuxer and video decoder
 - Bethsoft VID demuxer and video decoder
 - CRYO APC demuxer
 - Atrac3 decoder
 - V.Flash PTX decoder


changes to the port:
 - remove explicit inter-library dependencies
 - provide correct pkg-config(1) files
 - enable x264 and libtheora support
 - take maintainership


passes regression tests on i386 and amd64.  it would be nice to get
reports from other architectures.

patch for FFmpeg dependent port changes (wantlib, etc) will follow.

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