Re: [Call For Testing] VirtualBox for FreeBSD!

2009-05-16 Thread Tim Bishop
On Sat, May 16, 2009 at 12:47:56AM +0100, Tim Bishop wrote:
 On Thu, May 14, 2009 at 09:12:37PM +0200, Martin Wilke wrote:
  After the announcement from Alexander Eichner about
  Virtualbox on FreeBSD, we started the work on a port
  for FreeBSD. Now we think that we solved the most
  problems and are ready for the first Call for Testing.
 
 Is the VRDP stuff meant to work? When following these instructions it
 just appears athat it doesn't start it up (nothing is listening on
 3389):
 
 http://www.virtualbox.org/manual/UserManual.html#vboxheadless

To answer my own question, VRDP isn't available on the Open Source
Edition of VirtualBox. Differences can be found here:

http://www.virtualbox.org/wiki/Editions

Tim.

-- 
Tim Bishop
http://www.bishnet.net/tim/
PGP Key: 0x5AE7D984
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


More libgmp leftovers due to indirect dependencies

2009-05-16 Thread Jan Henrik Sylvester
math/libqalculate and print/lilypond both link libgmp.so.X, but have not 
been bumped with the libgmp.so.7-libgmp.so.8 update as they do not list 
the dependency.


math/libqalculate pulls in libgmp via libcln and print/lilypond via 
libguile, thus the default package will always depend on libgmp.


Both should have their PORTREVISION bumped and 
gmp.8:${PORTSDIR}/math/libgmp4 added to LIB_DEPENDS not to be missed 
next time.


Cheers,
Jan Henrik


diff -u math/libqalculate/Makefile~ math/libqalculate/Makefile
--- math/libqalculate/Makefile~ 2008-06-06 15:44:00.0 +0200
+++ math/libqalculate/Makefile  2009-05-16 12:49:18.0 +0200
@@ -7,14 +7,15 @@

 PORTNAME=  libqalculate
 PORTVERSION=   0.9.6
-PORTREVISION=  2
+PORTREVISION=  3
 CATEGORIES=math
 MASTER_SITES=  SF/qalculate

 MAINTAINER=po...@freebsd.org
 COMMENT=   A a multi-purpose desktop calculator (backend library)

-LIB_DEPENDS=   cln.5:${PORTSDIR}/math/cln
+LIB_DEPENDS=   cln.5:${PORTSDIR}/math/cln \
+   gmp.8:${PORTSDIR}/math/libgmp4

 USE_GNOME= glib20 gnomehack gnometarget intlhack libxml2
 USE_GETTEXT=   yes
diff -u print/lilypond/Makefile~ print/lilypond/Makefile
--- print/lilypond/Makefile~2009-01-28 15:46:19.0 +0100
+++ print/lilypond/Makefile 2009-05-16 12:47:32.0 +0200
@@ -9,7 +9,7 @@

 PORTNAME=  lilypond
 PORTVERSION=   2.11.65
-PORTREVISION=  1
+PORTREVISION=  2
 CATEGORIES=print audio
 MASTER_SITES=  http://download.linuxaudio.org/lilypond/sources/v2.11/:src \
${MASTER_SITE_LOCAL}/gahr/:fonts \
@@ -26,7 +26,8 @@
rarian-sk-config:${PORTSDIR}/textproc/rarian \
texi2html:${PORTSDIR}/textproc/texi2html \
texi2dvi:${PORTSDIR}/print/texinfo
-LIB_DEPENDS=   guile.20:${PORTSDIR}/lang/guile
+LIB_DEPENDS=   guile.20:${PORTSDIR}/lang/guile \
+   gmp.8:${PORTSDIR}/math/libgmp4
 RUN_DEPENDS=   latex:${PORTSDIR}/print/teTeX \
mftrace:${PORTSDIR}/print/mftrace

diff -u math/libqalculate/Makefile~ math/libqalculate/Makefile
--- math/libqalculate/Makefile~ 2008-06-06 15:44:00.0 +0200
+++ math/libqalculate/Makefile  2009-05-16 12:49:18.0 +0200
@@ -7,14 +7,15 @@
 
 PORTNAME=  libqalculate
 PORTVERSION=   0.9.6
-PORTREVISION=  2
+PORTREVISION=  3
 CATEGORIES=math
 MASTER_SITES=  SF/qalculate
 
 MAINTAINER=po...@freebsd.org
 COMMENT=   A a multi-purpose desktop calculator (backend library)
 
-LIB_DEPENDS=   cln.5:${PORTSDIR}/math/cln
+LIB_DEPENDS=   cln.5:${PORTSDIR}/math/cln \
+   gmp.8:${PORTSDIR}/math/libgmp4
 
 USE_GNOME= glib20 gnomehack gnometarget intlhack libxml2
 USE_GETTEXT=   yes
diff -u print/lilypond/Makefile~ print/lilypond/Makefile
--- print/lilypond/Makefile~2009-01-28 15:46:19.0 +0100
+++ print/lilypond/Makefile 2009-05-16 12:47:32.0 +0200
@@ -9,7 +9,7 @@
 
 PORTNAME=  lilypond
 PORTVERSION=   2.11.65
-PORTREVISION=  1
+PORTREVISION=  2
 CATEGORIES=print audio
 MASTER_SITES=  http://download.linuxaudio.org/lilypond/sources/v2.11/:src \
${MASTER_SITE_LOCAL}/gahr/:fonts \
@@ -26,7 +26,8 @@
rarian-sk-config:${PORTSDIR}/textproc/rarian \
texi2html:${PORTSDIR}/textproc/texi2html \
texi2dvi:${PORTSDIR}/print/texinfo
-LIB_DEPENDS=   guile.20:${PORTSDIR}/lang/guile
+LIB_DEPENDS=   guile.20:${PORTSDIR}/lang/guile \
+   gmp.8:${PORTSDIR}/math/libgmp4
 RUN_DEPENDS=   latex:${PORTSDIR}/print/teTeX \
mftrace:${PORTSDIR}/print/mftrace
 
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org

Re: [Call For Testing] VirtualBox for FreeBSD!

2009-05-16 Thread Ion-Mihai Tetcu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Fri, 15 May 2009 12:12:54 +0200
Martin Wilke m...@freebsd.org wrote:

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 Ok
 
 We uploaded a new tarball what should be fix the build on AMD64.
 
 Small changelog:
 - - devel/kbuild is now dependency
 - - remove misc/compat6 support
 
 Note:
 Use devel/bcc instead of devel/dev86 what means
 If you have devel/bcc installed please deinstall
 
 http://people.freebsd.org/~miwi/vbox/virtualbox_1.tgz
 
 Please give us feedback :P

Seems you need to be root to build it and it will fail on tindy/pointy
because of touching the fs outside WRKDIR before install.:

===  Building for virtualbox-2.2.2r19673
cd /home/itetcu/wrk/usr/home/itetcu/tmp/virtualbox/work/virtualbox-2.2.2r19673 
 /bin/sh env.sh  VBOX_LIBPATH_X11=/usr/local /usr/local/bin/kmk
Makefile.kmk:23: /usr/local/share/kBuild/subheader.kmk: Permission denied
Makefile.kmk:809: /usr/local/share/kBuild/subfooter.kmk: Permission denied
kmk: stat: /usr/local/share/kBuild/subfooter.kmk: Permission denied
kmk: stat: /usr/local/share/kBuild/subheader.kmk: Permission denied
kmk: *** No rule to make target `/usr/local/share/kBuild/subfooter.kmk'.  Stop.
*** Error code 2



- -- 
IOnut - Un^d^dregistered ;) FreeBSD user
  Intellectual Property is   nowhere near as valuable   as Intellect
FreeBSD committer - ite...@freebsd.org, PGP Key ID 057E9F8B493A297B
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.11 (FreeBSD)

iEYEARECAAYFAkoOzNoACgkQJ7GIuiH/oeWibgCeI1c3Lcenk8K6x8PhpKRqw5/h
UocAn3qcQcaqb2i1sLHoIUhabWMWa82s
=9RR7
-END PGP SIGNATURE-
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org

screen and tmux should be listed under the same category

2009-05-16 Thread Josh Rickmar

GNU screen is listed under sysutils, while tmux is listed under misc.
Shouldn't the two at least be in the same category, since they both do
the exact same thing? (tmux is even designed to be a BSD-licensed
replacement for screen.)

--
IRC nick: jrick
Jabber: jr...@jabber.org
http://identi.ca/jrick

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


Re: fftw3

2009-05-16 Thread N. Raghavendra
At 2009-05-15T18:06:47-05:00, ajtiM wrote:

 I did try to update the syste (FreBSD 7.2) with portmaster and there were 
  ^^
 error 1 with fftw3.
 Now is stale dependency: akode-2.0.2,1 -- fftw3-3.1.3
 I ran pkgdb -F and I got:

Perhaps you mean `portupgrade' and not portmaster.  portmaster
doesn't use any external database or language, as a result of which I
find it easier to use than portupgrade.  I haven't run into any
noticeable problem with portmaster.

Raghavendra.

-- 
N. Raghavendra ra...@mri.ernet.in | http://www.retrotexts.net/
Harish-Chandra Research Institute   | http://www.mri.ernet.in/
See message headers for contact and OpenPGP information.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: devel/boost: what's proper shared library version?

2009-05-16 Thread Jeremy Messenger
On Thu, 14 May 2009 13:14:26 -0500, Alexander Churanov  
alexanderchura...@gmail.com wrote:



Jeremy,

There is no binary compatibility for boost libraries at all. To be
precise, they say this may work for some cases, but boost folks are
intentionally not examining if such a compatibility exists between
releases. Of course, they provide no warranty of any kind. I've just
dropped a message to boost and they confirmed that there is no
compatibility between releases.

So then, my question was not about binary compatibility. I was sure it
does not exist. And yes, we need to rebuild all ports that depend on
boost each time the libraries are updated.

The question is: how correctly assign versions to shared libraries from  
boost?


I suggest using boost release version, because this is most clear and
obvious way. It's supported by boost out-of-box. The only concern is
whether library names like libboost_date_time.so.1.39.0 are acceptable
for FreeBSD.


It's highly unlike they will break the ABI in the minor release. We  
haven't bump boost when minor version was released and no issue. What  
number or blah, I don't care as long as you do not bump it for no reason  
when the ABI isn't broke.


Cheers,
Mezz


Alexander Churanov,
maintainer of devel/boost



--
me...@cox.net  -  m...@freebsd.org
FreeBSD GNOME Team
http://www.FreeBSD.org/gnome/  -  gn...@freebsd.org
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


tinderbox and kse

2009-05-16 Thread Cezary Morga
Hi.

I have prepared myself a tinderbox environment recently and everything seems 
to work fine so far, except for one thing, that I can't compile 
databases/postgresql82-client without forcing threads. It croaks at:

Fatal error 'kse_create() failed
' at line 469 in file /opt/tinderbox/jails/6-
STABLE/src/lib/libpthread/thread/thr_kern.c (errno = 0)

Relevant part of work/postgresql-8.2.13/config.log in attachement.

Have anyone seen this before?

I'm running Tinderbox 3.2 on FreeBSD 8.0-CURRENT-200905.
-- 
Cezary Morga
Intelligence is the ability to avoid doing work, yet getting the work done. 
(Linus Torvalds)

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


tinderbox and kse

2009-05-16 Thread Cezary Morga
Hi.

I have prepared myself a tinderbox environment recently and everything seems 
to work fine so far, except for one thing, that I can't compile 
databases/postgresql82-client without forcing threads. It croaks at:

Fatal error 'kse_create() failed
' at line 469 in file /opt/tinderbox/jails/6-
STABLE/src/lib/libpthread/thread/thr_kern.c (errno = 0)

Relevant part of work/postgresql-8.2.13/config.log in attachement.

Have anyone seen this before?

I'm running Tinderbox 3.2 on FreeBSD 8.0-CURRENT-200905.
-- 
Cezary Morga
Intelligence is the ability to avoid doing work, yet getting the work done. 
(Linus Torvalds)


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

Re: tinderbox and kse

2009-05-16 Thread Martin Wilke
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Sat, May 16, 2009 at 05:28:52PM +0200, Cezary Morga wrote:
 Hi.
 
 I have prepared myself a tinderbox environment recently and everything seems 
 to work fine so far, except for one thing, that I can't compile 
 databases/postgresql82-client without forcing threads. It croaks at:
 
 Fatal error 'kse_create() failed
 ' at line 469 in file /opt/tinderbox/jails/6-
 STABLE/src/lib/libpthread/thread/thr_kern.c (errno = 0)
 
 Relevant part of work/postgresql-8.2.13/config.log in attachement.
 
 Have anyone seen this before?
 
 I'm running Tinderbox 3.2 on FreeBSD 8.0-CURRENT-200905.

You need here a hook :-)

http://marcuscom.com/pipermail/tinderbox-list/2008-March/001036.html

- - Martin

 -- 
 Cezary Morga
 Intelligence is the ability to avoid doing work, yet getting the work done. 
 (Linus Torvalds)
 
 

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


- -- 

+---+---+
|  PGP: 0xB1E6FCE9  |  Jabber : miwi(at)BSDCrew.de  |
|  ICQ: 169139903   |  Mail   : miwi(at)FreeBSD.org |
+---+---+
|   Mess with the Best, Die like the Rest!  |
+---+---+
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.11 (FreeBSD)

iEYEARECAAYFAkoO7PMACgkQdLJIhLHm/OleXQCeL65paubotxJQnb8snxU/jvS5
p7oAoMZaUxfcUgqM4Z+GByXW5Q02fGoX
=8V3v
-END PGP SIGNATURE-
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


FreeBSD Port: qiv-2.1.p12_2

2009-05-16 Thread anonymous

Hi.

First of all, thanks for supporting FreeBSD by mantaining your port.

Second, Qiv is no longer supported by Adam Kopacz. The new homepage is 
http://spiegl.de/qiv/ and there are some sweet updates, like Gtk+ instead of 
Gtk1 in new versions.


So, can you please update this port?

Thanks.
---
Professional hosting for everyone - http://www.host.ru
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: [Call For Testing] VirtualBox for FreeBSD!

2009-05-16 Thread Benoit Calvez
On Thu, May 14, 2009 at 11:49 PM, Benoit Calvez benoit.cal...@gmail.comwrote:



 On Thu, May 14, 2009 at 9:12 PM, Martin Wilke m...@freebsd.org wrote:

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1


 Howdy Guys,

 After the announcement from Alexander Eichner about
 Virtualbox on FreeBSD, we started the work on a port
 for FreeBSD. Now we think that we solved the most
 problems and are ready for the first Call for Testing.

 Some notes before you can test the port:
 Make sure you are using RELENG_7 or higher. You have
 to use a fresh portstree with uptodate ports!! Please
 read carefully the pkg-messages.

 Some known issues / Troubleshooting:
 Sometimes the kernel on HEAD coredumps when loading
 or unloading the kernel module. A small workaround
 to prevent the crash is to not start X, mount proc,
 then load the kernel module and start X from the
 console. That helped me and some testers, maybe you
 too. :P AMD64 should be work in general, it builds
 and start. But not right tested at the moment. We
 want here also some feedback.

 Some Thanks:
 First of all we'd like to say many thanks to _ALL_
 vbox developers. Next people are Bernhard Froehlich
 (aka decke), Beat Gaetzi (beat@), Dennis Herrmann
 (dhn@), Pietro Cerutti (gahr@), myself (*gg*),
 and _ALL_ who helped and provided feedback.

 Happy Testing :-)

 Download:

  
 http://people.freebsd.org/~miwi/vbox/vboxport.tgzhttp://people.freebsd.org/%7Emiwi/vbox/vboxport.tgz

 Wiki Page:
  http://wiki.freebsd.org/VirtualBox

  - Martin

 - --

 +---+---+
 |  PGP: 0xB1E6FCE9  |  Jabber : miwi(at)BSDCrew.de  |
 |  ICQ: 169139903   |  Mail   : miwi(at)FreeBSD.org |
 +---+---+
 |   Mess with the Best, Die like the Rest!  |
 +---+---+
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v2.0.11 (FreeBSD)

 iEYEARECAAYFAkoMbSUACgkQdLJIhLHm/OnNnACeJsT7H9hW1J7CV70P3Ty+q0CA
 kD8AoMLCPbltY999/8qO6fnaqv4UQ9QT
 =LcoD
 -END PGP SIGNATURE-
 ___
 freebsd-curr...@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-current
 To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org
 


 I'm trying to build from amd64, but got the following error. Sorry but I
 didn't look, and it's a fresh paste:
 ===  Configuring for virtualbox-2.2.2r19673
 Checking for environment: Determined build machine: freebsd.amd64, target
 machine: freebsd.amd64, OK.
 Checking for kBuild: found, OK.
 Checking for gcc: found version 4.2.1, OK.
 Checking for as86: found version 0.16.17, OK.
 Checking for bcc: found version 0.16.17, OK.
 Checking for iasl: found version 20070320, OK.
 Checking for xslt: found, OK.
 Checking for pthread: found, OK.
 Checking for libxml2: found version 2.7.3, OK.
 Checking for libxslt: found version 1.1.24, OK.
 Checking for libIDL: found version 0.8.13, OK.
 Checking for zlib: found version 1.2.3, OK.
 Checking for SDL: found version 1.2.13, OK.
 Checking for X libraries: found, OK.
 Checking for Xcursor: found, OK.
 Checking for Xmu: found, OK.
 Checking for Mesa / GLU: Xlib:  extension Generic Event Extension missing
 on display :0.0.
 Xlib:  extension Generic Event Extension missing on display :0.0.
 found version 1.2, OK.
 Checking for Qt4: found version 4.4.3, OK.
 Checking for Qt4 devtools: found version 4.4.3, OK.
 Checking for python support: found version 2.5.4, OK.

 Successfully generated
 '/usr/home/benoit/src/virtualbox/work/virtualbox-2.2.2r19673/AutoConfig.kmk'
 and '/usr/home/benoit/src/virtualbox/work/virtualbox-2.2.2r19673/env.sh'.
 Source '/usr/home/benoit/src/virtualbox/work/virtualbox-2.2.2r19673/env.sh'
 once before you start to build VBox:

   source /usr/home/benoit/src/virtualbox/work/virtualbox-2.2.2r19673/env.sh
   kmk


   +++ WARNING +++ WARNING +++ WARNING +++ WARNING +++ WARNING +++ WARNING
 +++
   Hardening is enabled which means that the VBox binaries will not run from
   the binary directory. The binaries have to be installed suid root and
 some
   more prerequisites have to be fulfilled which is normally done by
 installing
   the final package. For development, the hardening feature can be disabled
   by specifying the --disable-hardening parameter. Please never disable
 that
   feature for the final distribution!
   +++ WARNING +++ WARNING +++ WARNING +++ WARNING +++ WARNING +++ WARNING
 +++

 Enjoy!
 ===  Building for virtualbox-2.2.2r19673
 cd /usr/home/benoit/src/virtualbox/work/virtualbox-2.2.2r19673  /bin/sh
 env.sh  VBOX_LIBPATH_X11=/usr/local
 /usr/home/benoit/src/virtualbox/work/virtualbox-2.2.2r19673/kBuild/bin/freebsd.amd64/kmk
 Config.kmk:1664:
 /usr/home/benoit/src/virtualbox/work/virtualbox-2.2.2r19673/out/freebsd.amd64/release/GCCConfig.kmk:
 No such file or directory
 Config.kmk:3789:
 

perl apache circular dependency

2009-05-16 Thread Mark D. Foster
I'm running into a circular dependency building perl-5.8.9_2 -
apache-2.0.63
Is it just me?
Why would perl depend on apxs?

free01# make clean
===  Cleaning for perl-5.8.9_2
free01# make
===  Found saved configuration for perl-5.8.9_2
===  Extracting for perl-5.8.9_2
= MD5 Checksum OK for perl/perl-5.8.9.tar.bz2.
= SHA256 Checksum OK for perl/perl-5.8.9.tar.bz2.
= MD5 Checksum OK for perl/BSDPAN-5.8.9_20090303.tar.bz2.
= SHA256 Checksum OK for perl/BSDPAN-5.8.9_20090303.tar.bz2.
= MD5 Checksum OK for perl/defined-or-5.8.9.bz2.
= SHA256 Checksum OK for perl/defined-or-5.8.9.bz2.

===  Patching for perl-5.8.9_2
===  Applying distribution patches for perl-5.8.9_2
===  Applying FreeBSD patches for perl-5.8.9_2
/usr/bin/sed -e 's|%%PREFIX%%|/usr/local|g;'  -e
's|%%PERL_VERSION%%|5.8.9|g;'  -e 's|%%PERL_ARCH%%|mach|g;'  -e
's|%%MAKE_CONF%%|/etc/make.conf|g;' 
/usr/ports/lang/perl5.8/files/use.perl  
/usr/ports/lang/perl5.8/work/use.perl
/usr/bin/sed -e 's|%%PERL%%|/usr/local/bin/perl|g;
s|%%PERL_VERSION%%|5.8.9|g; s|%%PKGNAME%%|perl-5.8.9_2|g' 
/usr/ports/lang/perl5.8/files/perl-after-upgrade  
/usr/ports/lang/perl5.8/work/perl-after-upgrade
/bin/cp /usr/ports/lang/perl5.8/work/use.perl
/usr/ports/lang/perl5.8/work/pkg-install
/bin/cp /usr/ports/lang/perl5.8/work/use.perl
/usr/ports/lang/perl5.8/work/pkg-deinstall
/usr/bin/sed -i '' -e 's|%%PERL_PKGNAME%%|perl-5.8.9_2|g;
s|%%PERL_VER%%|5.8|g;' 
/usr/ports/lang/perl5.8/work/BSDPAN-5.8.9_20090303/ExtUtils/*.pm
/usr/bin/sed -i.bak -e 's|%%PTHREAD_LIBS%%||g;'  -e
's|%%PTHREAD_CFLAGS%%||g;' 
/usr/ports/lang/perl5.8/work/perl-5.8.9/hints/freebsd.sh
===   perl-5.8.9_2 depends on file: /usr/local/sbin/apxs - not found
===Verifying install for /usr/local/sbin/apxs in
/usr/ports/www/apache20

 To enable a module category: WITH_CATEGORY_MODULES
 To disable a module category: WITHOUT_CATEGORY_MODULES

 Per default categories are:
  AUTH DAV MISC
 Categories available:
  AUTH DAV EXPERIMENTAL LDAP MISC PROXY SSL  SUEXEC THREADS

  To see all available knobs, type make show-options
  To see all modules in different categories, type make show-categories
  You can check your modules configuration by using make show-modules

To save apache.org bandwidth, please use the closest
mirror. Hit Ctrl+C now and do a make print-closest-mirrors.
To automatically update /etc/make.conf do:
make print-closest-mirrors  /etc/make.conf

(repeats)

If I this this...same thing
free01# cd /usr/ports/www/apache20
free01# make
===   apache-2.0.63_2 depends on file: /usr/local/bin/perl5.8.9 - not found
===Verifying install for /usr/local/bin/perl5.8.9 in
/usr/ports/lang/perl5.8
===   perl-5.8.9_2 depends on file: /usr/local/sbin/apxs - not found
===Verifying install for /usr/local/sbin/apxs in
/usr/ports/www/apache20

-- 
Said one park ranger, 'There is considerable overlap between the 
 intelligence of the smartest bears and the dumbest tourists.'
Mark D. Foster, CISSP m...@foster.cc  http://mark.foster.cc/

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


Re: perl apache circular dependency

2009-05-16 Thread Mark D. Foster
Never mind - PEBKAC - I broke a rule and put USE_APACHE=2.0 in
/etc/make.conf
Apparently there are smarter ways to build mod_fastcgi for apache 2.0.

Mark D. Foster wrote:
 I'm running into a circular dependency building perl-5.8.9_2 -
 apache-2.0.63
 Is it just me?
 Why would perl depend on apxs?
   
-- 
Said one park ranger, 'There is considerable overlap between the 
 intelligence of the smartest bears and the dumbest tourists.'
Mark D. Foster, CISSP m...@foster.cc  http://mark.foster.cc/

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


Re: tinderbox and kse

2009-05-16 Thread Cezary Morga
Dnia sobota, 16 maja 2009 o 18:42:27 Martin Wilke napisał(a):
 You need here a hook :-)

 http://marcuscom.com/pipermail/tinderbox-list/2008-March/001036.html

It did the trick. Thanks.

-- 
Cezary Morga
Would those of you in the cheaper seats clap your hands? And the rest of you, 
if you'll just rattle your jewelry. (John Lennon)

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


Re: perl apache circular dependency

2009-05-16 Thread Philip M. Gollucci
Mark D. Foster wrote:
 Never mind - PEBKAC - I broke a rule and put USE_APACHE=2.0 in
 /etc/make.conf
 Apparently there are smarter ways to build mod_fastcgi for apache 2.0.
 
 Mark D. Foster wrote:
 I'm running into a circular dependency building perl-5.8.9_2 -
 apache-2.0.63
 Is it just me?
 Why would perl depend on apxs?
   
In general,

* WITH(OUT)?_* are user variables aka /etc/make.conf
* USE_*are port Makefile only variables for maintainers
* WANT_*   is a little nebulous atm

Also, see ports/Mk/KNOBS for a almost full list of WITH/WITHOUT

to do what you want,

APACHE_PORT=www/apache20 in /etc/make.conf will do it.

http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/using-php.html#USING-APACHE
http://wiki.freebsd.org/Apache


-- 

Philip M. Gollucci (phi...@ridecharge.com)
did: 703.579.6947, o: 703.549.2050x206
Senior System Admin - RideCharge Inc.
http://ridecharge.com
1024D/DB9B8C1C B90B FBC3 A3A1 C71A 8E70  3F8C 75B8 8FFB DB9B 8C1C

Work like you don't need the money,
love like you'll never get hurt,
and dance like nobody's watching.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: screen and tmux should be listed under the same category

2009-05-16 Thread Philip M. Gollucci
Josh Rickmar wrote:
 GNU screen is listed under sysutils, while tmux is listed under misc.
 Shouldn't the two at least be in the same category, since they both do
 the exact same thing? (tmux is even designed to be a BSD-licensed
 replacement for screen.)
 
Does anyone have any thoughts on tmux vs screen ?  the NO_PACKAGE in
screen has been annoying me for years now if I can find a good
replacement I'm so there.


-- 

Philip M. Gollucci (phi...@ridecharge.com)
did: 703.579.6947, o: 703.549.2050x206
Senior System Admin - RideCharge Inc.
http://ridecharge.com
1024D/DB9B8C1C B90B FBC3 A3A1 C71A 8E70  3F8C 75B8 8FFB DB9B 8C1C

Work like you don't need the money,
love like you'll never get hurt,
and dance like nobody's watching.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


x11-themes/gtk-qt4-engine does not install

2009-05-16 Thread Patrick Lamaizière
Hello,

x11-themes/gtk-qt4-engine does not install if the option  
LIBBONOBOUI  Install libbonoboui if missing is set:

baby-jane:/1ports/x11-themes/gtk-qt4-engine# make install
===  Installing for gtk-qt4-engine-1.1_1  
[...]
===   Generating temporary packing list 
usage: mtree [-LPUcdeinqruxw] [-f spec] [-f spec] [-K key] [-k key] [-p
path] [-s seed] [-X excludes] 

*** Error code 1
Stop in /usr/ports/x11-themes/gtk-qt4-engine.


With make -dA install, mtree fails with the line :
/usr/sbin/mtree /usr/local/etc/mtree/BSD.gnome.dist-U 
/usr/local/etc/mtree/BSD.gnome.dist-f /usr/local/etc/mtree/BSD.gnome.dist-d 
/usr/local/etc/mtree/BSD.gnome.dist-e /usr/local/etc/mtree/BSD.gnome.dist-p 
/usr/local/kde4/

-
...
gnome-pre-su-install:@ = gnome-pre-su-install
gnome-pre-su-install:* = gnome-pre-su-install
Examining gnome-pre-su-install...non-existent...non-existent and no
sources...out-of-date. gnome-pre-su-install:? =
gnome-pre-su-install: =
Applying :S to -U  -f  -d -e -p
Result is
/usr/local/etc/mtree/BSD.gnome.dist-U /usr/local/etc/mtree/BSD.gnome.dist-f 
/usr/local/etc/mtree/BSD.gnome.dist-d /usr/local/etc/mtree/BSD.gnome.dist-e 
/usr/local/etc/mtree/BSD.gnome.dist-p /usr/sbin/mtree 
/usr/local/etc/mtree/BSD.gnome.dist-U /usr/local/etc/mtree/BSD.gnome.dist-f 
/usr/local/etc/mtree/BSD.gnome.dist-d /usr/local/etc/mtree/BSD.gnome.dist-e 
/usr/local/etc/mtree/BSD.gnome.dist-p /usr/local/kde4/
/dev/null usage: mtree [-LPUcdeinqruxw] [-f spec] [-f spec] [-K key]
[-k key] [-p path] [-s seed]
[-X excludes]
*** Error code 1

Thanks, Regards.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: fftw3

2009-05-16 Thread ajtiM
On Friday 15 May 2009 19:48:23 Sahil Tandon wrote:
 On Fri, 15 May 2009, ajtiM wrote:
  pkgdb -F
  ---  Checking the package registry database
  Stale dependency: akode-2.0.2,1 - fftw3-3.1.3 (math/fftw3):
  Install stale dependency? ([y]es/[n]o/[a]ll) [yes] yes
  [Gathering depends for math/fftw3 .. done]
  ---  Installing 'gcc-4.3.4_20090503' from a port (lang/gcc43)
  ---  Building '/usr/ports/lang/gcc43'
  ===  Cleaning for gcc-4.3.4_20090503
  Making GCC 4.3.4 for FreeBSD 7.2  target=i386-portbld-freebsd7.2
  You need to increase the datasize limit to at least 70 (and set
  kern.maxdsiz=734003200 in /boot/loader.conf) to build with Java
  support.

 Did you try increasing the datasize limit?

  *** Error code 1
 
  Stop in /usr/ports/lang/gcc43.

 If you don't need Java:

 % grep -C 1 WITHOUT_JAVA lang/gcc43/pkg-descr
 (Building the Java frontend and the associated libgcj library will
 consume more than 512MB of main memory.  Set WITHOUT_JAVA=yes in
 the environment when building this port to avoid that.)

I have WITHOUT_JAVA=   yes

and it doesn't work.


-- 
Mitja
-
http://starikarp.redbubble.com
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: screen and tmux should be listed under the same category

2009-05-16 Thread matt donovan
On Sat, May 16, 2009 at 5:53 PM, Philip M. Gollucci pgollu...@p6m7g8.comwrote:

 Josh Rickmar wrote:
  GNU screen is listed under sysutils, while tmux is listed under misc.
  Shouldn't the two at least be in the same category, since they both do
  the exact same thing? (tmux is even designed to be a BSD-licensed
  replacement for screen.)
 
 Does anyone have any thoughts on tmux vs screen ?  the NO_PACKAGE in
 screen has been annoying me for years now if I can find a good
 replacement I'm so there.



tmux does not work inside the shell due to sc. But in  X it works wonders.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: screen and tmux should be listed under the same category

2009-05-16 Thread Philip M. Gollucci
Steven Hartland wrote:
 TBH I've not had the issue with transferring screen between machines
 for years, so I always just hack out the NO_PACKAGE and build it :)
lord, lets not rehash it, I don't have the issue either not the point.

Thats for shell vs x11 tip. bummer.

-- 

Philip M. Gollucci (phi...@ridecharge.com)
did: 703.579.6947, o: 703.549.2050x206
Senior System Admin - RideCharge Inc.
http://ridecharge.com
1024D/DB9B8C1C B90B FBC3 A3A1 C71A 8E70  3F8C 75B8 8FFB DB9B 8C1C

Work like you don't need the money,
love like you'll never get hurt,
and dance like nobody's watching.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: cvs commit: ports/net Makefile ports/net/bwi-firmware-kmod Makefile distinfo pkg-descr pkg-plist

2009-05-16 Thread Doug Barton
Scot Hetzel wrote:
 This shouldn't be flaged as an mtree error.  The reason that
 linker.hints was left behind is due to this file is generated by
 kldxref.  The port/package runs kldxref during the install of the
 firmware module to update the existing or create a linker.hints file,
 and when the package is removed, it runs kldxref again to clean up the
 linker.hints file to only contain the modules in /boot/modules.  It
 has no way to know if it is safe to remove this file.

Would it be safe to remove if it's empty?

-- 

This .signature sanitized for your protection

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


Re: cvs commit: ports/net Makefile ports/net/bwi-firmware-kmod Makefile distinfo pkg-descr pkg-plist

2009-05-16 Thread Ion-Mihai Tetcu
On Sat, 16 May 2009 18:15:52 -0700
Doug Barton do...@freebsd.org wrote:

 Scot Hetzel wrote:
  This shouldn't be flaged as an mtree error.  The reason that
  linker.hints was left behind is due to this file is generated by
  kldxref.  The port/package runs kldxref during the install of the
  firmware module to update the existing or create a linker.hints
  file, and when the package is removed, it runs kldxref again to
  clean up the linker.hints file to only contain the modules
  in /boot/modules.  It has no way to know if it is safe to remove
  this file.
 
 Would it be safe to remove if it's empty?

Doh! I don't see why not. :-)

-- 
IOnut - Un^d^dregistered ;) FreeBSD user
  Intellectual Property is   nowhere near as valuable   as Intellect
FreeBSD committer - ite...@freebsd.org, PGP Key ID 057E9F8B493A297B


signature.asc
Description: PGP signature