Trivial sound library?

2008-03-07 Thread Alex Povolotsky

Hello!

Can anyone recommend me SIMPLE (not 3D, not game-oriented, etc - I need, 
basically, only recording and playback) sound library able to work with 
both /dev/dsp and GNOME/KDE/NAS sound system?


Alex.

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


Re: 7.0-RELEASE: digikam 0.9.3 dumps core on startup

2008-03-07 Thread Mark Ovens
On Thu, March 6, 2008 22:19, Vladimir Kushnir wrote:
 Hi Mark,


 I had precisely the same problem (plus system gdb dumped core and I had
 to use ports' one, ports/devel/gdb6 - hint!). For me, it was solved by
 rebuilding sqlite3 with
 WITHOUT_FTS1=true WITHOUT_FTS2=true
 options. Perhaps, only one of them is needed but as they say, if you
 don't know what it is you don't need it.

 HTH,
 Vladimir


Thanks Vladimir, that stopped it crashing :-)

It doesn't want to read an existing digikam3.db file though - it just
hangs at the splash screen with Reading database. Hmmm, maybe it does
need one of the FTS options? I'll try building with each and see if that
fixes it.

I also had problems with the system gdb core dumping in 6.3 - this still
happens in 7.0 does it?

Regards,

Mark

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


FreeBSD Port: nvidia-driver-169.12

2008-03-07 Thread Laurent Grangeau
Hi there !

I've been using FreeBSD now for 4 months. I've been able to compile
NVidia-drivers without Linux compatibility on FreeBSD 7.0 but when I
generate a xorg.conf file, and when I try this file, it says that the NVidia
GLX module fails to load.
Here is my log :

[EMAIL PROTECTED] ~]# Xorg -config xorg.conf.new

X.Org X Server 1.4.0
Release Date: 5 September 2007
X Protocol Version 11, Revision 0
Build Operating System: FreeBSD 7.0-RELEASE i386
Current Operating System: FreeBSD orion.thorzero.info 7.0-RELEASE FreeBSD
7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC
i386
Build Date: 06 March 2008  07:07:55PM

Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: /var/log/Xorg.0.log, Time: Fri Mar  7 13:16:47 2008
(++) Using config file: xorg.conf.new
(II) Module ramdac already built-in
(EE) NVIDIA(0): Failed to initialize the GLX module; please check in your X
(EE) NVIDIA(0): log file that the GLX module has been loaded in your X
(EE) NVIDIA(0): server, and that the module is the NVIDIA GLX module.
If
(EE) NVIDIA(0): you continue to encounter problems, Please try
(EE) NVIDIA(0): reinstalling the NVIDIA driver.
Could not init font path element /usr/local/lib/X11/fonts/misc/, removing
from list!
Could not init font path element /usr/local/lib/X11/fonts/Type1/, removing
from list!
Could not init font path element /usr/local/lib/X11/fonts/100dpi/, removing
from list!
Could not init font path element /usr/local/lib/X11/fonts/75dpi/, removing
from list!

Here is a snippet of my config file :

Section Module
Load  extmod
Load  record
Load  dbe
Load  glx
Load  GLcore
Load  xtrap
Load  dri
Load  freetype
Load  type1
EndSection


Here is my Xorg.0.log

(II) LoadModule: glx
(II) Loading /usr/local/lib/xorg/modules/extensions//libglx.so
(II) Module glx: vendor=X.Org Foundation
compiled for 1.4.0, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.3
(==) AIGLX disabled
(II) Loading extension GLX



Do you know why and how it can be fixes ?

Regards,
-- 
http://www.thorzero.info
Laurent.
___
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: nvidia-driver-169.12

2008-03-07 Thread TooMany Secrets
On 3/7/08, Laurent Grangeau [EMAIL PROTECTED] wrote:
 Hi there !

  I've been using FreeBSD now for 4 months. I've been able to compile
  NVidia-drivers without Linux compatibility on FreeBSD 7.0 but when I
  generate a xorg.conf file, and when I try this file, it says that the NVidia
  GLX module fails to load.
  (EE) NVIDIA(0): Failed to initialize the GLX module; please check in your X
  (EE) NVIDIA(0): log file that the GLX module has been loaded in your X
  (EE) NVIDIA(0): server, and that the module is the NVIDIA GLX module.
  If
  (EE) NVIDIA(0): you continue to encounter problems, Please try
  (EE) NVIDIA(0): reinstalling the NVIDIA driver.

With fbsd 7, after compile nvidia, you need to reboot your computer.
Then the nvidia ko run ok.

-- 
Have a nice day  ;-)
TooManySecrets


Dijo Confucio:
Exígete mucho a ti mismo y espera poco de los demás. Así te ahorrarás
disgustos.

___
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: nvidia-driver-169.12

2008-03-07 Thread Alexey Dokuchaev
On Fri, Mar 07, 2008 at 01:12:32PM +0100, TooMany Secrets wrote:
 On 3/7/08, Laurent Grangeau [EMAIL PROTECTED] wrote:
  Hi there !
 
   I've been using FreeBSD now for 4 months. I've been able to compile
   NVidia-drivers without Linux compatibility on FreeBSD 7.0 but when I
   generate a xorg.conf file, and when I try this file, it says that the 
  NVidia
   GLX module fails to load.
   (EE) NVIDIA(0): Failed to initialize the GLX module; please check in your X
   (EE) NVIDIA(0): log file that the GLX module has been loaded in your X
   (EE) NVIDIA(0): server, and that the module is the NVIDIA GLX module.
   If
   (EE) NVIDIA(0): you continue to encounter problems, Please try
   (EE) NVIDIA(0): reinstalling the NVIDIA driver.
 
 With fbsd 7, after compile nvidia, you need to reboot your computer.
 Then the nvidia ko run ok.

Make sure you it's in your /boot/loader.conf.  Also, you might find
useful to remove dri from your ``Modules'' section in X.org config file.

./danfe
___
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: nvidia-driver-169.12

2008-03-07 Thread Laurent Grangeau
Hi,

I try to do as you said (i.e. reboot and remove dri module) but the error
is still there. The /boot/loeader.conf is well configured
(nvidia_load=YES).

I don't install Xorg via the meta-ports, but package by package (i.e.
xorg-server, xinit, nvidia-driver and ). Can the error come here ?

I think the error come from the glx module. It's the module of Xorg.

(II) LoadModule: glx
(II) Loading /usr/local/lib/xorg/modules/extensions//libglx.so
(II) Module glx: vendor=X.Org Foundation
compiled for 1.4.0, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.3
(==) AIGLX disabled
(II) Loading extension GLX

Is it necessary to install x11-drivers/xf86-video-nv ?

Thank you for your help and time :)

Regards,

On Fri, Mar 7, 2008 at 1:44 PM, Alexey Dokuchaev [EMAIL PROTECTED] wrote:

 On Fri, Mar 07, 2008 at 01:12:32PM +0100, TooMany Secrets wrote:
  On 3/7/08, Laurent Grangeau [EMAIL PROTECTED] wrote:
   Hi there !
  
I've been using FreeBSD now for 4 months. I've been able to compile
NVidia-drivers without Linux compatibility on FreeBSD 7.0 but when I
generate a xorg.conf file, and when I try this file, it says that the
 NVidia
GLX module fails to load.
(EE) NVIDIA(0): Failed to initialize the GLX module; please check in
 your X
(EE) NVIDIA(0): log file that the GLX module has been loaded in
 your X
(EE) NVIDIA(0): server, and that the module is the NVIDIA GLX
 module.
If
(EE) NVIDIA(0): you continue to encounter problems, Please try
(EE) NVIDIA(0): reinstalling the NVIDIA driver.
 
  With fbsd 7, after compile nvidia, you need to reboot your computer.
  Then the nvidia ko run ok.

 Make sure you it's in your /boot/loader.conf.  Also, you might find
 useful to remove dri from your ``Modules'' section in X.org config file.

 ./danfe




-- 
http://www.thorzero.info
Laurent.
___
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: nvidia-driver-169.12

2008-03-07 Thread Laurent Grangeau
Hi,

I think I've found the problem :)

In /usr/local/lib/xorg/modules/extensions, there was libglx.so and 
libglx.so.1. I rename the libglx.so in libglx.so.old and libglx.so.1
in libglx.so.

I re-run Xorg -config /root/xorg.conf.new and the error is gone !! :)
I'm not able at the time to start X (because I sshed my computer) but
tonight, I'll try to start X and I think there will be no problem.

My log file now show the good libglx extension :

(II) LoadModule: glx
(II) Loading /usr/local/lib/xorg/modules/extensions//libglx.so
(II) Module glx: vendor=NVIDIA Corporation
compiled for 4.0.2, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.1
(II) NVIDIA GLX Module  169.12  Thu Feb 14 16:15:29 PST 2008

Regards,

On Fri, Mar 7, 2008 at 2:03 PM, Laurent Grangeau [EMAIL PROTECTED] wrote:

 Hi,

 I try to do as you said (i.e. reboot and remove dri module) but the
 error is still there. The /boot/loeader.conf is well configured
 (nvidia_load=YES).

 I don't install Xorg via the meta-ports, but package by package (i.e.
 xorg-server, xinit, nvidia-driver and ). Can the error come here ?

 I think the error come from the glx module. It's the module of Xorg.

 (II) LoadModule: glx
 (II) Loading /usr/local/lib/xorg/modules/extensions//libglx.so
 (II) Module glx: vendor=X.Org Foundation
 compiled for 1.4.0, module version = 1.0.0
 ABI class: X.Org Server Extension, version 0.3
 (==) AIGLX disabled
 (II) Loading extension GLX

 Is it necessary to install x11-drivers/xf86-video-nv ?

 Thank you for your help and time :)

 Regards,


 On Fri, Mar 7, 2008 at 1:44 PM, Alexey Dokuchaev [EMAIL PROTECTED]
 wrote:

  On Fri, Mar 07, 2008 at 01:12:32PM +0100, TooMany Secrets wrote:
   On 3/7/08, Laurent Grangeau [EMAIL PROTECTED] wrote:
Hi there !
   
 I've been using FreeBSD now for 4 months. I've been able to compile
 NVidia-drivers without Linux compatibility on FreeBSD 7.0 but when
  I
 generate a xorg.conf file, and when I try this file, it says that
  the NVidia
 GLX module fails to load.
 (EE) NVIDIA(0): Failed to initialize the GLX module; please check
  in your X
 (EE) NVIDIA(0): log file that the GLX module has been loaded in
  your X
 (EE) NVIDIA(0): server, and that the module is the NVIDIA GLX
  module.
 If
 (EE) NVIDIA(0): you continue to encounter problems, Please try
 (EE) NVIDIA(0): reinstalling the NVIDIA driver.
  
   With fbsd 7, after compile nvidia, you need to reboot your computer.
   Then the nvidia ko run ok.
 
  Make sure you it's in your /boot/loader.conf.  Also, you might find
  useful to remove dri from your ``Modules'' section in X.org config
  file.
 
  ./danfe
 



 --
 http://www.thorzero.info
 Laurent.




-- 
http://www.thorzero.info
Laurent.
___
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: nvidia-driver-169.12

2008-03-07 Thread Robert Huff
Laurent Grangeau writes:

  In /usr/local/lib/xorg/modules/extensions, there was
  libglx.so and  libglx.so.1. I rename the libglx.so in
  libglx.so.old and libglx.so.1 in libglx.so.

In the latter case, I would sym-link rather than rename.


Robert Huff
___
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: nvidia-driver-169.12

2008-03-07 Thread David Marec
Laurent,

 I think I've found the problem :)

 In /usr/local/lib/xorg/modules/extensions, there was libglx.so and 
 libglx.so.1. I rename the libglx.so in libglx.so.old and
 libglx.so.1
 in libglx.so.


Beware of Xorg updates; While updating, Xorg overwrites these modules.

You have to rebuild nvidia driver following any Xorg updates.

-- 
Les pixels au peuple.

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


Re: Preparing an Oracle Database XE port/package -- any tips ?

2008-03-07 Thread Rink Springer
Hi,

On Fri, Mar 07, 2008 at 04:36:56PM +0200, Adrian Penisoara wrote:
   After having to deploy an Oracle Database XE [1] installation (with Linux
 32bit binaries from the official RPM package) on a production FreeBSD
 6.2machine I realized it would be very much feasible to produce a
 FreeBSD
 port/package for it.
   I would like to know whether similar efforts have been undergoing and
 whether people came up with some tips  tricks on this.

We run Oracle XE on two FreeBSD 6.3 machines at work - we've just
manually set it up, but are very interested in a port of it. We did
the same as you basically - just uncompress it and move the files in
place.

Regards,

-- 
Rink P.W. Springer- http://rink.nu
Anyway boys, this is America. Just because you get more votes doesn't
 mean you win. - Fox Mulder
___
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: nvidia-driver-169.12

2008-03-07 Thread Alexey Dokuchaev
On Fri, Mar 07, 2008 at 02:12:05PM +0100, Laurent Grangeau wrote:
 Hi,
 
 I think I've found the problem :)
 
 In /usr/local/lib/xorg/modules/extensions, there was libglx.so and 
 libglx.so.1. I rename the libglx.so in libglx.so.old and libglx.so.1
 in libglx.so.

I'm glad you've found and fixed the problem, but messing with files
belong to some packages by hand is Evil(tm).  By doing so you can easily
break any further package tracking (update, deinstall, etc).

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


Re: Preparing an Oracle Database XE port/package -- any tips ?

2008-03-07 Thread Alexander Leidinger
Quoting Adrian Penisoara [EMAIL PROTECTED] (from Fri, 7 Mar 2008  
16:36:56 +0200):



Hi,

  After having to deploy an Oracle Database XE [1] installation (with Linux
32bit binaries from the official RPM package) on a production FreeBSD
6.2machine I realized it would be very much feasible to produce a
FreeBSD
port/package for it.
  I would like to know whether similar efforts have been undergoing and
whether people came up with some tips  tricks on this.

 The goal is not only to add the port into FreeBSD's ports tree but also to
eventually convince Oracle (I work for them) to post the package on their
official download page.


I'm not aware of something like this. Feel free to ask questions  
regarding the linuxulator and our linux infrastructure in the ports on  
[EMAIL PROTECTED] Also feel free to ask for review of the port on [EMAIL PROTECTED]


Bye,
Alexander.

--
Security isn't.

http://www.Leidinger.netAlexander @ Leidinger.net: PGP ID = B0063FE7
http://www.FreeBSD.org   netchild @ FreeBSD.org  : PGP ID = 72077137
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Preparing an Oracle Database XE port/package -- any tips ?

2008-03-07 Thread Ivan Voras
Rink Springer wrote:
 Hi,
 
 On Fri, Mar 07, 2008 at 04:36:56PM +0200, Adrian Penisoara wrote:
   After having to deploy an Oracle Database XE [1] installation (with Linux
 32bit binaries from the official RPM package) on a production FreeBSD
 6.2machine I realized it would be very much feasible to produce a
 FreeBSD
 port/package for it.
   I would like to know whether similar efforts have been undergoing and
 whether people came up with some tips  tricks on this.
 
 We run Oracle XE on two FreeBSD 6.3 machines at work - we've just
 manually set it up, but are very interested in a port of it. We did
 the same as you basically - just uncompress it and move the files in
 place.

Could any of you write a short HOWTO article, either for the official
articles section or for the wiki (or both...)?



signature.asc
Description: OpenPGP digital signature


Re: Preparing an Oracle Database XE port/package -- any tips ?

2008-03-07 Thread Adrian Penisoara
Hi,

On Fri, Mar 7, 2008 at 5:17 PM, Ivan Voras [EMAIL PROTECTED] wrote:

 Rink Springer wrote:
  Hi,
 
  On Fri, Mar 07, 2008 at 04:36:56PM +0200, Adrian Penisoara wrote:
After having to deploy an Oracle Database XE [1] installation (with
 Linux
  32bit binaries from the official RPM package) on a production FreeBSD
  6.2machine I realized it would be very much feasible to produce a
  FreeBSD
  port/package for it.
I would like to know whether similar efforts have been undergoing and
  whether people came up with some tips  tricks on this.
 
  We run Oracle XE on two FreeBSD 6.3 machines at work - we've just
  manually set it up, but are very interested in a port of it. We did
  the same as you basically - just uncompress it and move the files in
  place.

 Could any of you write a short HOWTO article, either for the official
 articles section or for the wiki (or both...)?


Let's not forget about the Oracle 8i installation section in the FreeBSD
Handbook [1] which could surely benefit from updating (8i is desupported
since a ling time). I would be glad to help (re)writing such stuff, as time
permits.

[1]
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/linuxemu-oracle.html

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


Re: Preparing an Oracle Database XE port/package -- any tips ?

2008-03-07 Thread Jonathan Adams
I am defnitely interested in helping in this area if needed.  A couple
of years ago, I struggled mightily trying to get Oracle running on 5.1

On Fri, Mar 7, 2008 at 9:39 AM, Rink Springer [EMAIL PROTECTED] wrote:
 Hi,


  On Fri, Mar 07, 2008 at 04:36:56PM +0200, Adrian Penisoara wrote:
 After having to deploy an Oracle Database XE [1] installation (with Linux
   32bit binaries from the official RPM package) on a production FreeBSD
   6.2machine I realized it would be very much feasible to produce a
   FreeBSD
   port/package for it.
 I would like to know whether similar efforts have been undergoing and
   whether people came up with some tips  tricks on this.

  We run Oracle XE on two FreeBSD 6.3 machines at work - we've just
  manually set it up, but are very interested in a port of it. We did
  the same as you basically - just uncompress it and move the files in
  place.

  Regards,

  --
  Rink P.W. Springer- http://rink.nu
  Anyway boys, this is America. Just because you get more votes doesn't
   mean you win. - Fox Mulder


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




-- 
___
Jon Adams

web: http://www.scis.nova.edu/~jonaadam
mail: [EMAIL PROTECTED]
-

Strength does not come from physical capacity. It comes from an
indomitable will. -
Mohandas Gandhi
___
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

2008-03-07 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
pkg_info: not found
xf86ext-1.0_1: /a/erwin/tindex/ports/x11/xextensions non-existent -- 
dependency list incomplete
=== x11/xf86ext failed
*** Error code 1
*** Error code 1

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

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

Committers on the hook:
flz miwi novel oliver sat 

Most recent CVS update was:
U MOVED
U devel/libzvbi/Makefile
U devel/libzvbi/distinfo
U devel/libzvbi/pkg-plist
U irc/Makefile
U irc/znc/Makefile
U irc/znc/distinfo
U irc/znc/pkg-descr
U irc/znc/pkg-plist
U multimedia/xawtv/Makefile
U www/aria2/Makefile
U www/aria2/distinfo
U www/gurlchecker/Makefile
U x11/Makefile
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Preparing an Oracle Database XE port/package -- any tips ?

2008-03-07 Thread Ion-Mihai Tetcu
On Fri, 07 Mar 2008 16:14:15 +0100
Alexander Leidinger [EMAIL PROTECTED] wrote:

 Quoting Adrian Penisoara [EMAIL PROTECTED] (from Fri, 7 Mar 2008  
 16:36:56 +0200):
 
  Hi,
 
After having to deploy an Oracle Database XE [1] installation
  (with Linux 32bit binaries from the official RPM package) on a
  production FreeBSD 6.2machine I realized it would be very much
  feasible to produce a FreeBSD
  port/package for it.
I would like to know whether similar efforts have been undergoing
  and whether people came up with some tips  tricks on this.
 
   The goal is not only to add the port into FreeBSD's ports tree but
  also to eventually convince Oracle (I work for them) to post the
  package on their official download page.
 
 I'm not aware of something like this. Feel free to ask questions  
 regarding the linuxulator and our linux infrastructure in the ports
 on [EMAIL PROTECTED] Also feel free to ask for review of the port on
 [EMAIL PROTECTED]

I've worked on such a port (probably that's what ady is referring to)
but kinda' lost my interest in it ($REALLIFE got in the way).

I'll try to find it (it was about 80% done) but I'm not sure it
survived the clean-up sessions of my tmp/work dir (I don't know why I
didn't ci it in our cvs ...).

I'll work with Ady if he need help.

Ady, BTW, after we have the port and, with some test cases provided by
people that run it, can we hope for any kind of (semi-)official
support ?


-- 
IOnut - Un^d^dregistered ;) FreeBSD user
  Intellectual Property is   nowhere near as valuable   as Intellect



signature.asc
Description: PGP signature


portupgade error (pkginfo.rb:74:in `initialize': : Not in due form: name-version (ArgumentError))

2008-03-07 Thread Ion-Mihai Tetcu
Hi,

I get this with portupgrade-devel-2.4.3 (haven't had time to try with
stable).

I don't know ruby, and I don't know if it's portupgrade's fault or
there's something wrong with one of the depends, but maybe you could
make it output the port the errors refers to ?

 # portupgrade -R Miro-1.1
[Gathering depends for multimedia/miro 
..
 done]
[Exclude up-to-date packages 
./usr/local/lib/ruby/site_ruby/1.8/pkginfo.rb:74:in
 `initialize': : Not in due form: name-version (ArgumentError)
from /usr/local/sbin/portupgrade:661:in `new'
from /usr/local/sbin/portupgrade:661:in `main'
from /usr/local/sbin/portupgrade:659:in `each'
from /usr/local/sbin/portupgrade:659:in `main'
from /usr/local/sbin/portupgrade:588:in `catch'
from /usr/local/sbin/portupgrade:588:in `main'
from /usr/local/lib/ruby/1.8/optparse.rb:1303:in `call'
from /usr/local/lib/ruby/1.8/optparse.rb:1303:in `parse_in_order'
 ... 7 levels...
from /usr/local/lib/ruby/1.8/optparse.rb:785:in `initialize'
from /usr/local/sbin/portupgrade:229:in `new'
from /usr/local/sbin/portupgrade:229:in `main'
from /usr/local/sbin/portupgrade:2170

 # portupgrade -R gimp-gutenprint-5.1.3_2
[Gathering depends for print/gimp-gutenprint 
..
 done]
[Exclude up-to-date packages 
/usr/local/lib/ruby/site_ruby/1.8/pkginfo.rb:74:in
 `initialize': : Not in due form: name-version (ArgumentError)
from /usr/local/sbin/portupgrade:661:in `new'
from /usr/local/sbin/portupgrade:661:in `main'
from /usr/local/sbin/portupgrade:659:in `each'
from /usr/local/sbin/portupgrade:659:in `main'
from /usr/local/sbin/portupgrade:588:in `catch'
from /usr/local/sbin/portupgrade:588:in `main'
from /usr/local/lib/ruby/1.8/optparse.rb:1303:in `call'
from /usr/local/lib/ruby/1.8/optparse.rb:1303:in `parse_in_order'
 ... 7 levels...
from /usr/local/lib/ruby/1.8/optparse.rb:785:in `initialize'
from /usr/local/sbin/portupgrade:229:in `new'
from /usr/local/sbin/portupgrade:229:in `main'
from /usr/local/sbin/portupgrade:2170


Thanks,

-- 
IOnut - Un^d^dregistered ;) FreeBSD user
  Intellectual Property is   nowhere near as valuable   as Intellect




INDEX now builds successfully on 5.x

2008-03-07 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]


gsnapshot crashing on FreeBSD-6.3

2008-03-07 Thread Gerard
Using a plain '/etc/make.file', I can build 'graphics/gsnapshot'
without any problems. However, it crashes as soon as I attempt to run
it. This is on a FreeBSD-6.3 system.

This is the output of gdb:

Script started on Fri Mar  7 12:46:47 2008
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...
(gdb) rruunn
Starting program: /usr/local/bin/gsnapshot 
[New LWP 100124]
[New Thread 0x808 (LWP 100124)]

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x808 (LWP 100124)]
0x08050dee in _L (label=LABEL_APPLY) at language.c:338
338 if (strcmp(lang, de) == 0 || strcmp(lang, de_DE) ==
0) (gdb) bbtt  ffuu
#0  0x08050dee in _L (label=LABEL_APPLY) at language.c:338
lang = 0x0
#1  0x0804c22e in construct_viewer (layout=0x80a2080, window=0x80bb000)
at gsnapshot.c:243 button = (GtkWidget *) 0x80a20d0
hbox = (GtkWidget *) 0x80a20d0
vbox = (GtkWidget *) 0x80a2120
box = (GtkWidget *) 0x80a4050
#2  0x0804caaf in interface (window=0x80bb000) at gsnapshot.c:414
layout = (GtkWidget *) 0x80a2080
#3  0x0804cb68 in main (argc=1, argv=0xbfbfe9b0) at gsnapshot.c:452
window = (GtkWidget *) 0x80bb000
memory = {window = 0x80bb000, layout = 0xbfbfea6c, browser =
0xbfbfea74, viewer = 0x80a4050, image = 0x0, decorations = 0, hide = 1,
delay = 0, mode = 0, print = 0x2807ab88, save = 0xbfbfe978} (gdb)
qquuiitt The program is running.  Exit anyway? (y or n) y

Script done on Fri Mar  7 12:47:37 2008

I would appreciate any suggestions.

-- 
Gerard
[EMAIL PROTECTED]

The second best policy is dishonesty.


signature.asc
Description: PGP signature


Re: portupgade error (pkginfo.rb:74:in `initialize': : Not in due form: name-version (ArgumentError))

2008-03-07 Thread Sergey Matveychuk

Ion-Mihai Tetcu wrote:

Hi,

I get this with portupgrade-devel-2.4.3 (haven't had time to try with
stable).

I don't know ruby, and I don't know if it's portupgrade's fault or
there's something wrong with one of the depends, but maybe you could
make it output the port the errors refers to ?

 # portupgrade -R Miro-1.1
[Gathering depends for multimedia/miro 


..
 done]

[Exclude up-to-date packages 
./usr/local/lib/ruby/site_ruby/1.8/pkginfo.rb:74:in
 `initialize': : Not in due form: name-version (ArgumentError)


The bug was fixed with a patch in stable version.

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


Re: 7.0-RELEASE: digikam 0.9.3 dumps core on startup

2008-03-07 Thread Vladimir Kushnir



On Fri, 7 Mar 2008, Mark Ovens wrote:


On Thu, March 6, 2008 22:19, Vladimir Kushnir wrote:

Hi Mark,


I had precisely the same problem (plus system gdb dumped core and I had
to use ports' one, ports/devel/gdb6 - hint!). For me, it was solved by
rebuilding sqlite3 with
WITHOUT_FTS1=true WITHOUT_FTS2=true
options. Perhaps, only one of them is needed but as they say, if you
don't know what it is you don't need it.

HTH,
Vladimir



Thanks Vladimir, that stopped it crashing :-)

It doesn't want to read an existing digikam3.db file though - it just
hangs at the splash screen with Reading database. Hmmm, maybe it does
need one of the FTS options? I'll try building with each and see if that
fixes it.


Hmm... No, this never happened here. Everything works perfectly all 
right. My sqlite3 compiled with threads though, could it be that?




I also had problems with the system gdb core dumping in 6.3 - this still
happens in 7.0 does it?



Probably. It does here under -CURRENT, anyway :-(

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


Re: Preparing an Oracle Database XE port/package -- any tips ?

2008-03-07 Thread Adrian Penisoara
Hi,

On Fri, Mar 7, 2008 at 6:44 PM, Ion-Mihai Tetcu [EMAIL PROTECTED] wrote:

 On Fri, 07 Mar 2008 16:14:15 +0100
 Alexander Leidinger [EMAIL PROTECTED] wrote:

  Quoting Adrian Penisoara [EMAIL PROTECTED] (from Fri, 7 Mar 2008
  16:36:56 +0200):
 
   Hi,
  
 After having to deploy an Oracle Database XE [1] installation
   (with Linux 32bit binaries from the official RPM package) on a
   production FreeBSD 6.2machine I realized it would be very much
   feasible to produce a FreeBSD
   port/package for it.
 I would like to know whether similar efforts have been undergoing
   and whether people came up with some tips  tricks on this.
  
The goal is not only to add the port into FreeBSD's ports tree but
   also to eventually convince Oracle (I work for them) to post the
   package on their official download page.
 
  I'm not aware of something like this. Feel free to ask questions
  regarding the linuxulator and our linux infrastructure in the ports
  on [EMAIL PROTECTED] Also feel free to ask for review of the port on
  [EMAIL PROTECTED]

 I've worked on such a port (probably that's what ady is referring to)
 but kinda' lost my interest in it ($REALLIFE got in the way).

 I'll try to find it (it was about 80% done) but I'm not sure it
 survived the clean-up sessions of my tmp/work dir (I don't know why I
 didn't ci it in our cvs ...).

 I'll work with Ady if he need help.

 Ady, BTW, after we have the port and, with some test cases provided by
 people that run it, can we hope for any kind of (semi-)official
 support ?


Not so fast (TM) :-).

1). I am talking about the Oracle XE package for which Oracle does not offer
any commercial support (except for Forum discussions).

2). Usually everything comes down to business cases and business
opportunities. So I think we will need to demonstrate a large userbase in
order to get attention. I think we should be happy if an Oracle XE FreeBSD
package will make it onto the downloads page in the first place.

3) Oracle EE / SE editions are indeed the big guns on the enterprise
database market, but until there are some more steps. And Oracle does not
use a packaging format for these, OUI (Oracle Universal Installer) is the
designated tool to use.

Note: The above represent solely my personal opinions, I do not speak on
behalf of my employer (Oracle).

Regards,
Adrian Penisoara
ROFUG / EnterpriseBSD.
___
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

2008-03-07 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
gpgme-1.1.5: /security/gnupg non-existent -- dependency list incomplete
=== security/gpgme failed
*** Error code 1
*** Error code 1

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

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

Committers on the hook:
lbr lofi miwi xride 

Most recent CVS update was:
U audio/py-vorbis/Makefile
U databases/p5-DBIx-Class/Makefile
U databases/p5-DBIx-Class/distinfo
U databases/p5-DBIx-Class/pkg-plist
U devel/libdasm/Makefile
U devel/libdasm/distinfo
U misc/gtkfind/Makefile
U security/gpgme/Makefile
U shells/Makefile
U shells/p5-Shell-Perl/Makefile
U shells/p5-Shell-Perl/distinfo
U shells/p5-Shell-Perl/pkg-descr
U shells/p5-Shell-Perl/pkg-plist
U www/moodle/Makefile
U www/moodle/distinfo
U www/p5-Catalyst-Model-DBIC/Makefile
U www/p5-Catalyst-Model-DBIC/distinfo
U www/p5-HTTP-Body/Makefile
U www/p5-HTTP-Body/distinfo
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Preparing an Oracle Database XE port/package -- any tips ?

2008-03-07 Thread Ivan Voras
On 07/03/2008, Adrian Penisoara [EMAIL PROTECTED] wrote:

 Let's not forget about the Oracle 8i installation section in the FreeBSD
 Handbook [1] which could surely benefit from updating (8i is desupported
 since a ling time). I would be glad to help (re)writing such stuff, as time
 permits.

 [1]
 http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/linuxemu-oracle.html

I cannot contribute since I don't use Oracle (I'm interested because
running Oracle is a sort-of rite of passage - people look at an OS
differently if it can run Oracle :) ), but I can do a part of the
logistics - I can put the resulting text in the official wiki, find
someone to convert it and add to the handbook, etc.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Preparing an Oracle Database XE port/package -- any tips ?

2008-03-07 Thread Ion-Mihai Tetcu
On Fri, 7 Mar 2008 21:22:02 +0200
Adrian Penisoara [EMAIL PROTECTED] wrote:

 [ .. ]

  Ady, BTW, after we have the port and, with some test cases provided
  by people that run it, can we hope for any kind of (semi-)official
  support ?
   
 
 Not so fast (TM) :-).
 
 1). I am talking about the Oracle XE package for which Oracle does
 not offer any commercial support (except for Forum discussions).
 
 2). Usually everything comes down to business cases and business
 opportunities. So I think we will need to demonstrate a large
 userbase in order to get attention. I think we should be happy if an
 Oracle XE FreeBSD package will make it onto the downloads page in the
 first place.

Yep, this is what I was thinking about for the beginning at least.

-- 
IOnut - Un^d^dregistered ;) FreeBSD user
  Intellectual Property is   nowhere near as valuable   as Intellect



signature.asc
Description: PGP signature


INDEX now builds successfully on 5.x

2008-03-07 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]


Fwd: cvs commit: ports/Mk bsd.port.mk ports/devel Makefile ports/emulators/stonx Makefile ports/emulators/vmware-guestd5 Makefile ports/emulators/vmware-guestd6 Makefile ports/graphics Makefile ports/

2008-03-07 Thread Florent Thoumie
FYI.

-- Forwarded message --
From: Florent Thoumie [EMAIL PROTECTED]
Date: Fri, Mar 7, 2008 at 9:47 PM
Subject: cvs commit: ports/Mk bsd.port.mk ports/devel Makefile
ports/emulators/stonx Makefile ports/emulators/vmware-guestd5 Makefile
ports/emulators/vmware-guestd6 Makefile ports/graphics Makefile
ports/graphics/dri Makefile ports/graphics/gtkdps ...
To: [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED]


flz 2008-03-07 21:47:50 UTC

  FreeBSD ports repository

  Modified files:
Mk   bsd.port.mk
develMakefile
emulators/stonx  Makefile
emulators/vmware-guestd5 Makefile
emulators/vmware-guestd6 Makefile
graphics Makefile
graphics/dri Makefile
graphics/gtkdps  Makefile
graphics/mesa-demos  Makefile
multimedia/kaffeine  Makefile
www/nspluginwrapper  Makefile
x11-drivers/synaptics Makefile distinfo
x11-fontsMakefile
x11-fonts/xorg-fonts-100dpi Makefile
x11-fonts/xorg-fonts-75dpi Makefile
x11-fonts/xorg-fonts-cyrillic Makefile
x11-fonts/xorg-fonts-miscbitmaps Makefile
x11-fonts/xorg-fonts-truetype Makefile
x11-fonts/xorg-fonts-type1 Makefile
x11-servers  Makefile
x11-toolkits/gnustep-back Makefile
x11-wm/gcompmgr  Makefile
x11-wm/kompmgr   Makefile
x11-wm/skippy-xd Makefile
x11-wm/transset-df   Makefile
x11-wm/xcompmgr  Makefile
x11  Makefile
x11/dgs  Makefile
x11/gsynaptics   Makefile
x11/kdebase3 Makefile
x11/kdelibs3 Makefile
x11/nvidia-driverMakefile
x11/wrapper  Makefile
x11/xclick   Makefile
x11/xorg Makefile
  Removed files:
devel/imake-4Makefile distinfo pkg-descr pkg-plist
devel/imake-4/files  patch-Imake.rules patch-Imakefile patch-c
 patch-c2 patch-d patch-imake.c
 patch-mkhtmlindex.pl
devel/imake-4/scripts configure
graphics/xfree86-dri Makefile distinfo pkg-descr pkg-plist
graphics/xfree86-dri/files patch-GL-Imakefile
graphics/xfree86-dri/scripts configure
x11-fonts/XFree86-4-font100dpi Makefile distinfo pkg-descr
   pkg-plist
x11-fonts/XFree86-4-font75dpi Makefile distinfo pkg-descr
  pkg-plist
x11-fonts/XFree86-4-fontCyrillic Makefile distinfo pkg-descr
 pkg-plist
x11-fonts/XFree86-4-fontDefaultBitmaps Makefile distinfo
   pkg-descr pkg-plist
x11-fonts/XFree86-4-fontEncodings Makefile distinfo pkg-descr
  pkg-plist
x11-fonts/XFree86-4-fontScalable Makefile distinfo pkg-descr
 pkg-plist
x11-fonts/XFree86-4-fontScalable/files patch-01
   patch-scaled::TTF::Imakefile
x11-servers/XFree86-4-FontServer Makefile distinfo pkg-descr
 pkg-install pkg-plist
x11-servers/XFree86-4-FontServer/files
   patch-programs::xfs::Imakefile
   xfs.sh
x11-servers/XFree86-4-FontServer/scripts configure
x11-servers/XFree86-4-NestServer Makefile distinfo pkg-descr
 pkg-install
x11-servers/XFree86-4-NestServer/scripts configure
x11-servers/XFree86-4-PrintServer Makefile distinfo pkg-descr
x11-servers/XFree86-4-PrintServer/scripts configure
x11-servers/XFree86-4-Server Makefile distinfo pkg-descr
 pkg-install pkg-plist
x11-servers/XFree86-4-Server/files patch-CAN-2005-2495
   patch-FreeBSD.cf
   patch-GL-Imakefile
   patch-HALlib_bindings.c
   patch-Imake.cf patch-Pci.h
   patch-bsdResource.c
   patch-bus_Imakefile
   patch-compiler.h
   patch-drm_Imakefile
   patch-elfloader.c
   patch-lib_font_FreeType_ftfuncs.c
   patch-lib_font_FreeType_ftfuncs.h
   patch-lib_font_FreeType_ftsystem.c
   patch-lib_font_bitmap_pcfread.c
   patch-loader.c
   patch-mga_driver.c
   patch-mouse.c
   patch-os-support_Imakefile
   patch-trident_driver.c
   

Re: Fwd: cvs commit: ports/Mk bsd.port.mk ports/devel Makefile ports/emulators/stonx Makefile ports/emulators/vmware-guestd5 Makefile ports/emulators/vmware-guestd6 Makefile ports/graphics Makefile po

2008-03-07 Thread Wesley Shields
On Fri, Mar 07, 2008 at 10:00:18PM +, Florent Thoumie wrote:
 FYI.

...

   Log:
   Remove support for XFree8-4.
 
   From now on, X_WINDOW_SYSTEM != xorg is not supported anymore.

Thank you for doing this.  Cleanup is a thankless task, but it had to be
done.

-- WXS
___
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

2008-03-07 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
pkg_info: not found
Makefile, line 32: Malformed conditional (${X_WINDOW_SYSTEM:L} != xorg)
Makefile, line 34: if-less else
Makefile, line 38: if-less endif
make: fatal errors encountered -- cannot continue
=== x11-fonts/tv-fonts failed
*** Error code 1
*** Error code 1

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

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

Committers on the hook:
marcus miwi oliver 

Most recent CVS update was:
U net/unison/Makefile
U net/unison/distinfo
U x11/gnome-session/Makefile
U x11-fonts/tv-fonts/Makefile
___
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

2008-03-07 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
pkg_info: not found
Makefile, line 32: Malformed conditional (${X_WINDOW_SYSTEM:L} != xorg)
Makefile, line 34: if-less else
Makefile, line 38: if-less endif
make: fatal errors encountered -- cannot continue
=== x11-fonts/tv-fonts failed
*** Error code 1
*** Error code 1

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

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

Committers on the hook:
marcus miwi oliver 

Most recent CVS update was:
___
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

2008-03-07 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
pkg_info: not found
Makefile, line 32: Malformed conditional (${X_WINDOW_SYSTEM:L} != xorg)
Makefile, line 34: if-less else
Makefile, line 38: if-less endif
make: fatal errors encountered -- cannot continue
=== x11-fonts/tv-fonts failed
*** Error code 1
*** Error code 1

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

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

Committers on the hook:
marcus miwi oliver 

Most recent CVS update was:
___
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

2008-03-07 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
pkg_info: not found
Makefile, line 32: Malformed conditional (${X_WINDOW_SYSTEM:L} != xorg)
Makefile, line 34: if-less else
Makefile, line 38: if-less endif
make: fatal errors encountered -- cannot continue
=== x11-fonts/tv-fonts failed
*** Error code 1
*** Error code 1

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

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

Committers on the hook:
marcus miwi oliver 

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


Re: FreeBSD-games/Larn is broken in FreeBSD7.0 Release

2008-03-07 Thread Martin Tournoij
On Thu, Mar 06, 2008 at 09:00:53AM +0100, Edward Tomasz Napierala wrote:
 In article [EMAIL PROTECTED] you wrote:
   When you run Larn, and chose to read/eat/drink anything the games exits
   with a signal 11 ,segfaults and does a coredump.
 
   You have found a magic potion
   Do you (d) drink it, (t) take it, or (i) ignore it?
   Segmentation fault (core dumped) [SIGSEGV]drink
 
   I would like to use Larn on 7.0, what do I suggest I do to fix this ?
 
  This is caused by the same problem as freebsd-games/hack.
  Please refer to the thread beginning with
  http://lists.freebsd.org/pipermail/freebsd-ports/2008-January/046245.html
 
  For the temporary solution,
  edit freebsd-games/files/patch-larn_Makefile to add -fwritable-strings
  to CFLAGS and do not forget to use gcc34 or earlier instead of gcc in  
  7.0.
 
  Hope this helps.
  
  I believe that someone in DragonFly BSD did a lot of clean up in the  
  src/games/*. But I don't know if these cleans up will helping with this  
  issue. It might be worth for someone to dig in there and bring in FreeBSD  
  if someone care about these games.
 
 Diff between freebsd-games and DragonFly, after removing irrelevant stuff,
 is over a megabyte long.  Maybe we should just use their code verbatim?
 
 (Untested diff at http://freebsd.org/~trasz/patch-zzz_fixes_from_dfly)
 

Good idea,

I tested the games from DragonflyBSD and they seem to work OK on
FreeBSD 7/GCC4.2

Everything compiles with some minor changes, the two issues with larn
and hack are solved, I didn't test any of the other games yet.

I need to do some more cleanup/testing, I will send a PR tomorrow
since it's very late now ...

Regards,
Martin Tournoij
___
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

2008-03-07 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
pkg_info: not found
Makefile, line 32: Malformed conditional (${X_WINDOW_SYSTEM:L} != xorg)
Makefile, line 34: if-less else
Makefile, line 38: if-less endif
make: fatal errors encountered -- cannot continue
=== x11-fonts/tv-fonts failed
*** Error code 1
*** Error code 1

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

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

Committers on the hook:
marcus miwi oliver 

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