Re: Please test: mplayer 1.0 rc2

2007-10-22 Thread Pav Lucistnik
Thomas Zander píše v ne 21. 10. 2007 v 22:57 +0800:

 There it is:
 
 http://www.rrr.de/~riggs/mplayer/m20071021.tar.bz2

Does not build:

cc -I. -I.. -I../libavutil -O2 -fno-strict-aliasing -pipe  -O3
-ffast-math -fomit-frame-pointer -I/usr/local/include
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE
-DHAVE_CON
FIG_H -D__STDC_LIMIT_MACROS -I/usr/local/include/freetype2
-I/usr/local/include -I/usr/local/include -I/usr/local/include/freetype2
-I/usr/local/include-c -o demux_rtp.o demux_rtp.cpp

In file included from demux_rtp.cpp:12:
demux_rtp_internal.h:22:24: liveMedia.hh: No such file or directory

$ pkg_which /usr/local/live/liveMedia/include/liveMedia.hh
liveMedia-2007.07.25,1


When I disable liveMedia option, it fails later:

cc -O2 -fno-strict-aliasing -pipe  -O3 -ffast-math -fomit-frame-pointer
-I/usr/local/include -I./libavcodec -I./libavformat
-Wdisabled-optimization -Wdeclaration-after-statement -I. -I.
-I./libavutil -O2 -fno-strict-aliasing -pipe  -O3 -ffast-math
-fomit-frame-pointer -I/usr/local/include  -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DHAVE_CONFIG_H
-I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/include
-I/usr/local/include/freetype2 -I/usr/local/include -I../libavcodec
-I../libavformat -Wdisabled-optimization -Wdeclaration-after-statement
-I. -I.. -I../libavutil -O2 -fno-strict-aliasing -pipe  -O3 -ffast-math
-fomit-frame-pointer -I/usr/local/include  -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DHAVE_CONFIG_H
-I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/include
-I/usr/local/include/freetype2 -I/usr/local/include   -c -o stream_dvd.o
stream_dvd.c
stream_dvd.c: In function `dvd_parse_chapter_range':
stream_dvd.c:168: warning: passing arg 2 of `strtol' from incompatible
pointer type
stream_dvd.c: In function `open_s':
stream_dvd.c:932: error: request for member `present' in something not a
structure or union
stream_dvd.c:950: error: request for member `s_audio' in something not a
structure or union
stream_dvd.c:1001: error: request for member `present' in something not
a structure or union
stream_dvd.c:1022: error: request for member `s_4p3' in something not a
structure or union
stream_dvd.c:1028: error: request for member `s_lbox' in something not a
structure or union
gmake[1]: *** [stream_dvd.o] Error 1



-- 
Pav Lucistnik [EMAIL PROTECTED]
  [EMAIL PROTECTED]
Fairy tales do not tell children that dragons exist. Children already
know dragons exist. Fairy tales tell children that dragons can be
killed. -- G. K. Chesterton


signature.asc
Description: Toto je digitálně	 podepsaná část	 zprávy


RE: devel/pear-1.6.2

2007-10-22 Thread Doug Sampson
 What about reinstalling the PHP port with the DEBUG option 
 enabled and then
 running gdb -c php.core `which php` if it still segfaults to 
 see where it
 does so?
 

I recompiled lang/php5 with the debug option enabled and ran 'make install'
in devel/pear. This is what I got:

corvus-root@/usr/ports/devel/pear: make install
===  Installing for pear-1.6.2
===   pear-1.6.2 depends on file: /usr/local/include/php/main/php.h - found
===   pear-1.6.2 depends on file: /usr/local/lib/php/20060613-debug/pcre.so
- found
===   pear-1.6.2 depends on file: /usr/local/lib/php/20060613-debug/xml.so
- found
===   Generating temporary packing list
===  Checking if devel/pear already installed
Using local package: PEAR-stable..ok
Using local package: Archive_Tar-stableok
Using local package: Console_Getopt-stableok
Using local package: Structures_Graph-stableok
Bootstrapping: PEAR...(local) ok
Bootstrapping: Archive_Tar(local) ok
Bootstrapping: Console_Getopt.(local) ok
Extracting installer..ok
pear/PEAR can optionally use package pear/XML_RPC (version = 1.4.0)
pear/PEAR can optionally use package pear/PEAR_Frontend_Web (version =
0.5.0)
pear/PEAR can optionally use package pear/PEAR_Frontend_Gtk (version =
0.4.0)
PHP Fatal error:  Allowed memory size of 8388608 bytes exhausted at
/usr/ports/lang/php5/work/php-5.2.4/Zend/zend_opcode.c:48 (tried to allocate
77824 bytes) in /tmp/gopenVer7q/PEAR/PackageFile/Generator/v1.php on line
628

Fatal error: Allowed memory size of 8388608 bytes exhausted at
/usr/ports/lang/php5/work/php-5.2.4/Zend/zend_opcode.c:48 (tried to allocate
77824 bytes) in /tmp/gopenVer7q/PEAR/PackageFile/Generator/v1.php on line
628
*** Signal 11

Stop in /usr/ports/devel/pear.

corvus-root@/usr/ports/devel/pear: gdb -c php.core `which php`
GNU gdb 6.1.1 [FreeBSD]
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain
conditions.
Type show copying to see the conditions.
There is absolutely no warranty for GDB.  Type show warranty for details.
This GDB was configured as i386-marcel-freebsd...
Core was generated by `php'.
Program terminated with signal 11, Segmentation fault.
Reading symbols from /lib/libcrypt.so.3...done.
Loaded symbols for /lib/libcrypt.so.3
Reading symbols from /lib/libm.so.4...done.
Loaded symbols for /lib/libm.so.4
Reading symbols from /usr/local/lib/libxml2.so.5...done.
Loaded symbols for /usr/local/lib/libxml2.so.5
Reading symbols from /lib/libz.so.3...done.
Loaded symbols for /lib/libz.so.3
Reading symbols from /usr/local/lib/libiconv.so.3...done.
Loaded symbols for /usr/local/lib/libiconv.so.3
Reading symbols from /lib/libc.so.6...done.
Loaded symbols for /lib/libc.so.6
Reading symbols from /usr/local/lib/php/20060613-debug/zlib.so...done.
Loaded symbols for /usr/local/lib/php/20060613-debug/zlib.so
Reading symbols from /usr/local/lib/php/20060613-debug/ctype.so...done.
Loaded symbols for /usr/local/lib/php/20060613-debug/ctype.so
Reading symbols from /usr/local/lib/php/20060613-debug/xml.so...done.
Loaded symbols for /usr/local/lib/php/20060613-debug/xml.so
Reading symbols from /usr/local/lib/php/20060613-debug/tidy.so...done.
Loaded symbols for /usr/local/lib/php/20060613-debug/tidy.so
Reading symbols from /usr/local/lib/libtidy-0.99.so.0...done.
Loaded symbols for /usr/local/lib/libtidy-0.99.so.0
Reading symbols from /usr/local/lib/php/20060613-debug/bcmath.so...done.
Loaded symbols for /usr/local/lib/php/20060613-debug/bcmath.so
Reading symbols from /usr/local/lib/php/20060613-debug/mbstring.so...done.
Loaded symbols for /usr/local/lib/php/20060613-debug/mbstring.so
Reading symbols from /usr/local/lib/php/20060613-debug/mailparse.so...done.
Loaded symbols for /usr/local/lib/php/20060613-debug/mailparse.so
Reading symbols from /usr/local/lib/php/20060613-debug/session.so...done.
Loaded symbols for /usr/local/lib/php/20060613-debug/session.so
Reading symbols from /usr/local/lib/php/20060613-debug/pcre.so...done.
Loaded symbols for /usr/local/lib/php/20060613-debug/pcre.so
Reading symbols from /usr/local/lib/php/20060613-debug/filter.so...done.
Loaded symbols for /usr/local/lib/php/20060613-debug/filter.so
Reading symbols from /usr/local/lib/libpcre.so.0...done.
Loaded symbols for /usr/local/lib/libpcre.so.0
Reading symbols from /usr/local/lib/php/20060613-debug/exif.so...done.
Loaded symbols for /usr/local/lib/php/20060613-debug/exif.so
Reading symbols from /usr/local/lib/php/20060613-debug/dba.so...done.
Loaded symbols for /usr/local/lib/php/20060613-debug/dba.so
Reading symbols from /usr/local/lib/libdb-4.6.so.0...done.
Loaded symbols for /usr/local/lib/libdb-4.6.so.0
Reading symbols from /usr/lib/libpthread.so.2...done.
Loaded symbols for /usr/lib/libpthread.so.2
Reading symbols from /usr/local/lib/php/20060613-debug/soap.so...done.
Loaded symbols for 

Re: Please test: mplayer 1.0 rc2

2007-10-22 Thread Michael Johnson
On 10/21/07, Thomas Zander [EMAIL PROTECTED] wrote:

 There it is:

 http://www.rrr.de/~riggs/mplayer/m20071021.tar.bz2


on 7.0

cc -O2 -fno-strict-aliasing -pipe -march=prescott -O3 -ffast-math
-fomit-frame-pointer -I/usr/local/include -I./libavcodec -I./libavformat
-Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -I.
-I. -I./libavutil -O2 -fno-strict-aliasing -pipe -march=prescott -O3
-ffast-math -fomit-frame-pointer -I/usr/local/include  -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DHAVE_CONFIG_H
-I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/include
-I/usr/local/include/freetype2 -I/usr/local/include -D_THREAD_SAFE
-I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include
-I/usr/local/include/atk-1.0 -I/usr/local/include/cairo
-I/usr/local/include/pango-1.0 -I/usr/local/include
-I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include
-I/usr/local/include/freetype2   -I../libavcodec -I../libavformat
-Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -I.
-I.. -I../libavutil -O2 -fno-strict-aliasing -pipe -march=prescott -O3
-ffast-math -fomit-frame-pointer -I/usr/local/include  -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DHAVE_CONFIG_H
-I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/include
-I/usr/local/include/freetype2 -I/usr/local/include -D_THREAD_SAFE
-I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include
-I/usr/local/include/atk-1.0 -I/usr/local/include/cairo
-I/usr/local/include/pango-1.0 -I/usr/local/include
-I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include
-I/usr/local/include/freetype2 -c -o stream_dvd.o stream_dvd.c
stream_dvd.c: In function 'dvd_parse_chapter_range':
stream_dvd.c:168: warning: passing argument 2 of 'strtol' from incompatible
pointer type
stream_dvd.c: In function 'open_s':
stream_dvd.c:932: error: request for member 'present' in something not a
structure or union
stream_dvd.c:950: error: request for member 's_audio' in something not a
structure or union
stream_dvd.c:1001: error: request for member 'present' in something not a
structure or union
stream_dvd.c:1022: error: request for member 's_4p3' in something not a
structure or union
stream_dvd.c:1028: error: request for member 's_lbox' in something not a
structure or union
gmake[1]: *** [stream_dvd.o] Error 1
gmake[1]: Leaving directory `/usr/work/usr/home/ahze/mplayer/work/MPlayer-
1.0rc2/stream'
gmake: *** [stream/stream.a] Error 2
*** Error code 2

Stop in /usr/home/ahze/mplayer.
*** Error code 1




Riggs
 ___
 freebsd-ports@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-ports
 To unsubscribe, send any mail to [EMAIL PROTECTED]

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Please test: mplayer 1.0 rc2

2007-10-22 Thread Thomas Zander
On 21/10/2007, Thomas Zander [EMAIL PROTECTED] wrote:
 http://www.rrr.de/~riggs/mplayer/m20071021.tar.bz2

Thank you for all the reports so far.
That looks like a ridiculous amount of build errors on various
configurarions, much worse than I expected. :-/

I hope to get some of them sorted out and fixed soonish, but I will
definitely release a new tarball for testing before this is going
through send-pr.

In the meantime, reports and patches are of course much appreciated!

Riggs
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: devel/pear-1.6.2

2007-10-22 Thread Václav Haisman


Doug Sampson wrote, On 22.10.2007 2:10:
[...]
 PHP Fatal error:  Allowed memory size of 8388608 bytes exhausted at
 /usr/ports/lang/php5/work/php-5.2.4/Zend/zend_opcode.c:48 (tried to allocate
 77824 bytes) in /tmp/gopenVer7q/PEAR/PackageFile/Generator/v1.php on line
 628
 
 Fatal error: Allowed memory size of 8388608 bytes exhausted at
 /usr/ports/lang/php5/work/php-5.2.4/Zend/zend_opcode.c:48 (tried to allocate
 77824 bytes) in /tmp/gopenVer7q/PEAR/PackageFile/Generator/v1.php on line
 628
 *** Signal 11
 
 Stop in /usr/ports/devel/pear.
[...]
 
 Not sure what to do at this point- it's all new to me.
 
 ~Doug
This looks like your memory_limit setting in php.ini is way too low. Try to
increase its value.

--
VH



signature.asc
Description: OpenPGP digital signature


Re: bin/11420 [nanobsd] Build failure on RELENG_6

2007-10-22 Thread Ruslan Ermilov
The following reply was made to PR ports/11420; it has been noted by GNATS.

From: Ruslan Ermilov [EMAIL PROTECTED]
To: M. Warner Losh [EMAIL PROTECTED], [EMAIL PROTECTED],
[EMAIL PROTECTED]
Cc:  
Subject: Re: bin/11420 [nanobsd] Build failure on RELENG_6
Date: Mon, 22 Oct 2007 13:29:27 +0400

 On Sat, Oct 20, 2007 at 10:03:13PM +0400, Ruslan Ermilov wrote:
  On Tue, Oct 16, 2007 at 12:37:54AM +0200, Henrik Brix Andersen wrote:
   On Mon, Jul 02, 2007 at 07:47:21AM -0600, M. Warner Losh wrote:
In message: [EMAIL PROTECTED]
Henrik Brix Andersen [EMAIL PROTECTED] writes:
: On Sun, Jul 01, 2007 at 07:01:35PM -0600, M. Warner Losh wrote:
:  In message: [EMAIL PROTECTED]
:  Henrik Brix Andersen [EMAIL PROTECTED] writes:
: ...
:  : [1]: http://www.freebsd.org/cgi/query-pr.cgi?pr=114200
:  
:  This patch is incorrect.
:  
:  +.if !defined(NO_INSTALLLIB)
:  
:  should be
:  
:  +.if ${MK_INSTALLIB} != no
: 
: Oh - thanks for catching this. I guess the same change should be done
: in lib/ncurses/ncurses/Makefile, then?

I belive so.  I've CC'd ru@ to make sure.
   
   Any updates on this? It would be nice to have this install problem fixed
   before 7.0-RELEASE.
   
  NO_INSTALLLIB wasn't converted to a new syntax and is
  still spelled NO_INSTALLLIB in makefiles:
  
  : bsd.lib.mk:.if defined(LIB)  !empty(LIB)  !defined(NO_INSTALLLIB)
  
 Ah, I now see that you converted it to a new option syntax
 in bsd.own.mk.  Your patch is now committed to CVS HEAD,
 except I had to apply one more fixup in libpam/modules/,
 so that we don't start to install libpam_unix.a.
 
 
 Cheers,
 -- 
 Ruslan Ermilov
 [EMAIL PROTECTED]
 FreeBSD committer
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Current unassigned ports problem reports

2007-10-22 Thread FreeBSD bugmaster
Current FreeBSD problem reports
The following is a listing of current problems submitted by FreeBSD users. 
These represent problem reports covering all versions including experimental 
development code and obsolete releases. 
Bugs can be in one of several states:

o - open
A problem report has been submitted, no sanity checking performed.

a - analyzed
The problem is understood and a solution is being sought.

f - feedback
Further work requires additional information from the
 originator or the community - possibly confirmation of
 the effectiveness of a proposed solution.

p - patched
A patch has been committed, but some issues (MFC and / or
 confirmation from originator) are still open.

r - repocopy
The resolution of the problem report is dependent on
 a repocopy operation within the CVS repository which
 is awaiting completion.

s - suspended
The problem is not being worked on, due to lack of information
 or resources.  This is a prime candidate
 for somebody who is looking for a project to do.
 If the problem cannot be solved at all,
 it will be closed, rather than suspended.

c - closed
A problem report is closed when any changes have been integrated,
 documented, and tested -- or when fixing the problem is abandoned.
Critical problems

S Tracker  Resp.  Description

f ports/117270[UPDATE] net/asterisk-addons to 1.4.4

1 problem total.

Serious problems

S Tracker  Resp.  Description

o ports/106369vpnd caused kernel panic with ppp mode
o ports/106372vpnd can't run with slip mode
f ports/108077www/linux-flashplugin9 crashes linux-firefox
f ports/108413net/vnc does not works.
f ports/112385sysutils/lookupd on Kernel 64
f ports/112921x11-wm/Beryl not loading focus and keybinding settings
f ports/113144print/ghostscript-gnu dumps core with several output d
f ports/115818Executable clash between databases/grass and ruby gems
f ports/115967enable chrooted net/isc-dhcp3-server on the FreeBSD 7.
f ports/116378xorg 7.3 on -stable breaks math/scilab
f ports/116385net/vnc using vnc.so crashes Xorg 7.3 when remote comp
f ports/116586net/isc-dhcp3-server does not work when compiled with 
f ports/116753multimedia/MPlayer crashes after playing *.flv on 7.0-
f ports/116777The math/scilab port fails in demos-signal-bode.
f ports/116778security/nmap ping-scan misses some hosts
f ports/116949security/vpnc: Some Cisco Concentrators refuse Connect
o ports/117025multimedia/pwcbsd: Pwcbsd-1.4.0 + New USBStack not wor
o ports/117119new port: emulators/dboxfe, a front-end to DosBox conf
f ports/117128security/ipsec-tools racoon.sh fails with /var on mfs
o ports/117144sysutils/nut :  ACL with IPv6 address rejected
o ports/117145[PATCH] math/dislin - update to 9.2
f ports/117196Port net/asterisk-addons 1.4.2 fails to compile
o ports/117263audio/libtunepimp-old is broken
o ports/117390ports/OpenEXR examples prevent portupgrade from workin

24 problems total.

Non-critical problems

S Tracker  Resp.  Description

f ports/101166bittorrent-curses only works under English locales.
o ports/107354net/icmpinfo: icmpinfo -vvv does not recocnize any ICM
f ports/107937jailed net/isc-dhcp3-server wouldn't run with an immut
f ports/111399print/ghostscript-gpl: ghostscript-gpl WITH_FT_BRIDGE 
f ports/111456[UPDATE] finance/pfpro updated distinfo
f ports/112887net/nxserver 1.4.0_1 fails to compile after upgrading 
f ports/113423Update for ports net/freenx to version 0.6.0
f ports/114127net/vnc - vnc.so installed to bad location
f ports/114825pam module security/pam_abl not working
s ports/115216ADA devel/florist exit_process program doesn't compile
s ports/115217Ada devel/florist socket program doesn't compile due t
f ports/115304multimedia/gpac-mp4box cannot import files larger than
f ports/115336port multimedia/avifile on FreeBSD 7.0 not BROKEN with
f ports/115401Update port: graphics/ipe Version 6.0pre28 of Ipe that
f ports/115627www/Lynx (-ssl) does not correctly test for OpenSSL
f ports/116037multimedia/dvd-slideshow has been updated from 0.7.5 t
f ports/116058Update: x11-themes/gtk-qt-engine to version 0.8
f ports/116120[patch] x11-toolkits/gtkdatabox2: update to 0.7.0.1
f ports/116142devel/cvsweb3 coloured 

Re: Please test: mplayer 1.0 rc2

2007-10-22 Thread Oliver Herold
Yes sorry, my fault. But after cleaning it there is some break again with
stream_dvd.

Cheers Oliver



On Mon, Oct 22, 2007 at 01:07:38PM +0800, Thomas Zander wrote:
 On 22/10/2007, Oliver Herold [EMAIL PROTECTED] wrote:
  1 out of 1 hunks ignored--saving rejects to 
  loader/dmo/DMO_VideoDecoder.c.rej
  = Patch patch-DMO_VideoDecoder.c failed to apply cleanly.
 
 This patch doesn't exist anymore. Did you clean the mplayer port dir
 before extracting the tarball?
 
 Riggs
 ___
 freebsd-ports@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-ports
 To unsubscribe, send any mail to [EMAIL PROTECTED]

-- 
Horse sense is the thing a horse has which keeps it from betting on people.
-- W.C. Fields
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: question for both ports and current

2007-10-22 Thread Erwin Lansing

Hi Julian,

On Sun, Oct 21, 2007 at 12:54:03AM -0700, Julian Elischer wrote:
 In a move to support real krenel threads doing work in the kernel,
 the code that creates kerel processes has been renamed kthread_xxx to 
 kproc_xxx
 
 teh following ports seem to reference the renamed functions in kld modules 
 they create.
 
 I'm not a ports export so I'm not sure how to get a port to
 change it's behaviour in 8.0 as opposed to 7.0
 
 these are the ports (in fact the lines in the ports) that
 will fail at this time..
 
 # find . -name *.[ch] |xargs grep kthread

[snip]
 
 I'm not sure how I go about patching these two ports to  handle the 
 kthread-kproc
 for 8.0
 
 rename. Any help appreciated.
 
The ports infrastructure has an easy mechanism to add patches to the
source of a port before it is build, which can be made dependend on
OSVERSION.  If you can create pachtes against the source of those ports,
I'd be happy to get them incorporated in the ports themselves, and do
buildtime testing.

It would be as simple as a block of:
.include bsd.port.pre.mk
.if ${OSVERSION}  81
PATCHFILES= somefile.patch
PATCHSITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_LOCAL=  julian
.endif

and put the patches on freefall in ~/public_distfiles/
But like I said, I'd be happy to fix this, if you can create the
patches.

Cheers,
-erwin


-- 
Erwin Lansing http://droso.org
Security is like an onion.  (o_ _o)
It's made up of several layers   \\\_\   /_///[EMAIL PROTECTED]
And it makes you cry.) ([EMAIL PROTECTED]


pgpj8j7uOLidC.pgp
Description: PGP signature


FreeBSD Port: pecl-svn-0.2

2007-10-22 Thread Ruud Boon

Hi There,

I'm curius when the port will be updated. I was reading on the web that 
on 1 oktober there was a new release of the extension.


With regards,

Ruud Boon
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


FreeNX

2007-10-22 Thread Novembre
Hi,

Is there going to be an updated version of the FreeNX port? The
version in the FreeBSD port tree is 0.4.4_3 which hasn't been updated
in two years. The current version is 0.7.1 though.

Thanks a lot,
Novembre
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: aqbanking update?

2007-10-22 Thread Jan Henrik Sylvester

How is the effort bringing the aqbanking port up to date going?

Thanks,
Jan Henrik
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: FreeBSD Port: pecl-svn-0.2

2007-10-22 Thread zaa
On Mon, Oct 22, 2007 at 10:45:10PM +0200, Ruud Boon wrote:
 Hi There,
 
 I'm curius when the port will be updated. I was reading on the web that 
 on 1 oktober there was a new release of the extension.

According to http://pecl.php.net/package/svn page the latest released
version is 0.2. FreeBSD ports collection has a port for this version:

/usr/ports/devel/pecl-svn/Makefile
PORTNAME=   svn
PORTVERSION=0.2
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]