compat-6x does not work when kernel has NO_KSE

2007-09-11 Thread Jiawei Ye
Hi,

This hit me when I tried bootstrapping JDK builds on a -current with
Diablo JDK1.5.

Running java -version returns

Fatal error 'kse_create() failed
' at line 444 in file /usr/src/lib/libpthread/thread/thr_kern.c (errno = 2)

Any workarounds for this?

Jiawei Ye

-- 
If it looks like a duck, walks like a duck, and quacks like a duck,
then to the end user it's a duck, and end users have made it pretty
clear they want a duck; whether the duck drinks hot chocolate or
coffee is irrelevant.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: compat-6x does not work when kernel has NO_KSE

2007-09-11 Thread LI Xin
Jiawei Ye wrote:
 Hi,
 
 This hit me when I tried bootstrapping JDK builds on a -current with
 Diablo JDK1.5.
 
 Running java -version returns
 
 Fatal error 'kse_create() failed
 ' at line 444 in file /usr/src/lib/libpthread/thread/thr_kern.c (errno = 2)
 
 Any workarounds for this?

Will mapping libpthread.so.2 to libthr.so.2 work?

Cheers,
-- 
Xin LI [EMAIL PROTECTED]  http://www.delphij.net/
FreeBSD - The Power to Serve!



signature.asc
Description: OpenPGP digital signature


INDEX build failed for 5.x

2007-09-11 Thread Erwin Lansing
INDEX build failed with errors:
Generating INDEX-5 - please wait..pkg_info: not found
pkg_info: not found
pkg_info: not found
Makefile, line 60: warning: /usr/sbin/pkg_info -O 
x11-servers/XFree86-4-Server 2/dev/null | /usr/bin/grep Server- || 
/usr/sbin/pkg_info -O x11-servers/xorg-server 2/dev/null | /usr/bin/grep 
server- || /usr/sbin/pkg_info -qO x11-servers/xorg-server-snap 2/dev/null 
returned non-zero status
/a/erwin/tindex/ports/x11/nvidia-driver-71xx/../nvidia-driver/Makefile, line 
60: warning: /usr/sbin/pkg_info -O x11-servers/XFree86-4-Server 2/dev/null | 
/usr/bin/grep Server- || /usr/sbin/pkg_info -O x11-servers/xorg-server 
2/dev/null | /usr/bin/grep server- || /usr/sbin/pkg_info -qO 
x11-servers/xorg-server-snap 2/dev/null returned non-zero status
/a/erwin/tindex/ports/x11/nvidia-driver-96xx/../nvidia-driver/Makefile, line 
60: warning: /usr/sbin/pkg_info -O x11-servers/XFree86-4-Server 2/dev/null | 
/usr/bin/grep Server- || /usr/sbin/pkg_info -O x11-servers/xorg-server 
2/dev/null | /usr/bin/grep server- || /usr/sbin/pkg_info -qO 
x11-servers/xorg-server-snap 2/dev/null returned non-zero status
 Done.
Warning: Duplicate INDEX entry: cedet-emacs22-1.0.p4
Warning: Duplicate INDEX entry: apache-1.3.39

Committers on the hook:
acm ale beech clement delphij dryice edwin flz laszlof lbr lx marcus mezz miwi 
sat sem stas sumikawa tabthorpe tmclaugh 

Most recent CVS update was:
U security/vuxml/vuln.xml
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


INDEX build failed for 5.x

2007-09-11 Thread Erwin Lansing
INDEX build failed with errors:
Generating INDEX-5 - please wait..pkg_info: not found
pkg_info: not found
pkg_info: not found
Makefile, line 60: warning: /usr/sbin/pkg_info -O 
x11-servers/XFree86-4-Server 2/dev/null | /usr/bin/grep Server- || 
/usr/sbin/pkg_info -O x11-servers/xorg-server 2/dev/null | /usr/bin/grep 
server- || /usr/sbin/pkg_info -qO x11-servers/xorg-server-snap 2/dev/null 
returned non-zero status
/a/erwin/tindex/ports/x11/nvidia-driver-71xx/../nvidia-driver/Makefile, line 
60: warning: /usr/sbin/pkg_info -O x11-servers/XFree86-4-Server 2/dev/null | 
/usr/bin/grep Server- || /usr/sbin/pkg_info -O x11-servers/xorg-server 
2/dev/null | /usr/bin/grep server- || /usr/sbin/pkg_info -qO 
x11-servers/xorg-server-snap 2/dev/null returned non-zero status
/a/erwin/tindex/ports/x11/nvidia-driver-96xx/../nvidia-driver/Makefile, line 
60: warning: /usr/sbin/pkg_info -O x11-servers/XFree86-4-Server 2/dev/null | 
/usr/bin/grep Server- || /usr/sbin/pkg_info -O x11-servers/xorg-server 
2/dev/null | /usr/bin/grep server- || /usr/sbin/pkg_info -qO 
x11-servers/xorg-server-snap 2/dev/null returned non-zero status
 Done.
Warning: Duplicate INDEX entry: cedet-emacs22-1.0.p4
Warning: Duplicate INDEX entry: apache-1.3.39

Committers on the hook:
acm ale beech clement delphij dryice edwin flz laszlof lbr lx marcus mezz miwi 
sat sem stas sumikawa tabthorpe tmclaugh 

Most recent CVS update was:
U graphics/evince/files/patch-backend_pdf_ev-poppler.cc
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: compat-6x does not work when kernel has NO_KSE

2007-09-11 Thread Jiawei Ye
On 9/11/07, LI Xin [EMAIL PROTECTED] wrote:
 Jiawei Ye wrote:
  Hi,
 
  This hit me when I tried bootstrapping JDK builds on a -current with
  Diablo JDK1.5.
 
  Running java -version returns
 
  Fatal error 'kse_create() failed
  ' at line 444 in file /usr/src/lib/libpthread/thread/thr_kern.c (errno = 2)
 
  Any workarounds for this?

 Will mapping libpthread.so.2 to libthr.so.2 work?

 Cheers,
 --
 Xin LI [EMAIL PROTECTED]http://www.delphij.net/
 FreeBSD - The Power to Serve!
Unfortunately no, because symbol versioning is already in the system.
I guess this situation is quite stuck unless NO_KSE is removed.

Jiawei

-- 
If it looks like a duck, walks like a duck, and quacks like a duck,
then to the end user it's a duck, and end users have made it pretty
clear they want a duck; whether the duck drinks hot chocolate or
coffee is irrelevant.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


FreeBSD Port: freeimage-3.9.3

2007-09-11 Thread Eduard Suica
Hello. There is a problem with this port on FreeBSD 6.0.

Regarding: freeimage-3.9.3

After make install the .so library is not copied to /usr/local/lib (only a 
broken symbolic link). I copied it manually, but I think you should correct 
this problem.


Regards
Eduard



  Eduard Suica 
  RadGs Software srl 
  Phone +4 0 722 542 969
  +4 0 788 999 226
 
  Fax +4 0 341 815 580 
  e-mail [EMAIL PROTECTED] 
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


INDEX build failed for 5.x

2007-09-11 Thread Erwin Lansing
INDEX build failed with errors:
Generating INDEX-5 - please wait..pkg_info: not found
pkg_info: not found
pkg_info: not found
Makefile, line 60: warning: /usr/sbin/pkg_info -O 
x11-servers/XFree86-4-Server 2/dev/null | /usr/bin/grep Server- || 
/usr/sbin/pkg_info -O x11-servers/xorg-server 2/dev/null | /usr/bin/grep 
server- || /usr/sbin/pkg_info -qO x11-servers/xorg-server-snap 2/dev/null 
returned non-zero status
/a/erwin/tindex/ports/x11/nvidia-driver-71xx/../nvidia-driver/Makefile, line 
60: warning: /usr/sbin/pkg_info -O x11-servers/XFree86-4-Server 2/dev/null | 
/usr/bin/grep Server- || /usr/sbin/pkg_info -O x11-servers/xorg-server 
2/dev/null | /usr/bin/grep server- || /usr/sbin/pkg_info -qO 
x11-servers/xorg-server-snap 2/dev/null returned non-zero status
/a/erwin/tindex/ports/x11/nvidia-driver-96xx/../nvidia-driver/Makefile, line 
60: warning: /usr/sbin/pkg_info -O x11-servers/XFree86-4-Server 2/dev/null | 
/usr/bin/grep Server- || /usr/sbin/pkg_info -O x11-servers/xorg-server 
2/dev/null | /usr/bin/grep server- || /usr/sbin/pkg_info -qO 
x11-servers/xorg-server-snap 2/dev/null returned non-zero status
 Done.
Warning: Duplicate INDEX entry: cedet-emacs22-1.0.p4
Warning: Duplicate INDEX entry: apache-1.3.39

Committers on the hook:
acm ale beech clement delphij dryice edwin flz laszlof lbr lx marcus mezz miwi 
pav sat sem stas sumikawa tabthorpe tmclaugh 

Most recent CVS update was:
U audio/gmpccaa/Makefile
U mail/claws-mail-notification/Makefile
U mail/claws-mail-notification/distinfo
U science/gchempaint/pkg-plist
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


INDEX build failed for 5.x

2007-09-11 Thread Erwin Lansing
INDEX build failed with errors:
Generating INDEX-5 - please wait..pkg_info: not found
pkg_info: not found
pkg_info: not found
Makefile, line 60: warning: /usr/sbin/pkg_info -O 
x11-servers/XFree86-4-Server 2/dev/null | /usr/bin/grep Server- || 
/usr/sbin/pkg_info -O x11-servers/xorg-server 2/dev/null | /usr/bin/grep 
server- || /usr/sbin/pkg_info -qO x11-servers/xorg-server-snap 2/dev/null 
returned non-zero status
/a/erwin/tindex/ports/x11/nvidia-driver-71xx/../nvidia-driver/Makefile, line 
60: warning: /usr/sbin/pkg_info -O x11-servers/XFree86-4-Server 2/dev/null | 
/usr/bin/grep Server- || /usr/sbin/pkg_info -O x11-servers/xorg-server 
2/dev/null | /usr/bin/grep server- || /usr/sbin/pkg_info -qO 
x11-servers/xorg-server-snap 2/dev/null returned non-zero status
/a/erwin/tindex/ports/x11/nvidia-driver-96xx/../nvidia-driver/Makefile, line 
60: warning: /usr/sbin/pkg_info -O x11-servers/XFree86-4-Server 2/dev/null | 
/usr/bin/grep Server- || /usr/sbin/pkg_info -O x11-servers/xorg-server 
2/dev/null | /usr/bin/grep server- || /usr/sbin/pkg_info -qO 
x11-servers/xorg-server-snap 2/dev/null returned non-zero status
 Done.
Warning: Duplicate INDEX entry: cedet-emacs22-1.0.p4
Warning: Duplicate INDEX entry: apache-1.3.39

Committers on the hook:
acm ale beech clement delphij dryice edwin flz laszlof lbr lx marcus mezz miwi 
pav sat sem stas sumikawa tabthorpe tmclaugh 

Most recent CVS update was:
U x11/Makefile
U x11/xfce4-verve-plugin/Makefile
U x11/xfce4-verve-plugin/distinfo
U x11/xfce4-verve-plugin/pkg-descr
U x11/xfce4-verve-plugin/pkg-plist
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


openoffice crashes the whole system

2007-09-11 Thread h

I've had this bug twice already ...

When pasting from a selection made on a website (typically, a 
confirmation page after ordering something online, because I have no 
printer, and I'm too lazy to try to print from popups), openoffice first 
hangs, then eventually X goes black and the whole system reboots and 
gets in to a background filesystem check after the boot ...


Here's my config:

- FreeBSD 6.2-STABLE FreeBSD 6.2-STABLE #0: Wed Aug 22 00:24:58 CEST 
2007 i386


openoffice.org-2.3.20070822

kde-3.5.7

768mb ram
1.5G swap

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


package-recursive

2007-09-11 Thread Gabor Tjong A Hung
Dear reader,
I have been trying to get a webserver running with php and pgsql support in
a jailed environment, while building in a build jail.
I would have expected this to work flawlessly, but I have however discovered
that this is not an easy task.

What I did:
In my build jail:
 cd /usr/ports/www/apache22  make install (Did this so it wouln't
automagically take apache13)
 cd /usr/ports/databases/php5-pgsql  make install  make
package-recursive
in my www jail:
 pkg_add {pathtopackages}/php5-pgsql-5.2.3_1.tbz

I noticed however that when doing so the /usr/local/etc/rc.d/apache22 script
is not tarred.

Even if I do a make package-recursive (afterwards) in the www/apache22
directory this fails to happen(in my buildjail).
However, if I do a pkg_delete -f apache\*  cd /usr/ports/www/apache22 
make install  make package-recursive; and do a
pkg_delete -f apache\*  pkg_add {pathtopackages}/apache-2.2.6.tbz
I do get the rc.d/apache22 script.
However, starting this gives the following error:
# /usr/local/etc/rc.d/apache22 start
Performing sanity check on apache22 configuration:
httpd: Syntax error on line 94 of /usr/local/etc/apache22/httpd.conf: Cannot
load /usr/local/libexec/apache22/mod_cgid.so into server: Cannot open
/usr/local/libexec/apache22/mod_cgid.so
Starting apache22.
httpd: Syntax error on line 94 of /usr/local/etc/apache22/httpd.conf: Cannot
load /usr/local/libexec/apache22/mod_cgid.so into server: Cannot open
/usr/local/libexec/apache22/mod_cgid.so

Does this indicate an error in the package-recursive target?
I have also noticed that when one runs a make
pretty-print-run-depends-list or make pretty-print-build-depends-list in
the /databases/php5-pgsql directory
I get  as dependancies. Is this correct or am I loosing my mind?

Regards,
Gabor



-- 
If you don't know where you are going, any road will take you there –
George Harrison
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: INDEX build failed for 5.x

2007-09-11 Thread Sergey Matveychuk

Erwin Lansing wrote:

INDEX build failed with errors:
Generating INDEX-5 - please wait..pkg_info: not found
pkg_info: not found
pkg_info: not found
Makefile, line 60: warning: /usr/sbin/pkg_info -O x11-servers/XFree86-4-Server 
2/dev/null | /usr/bin/grep Server- || /usr/sbin/pkg_info -O x11-servers/xorg-server 2/dev/null | 
/usr/bin/grep server- || /usr/sbin/pkg_info -qO x11-servers/xorg-server-snap 2/dev/null returned 
non-zero status
/a/erwin/tindex/ports/x11/nvidia-driver-71xx/../nvidia-driver/Makefile, line 60: warning: 
/usr/sbin/pkg_info -O x11-servers/XFree86-4-Server 2/dev/null | /usr/bin/grep Server- || 
/usr/sbin/pkg_info -O x11-servers/xorg-server 2/dev/null | /usr/bin/grep server- || /usr/sbin/pkg_info 
-qO x11-servers/xorg-server-snap 2/dev/null returned non-zero status
/a/erwin/tindex/ports/x11/nvidia-driver-96xx/../nvidia-driver/Makefile, line 60: warning: 
/usr/sbin/pkg_info -O x11-servers/XFree86-4-Server 2/dev/null | /usr/bin/grep Server- || 
/usr/sbin/pkg_info -O x11-servers/xorg-server 2/dev/null | /usr/bin/grep server- || /usr/sbin/pkg_info 
-qO x11-servers/xorg-server-snap 2/dev/null returned non-zero status
 Done.


Please add /usr/sbin/pkg_info to index-5 build server :)

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


INDEX build failed for 5.x

2007-09-11 Thread Erwin Lansing
INDEX build failed with errors:
Generating INDEX-5 - please wait..pkg_info: not found
pkg_info: not found
pkg_info: not found
Makefile, line 60: warning: /usr/sbin/pkg_info -O 
x11-servers/XFree86-4-Server 2/dev/null | /usr/bin/grep Server- || 
/usr/sbin/pkg_info -O x11-servers/xorg-server 2/dev/null | /usr/bin/grep 
server- || /usr/sbin/pkg_info -qO x11-servers/xorg-server-snap 2/dev/null 
returned non-zero status
/a/erwin/tindex/ports/x11/nvidia-driver-71xx/../nvidia-driver/Makefile, line 
60: warning: /usr/sbin/pkg_info -O x11-servers/XFree86-4-Server 2/dev/null | 
/usr/bin/grep Server- || /usr/sbin/pkg_info -O x11-servers/xorg-server 
2/dev/null | /usr/bin/grep server- || /usr/sbin/pkg_info -qO 
x11-servers/xorg-server-snap 2/dev/null returned non-zero status
/a/erwin/tindex/ports/x11/nvidia-driver-96xx/../nvidia-driver/Makefile, line 
60: warning: /usr/sbin/pkg_info -O x11-servers/XFree86-4-Server 2/dev/null | 
/usr/bin/grep Server- || /usr/sbin/pkg_info -O x11-servers/xorg-server 
2/dev/null | /usr/bin/grep server- || /usr/sbin/pkg_info -qO 
x11-servers/xorg-server-snap 2/dev/null returned non-zero status
 Done.
Warning: Duplicate INDEX entry: cedet-emacs22-1.0.p4
Warning: Duplicate INDEX entry: apache-1.3.39

Committers on the hook:
acm ale beech clement delphij dryice edwin flz laszlof lbr lx marcus mezz miwi 
pav sat sem stas sumikawa tabthorpe tmclaugh 

Most recent CVS update was:
U games/crafty/Makefile
U games/crafty/pkg-plist
U games/crafty/files/patch-option.c
U games/crafty/scripts/configure
U german/wordpress/Makefile
U german/wordpress/distinfo
U graphics/gimp-gap/Makefile
U graphics/gimp-gap/pkg-plist
U graphics/synfigstudio/pkg-plist
U irc/irssi-devel/Makefile
U irc/irssi-devel/distinfo
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


ntop build failure (autoconf confusion)

2007-09-11 Thread Jeffrey Goldberg
Below is the result of my attempt to build net/ntop.  The final error 
message is particularly confusing


  error: this file was generated for autoconf 2.61. You have another
  version of autoconf.

When the configure portion (earlier)  correctly identifies my system as 
running autoconf 2.61


 1. Testing gnu tools
libtool . 1.5.22
 ok
automake  1.10
 ok
autoconf  2.61
 ok

There are some warnings in between

 4. Running aclocal to create aclocal.m4 ...
 acinclude.m4:221: the serial number must appear before any macro definition
 /usr/local/share/aclocal/linc.m4:1: warning: underquoted definition of
  AM_PATH_LINC
 /usr/local/share/aclocal/linc.m4:1:   run info '(automake)Extending aclocal'
 /usr/local/share/aclocal/linc.m4:1:   or see
  http://sources.redhat.com/automake/automake.html#Extending-aclocal
 done

which are probably crucial, but I really don't know what's going on here.

The full transcript is below.

-j

Script started on Tue Sep 11 10:59:47 2007
[EMAIL PROTECTED] /usr/ports/net/ntop]# make clean
===  Cleaning for ntop-3.3
[EMAIL PROTECTED] /usr/ports/net/ntop]# make build
===  Found saved configuration for ntop-3.3
===  Extracting for ntop-3.3
= MD5 Checksum OK for ntop-3.3.tar.gz.
= SHA256 Checksum OK for ntop-3.3.tar.gz.
===  Patching for ntop-3.3
===  Applying FreeBSD patches for ntop-3.3
===   ntop-3.3 depends on executable: rrdtool - found
===   ntop-3.3 depends on file: /usr/local/lib/libpcap.a - found
===   ntop-3.3 depends on executable: gmake - found
===   ntop-3.3 depends on file: /usr/local/bin/automake-1.9 - found
===   ntop-3.3 depends on file: /usr/local/bin/autoconf-2.59 - found
===   ntop-3.3 depends on file: /usr/local/bin/libtool - found
===   ntop-3.3 depends on executable: pkg-config - found
===   ntop-3.3 depends on shared library: gd.4 - found
===   ntop-3.3 depends on shared library: gdbm.3 - found
===   ntop-3.3 depends on shared library: png.5 - found
===   ntop-3.3 depends on shared library: xml2.5 - found
===  Configuring for ntop-3.3

Starting ntop automatic configuration system v.0.2.3

  Please be patient, there is a lot to do...

1. Testing gnu tools
libtool . 1.5.22
 ok
automake  1.10
 ok
autoconf  2.61
 ok

2. Preparing for libtool 
You should update your `aclocal.m4' by running aclocal.
 done

3. Create acinclude.m4, local definitions for automake ...
 done

4. Running aclocal to create aclocal.m4 ...
acinclude.m4:221: the serial number must appear before any macro definition
/usr/local/share/aclocal/linc.m4:1: warning: underquoted definition of 
AM_PATH_LINC
/usr/local/share/aclocal/linc.m4:1:   run info '(automake)Extending aclocal'
/usr/local/share/aclocal/linc.m4:1:   or see 
http://sources.redhat.com/automake/automake.html#Extending-aclocal
 done

5. Running autoheader to create config.h.in ...
 done

6. Running automake to create Makefile.in ...
Makefile.am:119: compiling `main.c' with per-target flags requires 
`AM_PROG_CC_C_O' in `configure.in'
 done

7. Running autoconf to create configure ...
 done

8. Skipping ./configure
Run ./configure and then make to compile ntop

aclocal.m4:14: error: this file was generated for autoconf 2.61.
You have another version of autoconf.  If you want to use that,
you should regenerate the build system entirely.
aclocal.m4:14: the top level
autom4te-2.59: /usr/local/bin/gm4 failed with exit status: 63
*** Error code 63

Stop in /usr/ports/net/ntop.
*** Error code 1

Stop in /usr/ports/net/ntop.
[EMAIL PROTECTED] /usr/ports/net/ntop]# autoconf -V
autoconf (GNU Autoconf) 2.61
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software.  You may redistribute copies of it under the terms of
the GNU General Public License http://www.gnu.org/licenses/gpl.html.
There is NO WARRANTY, to the extent permitted by law.

Written by David J. MacKenzie and Akim Demaille.
[EMAIL PROTECTED] /usr/ports/net/ntop]# exit
exit

Script done on Tue Sep 11 11:03:58 2007
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


INDEX build failed for 5.x

2007-09-11 Thread Erwin Lansing
INDEX build failed with errors:
Generating INDEX-5 - please wait..pkg_info: not found
pkg_info: not found
pkg_info: not found
Makefile, line 60: warning: /usr/sbin/pkg_info -O 
x11-servers/XFree86-4-Server 2/dev/null | /usr/bin/grep Server- || 
/usr/sbin/pkg_info -O x11-servers/xorg-server 2/dev/null | /usr/bin/grep 
server- || /usr/sbin/pkg_info -qO x11-servers/xorg-server-snap 2/dev/null 
returned non-zero status
/a/erwin/tindex/ports/x11/nvidia-driver-71xx/../nvidia-driver/Makefile, line 
60: warning: /usr/sbin/pkg_info -O x11-servers/XFree86-4-Server 2/dev/null | 
/usr/bin/grep Server- || /usr/sbin/pkg_info -O x11-servers/xorg-server 
2/dev/null | /usr/bin/grep server- || /usr/sbin/pkg_info -qO 
x11-servers/xorg-server-snap 2/dev/null returned non-zero status
/a/erwin/tindex/ports/x11/nvidia-driver-96xx/../nvidia-driver/Makefile, line 
60: warning: /usr/sbin/pkg_info -O x11-servers/XFree86-4-Server 2/dev/null | 
/usr/bin/grep Server- || /usr/sbin/pkg_info -O x11-servers/xorg-server 
2/dev/null | /usr/bin/grep server- || /usr/sbin/pkg_info -qO 
x11-servers/xorg-server-snap 2/dev/null returned non-zero status
 Done.
Warning: Duplicate INDEX entry: cedet-emacs22-1.0.p4
Warning: Duplicate INDEX entry: apache-1.3.39

Committers on the hook:
acm ahze ale beech clement delphij dryice edwin flz laszlof lbr lx marcus mezz 
miwi pav rafan sat sem stas sumikawa tabthorpe tmclaugh 

Most recent CVS update was:
U mail/mailgraph/Makefile
U mail/mailgraph/pkg-plist
U multimedia/vlc-devel/Makefile
U multimedia/vlc-devel/distinfo
U www/groupoffice/Makefile
U www/groupoffice/distinfo
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


isc-dhcp3-server compile configuration

2007-09-11 Thread Joe
Hello, I am experiencing a problem with the dhcpd server. It seems that for 
some reason packets are being sent out the wrong interface. I thought it was a 
bug in natd/ipfw but and after filing a bug was screamed at beacuse they say it 
is not a bug in natd it was my rules.

The problem is that I have an old dhcpd version 3.0.5 that works but this new 
binary does not. The old binary works fine with my firewall rules the new 
binary sends packets out the wrong interface.

The new dhcpd binary gets the dhcp requests, and then responds on a different 
IP address.  I can see the broadcast request come in on xl0 ( internal 
interface ) and then I get a message in my logs #39;failed to write packet 
back#39; from natd.  I added in a few rules to log dhcp going out my external 
interface and found it was being sent from my external IP address.  While it 
does sound like a firewall config issue, the rule is actually BEFORE natd 
touches the packet. Something like:

- allow 220 log udp from any 67,68 to any 67,68 
- then natd
- then more rules

The configs are the same between the two, the firewall rules are the same.  The 
new binary hits rules 220 and the data is logged as going from my external IP 
address.  

Both binaries are stared with: 

[path to binary] -cf [path to cfg] -lf /var/db/dhcpd/dhcpd.leases xl0

How do I figure out what is causing this?  How do I figure out what my dhcpd 
binary was compiled with that will make it behave this way?  Is there some 
place that build config stuff gets put that needs to be deleted?  My 
/etc/make.conf files are the same.

I#39;ve run tcpdump on the internal interface, and I can see client broadcast 
to 255.255.255.255 but no reply from server on this interface.  

I#39;ve tried dhcping and if I use -i inform, it comes back with an answer.  
It seems that the broadcast reply is getting screwed up in the new binary.

Thanks,
Joe


  

Luggage? GPS? Comic books? 
Check out fitting gifts for grads at Yahoo! Search
http://search.yahoo.com/search?fr=oni_on_mailp=graduation+giftscs=bz
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


INDEX build failed for 5.x

2007-09-11 Thread Erwin Lansing
INDEX build failed with errors:
Generating INDEX-5 - please wait..pkg_info: not found
pkg_info: not found
fusefs-ntfs-1.826_1: /a/erwin/tindex/ports/devel/libublio non-existent -- 
dependency list incomplete
=== sysutils/fusefs-ntfs failed
*** Error code 1
pkg_info: not found
*** Error code 1

Stop in /a/erwin/tindex/ports.
*** Error code 1

Stop in /a/erwin/tindex/ports.
1 error

Committers on the hook:
acm ahze ale alepulver beech clement delphij dryice edwin flz laszlof lbr 
linimon lx marcus mezz miwi pav rafan sat sem stas sumikawa tabthorpe tmclaugh 

Most recent CVS update was:
U sysutils/fusefs-ntfs/Makefile
U sysutils/fusefs-ntfs/distinfo
U sysutils/fusefs-ntfs/pkg-plist
U sysutils/fusefs-ntfs/files/extra-patch-ublio
U sysutils/fusefs-ntfs/files/patch-libntfs-3g__unix_io.c
U sysutils/fusefs-ntfs/files/patch-src-Makefile.in
U sysutils/fusefs-ntfs/files/pkg-message.in
U sysutils/rsyslog/Makefile
U sysutils/rsyslog/distinfo
U www/ikiwiki/Makefile
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


C++ ambiguous declaration of stat()

2007-09-11 Thread Alejandro Pulver
Hello.

I currently maintain net-p2p/qbittorrent and was making a port of the
development version, which fails to compile due to some name conflict
of stat() (the system function in sys/stat.h, and a local statistics
function from net-p2p/rblibtorrent-devel).

As I'm not used to C++, I don't know how to solve this (renaming, or
maybe some namespace directive?). Any help would be really appreciated.

The error is the following, and the patches for the ports
(rblibtorrent-devel and qbittorrent) are attached. Just in case, there
is also a patch for devel/commoncpp (which is including sys/stat.h).

In file included from /usr/local/include/cc++/file.h:70,
 from /usr/local/include/cc++/common.h:55,
 from downloadThread.h:33,
 from bittorrent.cpp:39:
/usr/include/sys/stat.h:317: error: use of `stat' is ambiguous
/usr/include/sys/stat.h:131: error:   first declared as `struct stat' here
/usr/local/include/libtorrent/stat.hpp:48: error:   also declared as `class 
libtorrent::stat' here
/usr/include/sys/stat.h:317: error: conflicting declaration 'struct stat'
/usr/include/sys/stat.h:131: error: 'struct stat' has a previous declaration as 
`struct stat'

Thanks and Best Regards,
Ale
Index: commoncpp/Makefile
===
RCS file: /home/pcvs/ports/devel/commoncpp/Makefile,v
retrieving revision 1.32
diff -u -r1.32 Makefile
--- commoncpp/Makefile	17 Dec 2006 20:41:06 -	1.32
+++ commoncpp/Makefile	11 Sep 2007 17:44:02 -
@@ -6,35 +6,35 @@
 #
 
 PORTNAME=	commoncpp
-PORTVERSION=	1.5.2
+PORTVERSION=	1.5.7
 PORTEPOCH=	2
 CATEGORIES=	devel
-MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR=	gnutelephony
+MASTER_SITES=	GNU
 DISTNAME=	${PORTNAME:S/$/2/}-${PORTVERSION}
 
 MAINTAINER=	[EMAIL PROTECTED]
 COMMENT=	GNU project portable class framework for C++
 
+USE_LDCONFIG=	yes
 USE_GNOME=	gnomehack gnometarget
-
-.if !defined(WITHOUT_LIBXML2)
-USE_GNOME+=	libxml2
-.else
-CONFIGURE_ARGS=	--without-libxml2
-.endif
-
-USE_GETOPT_LONG=yes
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
-USE_GCC=	3.4+
 CONFIGURE_ENV=	CPPFLAGS=${CPPFLAGS} LDFLAGS=${LDFLAGS} \
 		ac_cv_path_DOXYGEN=no
-USE_LDCONFIG=	yes
+
+OPTIONS=	LIBXML2 Enable libxml2 support on
 
 INFO=		commoncpp2
 
 CPPFLAGS=	-I${LOCALBASE}/include ${PTHREAD_CFLAGS}
 LDFLAGS=	-L${LOCALBASE}/lib ${PTHREAD_LIBS}
 
-.include bsd.port.mk
+.include bsd.port.pre.mk
+
+.if !defined(WITHOUT_LIBXML2)
+USE_GNOME+=	libxml2
+.else
+CONFIGURE_ARGS+=--without-libxml2
+.endif
+
+.include bsd.port.post.mk
Index: commoncpp/distinfo
===
RCS file: /home/pcvs/ports/devel/commoncpp/distinfo,v
retrieving revision 1.18
diff -u -r1.18 distinfo
--- commoncpp/distinfo	17 Dec 2006 20:41:06 -	1.18
+++ commoncpp/distinfo	11 Sep 2007 17:44:02 -
@@ -1,3 +1,3 @@
-MD5 (commoncpp2-1.5.2.tar.gz) = 9d84aa85af660b0dbb8fb601cf783409
-SHA256 (commoncpp2-1.5.2.tar.gz) = 75e2a4777f7fc6764c176b79851ca9530f6c5c745e9f610dbedf4253fde5f200
-SIZE (commoncpp2-1.5.2.tar.gz) = 862550
+MD5 (commoncpp2-1.5.7.tar.gz) = bd85e157e1f4f457e9137c59d40a13fb
+SHA256 (commoncpp2-1.5.7.tar.gz) = 95b0e86c27db1ec0b79abe4097f4449f1e15dde1870202ead0551c506269a504
+SIZE (commoncpp2-1.5.7.tar.gz) = 858598
Index: commoncpp/files/patch-include-cc++_address.h
===
RCS file: /home/pcvs/ports/devel/commoncpp/files/patch-include-cc++_address.h,v
retrieving revision 1.1
diff -u -r1.1 patch-include-cc++_address.h
--- commoncpp/files/patch-include-cc++_address.h	5 Oct 2006 06:31:32 -	1.1
+++ commoncpp/files/patch-include-cc++_address.h	11 Sep 2007 17:44:02 -
@@ -1,28 +1,28 @@
 include/cc++/address.h	Sun Oct  1 07:07:12 2006
-+++ include/cc++/address.h	Wed Oct  4 21:25:44 2006
-@@ -237,10 +237,10 @@
+--- ./include/cc++/address.h.orig	Tue Jan 23 14:15:02 2007
 ./include/cc++/address.h	Tue Sep 11 11:58:17 2007
+@@ -236,10 +236,10 @@
+ 	bool isMember(const struct in_addr inaddr) const;
+ 
+ 	inline bool operator==(const struct sockaddr *a) const
+-		{return isMember(a);};
++		{return isMember(a);}
+ 
+ 	inline bool operator==(const struct in_addr a) const
+-		{return isMember(a);};
++		{return isMember(a);}
  };
  
- inline bool operator==(struct sockaddr *sa, IPV4Cidr cidr)
--	{return cidr.isMember(sa);};
-+	{return cidr.isMember(sa);}
- 
- inline bool operator==(struct in_addr a, IPV4Cidr cidr)
--	{return cidr.isMember(a);};
-+	{return cidr.isMember(a);}
- 
  #ifdef	CCXX_IPV6
- /**
-@@ -325,10 +325,10 @@
- };
+@@ -324,10 +324,10 @@
+ 	bool isMember(const struct in6_addr inaddr) const;
  
- inline bool operator==(struct sockaddr *sa, IPV6Cidr cidr)
--	{return cidr.isMember(sa);};
-+	{return cidr.isMember(sa);}
- 
- inline bool operator==(struct in6_addr a, IPV6Cidr cidr)
--	{return cidr.isMember(a);};
-+	{return cidr.isMember(a);}
+ 	inline bool operator==(const struct sockaddr *sa) const
+-		{return 

Re: ntop build failure (autoconf confusion)

2007-09-11 Thread Wesley Shields
On Tue, Sep 11, 2007 at 11:14:11AM -0500, Jeffrey Goldberg wrote:
 Below is the result of my attempt to build net/ntop.  The final error 
 message is particularly confusing
 
   error: this file was generated for autoconf 2.61. You have another
   version of autoconf.
 
 When the configure portion (earlier)  correctly identifies my system as 
 running autoconf 2.61
 
  1. Testing gnu tools
 libtool . 1.5.22
  ok
 automake  1.10
  ok
 autoconf  2.61
  ok
 

...

As the maintainer I've tried to replicate this but haven't had much
success.  The following patch was sent to me by Edward Sutton privately
but I haven't been able to properly test it.  Would you be willing to
try it out and let me know if it works?  If so I'll send a PR in for it.

[begin quote from Edward]

This was required to make autogen.sh stop detecting autoconf as 1.10
which later interrupted the build process.

--- Makefile~   2007-07-21 18:19:35.0 -0700
+++ Makefile2007-08-10 15:51:47.0 -0700
@@ -100,7 +100,7 @@
@${RM} ${WRKSRC}/configureextra/FREEBSD

 pre-configure:
-   @cd ${WRKSRC}  ${SH} autogen.sh --noconfig
+   @cd ${WRKSRC}  ${SETENV} ${SCRIPTS_ENV} ${SH} autogen.sh
--noconfig

 post-install:
@${MKDIR} ${DBDIR}/ntop

[end quote from Edward]

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


Cannot compile desktopbsd-tools on x64, FreeBSD-CURRENT

2007-09-11 Thread Alex Keda
on my laptop (AMD64, FreeBSD7.0) i cannot compile desktopbsd-tools. On 
i386 (CURRENT) - compiled successful.

acer# uname -a
FreeBSD acer.lissyara.int.otradno.ru 7.0-CURRENT FreeBSD 7.0-CURRENT #0: 
Sun Sep  9 23:51:55 MSD 2007 
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/main-color-console  
amd64

== build log ==
acer# cd /usr/ports/sysutils/desktopbsd-tools/
acer# make clean
===  Cleaning for desktopbsd-tools-1.1_2
acer# make
===  Vulnerability check disabled, database not found
===  Extracting for desktopbsd-tools-1.1_2
= MD5 Checksum OK for desktopbsd-tools-1.1.tar.bz2.
= SHA256 Checksum OK for desktopbsd-tools-1.1.tar.bz2.
===  Patching for desktopbsd-tools-1.1_2
===  Applying FreeBSD patches for desktopbsd-tools-1.1_2
===   desktopbsd-tools-1.1_2 depends on executable: qmake - found
===   desktopbsd-tools-1.1_2 depends on file: /usr/local/bin/moc - found
===   desktopbsd-tools-1.1_2 depends on shared library: kfontinst - found
===   desktopbsd-tools-1.1_2 depends on shared library: kimproxy - found
===  Configuring for desktopbsd-tools-1.1_2
Compiling translation files...Done.
Generating IDL for hardware notification...Done.
Run make to start the build.
===  Building for desktopbsd-tools-1.1_2
cd libdbsddisk  qmake libdbsddisk.pro -spec 
/usr/local/share/qt/mkspecs/freebsd-g++ -o Makefile

Project MESSAGE: Building for architecture amd64
cd libdbsddisk  make -f Makefile
cc -c -pipe -Wall -W -O2 -fno-strict-aliasing -pipe -fPIC  -DQT_NO_CHECK 
-DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT 
-I/usr/local/share/qt/mkspecs/freebsd-g++ -I. 
-I../../../../../../src/sys/geom -I../../../../../../local/include 
-I/usr/local/include -o blocks.o blocks.c
cc -c -pipe -Wall -W -O2 -fno-strict-aliasing -pipe -fPIC  -DQT_NO_CHECK 
-DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT 
-I/usr/local/share/qt/mkspecs/freebsd-g++ -I. 
-I../../../../../../src/sys/geom -I../../../../../../local/include 
-I/usr/local/include -o chunk.o chunk.c
cc -c -pipe -Wall -W -O2 -fno-strict-aliasing -pipe -fPIC  -DQT_NO_CHECK 
-DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT 
-I/usr/local/share/qt/mkspecs/freebsd-g++ -I. 
-I../../../../../../src/sys/geom -I../../../../../../local/include 
-I/usr/local/include -o create_chunk.o create_chunk.c
cc -c -pipe -Wall -W -O2 -fno-strict-aliasing -pipe -fPIC  -DQT_NO_CHECK 
-DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT 
-I/usr/local/share/qt/mkspecs/freebsd-g++ -I. 
-I../../../../../../src/sys/geom -I../../../../../../local/include 
-I/usr/local/include -o disk.o disk.c
cc -c -pipe -Wall -W -O2 -fno-strict-aliasing -pipe -fPIC  -DQT_NO_CHECK 
-DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT 
-I/usr/local/share/qt/mkspecs/freebsd-g++ -I. 
-I../../../../../../src/sys/geom -I../../../../../../local/include 
-I/usr/local/include -o rules.o rules.c
cc -c -pipe -Wall -W -O2 -fno-strict-aliasing -pipe -fPIC  -DQT_NO_CHECK 
-DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT 
-I/usr/local/share/qt/mkspecs/freebsd-g++ -I. 
-I../../../../../../src/sys/geom -I../../../../../../local/include 
-I/usr/local/include -o write_amd64_disk.o write_amd64_disk.c
cc -c -pipe -Wall -W -O2 -fno-strict-aliasing -pipe -fPIC  -DQT_NO_CHECK 
-DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT 
-I/usr/local/share/qt/mkspecs/freebsd-g++ -I. 
-I../../../../../../src/sys/geom -I../../../../../../local/include 
-I/usr/local/include -o write_disk.o write_disk.c
cc -c -pipe -Wall -W -O2 -fno-strict-aliasing -pipe -fPIC  -DQT_NO_CHECK 
-DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT 
-I/usr/local/share/qt/mkspecs/freebsd-g++ -I. 
-I../../../../../../src/sys/geom -I../../../../../../local/include 
-I/usr/local/include -o open_disk.o open_disk.c

open_disk.c: In function 'Int_Open_Disk':
open_disk.c:262: warning: empty body in an else-statement
open_disk.c:47: warning: 'b' may be used uninitialized in this function
open_disk.c:49: warning: 'alt' may be used uninitialized in this function
open_disk.c:49: warning: 'hd' may be used uninitialized in this function
open_disk.c:49: warning: 'sc' may be used uninitialized in this function
open_disk.c:49: warning: 'ty' may be used uninitialized in this function
open_disk.c:48: warning: 'off' may be used uninitialized in this function
open_disk.c:46: warning: 'i' may be used uninitialized in this function
cc -c -pipe -Wall -W -O2 -fno-strict-aliasing -pipe -fPIC  -DQT_NO_CHECK 
-DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT 
-I/usr/local/share/qt/mkspecs/freebsd-g++ -I. 
-I../../../../../../src/sys/geom -I../../../../../../local/include 
-I/usr/local/include -o change.o change.c

change.c: In function 'Sanitize_Bios_Geom':
change.c:56: warning: comparison between signed and unsigned
rm -f libdbsddisk.so.1.0.0 libdbsddisk.so libdbsddisk.so.1 
libdbsddisk.so.1.0
c++ -Wl,-rpath,/usr/local/lib  -Wl,-rpath,/usr/local/lib 

INDEX build failed for 5.x

2007-09-11 Thread Erwin Lansing
INDEX build failed with errors:
Generating INDEX-5 - please wait..pkg_info: not found
pkg_info: not found
pkg_info: not found
Makefile, line 60: warning: /usr/sbin/pkg_info -O 
x11-servers/XFree86-4-Server 2/dev/null | /usr/bin/grep Server- || 
/usr/sbin/pkg_info -O x11-servers/xorg-server 2/dev/null | /usr/bin/grep 
server- || /usr/sbin/pkg_info -qO x11-servers/xorg-server-snap 2/dev/null 
returned non-zero status
/a/erwin/tindex/ports/x11/nvidia-driver-71xx/../nvidia-driver/Makefile, line 
60: warning: /usr/sbin/pkg_info -O x11-servers/XFree86-4-Server 2/dev/null | 
/usr/bin/grep Server- || /usr/sbin/pkg_info -O x11-servers/xorg-server 
2/dev/null | /usr/bin/grep server- || /usr/sbin/pkg_info -qO 
x11-servers/xorg-server-snap 2/dev/null returned non-zero status
/a/erwin/tindex/ports/x11/nvidia-driver-96xx/../nvidia-driver/Makefile, line 
60: warning: /usr/sbin/pkg_info -O x11-servers/XFree86-4-Server 2/dev/null | 
/usr/bin/grep Server- || /usr/sbin/pkg_info -O x11-servers/xorg-server 
2/dev/null | /usr/bin/grep server- || /usr/sbin/pkg_info -qO 
x11-servers/xorg-server-snap 2/dev/null returned non-zero status
 Done.
Warning: Duplicate INDEX entry: apache-1.3.39

Committers on the hook:
acm ahze ale alepulver beech clement delphij dryice edwin erwin flz laszlof lbr 
linimon lx marcus mezz miwi obrien pav rafan sat sem stas sumikawa tabthorpe 
tmclaugh 

Most recent CVS update was:
U devel/Makefile
U devel/libublio/Makefile
U devel/libublio/distinfo
U devel/libublio/pkg-descr
U devel/libublio/pkg-plist
U devel/libublio/files/Makefile
U graphics/p5-Image-Info/Makefile
U graphics/p5-Image-Info/distinfo
U shells/bash/Makefile
U shells/bash/distinfo
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ntop build failure (autoconf confusion)

2007-09-11 Thread Jeffrey Goldberg

On Sep 11, 2007, at 2:25 PM, Wesley Shields wrote:


As the maintainer I've tried to replicate this but haven't had much
success.  The following patch was sent to me by Edward Sutton  
privately

but I haven't been able to properly test it.  Would you be willing to
try it out and let me know if it works?  If so I'll send a PR in  
for it.


[begin quote from Edward]

This was required to make autogen.sh stop detecting autoconf as 1.10
which later interrupted the build process.

--- Makefile~   2007-07-21 18:19:35.0 -0700
+++ Makefile2007-08-10 15:51:47.0 -0700
@@ -100,7 +100,7 @@
@${RM} ${WRKSRC}/configureextra/FREEBSD

 pre-configure:
-   @cd ${WRKSRC}  ${SH} autogen.sh --noconfig
+   @cd ${WRKSRC}  ${SETENV} ${SCRIPTS_ENV} ${SH} autogen.sh
--noconfig

 post-install:
@${MKDIR} ${DBDIR}/ntop

[end quote from Edward]


It works.  Thank you.  If you need any more information about my  
system, please let me know.


Thanks for maintaining the ntop port.

Cheers,

-j



--
Jeffrey Goldberghttp://www.goldmark.org/jeff/

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


INDEX now builds successfully on 5.x

2007-09-11 Thread Erwin Lansing

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


Re: ntop build failure (autoconf confusion)

2007-09-11 Thread Wesley Shields
On Tue, Sep 11, 2007 at 03:33:41PM -0500, Jeffrey Goldberg wrote:
 On Sep 11, 2007, at 2:25 PM, Wesley Shields wrote:
 
 As the maintainer I've tried to replicate this but haven't had much
 success.  The following patch was sent to me by Edward Sutton privately
 but I haven't been able to properly test it.  Would you be willing to
 try it out and let me know if it works?  If so I'll send a PR in for it.
 
 [begin quote from Edward]
 
 This was required to make autogen.sh stop detecting autoconf as 1.10
 which later interrupted the build process.
 
 --- Makefile~   2007-07-21 18:19:35.0 -0700
 +++ Makefile2007-08-10 15:51:47.0 -0700
 @@ -100,7 +100,7 @@
 @${RM} ${WRKSRC}/configureextra/FREEBSD
 
  pre-configure:
 -   @cd ${WRKSRC}  ${SH} autogen.sh --noconfig
 +   @cd ${WRKSRC}  ${SETENV} ${SCRIPTS_ENV} ${SH} autogen.sh
 --noconfig
 
  post-install:
 @${MKDIR} ${DBDIR}/ntop
 
 [end quote from Edward]
 
 It works.  Thank you.  If you need any more information about my system, 
 please let me know.
 
 Thanks for maintaining the ntop port.

http://www.freebsd.org/cgi/query-pr.cgi?pr=116289

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


[ A D V ] Cisco, 3com, Toshiba, Apple, SONY, etc.

2007-09-11 Thread ComputerWide

If you have received this message in error or if you would
like to be removed from our broadcast for any reason, reply
to this email with REMOVE as subject followed by the email
address you wish to remove.
***

ComputerWide, Inc.
23679 Calabasas Road #761
Calabasas, CA. 91302, USA
Tel: (818) 804-5158
http://www.computerwide.net
Email: [EMAIL PROTECTED]


   * CISCO ROUTER SPECIAL *

CISCO3845   Orignial New Open Box
including smartnet 8X5XNBD until June 2008 ($1,400 value)
2 units in stock at $6000 each  (54% off GPL $13,000)


   * CISCO MODULE SPECIAL *

$3000 take all the following:

20 * CAB-SS-449MT  New Orignial
15 * CAB-SS-V35MT  New Orignial
 5 * CAB-SS-X21MT  New Orignial
 4 * GLC-SX-MM New OEM
 1 * NM-4E New OEM
 2 * NM-4B-S/T New OEM
20 * NM-4B-S/T Used OEM
 1 * NM-8B-S/T New OEM
 9 * WIC-1B-S/TNew OEM
13 * WS-G5483  New OEM
12 * WS-G5486  New OEM
 2 * WS-G5487  New OEM

   


The following are Notebook prices.  All NEW models come with 1 year
warranty and all RB models with 90 days.  For a detailed list, please
request our price list in Excel or PDF format.

Part#  Model Price  Condition

TOSHIBA
PQF43U-007004  Qosmio F45-AV411  $1,310  NEW
PSPB3U-01V00L  Satellite P205-S6347  $1,215  NEW
PSPB0U-01W008  Satellite P205-S6327$955  NEW
PSPBGU-00W016  Satellite P205-S6277$935  RB
PSPB0U-00W008  Satellite P205-S6267$790  RB
PSPB0U-013008  Satellite P205-S6237$725  RB
PSPAGU-00J00V  Satellite P105-S9337  $1,245  RB
PSPAAU-01200S  Satellite P105-S6197$770  RB
PSPAAU-01100S  Satellite P105-S6177$725  RB
PSPAAU-01100S  Satellite P105-S6177$695  RB
PSP30U-27W001  Satellite P35-S6053 $560  RB
PSAEGU-00Y00V  Satellite A215-S4767  $1,090  NEW
PSAEGU-01100U  Satellite A215-S4757$905  NEW
PSAEGU-01400U  Satellite A215-S4807$810  NEW
PSAEGU-00W00U  Satellite A215-S4747$810  NEW
PSAEUG-01800U  Satellite A215-S4817$810  NEW
PSAEGU-00V00U  Satellite A215-S4697$745  NEW
PSAF3U-03600V  Satellite A205-S4777  $1,020  NEW
PSAF0U-02L009  Satellite A205-S4557$850  NEW
PSAF0U-0CQ009  Satellite A205-S4707$830  NEW
PSAD0U-05400Q  Satellite A135-S4637$725  NEW
PSAD0U-0N500N  Satellite A135-S4656$560  NEW
PSL33U-027018  Satellite L35-S2171 $445  RB
PSMC0U-01V00P  Satellite M205-S3217$810  NEW
PSU30U-01V012  Satellite U305-S5127  $1,320  NEW
PSU34U-004003  Satellite U305-S5107  $1,090  NEW
PSU34U-004003  Satellite U305-S5107  $1,090  NEW
PSU34U-00C00D  Satellite U305-S5087$895  NEW
MEU202-BK  MEU202-BK$80  NEW
MEU202-SL  MEU202-SL$80  NEW

HP
RT681AA#ABAPavilion M7747C-B$965  NEW
TX1000#BTO4Pavilion TX1000z   $1,245  NEW
GA648UA#ABAPavilion TX1215  $895  RB
RV309UA#ABAPavilion TX1115  $865  RB
DV9500#BTO66   Pavilion DV9500t   $2,245  NEW
DV9500#BTO45   Pavilion DV9500t   $1,735  NEW
DV9500#BTO16   Pavilion DV9500t   $1,665  NEW
DV6500#BTO59   Pavilion DV6500t   $1,245  NEW
DV6500#SE6 Pavilion DV6500t   $1,350  NEW
GA411UA#ABAPavilion DV6589$1,245  NEW
GA458UA#ABAPavilion DV6451  $830  RB
GF581UA#ABAPresario C563$550  NEW
399471R-999-BSBK  NC2400   $915  RB
406952R-999-BX4G  NC4400   $800  RB
GB673US#ABANC6320  $885  RB
RK973US#ABANC6400  $985  RB
RB519UA#ABANC6400  $905  RB
399279R-999-BV7Z  NC6400   $760  RB
430250R-999-BXPG  6910p  $1,400  RB
430250R-999-BXPK  6910p$990  RB
435622R-999-BXMR  6710b  $1,040  RB
435622R-999-BXR5  6710b  $1,000  RB
435622R-999-BXMP  6710b$935  RB
435622R-999-BXMT  6710b$915  RB
435622R-999-BXS4  6710b$780  RB
435941R-999-BXMW  6515b$885  RB
435941R-999-BW99  6515b$615  RB
435620R-999-BXJZ  6510b$935  RB
GU789US#ABA6510b   $935  NEW
435620R-999-BXS8  6510b$915  RB
435620R-999-BXH5  6510b$865  RB
RB554UT#ABANC8430$1,090  RB
RM293UA#ABANC8430$1,145  NEW
RB553UT#ABANC8430  $780  RB
RN040AW#ABANW8440$1,375  RB
RB552UA#ABANW9440$1,685  RB
RN019AW#ABANW9440$1,665  RB
399457R-999-BXH3  NW9440  $1655  RB
RB551UT#ABANW9440$1,400  RB
406954R-999-BX8W  TC4400 Tablet PC  $1,195
RL875AW#ABATC4400 Tablet PC $1,090
GJ875US#ABATC4400 Tablet PC   $990

SONY
VGN-AR590EAR590E  $2,910  NEW
VGN-TZ190N/B  TZ190N/B$2,700  NEW
VGN-TZ150N/B  TZ150N/B$2,025  NEW
VGN-UX380NUX380N  $1,195  NEW
VGN-CR125E/B  CR125E/B$1,175  NEW
VGN-SZ650N/C  SZ650N/C$1,900  NEW
VGN-SZ430N/B  SZ430N/B$1,715  NEW
VGN-SZ340P9   SZ340P9 $1,350  NOB
VGN-N385E/W   N385E/W   $905  NEW
VGN-N365E/B   N365E/B   $865  NEW
VGN-FZ180E/B  FZ180E/B$1,735  NEW
VGN-N230E/B   N230E/B