Re: [PATCH] emulators/virtualbox-ose-kmod in 10-current

2013-09-20 Thread Olivier Smedts
Hello,


2013/9/20 Tomasz Sowa t.s...@ttmath.org

 Hi

 Virtualbox-4.2.18 kernel module doesn't want to compile on 10-current:

 /usr/ports/emulators/virtualbox-ose-kmod/work/VirtualBox-4.2.18/out/freebsd.amd64/release/bin/src/vboxdrv/r0drv/freebsd/alloc-r0drv-freebsd.c:83:76:
 error:
   too few arguments to function call, expected 10, have 9
  cbAllocated, TRUE, VM_PROT_ALL,
 VM_PROT_ALL, 0);

  ^
 @/vm/vm_map.h:368:1: note: 'vm_map_find' declared here
 int vm_map_find(vm_map_t, vm_object_t, vm_ooffset_t, vm_offset_t *,
 vm_size_t,
 ^
 1 error generated.
 *** Error code 1


 There was a change in vm_map_find() in revision r255426 (one parameter
 has been added), patch:
 http://www.ttmath.org/tmp/virtualbox-4_2_18.patch

 applying:
 # cd /usr/ports/emulators/virtualbox-ose-kmod
 # make extract
 # fetch http://www.ttmath.org/tmp/virtualbox-4_2_18.patch
 # patch  virtualbox-4_2_18.patch
 # make all install clean


There is already a PR :
www.freebsd.org/cgi/query-pr.cgi?pr=ports/181971

With one of thoses patchs the port compiles fine but I still have core
dumps at start under 10-ALPHA2. Maybe because of libstdc++ switch to libc++
?

vboxdrv: fAsync=0 offMin=0x219 offMax=0x4470
pid 1143 (VBoxSVC), uid 0: exited on signal 6 (core dumped)
VBoxManage: error: Failed to create the VirtualBox object!
VBoxManage: error: Code NS_ERROR_ABORT (0x80004004) - Operation aborted
(extended info not available)
VBoxManage: error: Most likely, the VirtualBox COM server is not running or
failed to start.

Is it working from fresh start for you ? Are you using WITH_GNUCXX= in
src.conf or make.conf ?

Cheers

-- 
Olivier Smedts _
ASCII ribbon campaign ( )
e-mail: oliv...@gid0.org- against HTML email  vCards  X
www: http://www.gid0.org- against proprietary attachments / \

  Il y a seulement 10 sortes de gens dans le monde :
  ceux qui comprennent le binaire,
  et ceux qui ne le comprennent pas.
___
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: CURRENT r255426: x11/nvidia-driver: nvidia_subr.c:835:46: error: too few arguments to function call, expected 10, have 9 (VM_PROT_READ | VM_PROT_WRITE), 0);

2013-09-17 Thread Olivier Smedts
Hello,


2013/9/10 O. Hartmann ohart...@zedat.fu-berlin.de

 Yes, you're correct and my face is red like a tomatoe :-(

 I try this sed replacement expression:
 sed -i -e '/\virtual_address\, size\, \
 VMFS_ANY\_SPACE\,$/s//\virtual_address\, size\, 0\, \
 VMFS_ANY\_SPACE\,/g' work/NVIDIA-FreeBSD-x86_64-325.15/src/nvidia_subr.c

 It works from the command line, but it doesn't work from the (attached)
 Makefile-patch.



A little bit late here (I see a patch has been commited to
x11/nvidia-driver/Makefile, with a shorter sed expression) but your
problems seems to come from make interpreting $.
The $/ variable is null, it's stripped from the sed expression which
becomes invalid.
You should escape the $ inside the sed expression by doubling it.

Cheers

-- 
Olivier Smedts _
ASCII ribbon campaign ( )
e-mail: oliv...@gid0.org- against HTML email  vCards  X
www: http://www.gid0.org- against proprietary attachments / \

  Il y a seulement 10 sortes de gens dans le monde :
  ceux qui comprennent le binaire,
  et ceux qui ne le comprennent pas.
___
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: fail2ban install issue

2013-03-13 Thread Olivier Smedts
2013/3/13 Florent Peterschmitt flor...@peterschmitt.fr:
 I just test, it works well. Maybe the problem was solved the time for
 you to write this email :)

...or ftp.freebsd.org is an out-of-date mirror.


-- 
Olivier Smedts _
ASCII ribbon campaign ( )
e-mail: oliv...@gid0.org- against HTML email  vCards  X
www: http://www.gid0.org- against proprietary attachments / \

  Il y a seulement 10 sortes de gens dans le monde :
  ceux qui comprennent le binaire,
  et ceux qui ne le comprennent pas.
___
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: x11-wm/windowmaker and x11-wm/libwraster

2013-02-19 Thread Olivier Smedts
2013/2/19 Joseph A. Nagy, Jr jnagyjr1...@gmail.com:
 I have an issue with upgrading windowmaker in that it now pulls in
 x11-wm/libwraster and they both want to install a man page in the same
 place[0], unfortunately the proposed workaround[1] doesn't work. Anyone have
 any other ideas? Again, I have done all the steps in the pr and build fails
 as libwraster is automatically pulled in and attempts to build before
 windowmaker does.

 [0]: http://www.freebsd.org/cgi/query-pr.cgi?pr=176175
 [1]: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/175955

Can you try deinstalling windowmaker before (re)installing it ? It
seems the update can't be performed because WindowMaker-0.95.4 needs
libwraster-0.95.4, but libwraster-0.95.4 installs a file in the same
place than your old WindowMaker-0.95.3. That's not allowed by pkgng
(are you using 10-CURRENT BTW ?).

There should be a procedure to solve this case in /usr/ports/UPDATING.
Please ask the maintainer to add one if reinstalling windowmaker works
for you.

Cheers


-- 
Olivier Smedts _
ASCII ribbon campaign ( )
e-mail: oliv...@gid0.org- against HTML email  vCards  X
www: http://www.gid0.org- against proprietary attachments / \

  Il y a seulement 10 sortes de gens dans le monde :
  ceux qui comprennent le binaire,
  et ceux qui ne le comprennent pas.
___
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: LibreOffice 3.6.5 on amd

2013-02-07 Thread Olivier Smedts
2013/2/6 Jung-uk Kim j...@freebsd.org:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 On 2013-02-06 11:15:44 -0500, Olivier Smedts wrote:
 2013/2/6 Denny Lin dennyli...@hs.ntnu.edu.tw:
 gmake[2]: ***
 [/tmp/lobuild/workdir/unxfbsd.pro/CustomTarget/testtools/uno_test.done]


 Segmentation fault: 11 (core dump crיי)

 I am also seeing this on -CURRENT amd64. For some reason uno
 causes a segmentation fault. I do not have Java enabled.

 Metoo : uno segfault during testtools stage. 10-CURRENT amd64,
 system and most ports compiled with clang.

 You can bypass the test with this patch:

 http://svn.redports.org/office/editors/libreoffice/files/patch-testtools__Module_testtools.mk

 Drop the file in libreoffice/files directory and rebuild.

 Actually, I am going to commit it soonish because I've seen enough
 complaints already. :-(

Thanks, libreoffice now builds and runs !

-- 
Olivier Smedts _
ASCII ribbon campaign ( )
e-mail: oliv...@gid0.org- against HTML email  vCards  X
www: http://www.gid0.org- against proprietary attachments / \

  Il y a seulement 10 sortes de gens dans le monde :
  ceux qui comprennent le binaire,
  et ceux qui ne le comprennent pas.
___
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: LibreOffice 3.6.5 on amd

2013-02-06 Thread Olivier Smedts
2013/2/6 Denny Lin dennyli...@hs.ntnu.edu.tw:
 gmake[2]: ***
 [/tmp/lobuild/workdir/unxfbsd.pro/CustomTarget/testtools/uno_test.done]
 Segmentation fault: 11 (core dump créé)

 I am also seeing this on -CURRENT amd64. For some reason uno causes a
 segmentation fault. I do not have Java enabled.

Metoo : uno segfault during testtools stage. 10-CURRENT amd64,
system and most ports compiled with clang.

-- 
Olivier Smedts _
ASCII ribbon campaign ( )
e-mail: oliv...@gid0.org- against HTML email  vCards  X
www: http://www.gid0.org- against proprietary attachments / \

  Il y a seulement 10 sortes de gens dans le monde :
  ceux qui comprennent le binaire,
  et ceux qui ne le comprennent pas.
___
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: Last database update: 2012-11-11 10:45:48 UTC

2013-01-14 Thread Olivier Smedts
Hi,

2013/1/14 Eric Douzet eric.dou...@gmail.com:
 Hello,


 The last database update Ports is : 2012-11-11 10:45:48 UTC

 The database should be updated it, thank you !

How do you update your ports tree ? Which database are you talking about ?


 Best regards,


 Éric Douzet


 Consultant Informatique
 Site Web professionnel : www.c-extra.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



-- 
Olivier Smedts _
ASCII ribbon campaign ( )
e-mail: oliv...@gid0.org- against HTML email  vCards  X
www: http://www.gid0.org- against proprietary attachments / \

  Il y a seulement 10 sortes de gens dans le monde :
  ceux qui comprennent le binaire,
  et ceux qui ne le comprennent pas.
___
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: Firefox build failure on -CURRENT (with CLANG and with GCC)

2012-11-22 Thread Olivier Smedts
Hello,

2012/11/22 Florian Smeets f...@smeets.im:
 On 11/22/2012 13:02, Stefan Esser wrote:
 Hi Florian,

 seems that Firefox cannot be built with CLANG. The build fails due to a
 visibility default set in mozilla-release/config/gcc_hidden.h, which is
 in conflict with Qt declarations:

 Any ideas how to get Firefox compiled and installed on -CURRENT?

 Yes, don't use the experimental QT4 option. :) Firefox builds just fine
 on head with clang and the default options, that's what I'm using here
 right now.

 We'll have to look into the QT4 failure.

 Thanks for the report.
 Florian

I can confirm it builds with clang with the following options set :
OPTIMIZED_CFLAGS, OSS, and GTK2.

I can also tell you that I tested the Qt4 backend and... it's only for
testing. Not really usable at the moment (misplaced menus and ugly at
best even under KDE4).

Cheers

-- 
Olivier Smedts _
ASCII ribbon campaign ( )
e-mail: oliv...@gid0.org- against HTML email  vCards  X
www: http://www.gid0.org- against proprietary attachments / \

  Il y a seulement 10 sortes de gens dans le monde :
  ceux qui comprennent le binaire,
  et ceux qui ne le comprennent pas.
___
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: Steam, linux version

2012-11-08 Thread Olivier Smedts
2012/11/7 Alexander Yerenkow yeren...@gmail.com:
 Hey guys.
 Steam is now in Beta for Ubuntu, they provide *.deb file.

 Do someone working on bringing it to FreeBSD with linux emulation? :)

Just for testing, I tried debootstrapping an i386 12.10 Ubuntu under
10-CURRENT amd64 with compat.linux.osrelease=2.6.24.

The beta steam.deb installs fine. After that, launching steam updates
the client and installs it under /compat/linux/home/$USER. But I had
no luck trying to launch it :
% du -sh /compat/linux/home/zozo/Steam/
338M/compat/linux/home/zozo/Steam/
[zozo@zozo]~% /compat/linux/bin/bash /compat/linux/home/zozo/Steam/steam.sh
/compat/linux/home/zozo/Steam/steam.sh: line 46: pidof: command not found
Installing breakpad exception handler for appid(steam)/version(1352224866)

Then nothing happens.

-- 
Olivier Smedts _
ASCII ribbon campaign ( )
e-mail: oliv...@gid0.org- against HTML email  vCards  X
www: http://www.gid0.org- against proprietary attachments / \

  Il y a seulement 10 sortes de gens dans le monde :
  ceux qui comprennent le binaire,
  et ceux qui ne le comprennent pas.
___
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 Testers] VirtualBox 4.2.4

2012-10-31 Thread Olivier Smedts
Hello,

2012/10/30 Bernhard Fröhlich de...@freebsd.org:
 This is again a call for testers to get some feedback before we commit
 VirtualBox 4.2 to the portstree.

Better Windows 8 support : check.
My other VMs still work as before.

Thanks for your work !

-- 
Olivier Smedts _
ASCII ribbon campaign ( )
e-mail: oliv...@gid0.org- against HTML email  vCards  X
www: http://www.gid0.org- against proprietary attachments / \

  Il y a seulement 10 sortes de gens dans le monde :
  ceux qui comprennent le binaire,
  et ceux qui ne le comprennent pas.
___
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: CFT: x11/nvidia-driver major update to 304.xx series

2012-09-27 Thread Olivier Smedts
2012/9/26 Lawrence K. Chen, P.Eng. lkc...@ksu.edu:
 So, now that its in the wild...I upgraded...and it broke my dual monitor 
 desktop (at work).  Seems like gdm/gnome can't see the other monitor.  Tried 
 rebuilding a bunch of other things, but didn't help.  Reverting to previous 
 (295.71) has things working again.  Wonder what people will do for 
 portdowngrade when CVS goes away.

Are you setting the dual screen up in /etc/X11/xorg.conf, at home and
at work ? Is yes, how ? With last nvidia drivers you can use xrandr
instead of twinview.

-- 
Olivier Smedts _
ASCII ribbon campaign ( )
e-mail: oliv...@gid0.org- against HTML email  vCards  X
www: http://www.gid0.org- against proprietary attachments / \

  Il y a seulement 10 sortes de gens dans le monde :
  ceux qui comprennent le binaire,
  et ceux qui ne le comprennent pas.
___
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


java/eclipse-devel

2012-09-20 Thread Olivier Smedts
Hello,

eclipse-devel is affected by the same problem which has been recently
fixed for eclipse :
http://www.freebsd.org/cgi/cvsweb.cgi/ports/java/eclipse/Makefile.diff?r1=1.80;r2=1.81;f=h

For example with this file :
-rw---  1 root  wheel  257806 20 sep 10:54
/usr/local/lib/eclipse-devel/dropins/jdt/plugins/junit.jar

Could you fix it in the same way ? And thanks for the 4.2 update :)

Cheers

-- 
Olivier Smedts _
ASCII ribbon campaign ( )
e-mail: oliv...@gid0.org- against HTML email  vCards  X
www: http://www.gid0.org- against proprietary attachments / \

  Il y a seulement 10 sortes de gens dans le monde :
  ceux qui comprennent le binaire,
  et ceux qui ne le comprennent pas.
___
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 Testers] VirtualBox 4.2.0

2012-09-20 Thread Olivier Smedts
2012/9/20 Marek Salwerowicz marek_...@wp.pl:
 I'd really like to have the Intel E1000 PXE support in virtual machine.
 So far now it doesn't work in my environment:

 s14% sudo VBoxManage list extpacks
 Extension Packs: 2
 Pack no. 0:   Oracle VM VirtualBox Extension Pack
 Version:  4.1.4
 Revision: 74291
 Description:  USB 2.0 Host Controller, VirtualBox RDP, PXE ROM with E1000
 support.
 VRDE Module:  VBoxVRDP
 Usable:   false
 Why unusable: Failed to locate the main module ('VBoxPuelMain')
 s14%

% VBoxManage setextradata global
VBoxInternal/Devices/pcbios/0/Config/LanBootRom
/usr/local/lib/virtualbox/ExtensionPacks/Oracle_VM_VirtualBox_Extension_Pack/PXE-Intel.rom

Et voilà. 
/usr/local/lib/virtualbox/ExtensionPacks/Oracle_VM_VirtualBox_Extension_Pack/PXE-Intel.rom
must be present if you installed the extension pack. Instead, you can
just extract it.

Cheers

-- 
Olivier Smedts _
ASCII ribbon campaign ( )
e-mail: oliv...@gid0.org- against HTML email  vCards  X
www: http://www.gid0.org- against proprietary attachments / \

  Il y a seulement 10 sortes de gens dans le monde :
  ceux qui comprennent le binaire,
  et ceux qui ne le comprennent pas.
___
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: [HEADS-UP] Announcing the end of port CVS

2012-09-12 Thread Olivier Smedts
2012/9/9 Kevin Oberman kob6...@gmail.com:
 5. svn co http://svn0.us-west.freebsd.org/ports/head /usr/ports
OR
svn co http://svn0.us-east.freebsd.org/ports/head /usr/ports

Why not use svn.freebsd.org ? Maybe it could use geodns someday, like portsnap ?

-- 
Olivier Smedts _
ASCII ribbon campaign ( )
e-mail: oliv...@gid0.org- against HTML email  vCards  X
www: http://www.gid0.org- against proprietary attachments / \

  Il y a seulement 10 sortes de gens dans le monde :
  ceux qui comprennent le binaire,
  et ceux qui ne le comprennent pas.
___
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: x11-toolkits/swt

2012-09-11 Thread Olivier Smedts
2012/9/11 Doug Barton do...@freebsd.org:
 Now that we have a new version of libxul in the ports tree, any plans of
 upgrading swt to take advantage of it? I'd love to get the
 vulnerabilities in the old version off of my daily periodic.

Meanwhile, I've had success with x11-toolkits/swt-devel for
mail/davmail and java/eclipse (btw, for me eclipse compiles only if
swt-devel is installed, not swt).

-- 
Olivier Smedts _
ASCII ribbon campaign ( )
e-mail: oliv...@gid0.org- against HTML email  vCards  X
www: http://www.gid0.org- against proprietary attachments / \

  Il y a seulement 10 sortes de gens dans le monde :
  ceux qui comprennent le binaire,
  et ceux qui ne le comprennent pas.
___
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: Plans for making MAKE_JOBS_SAFE the default?

2012-09-11 Thread Olivier Smedts
2012/9/4 Bryan Drewery br...@shatow.net:
 My proposal:
 - start an exp-run with FORCE_MAKE_JOBS set
 - mark all new failures with MAKE_JOBS_UNSAFE
 - flip the default right after the 9.1 release.

+1 too except for devel/libftdi which just failed on me right now, was
ok after setting MAKE_JOBS_UNSAFE.

-- 
Olivier Smedts _
ASCII ribbon campaign ( )
e-mail: oliv...@gid0.org- against HTML email  vCards  X
www: http://www.gid0.org- against proprietary attachments / \

  Il y a seulement 10 sortes de gens dans le monde :
  ceux qui comprennent le binaire,
  et ceux qui ne le comprennent pas.
___
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: pkg (aka pkgng) 1.0 released

2012-08-30 Thread Olivier Smedts
2012/8/30 John Nielsen li...@jnielsen.net:
 Running ps in another terminal shows pkg query %n-%v. Since the actual pkg 
 is now gone, I suspect this is really /usr/sbin/pkg. I further suspect that 
 it's waiting for y/n input (whether to install the binary pkg) on its 
 nonexistent stdin somewhere. I killed it (pkg) and portupgrade seemed to 
 finish normally.

This is the first example where renaming pkg to pkg-bootstrap would
have been useful.

-- 
Olivier Smedts _
ASCII ribbon campaign ( )
e-mail: oliv...@gid0.org- against HTML email  vCards  X
www: http://www.gid0.org- against proprietary attachments / \

  Il y a seulement 10 sortes de gens dans le monde :
  ceux qui comprennent le binaire,
  et ceux qui ne le comprennent pas.
___
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: pkgng suggestion: renaming /usr/sbin/pkg to /usr/sbin/pkg-bootstrap

2012-08-27 Thread Olivier Smedts
2012/8/26 Baptiste Daroussin b...@freebsd.org:
 I received more feedback about keep pkg and changing it to
 pkg-bootstrap, so what should I do, changing it because you are asking for it?

So, just a me too for renaming pkg, for consistency. I don't mind
the new name...

-- 
Olivier Smedts _
ASCII ribbon campaign ( )
e-mail: oliv...@gid0.org- against HTML email  vCards  X
www: http://www.gid0.org- against proprietary attachments / \

  Il y a seulement 10 sortes de gens dans le monde :
  ceux qui comprennent le binaire,
  et ceux qui ne le comprennent pas.
___
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: pkgng 1.0 release schedule, and HEAD switch to pkgng by default schedule

2012-08-21 Thread Olivier Smedts
2012/8/21 Baptiste Daroussin b...@freebsd.org:
 On Tue, Aug 21, 2012 at 12:09:46AM +0300, Vitaly Magerya wrote:
 What would be the best practice of mixing ports with packages?

 There is no best practice for that unfortunatly, (as actually) the best for 
 you
 is maybe to build your own pkgng repostories?
 http://wiki.freebsd.org/PkgPrimer#Using_poudriere for example?

So, to make it really clear, one should *not* test, try or use pkgng
if he wants to continue using ports without setting up a repository ?
I did not find a big warning on the wiki.

-- 
Olivier Smedts _
ASCII ribbon campaign ( )
e-mail: oliv...@gid0.org- against HTML email  vCards  X
www: http://www.gid0.org- against proprietary attachments / \

  Il y a seulement 10 sortes de gens dans le monde :
  ceux qui comprennent le binaire,
  et ceux qui ne le comprennent pas.
___
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


pkgconf issue ?

2012-08-09 Thread Olivier Smedts
Hello list,

All my ports are up-to-date and I've previously dealt with the
pkg-config - pkgconf transition by reading UPDATING. No problems.

But now I try to install a port which depends on ports I didn't have,
which in turn depend on cairo... and they fail to build. And it's
strange because there seems to be a problem with pkgconf, at least on
my system :

# pkg-config --cflags cairo
Package glproto was not found in the pkg-config search path.
Perhaps you should add the directory containing `glproto.pc'
to the PKG_CONFIG_PATH environment variable
No package 'glproto' found
-I/usr/local/include/glib-2.0 -D_REENTRANT
-I/usr/local/include/pixman-1 -I/usr/local/include
-I/usr/local/include/freetype2

There's no -I/usr/local/include/cairo, that's why the ports which
depend on cairo fail to build.

# grep include /usr/local/libdata/pkgconfig/cairo.pc
includedir=${prefix}/include
Cflags: -I${includedir}/cairo

The cairo.pc file is not to blame. I noticed the error message for
glproto and tried to install it. I must say that I delete all
build-depends only after installing ports.

# portmaster x11/glproto
=== Installation of x11/glproto (glproto-1.4.15) complete
# pkg-config --cflags cairo
-I/usr/local/include/glib-2.0 -D_REENTRANT
-I/usr/local/include/pixman-1 -I/usr/local/include
-I/usr/local/include/freetype2 -I/usr/local/include/libdrm
-D_THREAD_SAFE -I/usr/local/include/libpng15
-I/usr/local/include/cairo

It now works ! But glproto is not required by anything on my system,
so it can be deinstalled and the problem reappears. I've got GL, XCB
and GLIB options for my cairo port. Maybe there's a dependency problem
with cairo and the GL option... but I don't think pkgconf should fail
setting the CFLAGS in this case. It was previously working with
pkg-config.

Thanks

-- 
Olivier Smedts _
ASCII ribbon campaign ( )
e-mail: oliv...@gid0.org- against HTML email  vCards  X
www: http://www.gid0.org- against proprietary attachments / \

  Il y a seulement 10 sortes de gens dans le monde :
  ceux qui comprennent le binaire,
  et ceux qui ne le comprennent pas.
___
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: pkgconf issue ?

2012-08-09 Thread Olivier Smedts
2012/8/9 Tijl Coosemans t...@coosemans.org:
 On 09-08-2012 15:14, Olivier Smedts wrote:
 All my ports are up-to-date and I've previously dealt with the
 pkg-config - pkgconf transition by reading UPDATING. No problems.

 But now I try to install a port which depends on ports I didn't have,
 which in turn depend on cairo... and they fail to build. And it's
 strange because there seems to be a problem with pkgconf, at least on
 my system :

 # pkg-config --cflags cairo
 Package glproto was not found in the pkg-config search path.
 Perhaps you should add the directory containing `glproto.pc'
 to the PKG_CONFIG_PATH environment variable
 No package 'glproto' found

 I opened a PR for this a month ago:
 http://www.freebsd.org/cgi/query-pr.cgi?pr=169701

OK this explains my problem, partly, but I'm nearly sure that even
with gl.pc missing, pkg-config handled this situation and correctly
gave the good cairo (for example, with my cairo depending on gl)
cflags and includes, while with pkgconf it fails to give the good
include path. That's why I cc'ed bapt.

-- 
Olivier Smedts _
ASCII ribbon campaign ( )
e-mail: oliv...@gid0.org- against HTML email  vCards  X
www: http://www.gid0.org- against proprietary attachments / \

  Il y a seulement 10 sortes de gens dans le monde :
  ceux qui comprennent le binaire,
  et ceux qui ne le comprennent pas.
___
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: libreoffice fails to build

2012-07-20 Thread Olivier Smedts
2012/7/19 Robert Huff roberth...@rcn.com:
 There is at least one person out there who has successfully
 built LibreOffice 3.5.5 using (system) clang 3.2?

Yes, using stock 9-STABLE (but a recent one as the clang patch has
been MFC'ed) and the latest libreoffice port WITH_SYSTEM_CLANG.

Thanks for the work !

-- 
Olivier Smedts _
ASCII ribbon campaign ( )
e-mail: oliv...@gid0.org- against HTML email  vCards  X
www: http://www.gid0.org- against proprietary attachments / \

  Il y a seulement 10 sortes de gens dans le monde :
  ceux qui comprennent le binaire,
  et ceux qui ne le comprennent pas.
___
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


editors/libreoffice : doesn't detect libexttextcat since lib name change

2012-07-16 Thread Olivier Smedts
Hello,

editors/libreoffice doesn't detect libreoffice any more since the
library name change. It tries to install it even if it's already
installed. It wants exttextcat.0 but :
# ll /var/db/pkg/ | grep exttextcat
drwxr-xr-x  2 root  wheel   8 16 jul 10:34 libexttextcat-3.3.1/
# ldconfig -r | grep exttextcat\.0
# ldconfig -r | grep exttextcat
562:-lexttextcat-1.0.0 = /usr/local/lib/libexttextcat-1.0.so.0

Cheers

-- 
Olivier Smedts _
ASCII ribbon campaign ( )
e-mail: oliv...@gid0.org- against HTML email  vCards  X
www: http://www.gid0.org- against proprietary attachments / \

  Il y a seulement 10 sortes de gens dans le monde :
  ceux qui comprennent le binaire,
  et ceux qui ne le comprennent pas.
___
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: editors/libreoffice : doesn't detect libexttextcat since lib name change

2012-07-16 Thread Olivier Smedts
2012/7/16 Doug Barton do...@freebsd.org:
 On 07/16/2012 01:55, Olivier Smedts wrote:
 Hello,

 editors/libreoffice doesn't detect libreoffice any more since the
 library name change. It tries to install it even if it's already
 installed. It wants exttextcat.0 but :
 # ll /var/db/pkg/ | grep exttextcat
 drwxr-xr-x  2 root  wheel   8 16 jul 10:34 libexttextcat-3.3.1/
 # ldconfig -r | grep exttextcat\.0
 # ldconfig -r | grep exttextcat
 562:-lexttextcat-1.0.0 = /usr/local/lib/libexttextcat-1.0.so.0

 Replacing the installed one with libexttextcat-3.2.0_2 worked for me.
 Never figured out why the LO port didn't figure this out.

I changed the LIB_DEPENDS in editors/libreoffice to match the library
installed by libexttextcat-3.3.1, but didn't post it here because I'm
not sure what I changed is *the* good fix :
exttextcat-1.0.0:${PORTSDIR}/textproc/libexttextcat \

-- 
Olivier Smedts _
ASCII ribbon campaign ( )
e-mail: oliv...@gid0.org- against HTML email  vCards  X
www: http://www.gid0.org- against proprietary attachments / \

  Il y a seulement 10 sortes de gens dans le monde :
  ceux qui comprennent le binaire,
  et ceux qui ne le comprennent pas.
___
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: editors/libreoffice : doesn't detect libexttextcat since lib name change

2012-07-16 Thread Olivier Smedts
CC-ing the libreoffice maintainer.

2012/7/16 Olivier Smedts oliv...@gid0.org:
 I changed the LIB_DEPENDS in editors/libreoffice to match the library
 installed by libexttextcat-3.3.1, but didn't post it here because I'm
 not sure what I changed is *the* good fix :
 exttextcat-1.0.0:${PORTSDIR}/textproc/libexttextcat \

The build now fails for the lingucomponent component. I changed
utfstrlen() to utf8_strlen() as suggested by clang and it seems to
compile and run fine, but I see gentoo took another path :
http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/app-office/libreoffice/files/libreoffice-3.5.4-libexttextcat.patch?diff_format=sview=log
See also :
http://www.mail-archive.com/libreoffice@lists.freedesktop.org/msg30266.html

-- 
Olivier Smedts _
ASCII ribbon campaign ( )
e-mail: oliv...@gid0.org- against HTML email  vCards  X
www: http://www.gid0.org- against proprietary attachments / \

  Il y a seulement 10 sortes de gens dans le monde :
  ceux qui comprennent le binaire,
  et ceux qui ne le comprennent pas.
___
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: make failed for editors/libreoffice

2012-07-13 Thread Olivier Smedts
2012/7/13 Dimitry Andric d...@freebsd.org:
 On 2012-07-10 09:18, Dimitry Andric wrote:
 ...
 It turned out this particular bug was yet another issue, but it was
 fixed by upstream now.  I have a patch ready for -CURRENT, but if anyone
 can try it out, and confirm it now allows you to build LibreOffice
 without this particular assertion, that would be great. :)

 Apply attached patch to your src tree, then build and install clang as
 follows (or just do a buildworld/installworld, if you have CPU to
 spare):

   make -C /usr/src/lib/clang all
   make -C /usr/src/usr.bin/clang/clang all install

 Then retry building the LibreOffice port.  Any feedback appreciated!

 Did anybody try this yet?  Unfortunately I don't have the resources to
 build LibreOffice, so I cannot verify whether the fix I posted actually
 works.

Yes, this works. Libreoffice 3.5.4 builds and installs at the first
try with the clang assert patch and WITH_SYSTEM_CLANG.

Now Calc core dumps at me whereas it was working fine with 3.5.2, but
I think that's another problem.

--
Olivier Smedts _
ASCII ribbon campaign ( )
e-mail: oliv...@gid0.org- against HTML email  vCards  X
www: http://www.gid0.org- against proprietary attachments / \

  Il y a seulement 10 sortes de gens dans le monde :
  ceux qui comprennent le binaire,
  et ceux qui ne le comprennent pas.
___
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: latest kdelibs update fails

2012-06-19 Thread Olivier Smedts
2012/6/19 Volodymyr Kostyrko c.kw...@gmail.com:
 Hi all.

 Trying to update kdelibs I stumbled upon this one:

 -- No backend for KAuth was explicitly specified: probing system to find the
 best one available
 -- Found PolkitQt-1: /usr/local/lib/cmake/PolkitQt-1/PolkitQt-1Config.cmake
 WARNING: Installation prefix does not match PolicyKit install prefixes. You
 probably will need to move files installed in POLICY_FILES_INSTALL_DIR and
 by dbus_add_activation_system_servi
 ce to the  prefix
 -- Building PolkitQt-1 KAuth backend
 CMake Error at kdecore/CMakeLists.txt:387 (set_source_files_properties):
  set_source_files_properties called with incorrect number of arguments.

 It seems that kdelibs fails to detect PolicyKit correctly.

I had the same problem, the following cmake directive is wrong :

set_source_files_properties(util/kshareddatacache.cpp
PROPERTIES COMPILE_FLAGS ${KDE4_ENABLE_EXCEPTIONS})

I think KDE4_ENABLE_EXCEPTIONS is empty, and the
set_source_files_properties complains that the number of arguments is
wrong.

I deleted those lines to be able to build kdelibs.

-- 
Olivier Smedts                                                 _
                                        ASCII ribbon campaign ( )
e-mail: oliv...@gid0.org        - against HTML email  vCards  X
www: http://www.gid0.org    - against proprietary attachments / \

  Il y a seulement 10 sortes de gens dans le monde :
  ceux qui comprennent le binaire,
  et ceux qui ne le comprennent pas.
___
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: strace dependency

2012-06-13 Thread Olivier Smedts
2012/6/13 J B jb.1234a...@gmail.com:
 # pkg_add -r strace
 Fetching 
 ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-9.0-release/Latest/strace.tbz...
 Done.
 pkg_add: warning: package 'strace-4.5.18_1' requires 'perl-5.12.4_3',
 but 'perl-5.12.4_4' is installed

USE_PERL5=  yes # for strace-graph

-- 
Olivier Smedts                                                 _
                                        ASCII ribbon campaign ( )
e-mail: oliv...@gid0.org        - against HTML email  vCards  X
www: http://www.gid0.org    - against proprietary attachments / \

  Il y a seulement 10 sortes de gens dans le monde :
  ceux qui comprennent le binaire,
  et ceux qui ne le comprennent pas.
___
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: Firefox 13

2012-06-08 Thread Olivier Smedts
2012/6/7 Warren Block wbl...@wonkity.com:
 On Thu, 7 Jun 2012, Niclas Zeising wrote:

 On 2012-06-07 17:47, Warren Block wrote:

 Yesterday, Firefox 13 built and installed quickly.  It was just the
 running part that did not go so well.  Coredumps on start, it would
 start with add-ons disabled, but then coredump while typing a URL, or
 sometimes a few seconds later.  Rebuilding everything Firefox depends on
 did not make any difference.

 Firefox 12 builds and runs fine, as do Chromium and xxxterm.

 This is on 9-stable from yesterday, amd64.  The next step is to build
 with debug symbols; I was hoping the problem would have been experienced
 by someone else by now.  Any ideas?


 Which compiler did you use, clang or gcc, and if gcc, which version?
 Regards!


 gcc46, and I do have CPUTYPE?=native in make.conf...

 Interesting!  Built without CPUTYPE set, Firefox seems fine.  Compiler bug?

/usr/share/mk/bsd.cpu.mk doesn't support CPUTYPE?=native :
% make -VMACHINE_CPU CPUTYPE=native
unknown amd64 sse2 sse mmx
% make -VMACHINE_CPU CPUTYPE=core2
ssse3 sse3 amd64 sse2 sse mmx

But you can use a supported value, add -march=native to your CFLAGS
and COPTFLAGS, and set NO_CPU_CFLAGS=yes and NO_CPU_COPTFLAGS=yes so
that another -march won't be automatically added.

And if you use the old base-system gcc, -march=native won't give
proper results with a Core2 and a Corei7 (not tested other recent
CPUs) because they'll use -mtune=generic instead of the good -mtune. I
prefer setting a proper -march.

I don't know if thta's related to your firefox problem though.

Cheers

-- 
Olivier Smedts                                                 _
                                        ASCII ribbon campaign ( )
e-mail: oliv...@gid0.org        - against HTML email  vCards  X
www: http://www.gid0.org    - against proprietary attachments / \

  Il y a seulement 10 sortes de gens dans le monde :
  ceux qui comprennent le binaire,
  et ceux qui ne le comprennent pas.
___
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: libreoffice, Makefile fix proposal...

2012-06-07 Thread Olivier Smedts
Hi,

2012/6/7 Kevin Oberman kob6...@gmail.com:
 # portmaster -g boost-libs boost-jam
 # pkg_delete -f boost-libs-\* boost-jam-\*
 # cd /usr/ports/editor/libreoffice
 # make patch
 # cd work/libreoffice-core
 --- lotuswordpro/Module_lotuswordpro.mk.orig    2012-05-31
 19:34:52.014043605 -0300
 +++ lotuswordpro/Module_lotuswordpro.mk 2012-05-31 19:29:29.276164732
 -0300
 @@ -31,8 +31,8 @@
     Library_lwpft \
  ))

 -$(eval $(call gb_Module_add_check_targets,lotuswordpro,\
 -    CppunitTest_lotuswordpro_test_lotuswordpro \
 -))
 +#$(eval $(call gb_Module_add_check_targets,lotuswordpro,\
 +#    CppunitTest_lotuswordpro_test_lotuswordpro \
 +#))

  # vim: set noet sw=4 ts=4:
 ^D
 # portmaster -C libreoffice
 # pkg_add /usr/ports/packages/All/boost-libs-*
 /usr/ports/packages/All/boost-jam-\*

 I know this is a rather long UPDATING message, but it does tell them
 how to get libreoffice up and running.

This way it loses dependency tracking (ie.
/var/db/pkg/boost-libs-*/+REQUIRED_BY).
Don't forget to portmaster --check-depends after the pkg_add.

-- 
Olivier Smedts                                                 _
                                        ASCII ribbon campaign ( )
e-mail: oliv...@gid0.org        - against HTML email  vCards  X
www: http://www.gid0.org    - against proprietary attachments / \

  Il y a seulement 10 sortes de gens dans le monde :
  ceux qui comprennent le binaire,
  et ceux qui ne le comprennent pas.
___
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: [x11/xkeyboard-config] x11/xkbcomp not a RUN_DEPENDS ?

2012-02-27 Thread Olivier Smedts
Hello,

Le 26 février 2012 16:37, Olivier Cochard-Labbé oliv...@cochard.me a écrit :
 Hi all,

 On my system (9.0-amd64), if I install x11/xorg-minimal from port,
 It's work great but if I install my self generated xorg-minimal
 package, it didn't start: Xorg complain about missing xkbcomp in its
 log file.
 Looking the dependency tree, I've seen that x11/xkeyboard-config
 include x11/xkbcomp as a BUILD_DEPENDS only (this why using the
 package method didn't install x11/xkbcomp).
 Should it be fix as RUN_DEPENDS ?

I've got this problem too, maybe because I'm not using the default
xkblayout ? From my /etc/X11/xorg.conf :
Section InputDevice
Identifier  Keyboard
Driver  kbd
Option  XkbLayout fr
Option  XkbModel  pc105
EndSection

Cheers

-- 
Olivier Smedts                                                 _
                                        ASCII ribbon campaign ( )
e-mail: oliv...@gid0.org        - against HTML email  vCards  X
www: http://www.gid0.org    - against proprietary attachments / \

  Il y a seulement 10 sortes de gens dans le monde :
  ceux qui comprennent le binaire,
  et ceux qui ne le comprennent pas.
___
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: portupgrade - portmaster Rosetta Stone?

2012-02-27 Thread Olivier Smedts
Hello,

2012/2/25 Royce Williams royce.willi...@gmail.com:
 To ease the transition, does anyone know of a Rosetta Stone table, or
 portmaster for native speakers of portupgrade?

I was a portupgrade -a user, now I use portmaster -adw :
-d : always clean distfiles (doesn't stop each time a port is upgraded)
-w : save old shared libraries before deinstall (you should also read
/usr/ports/UPDATING, check the output of pkg_libchk from
sysutils/bsdadminscripts sometimes, and clean the dust in
/usr/local/lib/compat/pkg/)

Now I only need to find a way to ignore the errors when creating a
backup package if there was a plist problem, and it will be really
fine. portmaster tells you what it will do before doing it, and it
will also show you all the config dialogs before the upgrade and not
during it, unlike portupgrade.

Cheers

-- 
Olivier Smedts                                                 _
                                        ASCII ribbon campaign ( )
e-mail: oliv...@gid0.org        - against HTML email  vCards  X
www: http://www.gid0.org    - against proprietary attachments / \

  Il y a seulement 10 sortes de gens dans le monde :
  ceux qui comprennent le binaire,
  et ceux qui ne le comprennent pas.
___
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: portupgrade - portmaster Rosetta Stone?

2012-02-27 Thread Olivier Smedts
2012/2/27 Doug Barton do...@freebsd.org:
 On 02/27/2012 02:18, Olivier Smedts wrote:
 Now I only need to find a way to ignore the errors when creating a
 backup package if there was a plist problem

 That's in the man page. :)

Sorry, but I really don't find it... I don't want to prevent the
backup packages' creation (-B), I just want to reply ignore when the
backup package is created and, for example, a file in plist is missing
in the filesystem. In this case, ignore continues with backup
package creation.
Maybe that's a pkg_create(1) option, but in that case I don't know how
to pass options from portmaster to pkg_create either.

Any hint ? :-)

Thanks

-- 
Olivier Smedts                                                 _
                                        ASCII ribbon campaign ( )
e-mail: oliv...@gid0.org        - against HTML email  vCards  X
www: http://www.gid0.org    - against proprietary attachments / \

  Il y a seulement 10 sortes de gens dans le monde :
  ceux qui comprennent le binaire,
  et ceux qui ne le comprennent pas.
___
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: portupgrade - portmaster Rosetta Stone?

2012-02-27 Thread Olivier Smedts
2012/2/27 Doug Barton do...@freebsd.org:
 On 2/27/2012 9:33 AM, Eitan Adler wrote:
 from portmaster.rc

 FYI, I specifically avoid *giving* people these kinds of answers because
 I want them to  wait for it ...

 read
 the
 man
 page.


 :)

What about a command line flag to ignore errors during backup package
creation ? Rationale : to have a non-interrupted upgrade process
(that's why I always use -d) without using obscure environment
variables or going through the process of creating a config file. No
pun intended.

Do you want me to... submit a patch ?

-- 
Olivier Smedts                                                 _
                                        ASCII ribbon campaign ( )
e-mail: oliv...@gid0.org        - against HTML email  vCards  X
www: http://www.gid0.org    - against proprietary attachments / \

  Il y a seulement 10 sortes de gens dans le monde :
  ceux qui comprennent le binaire,
  et ceux qui ne le comprennent pas.
___
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: portupgrade - portmaster Rosetta Stone?

2012-02-27 Thread Olivier Smedts
2012/2/27 Doug Barton do...@freebsd.org:
 On 2/27/2012 11:53 AM, Olivier Smedts wrote:
 What about a command line flag to ignore errors during backup package
 creation?

 What about ... no. :)

Don't get me wrong, portmaster is a great tool, reliable, and I'm
using it nearly daily.

But why not, if there's a reason ? potential foot shooting ?

-- 
Olivier Smedts                                                 _
                                        ASCII ribbon campaign ( )
e-mail: oliv...@gid0.org        - against HTML email  vCards  X
www: http://www.gid0.org    - against proprietary attachments / \

  Il y a seulement 10 sortes de gens dans le monde :
  ceux qui comprennent le binaire,
  et ceux qui ne le comprennent pas.
___
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: www/firefox and mail/thunderbird localization

2012-02-21 Thread Olivier Smedts
2012/2/20 Oliver Heesakkers free...@heesakkers.info:
 Op ma 20 feb 2012 17:50:17 schreef Olivier Smedts:
 Hello,


 Since Firefox 10.0 I don't have localized menus anymore.
 (...)
 Any advice ?

 http://lists.freebsd.org/pipermail/freebsd-ports/2012-February/072850.html

First, hello. Then, I already saw that, but what's the point of
installing a global extension (the localization) if each user has to
install the *distfile* xpi (read: not an xpi installed by the
firefox-i18n port in /usr/local/lib/xpi/, but the xpi fetched by the
port in /usr/ports/distfiles/) in his Firefox profile ?

To resume, the www/firefox-i18n port does not work any more, at least
for the fr-FR locale, at least on two different computers I own, and
at least one some other computers owned by others individuals who seem
to be using other locales. While it's broken, a workaround is to
manually install the french localization from the mozilla website. But
what can be done to repair the port or help debug this ?

Cheers

-- 
Olivier Smedts                                                 _
                                        ASCII ribbon campaign ( )
e-mail: oliv...@gid0.org        - against HTML email  vCards  X
www: http://www.gid0.org    - against proprietary attachments / \

  Il y a seulement 10 sortes de gens dans le monde :
  ceux qui comprennent le binaire,
  et ceux qui ne le comprennent pas.
___
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


www/firefox and mail/thunderbird localization

2012-02-20 Thread Olivier Smedts
Hello,

Has anything changed recently regarding Firefox and Thunderbird
localization / global extensions ?

Since Firefox 10.0 I don't have localized menus anymore.
% ls /var/db/pkg/ | grep firefox
firefox-10.0.1,1
firefox-i18n-10.0.1
% grep 'WITH_' /var/db/ports/firefox-i18n/options
WITH_LANG_FR=true
% grep 'general.useragent.locale' ~/.mozilla/firefox/*.default/prefs.js
user_pref(general.useragent.locale, fr-FR);

But Firefox still has english menus. It has been working since Firefox
3 through Firefox 9, and the localization stopped working with Firefox
10.0. It did not come back with Firefox 10.0.1. The same thing applies
for Thunderbird 10. I also tried with the switcher extension, no luck.
Tried with a new profile, with different values (like fr only) for
general.useragent.locale, with 'firefox -UILocale fr-FR' or 'firefox
-UILocale fr'... nothing made it. I found no xpi, they seem to be
extracted.

% find /usr/local/ -name \*.xpi | wc -l
   0
% ll /usr/local/lib/xpi/
total 1
drwxr-xr-x   3 root  wheel   5 14 fév 12:37 langpack...@firefox.mozilla.org
drwxr-xr-x   3 root  wheel   5 14 fév 12:38 langpack...@thunderbird.mozilla.org
drwxr-xr-x   7 root  wheel  11 14 fév 12:17 lightn...@thunderbird.mozilla.org
drwxr-xr-x  12 root  wheel  12 14 fév 12:38 symlinks

Any advice ?

Thanks

-- 
Olivier Smedts                                                 _
                                        ASCII ribbon campaign ( )
e-mail: oliv...@gid0.org        - against HTML email  vCards  X
www: http://www.gid0.org    - against proprietary attachments / \

  Il y a seulement 10 sortes de gens dans le monde :
  ceux qui comprennent le binaire,
  et ceux qui ne le comprennent pas.
___
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: recent portrevision bump for libvpx

2012-02-17 Thread Olivier Smedts
2012/2/17 Doug Barton do...@freebsd.org:
 On 02/17/2012 02:14, Andriy Gapon wrote:
 Speaking about FreeBSD ports' current way of recording dependencies and
 overzealous portrevision bumping.

 We're way to aggressive about recording grandchild dependencies.
 Repeated calls for this to be addressed have been ignored.

 Meanwhile you can put EXPLICIT_PACKAGE_DEPENDS= true in make.conf which
 helps quite a bit for keeping your local /var/db/pkg tidy.

For me (526 ports installed, KDE4 and a long time
EXPLICIT_PACKAGE_DEPENDS user), I only had to portmaster libvpx and
ffmpeg.
# cat /var/db/pkg/libvpx-1.0.0/+REQUIRED_BY
ffmpeg-0.7.11_3,1

pkg_libchk reports nothing else needing libvpx...

-- 
Olivier Smedts                                                 _
                                        ASCII ribbon campaign ( )
e-mail: oliv...@gid0.org        - against HTML email  vCards  X
www: http://www.gid0.org    - against proprietary attachments / \

  Il y a seulement 10 sortes de gens dans le monde :
  ceux qui comprennent le binaire,
  et ceux qui ne le comprennent pas.
___
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: recent portrevision bump for libvpx

2012-02-17 Thread Olivier Smedts
2012/2/17 Andriy Gapon a...@freebsd.org:
 on 17/02/2012 13:04 Olivier Smedts said the following:
 2012/2/17 Doug Barton do...@freebsd.org:
 On 02/17/2012 02:14, Andriy Gapon wrote:
 Speaking about FreeBSD ports' current way of recording dependencies and
 overzealous portrevision bumping.

 We're way to aggressive about recording grandchild dependencies.
 Repeated calls for this to be addressed have been ignored.

 Meanwhile you can put EXPLICIT_PACKAGE_DEPENDS= true in make.conf which
 helps quite a bit for keeping your local /var/db/pkg tidy.

 For me (526 ports installed, KDE4 and a long time
 EXPLICIT_PACKAGE_DEPENDS user), I only had to portmaster libvpx and
 ffmpeg.

 I assume you report what you had to do before all the revisions were bumped?

I report what I had to do to have a working system, with working
software and an up-to-date libvpx. I didn't update all the ports that
were bumped (54 for me, and they're all quite big, mostly
kde-related). But now I can't portmaster -a if I don't want to clog
my computer for hours... and all those bumps are useless in my case,
pkg_libchk confirms that nothing on my system was using libvpx except
ffmpeg.

 # cat /var/db/pkg/libvpx-1.0.0/+REQUIRED_BY
 ffmpeg-0.7.11_3,1

 pkg_libchk reports nothing else needing libvpx...



-- 
Olivier Smedts                                                 _
                                        ASCII ribbon campaign ( )
e-mail: oliv...@gid0.org        - against HTML email  vCards  X
www: http://www.gid0.org    - against proprietary attachments / \

  Il y a seulement 10 sortes de gens dans le monde :
  ceux qui comprennent le binaire,
  et ceux qui ne le comprennent pas.
___
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: so, FreeBSD on VMware is dead, right?

2012-01-23 Thread Olivier Smedts
2012/1/22 Vinny Abello vi...@abellohome.net:
 FWIW, I have around a dozen FreeBSD machines in production under VMWare
 ESXi for network telemetry and caching name servers.

Would be interested in running some on ESXi at work if driver support
is quite good.


-- 
Olivier Smedts                                                 _
                                        ASCII ribbon campaign ( )
e-mail: oliv...@gid0.org        - against HTML email  vCards  X
www: http://www.gid0.org    - against proprietary attachments / \

  Il y a seulement 10 sortes de gens dans le monde :
  ceux qui comprennent le binaire,
  et ceux qui ne le comprennent pas.
___
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: xcb-util

2012-01-16 Thread Olivier Smedts
2012/1/16 ajtiM lum...@gmail.com:
 FreeBSD 9.0 is out, many people updated, new installation...KDE 4.7.4 is
 coming in the ports (I hope no) and now all this reinstallation for xcb-util.
 Is it not possible to synchronized a little with the other ports?

 I need to reinstall about 300 ports (KDE, Firefox, libxul, GIMP...).
 It is to much...

Du you use portmaster, or portupgrade ?

For me, also KDE and firefox user (~400 ports installed), portmaster
only wants to upgrade few ports...
Before the xcb-util update, during the ports tree freeze, my installed
ports were nearly up-to-date.

# portsnap fetch update
# portmaster -R -r xcb-util-0
=== The following actions will be taken if you choose to proceed:
Upgrade xcb-util-0.3.6,1 to xcb-util-0.3.8,1
Install devel/gmake
Install devel/gperf
Install devel/libtool
Upgrade cairo-1.10.2_2,1 to cairo-1.10.2_3,1
Upgrade glib-2.28.8_2 to glib-2.28.8_3
Upgrade pcre-8.21 to pcre-8.21_1
Install x11/xcb-util-renderutil

The only direct dependency on xcb-util is set by cairo. Please note I
use EXPLICIT_PACKAGE_DEPENDS=yes in my /etc/make.conf, that could
explain the difference ?

After the upgrade, KDE and firefox still work fine.


-- 
Olivier Smedts                                                 _
                                        ASCII ribbon campaign ( )
e-mail: oliv...@gid0.org        - against HTML email  vCards  X
www: http://www.gid0.org    - against proprietary attachments / \

  Il y a seulement 10 sortes de gens dans le monde :
  ceux qui comprennent le binaire,
  et ceux qui ne le comprennent pas.
___
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: Linux compatibility with more than one Linux installed?

2011-11-30 Thread Olivier Smedts
2011/11/29 Alexander Leidinger alexan...@leidinger.net:
 Hi,

 you can install the gentoo linux-dist in parallel to the default linux-base. 
 Gentoo will be in /usr/local, not in /compat/linux. As such you have to 
 manually start programs there via chroot. This means you do not have access 
 to you FreeBSD files like normally, except you do null-mounts into the gentoo 
 area. It also means your experience will not be as integrated as with the 
 defaut linux-base (the linux-base port does some effort to integrate FreeBSD 
 config files and installed resources like fonts).

 Just switching between them, like changing a symlink, is theoretically 
 possible, but the gentoo linux-dist port is not designed for this kind of 
 integration. It's a linux-dist port, not a linux-base port.

You can also use sysutils/debootstrap to install Debian somewhere. I
use it with ZFS snapshots and clones and I'm really happy with it. To
install Linux packages I just chroot and apt-get. It's a less
straight-forward setup than with linux-base ports, but if you know
both FreeBSD and Debian that's maybe the way to go :)

 Bye,
 Alexander.

 --
 Send via an Android device, please forgive brevity and typographic and 
 spelling errors. Thomas Mueller mueller6...@bellsouth.net hat geschrieben:I 
 noticed on http://www.freshports.org/commits.php an update to the Gentoo 
 Linux distribution.

 I know there are other Linux compatibility ports in the emulators category.

 Is it possible to install more than one Linux compatibility package or actual 
 Linux installation and switch from one to the other?

 I might want to install a Linux compatibility package and still be able to 
 run Linux software through an actual Linux installation, separate from the 
 FreeBSD Linux compatibility package.

 Or possibly be able to compare one Linux compatibility package to another.

 Tom

 ___
 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-ports@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-ports
 To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org



-- 
Olivier Smedts                                                 _
                                        ASCII ribbon campaign ( )
e-mail: oliv...@gid0.org        - against HTML email  vCards  X
www: http://www.gid0.org    - against proprietary attachments / \

  Il y a seulement 10 sortes de gens dans le monde :
  ceux qui comprennent le binaire,
  et ceux qui ne le comprennent pas.
___
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: Can't compile kde4 and kdelibs4 with an uptodate amd64 Releng machine. (

2011-11-23 Thread Olivier Smedts
2011/11/23 Conrad J. Sabatier conr...@cox.net:
 Strange, it seems to just work on my machine (note the -march and
 -mtune settings):

 $ /usr/bin/gcc -### -march=native hello.c
 Using built-in specs.
 Target: amd64-undermydesk-freebsd
 Configured with: FreeBSD/amd64 system compiler
 Thread model: posix
 gcc version 4.2.1 20070831 patched [FreeBSD]
  /usr/libexec/cc1 -quiet -D_LONGLONG hello.c -march=k8
 -mtune=k8 -quiet -dumpbase hello.c -auxbase hello -o
 /tmp/ccAXYamu.s /usr/bin/as -Qy -o /tmp/ccIpMJgw.o
 /tmp/ccAXYamu.s /usr/bin/ld --eh-frame-hdr -dynamic-linker
 /libexec/ld-elf.so.1 /usr/lib/crt1.o /usr/lib/crti.o
 /usr/lib/crtbegin.o -L/usr/lib -L/usr/lib /tmp/ccIpMJgw.o
 -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc
 --as-needed -lgcc_s --no-as-needed /usr/lib/crtend.o
 /usr/lib/crtn.o

You're right, the problem I'm experiencing (out of this thread) seems
specific to our gcc and core2 CPUs.

 I've never seen any problems with this in src or ports makes, either.
 I do seem to recall having a look at bsd.cpu.mk a long, long time ago,
 and it appeared to me that it simply passed any unrecognized CPUTYPE
 through unchanged, which my experience does seem to bear out.

Yes, you'll end with a -march=native, but you won't benefit from the
MACHINE_CPU = k8 3dnow sse3 or MACHINE_CPU = k8 3dnow set by
bsd.cpu.mk. Note that I don't know exactly where MACHINE_CPU is useful
and what it does... I'll maybe check to see if two world binaries end
up being exactly the same with your CPUTYPE and with my
CPUTYPE+CFLAGS+NO_CPU_CFLAGS.

Cheers

-- 
Olivier Smedts                                                 _
                                        ASCII ribbon campaign ( )
e-mail: oliv...@gid0.org        - against HTML email  vCards  X
www: http://www.gid0.org    - against proprietary attachments / \

  Il y a seulement 10 sortes de gens dans le monde :
  ceux qui comprennent le binaire,
  et ceux qui ne le comprennent pas.
___
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: linphone-base conflicts with ortp and fails to install, it also fails to build: error: expected specifier-qualifier-list before 'UInt96'

2011-11-21 Thread Olivier Smedts
2011/11/20 Yuri y...@rawbw.com:
 Hi,


 When I do portupgrade, I get this message (kdenetwork fails to update due to
 this):

 ===  linphone-base-3.2.1_1,1 conflicts with installed package(s): ^M
      ortp-0.13.0_1^M

Hello,

Please look at ports/UPDATING (20111016).

 ^M
      They install files into the same place.^M
      You may want to stop build with Ctrl + C.^M
 ===  Vulnerability check disabled, database not found^M
 ===  License check disabled, port has not defined LICENSE^M
 ^M
 ===  linphone-base-3.2.1_1,1 conflicts with installed package(s): ^M
      ortp-0.13.0_1^M
 ^M
      They will not build together.^M
      Please remove them first with pkg_delete(1).^M


 When I follow instruction in UPDATING and run this command 'portmaster -o
 net/linphone-base ortp', I get this messages:
 In file included from ../include/mediastreamer2/msrtp.h:25,
                 from msrtp.c:20:
 ../include/mediastreamer2/ice.h:60: error: expected specifier-qualifier-list
 before 'UInt96'
 msrtp.c: In function 'receiver_process':
 msrtp.c:333: warning: implicit declaration of function 'rtp_get_payload'
 gmake[5]: *** [msrtp.lo] Error 1
 gmake[5]: Leaving directory
 `/usr/ports/net/linphone-base/work/linphone-3.2.1/mediastreamer2/src'
 gmake[4]: *** [all] Error 2
 gmake[4]: Leaving directory
 `/usr/ports/net/linphone-base/work/linphone-3.2.1/mediastreamer2/src'
 gmake[3]: *** [all-recursive] Error 1
 gmake[3]: Leaving directory
 `/usr/ports/net/linphone-base/work/linphone-3.2.1/mediastreamer2'
 gmake[2]: *** [all] Error 2
 gmake[2]: Leaving directory
 `/usr/ports/net/linphone-base/work/linphone-3.2.1/mediastreamer2'
 gmake[1]: *** [all-recursive] Error 1
 gmake[1]: Leaving directory
 `/usr/ports/net/linphone-base/work/linphone-3.2.1'
 gmake: *** [all] Error 2
 *** Error code 1

 Stop in /usr/ports/net/linphone-base.

 === make failed for net/linphone-base
 === Aborting update

 I am not sure why linphone-base build fails.
 But it looks like linphone-base contains some version of ortp. And this
 creates a problem of the conflict: They install files into the same place.
 Sylvio, should you consider renaming conflicting files stemming from ortp
 copy into some other name to remove such conflict?

 Yuri

 ___
 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




-- 
Olivier Smedts                                                 _
                                        ASCII ribbon campaign ( )
e-mail: oliv...@gid0.org        - against HTML email  vCards  X
www: http://www.gid0.org    - against proprietary attachments / \

  Il y a seulement 10 sortes de gens dans le monde :
  ceux qui comprennent le binaire,
  et ceux qui ne le comprennent pas.
___
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: Can't compile kde4 and kdelibs4 with an uptodate amd64 Releng machine. (

2011-11-21 Thread Olivier Smedts
=fr_FR.ISO8859-15
LC_CTYPE=fr_FR.ISO8859-15
LC_COLLATE=fr_FR.ISO8859-15
LC_TIME=fr_FR.ISO8859-15
LC_NUMERIC=fr_FR.ISO8859-15
LC_MONETARY=fr_FR.ISO8859-15
LC_MESSAGES=fr_FR.ISO8859-15
LC_ALL=

-- 
Olivier Smedts                                                 _
                                        ASCII ribbon campaign ( )
e-mail: oliv...@gid0.org        - against HTML email  vCards  X
www: http://www.gid0.org    - against proprietary attachments / \

  Il y a seulement 10 sortes de gens dans le monde :
  ceux qui comprennent le binaire,
  et ceux qui ne le comprennent pas.
___
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: linphone-base conflicts with ortp and fails to install, it also fails to build: error: expected specifier-qualifier-list before 'UInt96'

2011-11-21 Thread Olivier Smedts
2011/11/21 Yuri y...@rawbw.com:
 On 11/21/2011 01:43, Olivier Smedts wrote:

 Hello,

 Please look at ports/UPDATING (20111016).

 I did that, and wrote about this in my message (see below), but command
 'portmaster -o net/linphone-base ortp' fails.

Oops, sorry, I replied too fast ;-)

I had the same caveat during kde install and pkg_deleted ortp so I did
not have a problem with portmaster. Maybe you can pkg_delete -f
ortp-\* before upgrading kde with portmaster ?



   When I follow instruction in UPDATING and run this command 'portmaster
  -o
   net/linphone-base ortp', I get this messages:
   In file included from ../include/mediastreamer2/msrtp.h:25,
                    from msrtp.c:20:
   ../include/mediastreamer2/ice.h:60: error: expected
  specifier-qualifier-list
   before 'UInt96'

 Yuri




-- 
Olivier Smedts                                                 _
                                        ASCII ribbon campaign ( )
e-mail: oliv...@gid0.org        - against HTML email  vCards  X
www: http://www.gid0.org    - against proprietary attachments / \

  Il y a seulement 10 sortes de gens dans le monde :
  ceux qui comprennent le binaire,
  et ceux qui ne le comprennent pas.
___
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: Can't compile kde4 and kdelibs4 with an uptodate amd64 Releng machine. (

2011-11-21 Thread Olivier Smedts
2011/11/21 Conrad J. Sabatier conr...@cox.net:
 On Mon, 21 Nov 2011 17:27:42 +0100
 Olivier Smedts oliv...@gid0.org wrote:

 2011/11/21 Conrad J. Sabatier conr...@cox.net:
  On Mon, 21 Nov 2011 07:42:43 -0600
  eculp ec...@encontacto.net wrote:
 
  I have tried building both from the different ports and even more
  using portmaster and all stop ate similar locations in kdelabs4.
  Maybe there is something that I should or could build first.
 
  errors follow:
 
  kdelibs stops here:
 
  Generating kurlnavigator.moc
  Generating moc_kdiroperatordetailview_p.cpp
  [  1%] Built target kfile_automoc
  Scanning dependencies of target kdeinit_kconf_update_automoc
  Scanning dependencies of target docbookl10nhelper_automoc
  [  1%] Built target kdeinit_kconf_update_automoc
  [  1%] Built target docbookl10nhelper_automoc
  Scanning dependencies of target genshortcutents_automoc
  Scanning dependencies of target kio_ghelp_automoc
  [  1%] Built target genshortcutents_automoc
  [  1%] Built target kio_ghelp_automoc
  Scanning dependencies of target kio_help_automoc
  Scanning dependencies of target meinproc4_automoc
  [  1%] Built target kio_help_automoc
  [  1%] Built target meinproc4_automoc
  Scanning dependencies of target meinproc4_simple_automoc
  Scanning dependencies of target kio_file_automoc
  [  1%] Built target meinproc4_simple_automoc

 I've got this behavior on the 2 desktop machines I use.

  kdepimlibs4 stops here:
 
  Scanning dependencies of target kimg_pcx_automoc
  Scanning dependencies of target kimg_pic_automoc
  [  1%] Built target kimg_pcx_automoc
  [  1%] Built target kimg_pic_automoc
  Scanning dependencies of target kimg_psd_automoc
  Scanning dependencies of target kimg_ras_automoc
  [  1%] Built target kimg_psd_automoc
  [  1%] Built target kimg_ras_automoc
  Scanning dependencies of target kimg_rgb_automoc
  Scanning dependencies of target kimg_tga_automoc
  [  1%] Built target kimg_rgb_automoc
  [  1%] Built target kimg_tga_automoc
  Scanning dependencies of target kimg_xcf_automoc
  Scanning dependencies of target kimg_xview_automoc
  [  1%] Built target kimg_xview_automoc
  [  1%] Built target kimg_xcf_automoc
  Scanning dependencies of target kdnssd_automoc
  Scanning dependencies of target krosscore_automoc
  Generating interpreter.moc
  Generating script.moc
  Generating action.moc
  Generating actioncollection.moc
  Generating manager.moc
  [  1%] Built target krosscore_automoc
 
  So where are the errors?  There are none in the output you posted.

 I think there's no error (if it's the same problem as mine).

 For me, the build process seems to stop/freeze randomly, most often
 after Built target XXX. It affects only KDE ports, no other
 qt4-qmake or cmake consumer. No CPU usage. No disk usage. No excessive
 or changing memory usage... I didn't report it earlier because I don't
 know how to debug this, and it did not seem to affect other users
 (until now).

 OK, I didn't get that point from the original poster.  I was looking to
 see some actual error output.

 Here is the workaround I painfully used on my 2 desktop machines :

 # cd /usr/ports/x11/kde4
 # make
 wait for a freeze...
 ^C
 # make
 wait for a freeze...
 ^C
 # make
 ...
 I maybe had to restart the build one or two hundred times to have a
 fully installed KDE4.

 Wow, painful is an understatement here, to say the least.  :-)

 Have you tried using truss or ktrace to see what's going on when these
 freezes occur?

 You'll want to be sure to enable tracing descendents of the original
 make process as well.  Ports makes, as you no doubt are aware, spawn
 numerous processes along the way.

 truss -f make
 (or)
 ktrace -i make

 See the man pages for other options you may want to use as well.

 ktrace, in particular, will produce *copious* output.  You'll probably
 want to just do a tail on the generated ktrace.out file:

 kdump | tail -some number of lines | more

 I've got this behavior since KDE 4.7.X (4.7.2 and 4.7.3), I had no
 problems building KDE 4.6.X.

 I even tried deleting all ports, cleaning /usr/local, tried again. No
 change. Tried compiling all ports with gcc instead of clang, no
 change. Forced make jobs UNSAFE, no change.

 I use FreeBSD 9.0 amd64, system built with clang (are you ?).

 No, I only use the default system gcc:

 # gcc -v
 Using built-in specs.
 Target: amd64-undermydesk-freebsd
 Configured with: FreeBSD/amd64 system compiler
 Thread model: posix
 gcc version 4.2.1 20070831 patched [FreeBSD]

 %cat /etc/make.conf
 SVN_UPDATE=yes
 SVN=/usr/local/bin/svn
 CPUTYPE?=core2

 I've been using the (undocumented, at least in /etc/make.conf)
 CPUTYPE?=native with no problems for quite some time now.  Let gcc
 detect the processor type and generate the appropriate code.
 Eliminates any guesswork in trying to select the correct setting for
 CPUTYPE.

CPUTYPE=native is not recognized by /usr/share/mk/bsd.cpu.mk (that's
the real purpose of CPUTYPE, it does not only change the -march
compiler setting

Re: Can't compile kde4 and kdelibs4 with an uptodate amd64 Releng machine. (

2011-11-21 Thread Olivier Smedts
2011/11/21 Tilman Keskinöz ar...@freebsd.org:
 There has been a thread on the cvs-ports Mailinglist about this with the
 subject cvs commit: ports/Mk bsd.cmake.mk

 and there is a bugreport
 https://bugs.kde.org/show_bug.cgi?id=276461

Wow, good catch.

Thanks !

 * Conrad J. Sabatier [2011-16-21 23:16]:
 On Mon, 21 Nov 2011 17:27:42 +0100
 Olivier Smedts oliv...@gid0.org wrote:

 2011/11/21 Conrad J. Sabatier conr...@cox.net:
 On Mon, 21 Nov 2011 07:42:43 -0600
 eculp ec...@encontacto.net wrote:

 I have tried building both from the different ports and even more
 using portmaster and all stop ate similar locations in kdelabs4.
 Maybe there is something that I should or could build first.

 errors follow:

 kdelibs stops here:


 [  1%] Built target krosscore_automoc

 So where are the errors?  There are none in the output you posted.

 I think there's no error (if it's the same problem as mine).

 For me, the build process seems to stop/freeze randomly, most often
 after Built target XXX. It affects only KDE ports, no other
 qt4-qmake or cmake consumer. No CPU usage. No disk usage. No excessive
 or changing memory usage... I didn't report it earlier because I don't
 know how to debug this, and it did not seem to affect other users
 (until now).

 OK, I didn't get that point from the original poster.  I was looking to
 see some actual error output.

 Here is the workaround I painfully used on my 2 desktop machines :

 # cd /usr/ports/x11/kde4
 # make
 wait for a freeze...
 ^C
 # make
 wait for a freeze...
 ^C
 # make
 ...
 I maybe had to restart the build one or two hundred times to have a
 fully installed KDE4.

 Wow, painful is an understatement here, to say the least.  :-)

 Have you tried using truss or ktrace to see what's going on when these
 freezes occur?

 You'll want to be sure to enable tracing descendents of the original
 make process as well.  Ports makes, as you no doubt are aware, spawn
 numerous processes along the way.

 truss -f make
 (or)
 ktrace -i make

 See the man pages for other options you may want to use as well.

 ktrace, in particular, will produce *copious* output.  You'll probably
 want to just do a tail on the generated ktrace.out file:

 kdump | tail -some number of lines | more

 I've got this behavior since KDE 4.7.X (4.7.2 and 4.7.3), I had no
 problems building KDE 4.6.X.

 I even tried deleting all ports, cleaning /usr/local, tried again. No
 change. Tried compiling all ports with gcc instead of clang, no
 change. Forced make jobs UNSAFE, no change.

 I use FreeBSD 9.0 amd64, system built with clang (are you ?).

 No, I only use the default system gcc:

 # gcc -v
 Using built-in specs.
 Target: amd64-undermydesk-freebsd
 Configured with: FreeBSD/amd64 system compiler
 Thread model: posix
 gcc version 4.2.1 20070831 patched [FreeBSD]

 %cat /etc/make.conf
 SVN_UPDATE=yes
 SVN=/usr/local/bin/svn
 CPUTYPE?=core2

 I've been using the (undocumented, at least in /etc/make.conf)
 CPUTYPE?=native with no problems for quite some time now.  Let gcc
 detect the processor type and generate the appropriate code.
 Eliminates any guesswork in trying to select the correct setting for
 CPUTYPE.

 KERNCONF=CORE
 CFLAGS=-O2 -pipe -march=core2 -fomit-frame-pointer

 There's no need to add -march= to CFLAGS, if you're setting CPUTYPE
 (that's what CPUTYPE is for).

 NO_CPU_CFLAGS=yes

 Why are you setting CPUTYPE, and then telling make not to use it?  And
 then, setting the CPU type anyway in your CFLAGS?  :-)

 COPTFLAGS=-O2 -pipe -march=corei7 -fomit-frame-pointer
 NO_CPU_COPTFLAGS=yes

 Again, same question as above.

 Even more pointedly, why core2 in CFLAGS and corei7 (what is that?) in
 COPTFLAGS?

 BOOTWAIT=0
 WITHOUT_PROFILE=yes

 Yes, WITHOUT_PROFILE=yes is the most sensible choice for most users.
 Should be enabled by default, IMHO.

 .if !${.CURDIR:M/usr/ports/deskutils/kdepimlibs4*} 
 !${.CURDIR:M/usr/ports/devel/icu*} 
 !${.CURDIR:M/usr/ports/editors/kate*} 
 !${.CURDIR:M/usr/ports/games/kdegames4*} 
 !${.CURDIR:M/usr/ports/graphics/libwpg*} 
 !${.CURDIR:M/usr/ports/graphics/netpbm*} 
 !${.CURDIR:M/usr/ports/graphics/vigra*} 
 !${.CURDIR:M/usr/ports/multimedia/kdemultimedia4*} 
 !${.CURDIR:M/usr/ports/net/hupnp*} 
 !${.CURDIR:M/usr/ports/net/kdenetwork4*} 
 !${.CURDIR:M/usr/ports/textproc/libwpd*} 
 !${.CURDIR:M/usr/ports/textproc/libwps*} 
 !${.CURDIR:M/usr/ports/www/firefox*} 
 !${.CURDIR:M/usr/ports/www/libxul*} 
 !${.CURDIR:M/usr/ports/www/qt4-webkit*} 
 !${.CURDIR:M/usr/ports/x11/kde4-baseapps*} 
 !${.CURDIR:M/usr/ports/x11/kde4-runtime*} 
 !${.CURDIR:M/usr/ports/x11/kde4-workspace*} 
 !${.CURDIR:M/usr/ports/x11/kdelibs4*}
 .if !defined(CC) || ${CC} == cc
 CC=clang
 .endif
 .if !defined(CXX) || ${CXX} == c++
 CXX=clang++
 .endif
 .if !defined(CPP) || ${CPP} == cpp
 CPP=clang -E
 .endif

 Hmmm.  Could it be that your problem is related to your selective use
 of clang instead of gcc for certain ports (combined with using clang
 for the base system/kernel)?

 NO_WERROR

Re: Can't compile kde4 and kdelibs4 with an uptodate amd64 Releng machine. (

2011-11-21 Thread Olivier Smedts
2011/11/21 Tilman Keskinöz ar...@freebsd.org:
 There has been a thread on the cvs-ports Mailinglist about this with the
 subject cvs commit: ports/Mk bsd.cmake.mk

 and there is a bugreport
 https://bugs.kde.org/show_bug.cgi?id=276461

The good news is that our CMake 2.8.6 should already have the
integrated automoc functionality.

So, is there a patch I can try to replace automoc with the equivalent
functionality in cmake for our ports tree ?




 * Conrad J. Sabatier [2011-16-21 23:16]:
 On Mon, 21 Nov 2011 17:27:42 +0100
 Olivier Smedts oliv...@gid0.org wrote:

 2011/11/21 Conrad J. Sabatier conr...@cox.net:
 On Mon, 21 Nov 2011 07:42:43 -0600
 eculp ec...@encontacto.net wrote:

 I have tried building both from the different ports and even more
 using portmaster and all stop ate similar locations in kdelabs4.
 Maybe there is something that I should or could build first.

 errors follow:

 kdelibs stops here:


 [  1%] Built target krosscore_automoc

 So where are the errors?  There are none in the output you posted.

 I think there's no error (if it's the same problem as mine).

 For me, the build process seems to stop/freeze randomly, most often
 after Built target XXX. It affects only KDE ports, no other
 qt4-qmake or cmake consumer. No CPU usage. No disk usage. No excessive
 or changing memory usage... I didn't report it earlier because I don't
 know how to debug this, and it did not seem to affect other users
 (until now).

 OK, I didn't get that point from the original poster.  I was looking to
 see some actual error output.

 Here is the workaround I painfully used on my 2 desktop machines :

 # cd /usr/ports/x11/kde4
 # make
 wait for a freeze...
 ^C
 # make
 wait for a freeze...
 ^C
 # make
 ...
 I maybe had to restart the build one or two hundred times to have a
 fully installed KDE4.

 Wow, painful is an understatement here, to say the least.  :-)

 Have you tried using truss or ktrace to see what's going on when these
 freezes occur?

 You'll want to be sure to enable tracing descendents of the original
 make process as well.  Ports makes, as you no doubt are aware, spawn
 numerous processes along the way.

 truss -f make
 (or)
 ktrace -i make

 See the man pages for other options you may want to use as well.

 ktrace, in particular, will produce *copious* output.  You'll probably
 want to just do a tail on the generated ktrace.out file:

 kdump | tail -some number of lines | more

 I've got this behavior since KDE 4.7.X (4.7.2 and 4.7.3), I had no
 problems building KDE 4.6.X.

 I even tried deleting all ports, cleaning /usr/local, tried again. No
 change. Tried compiling all ports with gcc instead of clang, no
 change. Forced make jobs UNSAFE, no change.

 I use FreeBSD 9.0 amd64, system built with clang (are you ?).

 No, I only use the default system gcc:

 # gcc -v
 Using built-in specs.
 Target: amd64-undermydesk-freebsd
 Configured with: FreeBSD/amd64 system compiler
 Thread model: posix
 gcc version 4.2.1 20070831 patched [FreeBSD]

 %cat /etc/make.conf
 SVN_UPDATE=yes
 SVN=/usr/local/bin/svn
 CPUTYPE?=core2

 I've been using the (undocumented, at least in /etc/make.conf)
 CPUTYPE?=native with no problems for quite some time now.  Let gcc
 detect the processor type and generate the appropriate code.
 Eliminates any guesswork in trying to select the correct setting for
 CPUTYPE.

 KERNCONF=CORE
 CFLAGS=-O2 -pipe -march=core2 -fomit-frame-pointer

 There's no need to add -march= to CFLAGS, if you're setting CPUTYPE
 (that's what CPUTYPE is for).

 NO_CPU_CFLAGS=yes

 Why are you setting CPUTYPE, and then telling make not to use it?  And
 then, setting the CPU type anyway in your CFLAGS?  :-)

 COPTFLAGS=-O2 -pipe -march=corei7 -fomit-frame-pointer
 NO_CPU_COPTFLAGS=yes

 Again, same question as above.

 Even more pointedly, why core2 in CFLAGS and corei7 (what is that?) in
 COPTFLAGS?

 BOOTWAIT=0
 WITHOUT_PROFILE=yes

 Yes, WITHOUT_PROFILE=yes is the most sensible choice for most users.
 Should be enabled by default, IMHO.

 .if !${.CURDIR:M/usr/ports/deskutils/kdepimlibs4*} 
 !${.CURDIR:M/usr/ports/devel/icu*} 
 !${.CURDIR:M/usr/ports/editors/kate*} 
 !${.CURDIR:M/usr/ports/games/kdegames4*} 
 !${.CURDIR:M/usr/ports/graphics/libwpg*} 
 !${.CURDIR:M/usr/ports/graphics/netpbm*} 
 !${.CURDIR:M/usr/ports/graphics/vigra*} 
 !${.CURDIR:M/usr/ports/multimedia/kdemultimedia4*} 
 !${.CURDIR:M/usr/ports/net/hupnp*} 
 !${.CURDIR:M/usr/ports/net/kdenetwork4*} 
 !${.CURDIR:M/usr/ports/textproc/libwpd*} 
 !${.CURDIR:M/usr/ports/textproc/libwps*} 
 !${.CURDIR:M/usr/ports/www/firefox*} 
 !${.CURDIR:M/usr/ports/www/libxul*} 
 !${.CURDIR:M/usr/ports/www/qt4-webkit*} 
 !${.CURDIR:M/usr/ports/x11/kde4-baseapps*} 
 !${.CURDIR:M/usr/ports/x11/kde4-runtime*} 
 !${.CURDIR:M/usr/ports/x11/kde4-workspace*} 
 !${.CURDIR:M/usr/ports/x11/kdelibs4*}
 .if !defined(CC) || ${CC} == cc
 CC=clang
 .endif
 .if !defined(CXX) || ${CXX} == c++
 CXX=clang++
 .endif
 .if !defined(CPP) || ${CPP} == cpp
 CPP=clang -E
 .endif

Re: Thank you (for making the ports less boring).

2011-09-12 Thread Olivier Smedts
2011/9/12 Michal Varga varga.mic...@gmail.com:
 Dear maintainer of databases/gdbm,

 Thank you for committing the latest update of gdbm with a (nowhere to be
 found mentioned in UPDATING) shared library bump, which again makes my
 very dull FreeBSD installation a little bit more fun to maintain, and
 especially - *use*

 After all, it's been now running for close to a week without almost any
 minor ports breakage, so I presume that alone warrants a quick fix to
 that whole very boring and uneventful situation, of course:

 $ mplayer
 /libexec/ld-elf.so.1: Shared object libgdbm.so.3 not found, required
 by libpulse.so.0

I don't want to participate in any flamewar or conversation about how
freebsd ports in general should work, and I'm sure you know what
you're doing, but as a quick note (for you or anyone), if you use
something like portmaster to update your ports, you can use the -w
switch to save the old libs in /usr/local/lib/compat/pkg/ in case of
bump. Really useful to not break your system.

Cheers

-- 
Olivier Smedts                                                 _
                                        ASCII ribbon campaign ( )
e-mail: oliv...@gid0.org        - against HTML email  vCards  X
www: http://www.gid0.org    - against proprietary attachments / \

  Il y a seulement 10 sortes de gens dans le monde :
  ceux qui comprennent le binaire,
  et ceux qui ne le comprennent pas.
___
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: files/dd7c394c9c9ddf4b97f1b14c676f370adc259b2c7a4b8346eba0788a431db398.gz not found -- snapshot corrupt.

2011-08-14 Thread Olivier Smedts
2011/8/14 Alexander Best arun...@freebsd.org:
 On Sun Aug 14 11, Niclas Zeising wrote:
 On 2011-08-13 12:08, Roland Smith wrote:
  On Sat, Aug 13, 2011 at 09:51:41AM +0200, Hartmann, O. wrote:
  On 08/13/11 09:26, Roland Smith wrote:
  On Sat, Aug 13, 2011 at 12:43:52AM +0200, Hartmann, O. wrote:
  On 08/12/11 22:54, Roland Smith wrote:
  On Fri, Aug 12, 2011 at 08:44:07PM +0200, Hartmann, O. wrote:
  files/dd7c394c9c9ddf4b97f1b14c676f370adc259b2c7a4b8346eba0788a431db398.gz
  Does this file actually exist if you extract the snapshot? And are the
  permissions et cetera OK?
 
  Roland
 
  No, it does not.
 
  What I did so far over night:
 
  I deleted /var/db/portsnap as well as /usr/ports/. Then I tried again.
  Again failure.
  After that it got the ports tree via CVS (make update in /usr/ports).
  Everything seems
  all right. I tried portsnap again. portsnap compalins about a
  non-portsnap-created /usr/ports
  and please me to use 'extract'. I do ... but then I run into the very
  same failure:
 
  (portsnap fetch extract:)
  /usr/ports/devel//
  /usr/ports/devel/ccdoc/
  /usr/ports/devel/ccrtp/
  /usr/ports/devel/cdash/
  files/dd7c394c9c9ddf4b97f1b14c676f370adc259b2c7a4b8346eba0788a431db398.gz 
  not
  found -- snapshot corrupt.
 
  I've been looking at the portsnap shellscript. This error message is 
  generated
  by the shell's built-in test command, specifically '[ -r'. It is looking 
  for a
  file that was extracted with tar. So the place to look for the bug is IMO
 
  1) the portsnap script itself (differences between 8.2 and 9?)
  2) the sh(1)'s built-in test command (ditto)
  3) tar (ditto)
 
  When you run 'portsnap fetch' it downloads a tgz archive and unpacks it 
  with
  tar(1). What you could try is to comment out the line 'rm 
  ${SNAPSHOTHASH}.tgz'
  in portsnap, and test if the tgz file extracts differently using an
  8.2-RELEASE tar and the 9-CURRENT tar.  If so, that would be a bug!
 
  Roland

 Just a me too!. It happens for me on a recently updated 9-current
 virtual machine, built with clang.

 same here:

 /usr/ports/databases/gigabase/
 /usr/ports/databases/godis/
 files/39644d98f9e9b9d9a362cbfc075a996683e8a611a4362d883247c9a2e2fa2658.gz not 
 found -- snapshot corrupt.

 running r224841 on amd64 built with base clang.

Aparently fixed with latest HEAD *kernel* :

# svn log -v -r224842

r224842 | rwatson | 2011-08-13 18:03:40 +0200 (sam 13 aoû 2011) | 10 lignes
Chemins modifiés :
   M /head/sys/kern/vfs_syscalls.c

When falloc() was broken into separate falloc_noinstall() and finstall(),
a bug was introduced in kern_openat() such that the error from the vnode
open operation was overwritten before it was passed as an argument to
dupfdopen().  This broke operations on /dev/{stdin,stdout,stderr}.  Fix
by preserving the original error number across finstall() so that it is
still available.

Approved by:re (kib)
Reported by:cognet



You won't be able to buildworld with the buggy kernel, but you can
buildkernel and reboot on the new kernel. No problems with portsnap
after that (don't know if you have to clean the old portsnap files, I
did it).

-- 
Olivier Smedts                                                 _
                                        ASCII ribbon campaign ( )
e-mail: oliv...@gid0.org        - against HTML email  vCards  X
www: http://www.gid0.org    - against proprietary attachments / \

  Il y a seulement 10 sortes de gens dans le monde :
  ceux qui comprennent le binaire,
  et ceux qui ne le comprennent pas.
___
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: files/dd7c394c9c9ddf4b97f1b14c676f370adc259b2c7a4b8346eba0788a431db398.gz not found -- snapshot corrupt.

2011-08-12 Thread Olivier Smedts
2011/8/12 Polytropon free...@edvax.de:
 On Fri, 12 Aug 2011 17:46:37 +0200, Hartmann, O. wrote:
 Since today, I can not update my ports tree due to this error as follows.
 This happens on all boxes running FreeBSD, the version of the OS (FBSD
 8.2/9.0) doesn't
 matter. What's up with the ports collection?

 You're using portsnap? What if you try to update per CVS?



 /usr/ports/devel/cdash/
 files/dd7c394c9c9ddf4b97f1b14c676f370adc259b2c7a4b8346eba0788a431db398.gz not
 found -- snapshot corrupt.

 I think this last message got a bit de-arranged by quoting.
 The file with the long name belongs to /usr/ports/devel/cdash/files/
 as it seems, but that doesn't exist (at least not on my
 local ports tree). A cdash port doesn't exist in the
 whole ports tree.

No, the file does not belong in /usr/ports/devel/cdash/files/. You
should read /var/db/portsnap/files/.


 --
 Polytropon
 Magdeburg, Germany
 Happy FreeBSD user since 4.0
 Andra moi ennepe, Mousa, ...

 ___
 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




-- 
Olivier Smedts                                                 _
                                        ASCII ribbon campaign ( )
e-mail: oliv...@gid0.org        - against HTML email  vCards  X
www: http://www.gid0.org    - against proprietary attachments / \

  Il y a seulement 10 sortes de gens dans le monde :
  ceux qui comprennent le binaire,
  et ceux qui ne le comprennent pas.
___
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: files/dd7c394c9c9ddf4b97f1b14c676f370adc259b2c7a4b8346eba0788a431db398.gz not found -- snapshot corrupt.

2011-08-12 Thread Olivier Smedts
2011/8/12 Roland Smith rsm...@xs4all.nl:
 On Fri, Aug 12, 2011 at 05:46:37PM +0200, Hartmann, O. wrote:
 Since today, I can not update my ports tree due to this error as follows.
 This happens on all boxes running FreeBSD, the version of the OS (FBSD
 8.2/9.0) doesn't
 matter. What's up with the ports collection?

 Probably nothing.

 files/dd7c394c9c9ddf4b97f1b14c676f370adc259b2c7a4b8346eba0788a431db398.gz not
 found -- snapshot corrupt.

 This looks like a portsnap error. Remove everything in /var/db/portsnap, and
 run 'portsnap fetch extract'.

Same error here and after removing all files in /var/db/portsnap/
except pub.ssl and serverlist*.

# portsnap fetch
Looking up portsnap.FreeBSD.org mirrors... 5 mirrors found.
Fetching snapshot tag from portsnap6.FreeBSD.org... done.
Fetching snapshot metadata... done.
Fetching snapshot generated at Fri Aug 12 02:12:43 CEST 2011:
2296564b5c42a1560759bece15b4c98074658e52fbed23100% of   63 MB  508 kBps 00m00s
Extracting snapshot... done.
Verifying snapshot integrity... done.
Fetching snapshot tag from portsnap6.FreeBSD.org... done.
Fetching snapshot metadata... done.
Updating from Fri Aug 12 02:12:43 CEST 2011 to Fri Aug 12 19:03:17 CEST 2011.
Fetching 3 metadata patches. done.
Applying metadata patches... done.
Fetching 1 metadata files... done.
Fetching 54 patches. done.
Applying patches... done.
Fetching 27 new ports or files... done.

# portsnap extract
[...]
/usr/ports/devel/ccache/
/usr/ports/devel//
/usr/ports/devel/ccdoc/
/usr/ports/devel/ccrtp/
/usr/ports/devel/cdash/
files/dd7c394c9c9ddf4b97f1b14c676f370adc259b2c7a4b8346eba0788a431db398.gz
not found -- snapshot corrupt.


 Roland
 --
 R.F.Smith                                   http://www.xs4all.nl/~rsmith/
 [plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated]
 pgp: 1A2B 477F 9970 BA3C 2914  B7CE 1277 EFB0 C321 A725 (KeyID: C321A725)




-- 
Olivier Smedts                                                 _
                                        ASCII ribbon campaign ( )
e-mail: oliv...@gid0.org        - against HTML email  vCards  X
www: http://www.gid0.org    - against proprietary attachments / \

  Il y a seulement 10 sortes de gens dans le monde :
  ceux qui comprennent le binaire,
  et ceux qui ne le comprennent pas.
___
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: Ubuntu One port

2011-08-11 Thread Olivier Smedts
2011/8/11 Anton gni...@gmail.com:
 On 12.08.2011 00:25, Koop Mast wrote:

 There isn't a libebook-1.2.9 in our evolution-data-server port only
 libebook-1.2.10. And why not use the USE_GNOME=evolutiondataserver
 switch to depend on it? More values are mentioned at line 81 of
 Mk/bsd.gnome.mk.



 ===  SECURITY REPORT:
        This port has installed the following binaries which execute with
        increased privileges.
 /usr/local/libexec/camel-lock-helper-1.2

        If there are vulnerabilities in these programs there may be a
 security
        risk to the system. FreeBSD makes no guarantee about the security
 of
        ports included in the Ports Collection. Please type 'make
 deinstall'
        to deinstall the port if this is a concern.
 ===    Returning to build of ubuntuone-client-1.7.0

The error is here, nothing related to the above messages :

 Error: shared library ebook-1.2.9 does not exist
 *** Error code 1


 What should I make that fix this error?

 --
 best regards,
 Anton

 ___
 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




-- 
Olivier Smedts                                                 _
                                        ASCII ribbon campaign ( )
e-mail: oliv...@gid0.org        - against HTML email  vCards  X
www: http://www.gid0.org    - against proprietary attachments / \

  Il y a seulement 10 sortes de gens dans le monde :
  ceux qui comprennent le binaire,
  et ceux qui ne le comprennent pas.
___
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: portmaster unattended run?

2011-08-02 Thread Olivier Smedts
2011/7/30 Lev Serebryakov l...@freebsd.org:
 Hello, Freebsd-ports.

  How could I run `portmaster' without ANY questions and
 confirmations?
  Simple and obvious `portmaster --no-confirm -y list of ports'
 doesn't work. It asks:

  (1) About interactive ports.
  (2) About removing old distfiles
  (3) About errors from `tar' when create backup archive with old
     versions.

I like to use portmaster -adw, but it still asks what to do when
there is an error during creation ok backup package (for example if
there's a plist error). I was used to portupgrade -a but now I'm
happier with portmaster -adw. You can check the man page.

 --
 // Black Lion AKA Lev Serebryakov l...@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




-- 
Olivier Smedts                                                 _
                                        ASCII ribbon campaign ( )
e-mail: oliv...@gid0.org        - against HTML email  vCards  X
www: http://www.gid0.org    - against proprietary attachments / \

  Il y a seulement 10 sortes de gens dans le monde :
  ceux qui comprennent le binaire,
  et ceux qui ne le comprennent pas.
___
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


looking for a ports commiter to take a pr

2011-06-08 Thread Olivier Smedts
Hello,

Anyone here to take a maintainer-update of the games/eduke32 port
before the Duke Nukem Forever release ? :D

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

Thanks !

-- 
Olivier Smedts                                                 _
                                        ASCII ribbon campaign ( )
e-mail: oliv...@gid0.org        - against HTML email  vCards  X
www: http://www.gid0.org    - against proprietary attachments / \

  Il y a seulement 10 sortes de gens dans le monde :
  ceux qui comprennent le binaire,
  et ceux qui ne le comprennent pas.
___
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: editors/libreoffice: can not compile, crash on, FreeBSD 9.0-CUR/amd64 - msg#00540

2011-05-31 Thread Olivier Smedts
 'introspection.uno' in registry
'pyuno_services.tmp' successful!
register component 'invocadapt.uno' in registry 'pyuno_services.tmp' successful!
register component 'proxyfac.uno' in registry 'pyuno_services.tmp' successful!
Segmentation fault: 11 (core dumped)

-- 
Olivier Smedts                                                 _
                                        ASCII ribbon campaign ( )
e-mail: oliv...@gid0.org        - against HTML email  vCards  X
www: http://www.gid0.org    - against proprietary attachments / \

  Il y a seulement 10 sortes de gens dans le monde :
  ceux qui comprennent le binaire,
  et ceux qui ne le comprennent pas.
___
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: editors/libreoffice: can not compile, crash on, FreeBSD 9.0-CUR/amd64 - msg#00540

2011-05-31 Thread Olivier Smedts
2011/5/31 Andriy Gapon a...@freebsd.org:
 on 31/05/2011 12:11 Olivier Smedts said the following:
 Segmentation fault: 11 (core dumped)

 That core dump should be investigated / debugged.
 At the very least it is not clear from the messages which program crashes.

It's more clear if you read the output of the build command.

Well I'm not very familiar with debugging, I loaded the program and
the core dump with gdb and asked for a backtrace, but that's all I
know. Is there anything useful I can do ? I can also provide the core
dump.

# 
LD_LIBRARY_PATH=/usr/ports/editors/libreoffice/work/libreoffice-build-3.3.2.2/build/libreoffice/solver/330/unxfbsdx.pro/lib
ldd 
/usr/ports/editors/libreoffice/work/libreoffice-build-3.3.2.2/build/libreoffice/solver/330/unxfbsdx.pro/bin/regcomp
/usr/ports/editors/libreoffice/work/libreoffice-build-3.3.2.2/build/libreoffice/solver/330/unxfbsdx.pro/bin/regcomp:
libuno_sal.so.3 =
/usr/ports/editors/libreoffice/work/libreoffice-build-3.3.2.2/build/libreoffice/solver/330/unxfbsdx.pro/lib/libuno_sal.so.3
(0x800866000)
libuno_cppu.so.3 =
/usr/ports/editors/libreoffice/work/libreoffice-build-3.3.2.2/build/libreoffice/solver/330/unxfbsdx.pro/lib/libuno_cppu.so.3
(0x800c55000)
libuno_cppuhelpergcc3.so.3 =
/usr/ports/editors/libreoffice/work/libreoffice-build-3.3.2.2/build/libreoffice/solver/330/unxfbsdx.pro/lib/libuno_cppuhelpergcc3.so.3
(0x800e87000)
libstdc++.so.6 = /usr/lib/libstdc++.so.6 (0x80114b000)
libm.so.5 = /lib/libm.so.5 (0x801444000)
libgcc_s.so.1 = /lib/libgcc_s.so.1 (0x801662000)
libthr.so.3 = /lib/libthr.so.3 (0x80186f000)
libc.so.7 = /lib/libc.so.7 (0x801a91000)
libuno_salhelpergcc3.so.3 =
/usr/ports/editors/libreoffice/work/libreoffice-build-3.3.2.2/build/libreoffice/solver/330/unxfbsdx.pro/lib/libuno_salhelpergcc3.so.3
(0x801dd1000)

# 
LD_LIBRARY_PATH=/usr/ports/editors/libreoffice/work/libreoffice-build-3.3.2.2/build/libreoffice/solver/330/unxfbsdx.pro/lib
gdb 
/usr/ports/editors/libreoffice/work/libreoffice-build-3.3.2.2/build/libreoffice/solver/330/unxfbsdx.pro/bin/regcomp
/usr/ports/editors/libreoffice/work/libreoffice-build-3.3.2.2/build/libreoffice/pyuno/unxfbsdx.pro/lib/regcomp.core
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 amd64-marcel-freebsd...(no debugging
symbols found)...
Core was generated by `regcomp'.
Program terminated with signal 11, Segmentation fault.
Reading symbols from
/usr/ports/editors/libreoffice/work/libreoffice-build-3.3.2.2/build/libreoffice/solver/330/unxfbsdx.pro/lib/libuno_sal.so.3...done.
Loaded symbols for
/usr/ports/editors/libreoffice/work/libreoffice-build-3.3.2.2/build/libreoffice/solver/330/unxfbsdx.pro/lib/libuno_sal.so.3
Reading symbols from
/usr/ports/editors/libreoffice/work/libreoffice-build-3.3.2.2/build/libreoffice/solver/330/unxfbsdx.pro/lib/libuno_cppu.so.3...done.
Loaded symbols for
/usr/ports/editors/libreoffice/work/libreoffice-build-3.3.2.2/build/libreoffice/solver/330/unxfbsdx.pro/lib/libuno_cppu.so.3
Reading symbols from
/usr/ports/editors/libreoffice/work/libreoffice-build-3.3.2.2/build/libreoffice/solver/330/unxfbsdx.pro/lib/libuno_cppuhelpergcc3.so.3...done.
Loaded symbols for
/usr/ports/editors/libreoffice/work/libreoffice-build-3.3.2.2/build/libreoffice/solver/330/unxfbsdx.pro/lib/libuno_cppuhelpergcc3.so.3
Reading symbols from /usr/lib/libstdc++.so.6...done.
Loaded symbols for /usr/lib/libstdc++.so.6
Reading symbols from /lib/libm.so.5...done.
Loaded symbols for /lib/libm.so.5
Reading symbols from /lib/libgcc_s.so.1...done.
Loaded symbols for /lib/libgcc_s.so.1
Reading symbols from /lib/libthr.so.3...done.
Loaded symbols for /lib/libthr.so.3
Reading symbols from /lib/libc.so.7...done.
Loaded symbols for /lib/libc.so.7
Reading symbols from
/usr/ports/editors/libreoffice/work/libreoffice-build-3.3.2.2/build/libreoffice/solver/330/unxfbsdx.pro/lib/libuno_salhelpergcc3.so.3...done.
Loaded symbols for
/usr/ports/editors/libreoffice/work/libreoffice-build-3.3.2.2/build/libreoffice/solver/330/unxfbsdx.pro/lib/libuno_salhelpergcc3.so.3
Reading symbols from
/usr/ports/editors/libreoffice/work/libreoffice-build-3.3.2.2/build/libreoffice/solver/330/unxfbsdx.pro/lib/bootstrap.uno.so...done.
Loaded symbols for
/usr/ports/editors/libreoffice/work/libreoffice-build-3.3.2.2/build/libreoffice/solver/330/unxfbsdx.pro/lib/bootstrap.uno.so
Reading symbols from
/usr/ports/editors/libreoffice/work/libreoffice-build-3.3.2.2/build/libreoffice/solver/330/unxfbsdx.pro/lib/libreg.so.3...done.
Loaded symbols for
/usr/ports/editors/libreoffice/work/libreoffice-build-3.3.2.2/build/libreoffice/solver/330/unxfbsdx.pro/lib/libreg.so.3
Reading symbols

Re: [CFT] games/eduke32 update

2011-05-08 Thread Olivier Smedts
Hello,

2011/5/8 Thomas Steen Rasmussen tho...@gibfest.dk:
 On 07.05.2011 23:34, Olivier Smedts wrote:
 Hello,

 Attached is a new and much updated version of the eduke32 port
 Hello,

 It seems like your attachment is missing, can you send it again
 or provide an URL where I can get it ?

Thanks for the report. It was a plain text shar archive. Maybe it will
be better as gzip. Don't forget to gunzip it before running the shar.

If the attachment is still not there, you can download it at the following URL :
http://gid0.free.fr/www/files/eduke32.shar

Thanks

-- 
Olivier Smedts                                                 _
                                        ASCII ribbon campaign ( )
e-mail: oliv...@gid0.org        - against HTML email  vCards  X
www: http://www.gid0.org    - against proprietary attachments / \

  Il y a seulement 10 sortes de gens dans le monde :
  ceux qui comprennent le binaire,
  et ceux qui ne le comprennent pas.
___
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

[CFT] games/eduke32 update

2011-05-07 Thread Olivier Smedts
Hello,

Attached is a new and much updated version of the eduke32 port [1]. It's
not a patch but a full shell archive of the port, if you extract it in
your ports tree you'll have to delete the games/eduke32/files
subdirectory by hand. It
supports new lighting/shadow polymer renderer and latest high
resolution pack [2].

If you have any interest in Duke Nukem 3D or the imminent arrival of
Duke Nukem Forever,
please test the port and report any problem. FreeBSD 6.X is not
supported anymore.

Happy gaming

[1] http://www.eduke32.com/
[2] http://hrp.duke4.net/
-- 
Olivier Smedts                                                 _
                                        ASCII ribbon campaign ( )
e-mail: oliv...@gid0.org        - against HTML email  vCards  X
www: http://www.gid0.org    - against proprietary attachments / \

  Il y a seulement 10 sortes de gens dans le monde :
  ceux qui comprennent le binaire,
  et ceux qui ne le comprennent pas.
___
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: Installing a missing shared object

2011-04-21 Thread Olivier Smedts
2011/4/21 Pankaj Singh pankaj.i...@gmail.com:
 Hi,

 How to solve the below problem :

 Perl2Exe Binary Distribution Setup
 /libexec/ld-elf.so.1: Shared object libm.so.3 not found, required by
 perl5.8.8


 I checked the ports but nothing was available.

That's an old base system lib.
You can install ports/misc/compat5x.


-- 
Olivier Smedts                                                 _
                                        ASCII ribbon campaign ( )
e-mail: oliv...@gid0.org        - against HTML email  vCards  X
www: http://www.gid0.org    - against proprietary attachments / \

  Il y a seulement 10 sortes de gens dans le monde :
  ceux qui comprennent le binaire,
  et ceux qui ne le comprennent pas.
___
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: [HEADS UP] Ports Infrastructure Changes

2011-03-23 Thread Olivier Smedts
2011/3/23 Doug Barton do...@freebsd.org:
 On 03/23/2011 03:48, Peter Jeffery wrote:

 If I was looking for the Opera port, I'd look in www-clients and if
 it wasn't in there then the next thing that I would be doing is hand
 searching the INDEX file

 cd /usr/ports/  make search name=opera

Or
find /usr/ports -maxdepth 2 -name opera
Slower than make search but faster than building an INDEX file before
make search !

-- 
Olivier Smedts                                                 _
                                        ASCII ribbon campaign ( )
e-mail: oliv...@gid0.org        - against HTML email  vCards  X
www: http://www.gid0.org    - against proprietary attachments / \

  Il y a seulement 10 sortes de gens dans le monde :
  ceux qui comprennent le binaire,
  et ceux qui ne le comprennent pas.
___
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: [HEADS UP] Ports Infrastructure Changes

2011-03-23 Thread Olivier Smedts
2011/3/23 Doug Barton do...@freebsd.org:
 On 03/23/2011 11:34, Olivier Smedts wrote:

 2011/3/23 Doug Bartondo...@freebsd.org:

 On 03/23/2011 03:48, Peter Jeffery wrote:

 If I was looking for the Opera port, I'd look in www-clients and if
 it wasn't in there then the next thing that I would be doing is hand
 searching the INDEX file

 cd /usr/ports/  make search name=opera

 Or
 find /usr/ports -maxdepth 2 -name opera
 Slower than make search but faster than building an INDEX file before
 make search !

 Who said anything about building an INDEX? :)  If you use portsnap to update
 your ports tree it comes along for free. If not, then 'make fetchindex' will
 do the trick for you.

Will it take care of my INDEX-9 file for FreeBSD 9-CURRENT with the
following setting I just appended to /etc/portsnap.conf ?
# tail -n 1 /etc/portsnap.conf
INDEX INDEX-9 DESCRIBE.9

I'm not sure (no irony, really asking), because portsnap update -I
does not modify /usr/ports/INDEX-9. Maybe DESCRIBE.9 is not
distributed on the portsnap servers.


-- 
Olivier Smedts                                                 _
                                        ASCII ribbon campaign ( )
e-mail: oliv...@gid0.org        - against HTML email  vCards  X
www: http://www.gid0.org    - against proprietary attachments / \

  Il y a seulement 10 sortes de gens dans le monde :
  ceux qui comprennent le binaire,
  et ceux qui ne le comprennent pas.
___
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: [HEADS UP] Ports Infrastructure Changes

2011-03-23 Thread Olivier Smedts
2011/3/23 Olivier Smedts oliv...@gid0.org:
 2011/3/23 Doug Barton do...@freebsd.org:
 On 03/23/2011 11:34, Olivier Smedts wrote:

 2011/3/23 Doug Bartondo...@freebsd.org:

 On 03/23/2011 03:48, Peter Jeffery wrote:

 If I was looking for the Opera port, I'd look in www-clients and if
 it wasn't in there then the next thing that I would be doing is hand
 searching the INDEX file

 cd /usr/ports/  make search name=opera

 Or
 find /usr/ports -maxdepth 2 -name opera
 Slower than make search but faster than building an INDEX file before
 make search !

 Who said anything about building an INDEX? :)  If you use portsnap to update
 your ports tree it comes along for free. If not, then 'make fetchindex' will
 do the trick for you.

 Will it take care of my INDEX-9 file for FreeBSD 9-CURRENT with the
 following setting I just appended to /etc/portsnap.conf ?
 # tail -n 1 /etc/portsnap.conf
 INDEX INDEX-9 DESCRIBE.9

I've got my answer, now that there's a new snapshot on portsnap servers.
# portsnap fetch update
[...]
Building new INDEX files... DESCRIBE.9 not provided by portsnap
server; INDEX-9 not being generated.

 I'm not sure (no irony, really asking), because portsnap update -I
 does not modify /usr/ports/INDEX-9. Maybe DESCRIBE.9 is not
 distributed on the portsnap servers.


 --
 Olivier Smedts                                                 _
                                         ASCII ribbon campaign ( )
 e-mail: oliv...@gid0.org        - against HTML email  vCards  X
 www: http://www.gid0.org    - against proprietary attachments / \

   Il y a seulement 10 sortes de gens dans le monde :
   ceux qui comprennent le binaire,
   et ceux qui ne le comprennent pas.




-- 
Olivier Smedts                                                 _
                                        ASCII ribbon campaign ( )
e-mail: oliv...@gid0.org        - against HTML email  vCards  X
www: http://www.gid0.org    - against proprietary attachments / \

  Il y a seulement 10 sortes de gens dans le monde :
  ceux qui comprennent le binaire,
  et ceux qui ne le comprennent pas.
___
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: [HEADS UP] Ports Infrastructure Changes

2011-03-19 Thread Olivier Smedts
2011/3/19 Michal Varga varga.mic...@gmail.com:
 On Sat, 2011-03-19 at 09:49 +0800, Martin Wilke wrote:

 Attached is a proposed list of ports being moved from the www category.
 Please review, discuss and report ommissions and mistakes. The general
 key to the new categories is as follows:

 [...]

 www-webapps - web apps, frameworks, libraries

 Just a quick thought to the 'discuss' part: Is this (above) really the
 best name possible?

 I mean world wide web-webapps sounds kind of redundant.

OK, this is a bikeshed discussion, but I agree here. www-apps would be
more appropriate.

-- 
Olivier Smedts                                                 _
                                        ASCII ribbon campaign ( )
e-mail: oliv...@gid0.org        - against HTML email  vCards  X
www: http://www.gid0.org    - against proprietary attachments / \

  Il y a seulement 10 sortes de gens dans le monde :
  ceux qui comprennent le binaire,
  et ceux qui ne le comprennent pas.
___
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


ov511 webcams (graphics/vid)

2011-03-17 Thread Olivier Smedts
Hello list,

Are there still people using ports/graphics/vid here ? It's an old
OV511 webcam capture program, and it's broken since the new USB stack.
I did not try webcamd with such a webcam, and don't know if it
supports them either, but if it's the case I think we should deprecate
the port.

Thanks for any feedback.

-- 
Olivier Smedts                                                 _
                                        ASCII ribbon campaign ( )
e-mail: oliv...@gid0.org        - against HTML email  vCards  X
www: http://www.gid0.org    - against proprietary attachments / \

  Il y a seulement 10 sortes de gens dans le monde :
  ceux qui comprennent le binaire,
  et ceux qui ne le comprennent pas.
___
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: FreeBSD needs fresh Blood!

2011-03-06 Thread Olivier Smedts
2011/3/6 Grzegorz Blach ma...@roorback.net:
 On Sun, Mar 6, 2011 at 23:25, Doug Barton do...@freebsd.org wrote:
 On 03/06/2011 10:37, Grzegorz Blach wrote:

 On 03/06/2011 18:35, b. f. wrote:

 I read last post Martin Wilke's blog called FreeBSD needs fresh Blood!

 First of all, I think it's difficult to testing ports

 No argument there, it can be hard work.

 I'm using testing release of VirtualBox,
 but for build this port I must download patches,
 apply its on my own tree and merge its with official ports
 using portshaker.

 You could also maintain completely separate trees, or subtrees with CVS.

 It's possible to build testing ports outside tree,
 but I must build every port separately, since `Make` don't known how to
 track dependencies.

 Setting PORTSDIR for your builds may help. Read ports/Mk/bsd.port.mk for
 more information about that.

 There is always going to be some added work involved in testing.  Have
 you considered using multiple trees, if you have sufficient disk
 space? Or using a version control system?


 Multiple trees don't help me a lot, portmaster became fools.

 Not sure what you mean by that, but portmaster respects PORTSDIR as well.

 There is address for repository, but I still need merging trees
 and rebuild index for portmaster.

 portmaster does not require the INDEX unless you tell it to. If you have a
 ports tree to operate against portmaster doesn't need the INDEX at all.


 hope this helps,

 Doug


 My mistake, sorry. I'll rebuild INDEX after every merges, but not for
 portmaster,
 but for pver.

Could you use pkg_version -vL = for your purpose ? It's a base
system tool and doesn't need INDEX.


 --

        Nothin' ever doesn't change, but nothin' changes much.
                        -- OK Go

        Breadth of IT experience, and depth of knowledge in the DNS.
        Yours for the right price.  :)  http://SupersetSolutions.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




-- 
Olivier Smedts                                                 _
                                        ASCII ribbon campaign ( )
e-mail: oliv...@gid0.org        - against HTML email  vCards  X
www: http://www.gid0.org    - against proprietary attachments / \

  Il y a seulement 10 sortes de gens dans le monde :
  ceux qui comprennent le binaire,
  et ceux qui ne le comprennent pas.
___
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 Testers: VirtualBox 4.0.4

2011-02-19 Thread Olivier Smedts
2011/2/19 Bernhard Fröhlich de...@bluelife.at:
 - Ursprüngliche Mitteilung -
 On Fri, 2011-02-18 at 15:21 +0100, Bernhard Froehlich wrote:
  Hi Testers.
 
  A few of you have probably wondered what happened to our VirtualBox
  efforts for FreeBSD. Well it took a bit longer then expected and a few
  problems were found that needed to be resolved first but most of the
  things are looking fine now and almost all patches have been pushed
  upstream with 4.0.4 so here we are now.
 
  We will continue to work on VirtualBox for FreeBSD and upstream is also
  very helpful to us but we could need a few more hands to better keep up
  with the work and especially improve and fix the Guest Additions. So if
  you want to help please contact us or have a look at our Todo list.
 
  This result wouldn't have been possible without the continuous help of
  the VirtualBox Developers and a lot of people from the FreeBSD
  community! (names in alphabetical order and probably missed a few,
  sorry
  for that!)
 
  - Alexander Eichner
  - Anonymous
  - Beat Gätzi
  - Bernhard Fröhlich
  - crsd
  - DomiX
  - Doug Barton
  - Grzegorz Blach
  - Hans Petter Selasky
  - Julian Stacey
  - Jung-uk Kim
  - Jürgen Lock
  - Klaus Espenlaub
  - Martin Wilke
  - Mattia Rossi
  - Michael Butler
  - Sean C. Farley
  - Steve Wills
  - tombsd
  - Vivek Khera
  - well-wisher
  - Wietse Venema
  - Yuri
  - many more from emulation@
 
  Please when testing this ports backup all your virtual machines first.
  Also please build the port with DEBUG option enabled and send us the
  logfile when any VM crashes. Without them it's very hard to figure out
  what went wrong.

I had to s/png.5/png.6/ and s/curl.5/curl.6/ in the Makefile of
emulators/virtualbox-ose, else it tried to install again png and curl.
My ports are all up-to-date.

  Highlights with 4.0:
  - USB support (by Hans Petter Selasky)
  - Asynchronous I/O
  - Guest additions got startscripts and a integration into the desktop
  environments
  - www/phpvirtualbox updated to 4.0-3
 
  Changelog for 4.0:
  - http://www.virtualbox.org/wiki/Changelog
 
  Short configuration help:
  - http://wiki.freebsd.org/VirtualBox
 
  Todo List:
  - http://wiki.freebsd.org/VirtualBox/ToDo
 
 
  http://home.bluelife.at/ports/virtualbox-cft-20110218.tar.gz
 
 
  Thanks and good luck,
  Bernhard, on behalf of the FreeBSD Vbox Team
 

 Hi Folks

 Seems to be working ok for me...
 I had to;
 * remove stale /usr/ports/emulators/virualbox* directories (old patch
 file was causing build to fail)

 I should have mentioned that. Please move the old ports out of the way first.

 * remove the stale vboxusers group, the install was complaining cause it
 couldn't set vboxusers gid to 920

 Sounds strange and should not happen.

Happens to me too :
===  Installing for virtualbox-ose-4.0.4
===   Generating temporary packing list
===  Checking if emulators/virtualbox-ose already installed
=== Creating users and/or groups.
Using existing group `vboxusers'.
Creating user `vboxusers' with uid `920'.
pw: group `920' does not exist
*** Error code 67

I previously had virtualbox-ose-3.2.12 installed. I'm running 9-CURRENT amd64.

% grep vboxusers /etc/passwd
% grep vboxusers /etc/group
vboxusers:*:919:root,zozo

Does it really needs a vboxusers *user* (not speaking of the group)
? It tries to set the gid of the user to 920, but the previously used
gid was 919.

 # uname -rp
 8.1-RELEASE-p2 i386

 I have tried fedora and windows xp guests, both running fine.

 I cant seem to get usb pass through working tho, when I go to add usb
 device it says 'no devices available', do we need to manually setup the
 device info ?

 Yeah i want to document it on the virtualbox wiki page but until that you 
 could search for the mail of hans petter selasky on the vbox-dev mailinglist.
 ___
 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


-- 
Olivier Smedts                                                 _
                                        ASCII ribbon campaign ( )
e-mail: oliv...@gid0.org        - against HTML email  vCards  X
www: http://www.gid0.org    - against proprietary attachments / \

  Il y a seulement 10 sortes de gens dans le monde :
  ceux qui comprennent le binaire,
  et ceux qui ne le comprennent pas.
___
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: [CFT] cpu stresser^W libreoffice 3.3.0 final

2011-02-04 Thread Olivier Smedts
2011/2/3 Robert Huff roberth...@rcn.com:
 Chip Camden writes:

  Am I the only person who doesn't get libreoffice via portsnap yet?

        I built libreoffice-3.3.0 from the port on amd64 yesterday.
 Subjectively, building seemed tyo go quicker than OO.
        After minimal testing, it appears to behave correctly.

Just installed from ports. I had to mark it MAKE_JOBS_UNSAFE on my
8-core CPU because it failed randomly at different stages. I also
removed the configure line with number of CPUs from the Makefile. Now
it's OK, but with only one CPU to compile it, I did not find building
quicker than OO :)

-- 
Olivier Smedts                                                 _
                                        ASCII ribbon campaign ( )
e-mail: oliv...@gid0.org        - against HTML email  vCards  X
www: http://www.gid0.org    - against proprietary attachments / \

  Il y a seulement 10 sortes de gens dans le monde :
  ceux qui comprennent le binaire,
  et ceux qui ne le comprennent pas.
___
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: [CFT] KDE SC 4.6.0 for FreeBSD.

2011-02-02 Thread Olivier Smedts
2011/1/31 Martin Wilke m...@freebsd.org:
 Hello Internet,

 The FreeBSD KDE Team is happy to let you know that KDE SC 4.6.0 has been
 released a few Days ago, and the Release is ready for a public test. Before
 you ask, no, we do not want to put KDE 4.6.0 in the ports tree before
 FreeBSD 8.2/7.4 is released.

 What's new:
 KDE SC 4.6.0 provides major updates to the KDE Plasma workspaces, KDE
 Applications and KDE Platform. Theses releases, version 4.6, provide many
 new features in each of KDE's three product lines. The official
 release notes for these releases can be found at
 http://kde.org/announcements/4.6/

 Now you can get KDE SC 4.6 via svn checkout:

    svn co http://area51.pcbsd.org/trunk/area51/PYQT/
    svn co http://area51.pcbsd.org/trunk/area51/PORTS
    svn co http://area51.pcbsd.org/trunk/area51/KDE
    svn co http://area51.pcbsd.org/trunk/area51/Tools/

 Then try:

    sh Tools/scripts/portsmerge
    sh Tools/scripts/kdemerge

The portsmerge script doesn't exist any more, I think this should
replace the two scripts :
sh Tools/scripts/kdemerge -k -m /usr/ports/


 Please read carefully the /usr/ports/UPDATING-area51 notes at
 http://area51.pcbsd.org/trunk/area51/UPDATING-area51

 Happy updating!!
 ___
 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


-- 
Olivier Smedts                                                 _
                                        ASCII ribbon campaign ( )
e-mail: oliv...@gid0.org        - against HTML email  vCards  X
www: http://www.gid0.org    - against proprietary attachments / \

  Il y a seulement 10 sortes de gens dans le monde :
  ceux qui comprennent le binaire,
  et ceux qui ne le comprennent pas.
___
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


graphics/lightspark-devel

2010-12-16 Thread Olivier Smedts
Hello,

Do you have any plans on updating graphics/lightspark-devel, or
repocopy it to graphics/lightspark and update it to a current release
? If you need testers, I'm here.

Thanks !

-- 
Olivier Smedts                                                 _
                                        ASCII ribbon campaign ( )
e-mail: oliv...@gid0.org        - against HTML email  vCards  X
www: http://www.gid0.org    - against proprietary attachments / \

  Il y a seulement 10 sortes de gens dans le monde :
  ceux qui comprennent le binaire,
  et ceux qui ne le comprennent pas.
___
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: update of security/pssh

2010-12-09 Thread Olivier Smedts
2010/12/3 Brooks Davis bro...@freebsd.org:
 On Thu, Dec 02, 2010 at 12:24:27PM +0100, Olivier Smedts wrote:
 Hello,

 According to :
 http://www.theether.org/pssh/

 parallel-ssh (pssh) is now maintained on
 http://code.google.com/p/parallel-ssh/ by Andrew McNabb. Current
 version is 2.1.1.

 Would you have time to look into a maintainer-update ?

 Thanks for the pointer.  Added to my todo list.

Just added to your done list... thanks for the job !

-- 
Olivier Smedts                                                 _
                                        ASCII ribbon campaign ( )
e-mail: oliv...@gid0.org        - against HTML email  vCards  X
www: http://www.gid0.org    - against proprietary attachments / \

  Il y a seulement 10 sortes de gens dans le monde :
  ceux qui comprennent le binaire,
  et ceux qui ne le comprennent pas.
___
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


update of security/pssh

2010-12-02 Thread Olivier Smedts
Hello,

According to :
http://www.theether.org/pssh/

parallel-ssh (pssh) is now maintained on
http://code.google.com/p/parallel-ssh/ by Andrew McNabb. Current
version is 2.1.1.

Would you have time to look into a maintainer-update ?

Cheers,
Olivier

-- 
Olivier Smedts                                                 _
                                        ASCII ribbon campaign ( )
e-mail: oliv...@gid0.org        - against HTML email  vCards  X
www: http://www.gid0.org    - against proprietary attachments / \

  Il y a seulement 10 sortes de gens dans le monde :
  ceux qui comprennent le binaire,
  et ceux qui ne le comprennent pas.
___
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: i keep *trying* to move from portupgrade to portmaster

2010-08-16 Thread Olivier Smedts
2010/8/6 Sandra Kachelmann s.kachelm...@googlemail.com:
 I've been using ports-mgmt/portupgrade pretty much ever since it
 started to exist. Unfortunately portupgrade seems to be pretty much
 abandonware so I've been told to move on to portmaster. Despite the
 very long manpage I can't seem to be able to achieve the following
 thing with portmaster:

 $ portupgrade --batch -a

 If I issue this command I know exactly that I can go out, have a
 drink, cook some dinner and unlock my workstation the next day and
 find that everything completed unless a port failed to build. With
 portmaster I get asked a s*t load of interactive questions, whether I
 want to delete some package, whether it's really okay to pull in all
 the dependencies and so on.

 Can someone spoonfeed me the command I need to issue with portmaster
 in order to achieve the same thing as with

 $ portupgrade --batch -a

I'm quite late, and won't speak for batch, but here is what I use
with portmaster. I switched recently from portupgrade to portmaster
and I'm happy with the following command. I was used to portupgrade
-a and was disappointed with portmaster -a the first days.
# portmaster -adw -x openoffice

-a is just like in portupgrade,
-d cleans old distfiles without confirmation,
-w copies old libraries in /usr/local/lib/compat/pkg/ like portupgrade
does, I find this very useful to not break the system. That's less
likely to happen with the recent approach of bumping revisions of all
dependant ports, but it's safer and I often clean this directory.
-x to exclude some ports you don't want to upgrade

This is very convenient because, unlike with portupgrade -a, all the
config dialogs appear at the beginning (so I don't have to use a batch
mode, and never see my upgrade paused on a blue screen after having
left the computer for the night), and portmaster prompts you with a
list of the actions that will be taken before doing anything. I now
know what will be installed in addition of my already present ports.
There's also a very practical feature to delete build-deps, but I
don't use it because I already have a script which deletes everything
but what I explicitely want to keep.

Thanks Doug !

Cheers


 Is that even possible?

 $ portupgrade --batch -a

 Thanks in advance!

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


-- 
Olivier Smedts                                                 _
                                        ASCII ribbon campaign ( )
e-mail: oliv...@gid0.org        - against HTML email  vCards  X
www: http://www.gid0.org    - against proprietary attachments / \

  Il y a seulement 10 sortes de gens dans le monde :
  ceux qui comprennent le binaire,
  et ceux qui ne le comprennent pas.
___
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: OpenJDK6 not building

2010-05-19 Thread Olivier Smedts
2010/5/19 Dominic Fandrey kamik...@bsdforen.de:
 I have no idea, why it tries to download something during build,
 and no idea why it fails to do so.

 Fetching
 https://jaxp.dev.java.net/files/documents/913/147491/jdk6-jaxp-2010_01_15.zip
 manually works fine. But if I do that the file will just be
 deleted by the build script and it will again try unsuccessfully
 to get it.

 -jaxp_src-url-bundle:
     [echo] Downloading from 
 https://jaxp.dev.java.net/files/documents/913/147491/jdk6-jaxp-2010_01_15.zip
      [get] Getting: 
 https://jaxp.dev.java.net/files/documents/913/147491/jdk6-jaxp-2010_01_15.zip
      [get] To: 
 /usr/obj/mobileKamikaze.norad/amd64/usr/ports/java/openjdk6/work/build/bsd-amd64/jaxp/drop/bundles/jdk6-jaxp-2010_01_15.zip.temp
      [get] Error getting 
 https://jaxp.dev.java.net/files/documents/913/147491/jdk6-jaxp-2010_01_15.zip 
 to 
 /usr/obj/mobileKamikaze.norad/amd64/usr/ports/java/openjdk6/work/build/bsd-amd64/jaxp/drop/bundles/jdk6-jaxp-2010_01_15.zip.temp

 BUILD FAILED
 java.net.SocketException: Invalid argument
        at java.net.PlainSocketImpl.socketConnect(Native Method)
        at 
 java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:310)
        at 
 java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:176)
        at 
 java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:163)
        at java.net.Socket.connect(Socket.java:542)
        at java.net.Socket.connect(Socket.java:492)
        at sun.net.NetworkClient.doConnect(NetworkClient.java:174)
        at sun.net.www.http.HttpClient.openServer(HttpClient.java:409)
        at sun.net.www.http.HttpClient.openServer(HttpClient.java:530)
        at sun.net.www.protocol.https.HttpsClient.init(HttpsClient.java:289)
        at sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:346)
        at 
 sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:191)
        at 
 sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:755)
        at 
 sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:177)
        at 
 sun.net.www.protocol.https.HttpsURLConnectionImpl.connect(HttpsURLConnectionImpl.java:153)
        at org.apache.tools.ant.taskdefs.Get.doGet(Get.java:145)
        at org.apache.tools.ant.taskdefs.Get.execute(Get.java:78)
        at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
        at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
        at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:616)
        at 
 org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
        at org.apache.tools.ant.Task.perform(Task.java:348)
        at org.apache.tools.ant.Target.execute(Target.java:357)
        at org.apache.tools.ant.Target.performTasks(Target.java:385)
        at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1337)
        at org.apache.tools.ant.Project.executeTarget(Project.java:1306)
        at 
 org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
        at org.apache.tools.ant.Project.executeTargets(Project.java:1189)
        at org.apache.tools.ant.Main.runBuild(Main.java:758)
        at org.apache.tools.ant.Main.startAnt(Main.java:217)
        at org.apache.tools.ant.launch.Launcher.run(Launcher.java:257)
        at org.apache.tools.ant.launch.Launcher.main(Launcher.java:104)

 Total time: 0 seconds
 gmake[1]: *** [all] Error 1
 gmake[1]: Leaving directory 
 `/usr/obj/mobileKamikaze.norad/amd64/usr/ports/java/openjdk6/work/jaxp/make'
 gmake: *** [jaxp-build] Error 2
 *** Error code 1

 Stop in /usr/ports/java/openjdk6.

By any chance do you use FORCE_MAKE_JOBS=yes ?
java/openjkd6 should be marked MAKE_JOBS_UNSAFE, it failed last time I
tried with 4 jobs (last time was maybe 3 months ago but I don't think
the port has changed much).


 --
 A: Because it fouls the order in which people normally read text.
 Q: Why is top-posting such a bad thing?
 A: Top-posting.
 Q: What is the most annoying thing on usenet and in e-mail?
 ___
 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




-- 
Olivier Smedts _
ASCII ribbon campaign ( )
e-mail: oliv...@gid0.org- against HTML email  vCards  X
www: http://www.gid0.org- against proprietary attachments / \

  Il y a seulement 10 sortes de gens dans le monde :
  ceux qui comprennent le binaire,
  et ceux qui ne le comprennent pas.
___
freebsd-ports@freebsd.org mailing

Re: [Call for Testing] X.org 7.5 for FreeBSD

2010-03-11 Thread Olivier Smedts
2010/3/11 Martin Wilke m...@freebsd.org:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Call for Testing Xorg 7.5

 Howdy!

 We're happy to announce that Xorg 7.5 is ready
 for public testing.

 The ATI and Intel drivers were patched to work with
 the new server, please report any problems to us!
 The drivers for Vesa, NV and NVIDIA have been tested
 thoroughfully and seem to work fine.

 A note to FreeBSD 6.X users: Unfortunately you'll have
 to compile gcc 4.2+ first because the X.org Team doesn't
 support gcc 3.X longer, We're strongly recommand you to
 update your System to 7.X or above.

 Please take a look on our Wikipage. There you can find
 the svn repo to checkout X.org ports.

 http://wiki.freebsd.org/ModularXorg/7.5

I am testing the repo (revision 120) since the last CFT. I'm using
FreeBSD 8-STABLE amd64 with KDE, proprietary nvidia drivers (beta) and
KDE 4.4 with OpenGL compositing enabled. After a portupgrade -a for
the new xorg ports (not -af), I only did a portupgrade -f
nvidia-driver and all is working without problems.

Thanks !


 A small merge script to merge the svn checkout into the real
 portstree could be found here:

 http://people.freebsd.org/~miwi/xorg/xorgmerge

 The script is a modified version of the kdemerge script.
 Please set the KDEDIR variable to the path of your X.org
 ports.

 After merging please try

 portupgrade -af \*
 portmaster -af

 Please report any problems and issus to x11 (at) FreeBSD.org.

 Thanks to beat@, rnoland@, fluffy@ for their help.

 Happy Updating!

 - - Martin

 - --

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

 iEYEARECAAYFAkuY860ACgkQdLJIhLHm/OkENgCeOb5NbYlQaYc50Rh+EmWcdhH8
 WKgAoJEsl+YcvdTa2KKpiOFuENuW6S6I
 =HVVi
 -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




-- 
Olivier Smedts _
ASCII ribbon campaign ( )
e-mail: oliv...@gid0.org- against HTML email  vCards  X
www: http://www.gid0.org- against proprietary attachments / \

  Il y a seulement 10 sortes de gens dans le monde :
  ceux qui comprennent le binaire,
  et ceux qui ne le comprennent pas.
___
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


ports broken by latest commits : audio/tuxguitar and editors/openoffice.org-3-devel

2010-03-01 Thread Olivier Smedts
Hello,

The ports tree is frozen but some recent commits broke two ports.

An easy one :
editors/openoffice.org-3-devel/Makefile is broken because of spaces
instead of a tab on line 209. You can test when WITH_KDE4 is defined.
Patch attached.

The other is the upgrade of audio/tuxguitar, which is not really
feature safe. A line cd ${WRKSRC}/../TuxGuitar-jack/jni 
${GMAKE} has been added to the Makefile, which makes the build break
when jack is not installed (jack includes required). I removed the
line and the port is now ok for me. I think a jack dependency should
be made optional. Sorry for the lack of details and patch.

Olivier

-- 
Olivier Smedts _
ASCII ribbon campaign ( )
e-mail: oliv...@gid0.org- against HTML email  vCards  X
www: http://www.gid0.org- against proprietary attachments / \

  Il y a seulement 10 sortes de gens dans le monde :
  ceux qui comprennent le binaire,
  et ceux qui ne le comprennent pas.
--- editors/openoffice.org-3-devel/Makefile.orig2010-03-01 
20:49:54.737249012 +0100
+++ editors/openoffice.org-3-devel/Makefile 2010-03-01 20:50:23.248248675 
+0100
@@ -206,7 +206,7 @@
 #Workaround for gperf. #i85469#
@${LN} -sf ${LOCALBASE}/bin/gperf ${WRKSRC}/solenv/bin/gperf
 .if defined(WITH_KDE4)
-   @${LN} -sf ${LOCALBASE}/bin/moc-qt4 ${WRKSRC}/solenv/bin/moc
+   @${LN} -sf ${LOCALBASE}/bin/moc-qt4 ${WRKSRC}/solenv/bin/moc
 .endif
 
 do-build:
___
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: [HEADSUP]: ports feature freeze now in effect

2010-02-15 Thread Olivier Smedts
2010/2/15 Steven Friedrich free...@insightbb.com:
 On Monday 15 February 2010 12:19:01 pm Erwin Lansing wrote:
 In preparation for 7.3-RELEASE, the ports tree is now in feature freeze.

 Normal upgrade, new ports, and changes that only affect other branches
 are allowed without prior approval but with the extra
 Feature safe: yes tag in the commit message.  Any commit that is
 sweeping, i.e. touches a large number of ports, infrastructural changes,
 commts to ports with unusually high number of dependent ports, and any
 other commit that requires the rebuilding of many packages is not allowed
 without prior explicit approval from portmgr after that date.

 When in doubt, please do not hesitate to contact portmgr.

 -erwin

 I suspect this means we won't get KDE 4.4 for quite some time...

http://miwi.bsdcrew.de/2010/02/cft-kde-sc-4-4-0-for-freebsd/

 ___
 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


-- 
Olivier Smedts _
ASCII ribbon campaign ( )
e-mail: oliv...@gid0.org- against HTML email  vCards  X
www: http://www.gid0.org- against proprietary attachments / \

  Il y a seulement 10 sortes de gens dans le monde :
  ceux qui comprennent le binaire,
  et ceux qui ne le comprennent pas.
___
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: [kde-freebsd] HEADS UP: [CFT] KDE SC 4.4.0 for FreeBSD.

2010-02-09 Thread Olivier SMEDTS
KDE4_BRANCH should be stable in Mk/bsd.kde4.mk !

(sorry for top posting and not providing a patch, I'm not on my
computer as it's updating)


Le 9 févr. 2010 à 15:43, Martin Wilke m...@freebsd.org a écrit :

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 On Tue, Feb 09, 2010 at 03:32:20PM +0100, Martin Wilke wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Hello Internet,

 We the FreeBSD KDE Team are happy to let you know KDE SC 4.4.0 was
 released few mins ago, and we're ready for a public test. Before
 you ask we don't want to put KDE 4.4.0 in the ports tree before
 FreeBSD 7.3 was released.

 What is new:
 KDE SC 4.4.0 provide many new features, designed to integrate
 local and network social services .. and a lot more. The official
 release notes for this release can be found at
 http://kde.org/announcements/4.4/

 Now you can get KDE SC 4.4 with a svn checkout:

 svn co http://area51.pcbsd.org/trunk/area51/PORTS
 svn co http://area51.pcbsd.org/trunk/area51/KDE
 svn co http://area51.pcbsd.org/trunk/area51/Tools/

 now try:
 sh Tools/scripts/portsmerge
 sh Tools/scripts/kdemerge

 Please read carefull /usr/ports/UPDATING-area51

 Ups I forgot the url to UPDATING:

 http://area51.pcbsd.org/trunk/area51/UPDATING-area51


 Happy Updating!!

 Thanks

 - - Martin on behalf of the FreeBSD KDE Team

 - --

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

 iEYEARECAAYFAktxcfMACgkQdLJIhLHm/Om50gCgtA14aoEglQ5Z4Tl+ZseTPnsX
 wOsAoLWw8eGFOdQct3YcyKg2YgIHw1m0
 =Vd42
 -END PGP SIGNATURE-
 ___
 kde-freebsd mailing list
 kde-free...@kde.org
 https://mail.kde.org/mailman/listinfo/kde-freebsd
 See also http://freebsd.kde.org/ for latest information


 - --

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

 iEYEARECAAYFAktxdHUACgkQdLJIhLHm/OkrAwCgiBicxH37H4+VyjNlZjJIHONd
 BCYAnRj0NItrBWgWuY7HE6KI+nqYyqi9
 =AYGJ
 -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-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: Is there a mechanism to start webcamd from rc?

2010-01-21 Thread Olivier Smedts
2010/1/21 Steven Friedrich free...@insightbb.com:
 Ok, I'm SO happy my webcam is supported by video4bsd-kmod and webcamd.

 Is there a way to start webcamd from rc?

webcamd_enable=YES

You should look at the corresponding script in /usr/local/etc/rc.d/
It won't be in /etc/defaults/rc.conf as it's not in the base system.

Cheers


 I checked /etc/defaults/rc.conf but webcamd isn't in there...

 I'm a SysAdmin, so I know ways to do it, I'm just trying to find out if there
 is a mechanism yet...
 ___
 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




-- 
Olivier Smedts _
ASCII ribbon campaign ( )
e-mail: oliv...@gid0.org- against HTML email  vCards  X
www: http://www.gid0.org- against proprietary attachments / \

  Il y a seulement 10 sortes de gens dans le monde :
  ceux qui comprennent le binaire,
  et ceux qui ne le comprennent pas.
___
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 tester: VirtualBox 3.1.2 for FreeBSD

2009-12-27 Thread Olivier Smedts


Le 28 déc. 2009 à 00:24, Martin Wilke m...@freebsd.org a écrit :


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Howdy,

Changelog from VirtualBox is available here:
http://www.virtualbox.org/wiki/Changelog

Changes in the port:
 - VirtualBox and the guest additions have been updated to 3.1.2.
 - Port has been renamed to virtualbox-ose to reflect that we are
   using the OSE version. Requested by: mm@
 - A seperate port for the kernel modules has been created:  
virtualbox-ose-kmod

 - A seperate port for guest additions for FreeBSD guests has been
   created: virtualbox-ose-additions
 - Added proper PulseAudio support for FreeBSD. Contributed by  
Noriyoshi Kawano
 - procfs is no longer required because vbox uses sysctl(3) now.  
Contributed by

   Baptiste Daroussin and Bernhard Froehlich
 - Fix build with a non-standard location for the system source.  
Submitted

   by: scf@

How to upgrade:
 - Fetch the new ports:
   # fetch https://svn.bluelife.at/nightlies/virtualbox-port-r601.tar.gz
   # tar xf virtualbox-port-r601.tar.gz

 - Build the new ports:
   # cd virtualbox-ose-kmod  make
   # cd ../virtualbox-ose  make

 - If build was ok, deinstall old port
   # pkg_deinstall virtualbox-\*

 - Install new port:
   # cd ../virtualbox-ose-kmod  make install clean
   # cd ../virtualbox-ose  make install clean

For FreeBSD guests within VirtualBox please try the new guest  
additions port:

   # fetch https://svn.bluelife.at/nightlies/virtualbox-port-r601.tar.gz
   # tar xf virtualbox-port-r601.tar.gz
   # cd virtualbox-ose-additions  make install clean
   # /usr/local/etc/rc.d/vboxguest.sh start

Check that the VirtualBox kernel module is loaded via loader.conf
and reboot the machine.

Check the wiki page for known problems: http://wiki.freebsd.org/VirtualBox

Please report any functionality which was working with previous  
versions of

VirtualBox and no longer working with 3.1.2 or any build failure.


Only a success report for me. It works great on my 8-STABLE amd64 box  
with a Windows 2008 R2 64 guest on raw hard drive and a Haiku guest  
(VT on).


Many thanks !



Many thanks to the VirtualBox developers, all tester and patch  
submitter

and the whole vbox@ team.


Happy Testing!

- - Martin on behalf of the FreeBSD Vbox Team

- --

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

iEYEARECAAYFAks37KkACgkQdLJIhLHm/Ok3GwCfcmO139V3S1FIWfHD3Dbgg55b
hqUAniuphKrJduJNRb0p4OZptwMDHV/a
=NteY
-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 


___
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


nvidia driver for amd64 released (beta)

2009-12-03 Thread Olivier Smedts
For those not aware :
It's time to test the new nvidia BETA driver for amd64 !

http://www.nvnews.net/vbulletin/showthread.php?t=142120

-- 
Olivier Smedts _
ASCII ribbon campaign ( )
e-mail: oliv...@gid0.org- against HTML email  vCards  X
www: http://www.gid0.org- against proprietary attachments / \

  Il y a seulement 10 sortes de gens dans le monde :
  ceux qui comprennent le binaire,
  et ceux qui ne le comprennent pas.
___
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


lzmautils-devel move in UPDATING

2009-09-23 Thread Olivier Smedts
With a current ports tree (and installed ports a few days old),
pkg_version -vL = said it couldn't compare version for
lzmautils-devel, which is needed by KDE4. I think there should be
something about the lzmautils-devel move in UPDATING. I think the
necessary commands are :

# portmaster -o archivers/xz archivers/lzmautils-devel
or
# portupgrade -o archivers/xz lzmautils-devel

Confirmed working with portupgrade. I don't use portmaster.
# cat /var/db/pkg/xz-4.999.9/+REQUIRED_BY
kdebase-runtime-4.3.1
kdelibs-4.3.1_1
kdeutils-4.3.1

Cheers

-- 
Olivier Smedts _
ASCII ribbon campaign ( )
e-mail: oliv...@gid0.org- against HTML email  vCards  X
www: http://www.gid0.org- against proprietary attachments / \

  Il y a seulement 10 sortes de gens dans le monde :
  ceux qui comprennent le binaire,
  et ceux qui ne le comprennent pas.
___
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! take 6

2009-09-07 Thread Olivier Smedts
2009/9/7 Bernhard Fröhlich de...@bluelife.at:
 On Mon, September 7, 2009 7:41 am, Danny Braniss wrote:

 [...]
   
   ok, so some time has passed, but virtualbox-2.2.51r20457.tar.gz is
 no
   longer available, there is a
   ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/virtualbox-2.2.51r20457.tar.bz2
   then again in ports/emulatores/virtualbox the version is
 3.0.51r6,
  
   can someone please explain?

 hi, the above was my question, which was totally ignored, not nice.
 I will try and refrase it:
 the call for testing is for a version (2.2.51r20457) which is not
 available, while
 the ports is 3.0.51r6, so while I managed to compile it, it complains
 that COM
 is not running, all this under 8BETA-3, both under 32 and 64 bit.

 I'll try to be nice but it is still unclear to me what you want. The file
 is available on all 4 master sites that are listed in the ports Makefile.

 The virtualbox port is still in heavy development so it is strongly
 recommended that you use the latest version that is in the ports. If that
 also does not work you could give our svn version a try but be careful
 with it because it can break in strange ways or destroy your virtual
 machines.

 svn co
 http://svn.bluelife.at/projects/packages/blueports/emulators/virtualbox/

Wow... the SVN version works great for me with VT extensions ! I just
tried a 64 bits 2 processors guest :)

Thanks !


 --
 Bernhard Fröhlich
 http://www.bluelife.at/

 ___
 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




-- 
Olivier Smedts _
ASCII ribbon campaign ( )
e-mail: oliv...@gid0.org- against HTML email  vCards  X
www: http://www.gid0.org- against proprietary attachments / \

  Il y a seulement 10 sortes de gens dans le monde :
  ceux qui comprennent le binaire,
  et ceux qui ne le comprennent pas.
___
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


multimedia/ffmpeg upgrade

2009-08-16 Thread Olivier Smedts
Just a quick note to say I had to rebuild vlc after the last ffmpeg
upgrade. I can't say for other ffmpeg-dependent ports as vlc is my
only one.

Maybe it should be noted in UPDATING or PORTREVISION should be bumped
for some ports.

Cheers

-- 
Olivier Smedts _
ASCII ribbon campaign ( )
e-mail: oliv...@gid0.org- against HTML email  vCards  X
www: http://www.gid0.org- against proprietary attachments / \

  Il y a seulement 10 sortes de gens dans le monde :
  ceux qui comprennent le binaire,
  et ceux qui ne le comprennent pas.
___
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: is upgrade of devel/lib{tool, tldl}15 to devel/lib{tool, tldl}22 worth it?

2009-08-04 Thread Olivier Smedts
2009/8/4 Scott Bennett benn...@cs.niu.edu:
     I see that /usr/ports/UPDATING describes an upgrade of devel/libtool15
 and devel/libtldl15 to devel/libtool22 and devel/libtldl22, respectively.
 Is this a good enough thing to do to justify the probable misery and risk
 of disaster that would be necessary to get through it?  If so, I'll give it
 a shot.  OTOH, I dread going through a trial like the perl5.8 to perl5.10
 upgrade, which was really a pretty awful experience.
     Has anyone done this new upgrade and survived yet?

Don't know for the upgrade, I preferred deinstalling and reinstalling
manually all of my 400 (well I reinstalled only 20 of them, 380 are
RUN or LIB dependencis) ports because of :
- libjpeg upgrade
- some 8-CURRENT libraries version bump (I could make delete-old-libs
after deleting ports)
- libtool and libltdl upgrade
- KDE 4.3.0 just released from area51

That was enough for me to prefer the less risky way... works great so far :)


                                  Scott Bennett, Comm. ASMELG, CFIAG
 **
 * Internet:       bennett at cs.niu.edu                              *
 **
 * A well regulated and disciplined militia, is at all times a good  *
 * objection to the introduction of that bane of all free governments *
 * -- a standing army.                                               *
 *    -- Gov. John Hancock, New York Journal, 28 January 1790         *
 **
 ___
 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


-- 
Olivier Smedts _
ASCII ribbon campaign ( )
e-mail: oliv...@gid0.org- against HTML email  vCards  X
www: http://www.gid0.org- against proprietary attachments / \

  Il y a seulement 10 sortes de gens dans le monde :
  ceux qui comprennent le binaire,
  et ceux qui ne le comprennent pas.
___
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


Thanks for KDE 4.3.0 and Qt 4.5 !

2009-08-04 Thread Olivier Smedts
Big thanks to the FreeBSD KDE team for such a reactive update after
the official release !

I've been testing it for few hours, using area51. It works great.

Are there any differences between area51 and what have been committed
to the ports repository ?

The s/MAKE_JOBS_SAVE/MAKE_JOBS_SAFE fix should also be applied for
devel/qt4-qvfb/Makefile, textproc/qt4-xmlpatterns/Makefile and
databases/qt4-sql/Makefile.

Cheers,
Olivier

-- 
Olivier Smedts _
ASCII ribbon campaign ( )
e-mail: oliv...@gid0.org- against HTML email  vCards  X
www: http://www.gid0.org- against proprietary attachments / \

  Il y a seulement 10 sortes de gens dans le monde :
  ceux qui comprennent le binaire,
  et ceux qui ne le comprennent pas.
___
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! take 6

2009-06-12 Thread Olivier SMEDTS
2009/6/12 Sam Fourman Jr. sfour...@gmail.com:
 On Thu, Jun 11, 2009 at 2:45 PM, Martin Wilkem...@freebsd.org wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Huhu,

 Yes we life and that's good :-).
 Changes:

  - Fix build error when compiling in debug mode on FreeBSD HEAD
  - SemEvent?-r0drv/FreeBSD: Don't use tvtohz for an infinite timeout.
  - Some FreeBSD relate typos
  - Enable shared OpenGL service. Completely untested due to lack of
    appropriate hardware but it compiles at least
  - Add support for shared clipboards. Requires libXt
  - FreeBSD: Implement preemption API for guest SMP and enable
    it (slightly tested). Add neccessary RTMP* methods in userspace
    for the frontends to detect the number of CPUs
  - Runtime/semevent-r0drv-freebsd: Use a sleeping mutex
    instead of a spinlock to fix the problems users are seeing
    (assertions with debugging enabled) while still being able
    to run on 100Hz hosts. No problems detected so far and Solaris
    doesn't use a spin mutex in this code too so it shouldn't do
    any harm (keeping fingers crossed)space for the frontends to
    detect the number of CPUs
  - Add support for curl
  - Add VBoxSharedClipboard

 Ports Changes;
  - Force guestadditions version to 2.2.4
  - Removed Qt3 include replacements (already upstream)
  - Removed cosmetic X11 include path patch

 Please make SURE, your world and kernel is in sync and you've read
 the pkg-messages. Also please unload the kernel module before
 you update the port ;-).

 Many thx to all Vbox Devs, All supporters, my nice team! :-)

   http://people.freebsd.org/~miwi/vbox/virtualbox_6.tgz

  Happy Testing!

 - - Martin


 This may be off topic a bit, but I am looking for a way to plug my Apple 
 Iphone
 into a Windows based guest.

 Does virtualbox allow usb passthrough?

Yes, but not on FreeBSD, and even with that it doesn't work in
VirtualBox (Apple iPhone with iTunes are really picky on USB drivers).
Neither in qemu or VMWare. If you want to use iTunes you'll have to
install Windows, else use another program.



 Sam Fourman Jr.
 ___
 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




-- 
Olivier Smedts _
ASCII ribbon campaign ( )
e-mail: oliv...@gid0.org- against HTML email  vCards  X
www: http://www.gid0.org- against proprietary attachments / \

  Il y a seulement 10 sortes de gens dans le monde :
  ceux qui comprennent le binaire,
  et ceux qui ne le comprennent pas.
___
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: MAKE_JOBS_UNSAFE (some more ports)

2009-06-03 Thread Olivier SMEDTS
2009/5/21 David Naylor naylor.b.da...@gmail.com:
 Hi,

 The following ports failed to build on my system (with a quad core) and
 FORCE_MAKE_JOBS set.  They did success to build once I added
 MAKE_JOBS_UNSAFE=yes to their Makefile's.

 devel/nasm
 graphics/libart_lgpl
 lang/ocaml
 multimedia/mplayer
 multimedia/smplayer
 security/nss

Please also mark misc/e2fsprogs-libuuid as MAKE_JOBS_UNSAFE as it
always fails to build on my quad-core system until I use
MAKE_JOBS_UNSAFE.

Thanks !

 Is there any effort to mark ports as MAKE_JOBS_SAFE: is it desired for ports
 that are successful with FORCE_MAKE_JOBS to be reported?

 Regards

 David

 P.S. I'm not on the list
 P.P.S. editors/openoffice-3 does not obey MAKE_JOBS, it requires MAXMODULES
 and MAXPROCESSES set (should I file a PR?).




-- 
Olivier Smedts _
ASCII ribbon campaign ( )
e-mail: oliv...@gid0.org- against HTML email  vCards  X
www: http://www.gid0.org- against proprietary attachments / \

  Il y a seulement 10 sortes de gens dans le monde :
  ceux qui comprennent le binaire,
  et ceux qui ne le comprennent pas.
___
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! take 4

2009-05-27 Thread Olivier SMEDTS
2009/5/27 Martin Wilke m...@freebsd.org:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1


 Howdy,

 First of all sorry for all unanswered mails, I got a stupid flu,
 but now i feel better... ok now back to vbox, time for a new call
 for testing :-)

I can't make install WITH_GUESTADDITIONS=yes if I don't download the
iso manually into /usr/ports/distfiles/ :

# make install
[...]
install  -o root -g wheel -m 444
/usr/ports/distfiles/VBoxGuestAdditions_2.2.2.iso
/usr/local/lib/virtualbox/
install: /usr/ports/distfiles/VBoxGuestAdditions_2.2.2.iso: No such
file or directory
*** Error code 71

Also, are there any plans on VT and x86_64 guests support (blocking
feature for me) ?

Thanks for the great port !

 Following was added/fixed:

 - - ACPI Support was added
 - - hostDVD support was added
 - - Fix startup on HEAD
 - - Plist problem under AMD64 was fixed
 - - Qt4 Frontend is now Optional
 - - Desktop file was added
 - - Xorg dependencies was fixed
 - - Guest additions was added (thx to Maho NAKATA chat95 (at) mac dot com)

 Open task:
  We have got 2 patches for nls support and the request
  to make dbus and pulseaudio optional. These both will
  be added with the next run.

  We'd like to say many many thanks for all your feedback.

 http://people.freebsd.org/~miwi/vbox/virtualbox_5.tgz

 Happy Testing :-)



 - --

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

 iEYEARECAAYFAkodQ48ACgkQdLJIhLHm/OmjfQCfR6Zczz0XcZZpAYie64D2G0Ti
 wwQAn2r0W/12iidjOfgvX05QPNQX1oUc
 =b8tt
 -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


-- 
Olivier Smedts _
ASCII ribbon campaign ( )
e-mail: oliv...@gid0.org- against HTML email  vCards  X
www: http://www.gid0.org- against proprietary attachments / \

  Il y a seulement 10 sortes de gens dans le monde :
  ceux qui comprennent le binaire,
  et ceux qui ne le comprennent pas.
___
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! take 3

2009-05-24 Thread Olivier SMEDTS
2009/5/24 Norikatsu Shigemura n...@freebsd.org:
 Hi Martin.

 On Fri, 22 May 2009 19:59:57 +0200
 Martin Wilke m...@freebsd.org wrote:
 We rolled a new version with a fix for all users where
 has problems with kernel load and unload. Many thanks to
 Shin-ichi Okano where submitted this patch to the vbox ml.
 http://people.freebsd.org/~miwi/vbox/virtualbox_4.tgz

        I tried to support NLS.  Please see also my patch.

        BTW, In my environment, VBoxREM32.so and VBoxREM64.so was not
        installed.  Do you know why?

Same here (amd64).

 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
 - -
 --- Makefile.orig       2009-05-23 01:59:37.0 +0900
 +++ Makefile    2009-05-25 05:11:37.046564727 +0900
 @@ -128,6 +128,9 @@
        ${MKDIR} ${PREFIX}/lib/virtualbox
        (cd ${WRKSRC}/out/${KMK_ARCH}/release/bin  ${COPYTREE_SHARE} *.so 
 *.gc *.r0 components ${PREFIX}/lib/virtualbox)

 +       ${MKDIR} ${PREFIX}/lib/virtualbox/nls
 +       (cd ${WRKSRC}/out/${KMK_ARCH}/release/obj/VirtualBox/qtnls  
 ${COPYTREE_SHARE} *.qm ${PREFIX}/lib/virtualbox/nls)
 +
        ${MKDIR} ${PREFIX}/bin
  .for f in VBoxBFE VBoxHeadless VBoxManage VBoxNetDHCP VBoxSDL VBoxSVC 
 VBoxXPCOMIPCD VirtualBox
        ${INSTALL_PROGRAM} ${WRKSRC}/out/${KMK_ARCH}/release/bin/$f 
 ${PREFIX}/lib/virtualbox/
 --- pkg-plist.orig      2009-05-08 03:59:50.0 +0900
 +++ pkg-plist   2009-05-25 05:11:25.684009015 +0900
 @@ -21,8 +21,6 @@
  lib/virtualbox/VBoxNetDHCP.so
  lib/virtualbox/VBoxPython.so
  lib/virtualbox/VBoxREM.so
 -lib/virtualbox/VBoxREM32.so
 -lib/virtualbox/VBoxREM64.so
  lib/virtualbox/VBoxRT.so
  lib/virtualbox/VBoxSDL
  lib/virtualbox/VBoxSDL.so
 @@ -47,6 +45,63 @@
  lib/virtualbox/components/VBoxSVCM.so
  lib/virtualbox/components/VBoxC.so
  lib/virtualbox/components/VBoxXPCOMBase.xpt
 +lib/virtualbox/nls/VirtualBox_ar.qm
 +lib/virtualbox/nls/VirtualBox_bg.qm
 +lib/virtualbox/nls/VirtualBox_ca.qm
 +lib/virtualbox/nls/VirtualBox_cs.qm
 +lib/virtualbox/nls/VirtualBox_de.qm
 +lib/virtualbox/nls/VirtualBox_el.qm
 +lib/virtualbox/nls/VirtualBox_es.qm
 +lib/virtualbox/nls/VirtualBox_eu.qm
 +lib/virtualbox/nls/VirtualBox_fi.qm
 +lib/virtualbox/nls/VirtualBox_fr.qm
 +lib/virtualbox/nls/VirtualBox_hu.qm
 +lib/virtualbox/nls/VirtualBox_id.qm
 +lib/virtualbox/nls/VirtualBox_it.qm
 +lib/virtualbox/nls/VirtualBox_ja.qm
 +lib/virtualbox/nls/VirtualBox_km_KH.qm
 +lib/virtualbox/nls/VirtualBox_ko.qm
 +lib/virtualbox/nls/VirtualBox_nl.qm
 +lib/virtualbox/nls/VirtualBox_pl.qm
 +lib/virtualbox/nls/VirtualBox_pt.qm
 +lib/virtualbox/nls/VirtualBox_pt_BR.qm
 +lib/virtualbox/nls/VirtualBox_ro.qm
 +lib/virtualbox/nls/VirtualBox_ru.qm
 +lib/virtualbox/nls/VirtualBox_sk.qm
 +lib/virtualbox/nls/VirtualBox_sr.qm
 +lib/virtualbox/nls/VirtualBox_sv.qm
 +lib/virtualbox/nls/VirtualBox_tr.qm
 +lib/virtualbox/nls/VirtualBox_zh_CN.qm
 +lib/virtualbox/nls/VirtualBox_zh_TW.qm
 +lib/virtualbox/nls/qt_ar.qm
 +lib/virtualbox/nls/qt_bg.qm
 +lib/virtualbox/nls/qt_ca.qm
 +lib/virtualbox/nls/qt_cs.qm
 +lib/virtualbox/nls/qt_de.qm
 +lib/virtualbox/nls/qt_el.qm
 +lib/virtualbox/nls/qt_es.qm
 +lib/virtualbox/nls/qt_eu.qm
 +lib/virtualbox/nls/qt_fi.qm
 +lib/virtualbox/nls/qt_fr.qm
 +lib/virtualbox/nls/qt_hu.qm
 +lib/virtualbox/nls/qt_id.qm
 +lib/virtualbox/nls/qt_it.qm
 +lib/virtualbox/nls/qt_ja.qm
 +lib/virtualbox/nls/qt_km_KH.qm
 +lib/virtualbox/nls/qt_ko.qm
 +lib/virtualbox/nls/qt_nl.qm
 +lib/virtualbox/nls/qt_pl.qm
 +lib/virtualbox/nls/qt_pt.qm
 +lib/virtualbox/nls/qt_pt_BR.qm
 +lib/virtualbox/nls/qt_ro.qm
 +lib/virtualbox/nls/qt_ru.qm
 +lib/virtualbox/nls/qt_sk.qm
 +lib/virtualbox/nls/qt_sr.qm
 +lib/virtualbox/nls/qt_sv.qm
 +lib/virtualbox/nls/qt_tr.qm
 +lib/virtualbox/nls/qt_zh_CN.qm
 +lib/virtualbox/nls/qt_zh_TW.qm
 +...@dirrm lib/virtualbox/nls
 �...@dirrm lib/virtualbox/components
 �...@dirrm lib/virtualbox
 �...@cwd /
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
 - -
 ___
 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




-- 
Olivier Smedts _
ASCII ribbon campaign ( )
e-mail: oliv...@gid0.org- against HTML email  vCards  X
www: http://www.gid0.org- against proprietary attachments / \

  Il y a seulement 10 sortes de gens dans le monde :
  ceux qui comprennent le binaire,
  et ceux qui ne le comprennent pas.
___
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! take2

2009-05-19 Thread Olivier SMEDTS
2009/5/19 Martin Wilke m...@freebsd.org:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Howdy ..

 Next run,

 We updated the port to 2.2.2r19801.
 The Patch files/patch-amd64-r0-exec-alloc
 was removed in favor of a similar fix
 commited to upstream. Also was fixed a
 bug on HEAD which should be fix the Kernel
 crash. Please test test test .. :-)

 PS: Yes this run is for AMD64 and HEAD
    users!


 http://people.freebsd.org/~miwi/vbox/virtualbox_3.tgz


 Happy Testing!

Tested, installed fine but I can only run guests without VT (so only 32-bits).
I'm using latest -CURRENT on amd64 (Intel Core2 Quad Q9450).
Seems to work fine (but slowly) for 32-bit guests without VT.

Thanks !

 - --

 +---+---+
 |  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)

 iEYEARECAAYFAkoSeCYACgkQdLJIhLHm/OkuOQCfVzr7yTxydbo6npBgO2LyZNk1
 RpUAnAmxjlHTBsM8pJ5SIiPIqQRCWElu
 =LoBM
 -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


-- 
Olivier Smedts _
ASCII ribbon campaign ( )
e-mail: oliv...@gid0.org- against HTML email  vCards  X
www: http://www.gid0.org- against proprietary attachments / \

  Il y a seulement 10 sortes de gens dans le monde :
  ceux qui comprennent le binaire,
  et ceux qui ne le comprennent pas.
___
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: HEADS UP: GNOME 2.26 available for FreeBSD

2009-04-14 Thread Olivier SMEDTS
2009/4/14 Michal Varga varga.mic...@gmail.com:
 On Tue, Apr 14, 2009 at 5:34 PM, Dmitry Morozovsky ma...@rinet.ru wrote:
 On Tue, 14 Apr 2009, Michal Varga wrote:

 Yes, it's Gnome Terminal, see $SUBJ ;-)

 I just filled 'ssh -e none host' in execute command field.

 Before upgrade to 2.26 everything is worked like a charm -- on a first 
 external
 connect, seahorse popup appears, asks me for a passphrase, and subsequent
 external sessions works automagically.

 I'm still puzzled with that, by execute command field i guess you mean
 [x] run a custom command instead of my shell in gnome-terminal
 preferences. Bud where'd you get the ssh/seahorse functionality?

 Let's assume the 'ssh' will run the first ssh in path, that is by default

 $ which ssh
 /usr/bin/ssh

 $ ssh -V
 OpenSSH_5.1p1 FreeBSD-20080901, OpenSSL 0.9.8e 23 Feb 2007

 But where does your seahorse powered ssh client come from?

It's an ssh agent, not an ssh client. I think it defines some SSH_*
env variables at session opening, which are used by /usr/bin/ssh.


-- 
Olivier Smedts _
ASCII ribbon campaign ( )
e-mail: oliv...@gid0.org- against HTML email  vCards  X
www: http://www.gid0.org- against proprietary attachments / \

  Il y a seulement 10 sortes de gens dans le monde :
  ceux qui comprennent le binaire,
  et ceux qui ne le comprennent pas.
___
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: portsnap

2009-03-10 Thread Olivier SMEDTS
2009/3/10 Nataraj S Narayan natara...@gmail.com:
 Hi

 After a 'portsnap fetch' is it portsnap extract or is it portsnap
 update?  What is the proper way?

Hello,

portsnap extract extracts the entire ports tree, replacing existing
files and directories (from the manpage). portsnap update only
extracts the updated ports (after a portsnap fetch) since the last
extract or update.

Example :
Your ports tree is empty... you use portsnap fetch extract.
After some time, some ports are updated. You use portsnap fetch
update to update your ports tree (after a fetch of course).

Cheers



 I user FreeBSD 7.1

 regards

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




-- 
Olivier Smedts _
ASCII ribbon campaign ( )
e-mail: oliv...@gid0.org- against HTML email  vCards  X
www: http://www.gid0.org- against proprietary attachments / \

  Il y a seulement 10 sortes de gens dans le monde :
  ceux qui comprennent le binaire,
  et ceux qui ne le comprennent pas.
___
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: Summary of xorg - 7.4 with nvidia driver without hal

2009-02-12 Thread Olivier SMEDTS
2009/2/12 Lars Eighner portsu...@larseighner.com:

 Summary of experiences upgrading xorg - 7.4 with nvidia-driver without hal

 I have had many misadventures in upgrading to xorg 7.4 with nvidia-driver.
 This is a summary of what worked.  Most of these things are not original
 but have been derived of things posted here and to the ports mailing list.
 I have however tried to eliminate some of the stuff that seemed unnecessary
 or did not help.

 This assumes you have been more or less sucessfully been running xorg 7.3
 with the nvidia driver with or without hal and want to upgrade to xorg 7.4
 without hal.

 1.  If you have previously built xorg with hal, beware of manually changing
 /var/db/ports/xorg/options manually unless you know what you are doing.  In
 general the *value* of config flags is never tested, but only the existence
 of the flags.  So changing WITH_HAL=true is *not* likely to work.  Instead,
 this flag needs to be replaced by WITHOUT_HAL=true (that is *not* by
 WITH_HAL=false).

 2.  If you did not rebuild libxcb and all its dependancies as advised in
 UPGRADING 20090123 do not do so until you are ready to upgrade xorg.  This
 is merely a time-saving measure.  The dependencies of libxcb include pretty
 much everything x-related, so there is no point in doing it with the old
 ports tree, if you are immediately going to build xorg with a newer ports
 tree.

 3.  Upgrade xorg.  If you do this immediately after 2, there won't be much
 to it.

 4. Rebuild nvidia-driver.

 5. Now the problem is, the nvidia-driver version of libwfb.so is broken.
 When nvidia-driver built, it should have preserved the xorg lib as
 XXX-libwfb... If you have done things in exactly this order, so you know the
 backed up xorg lib is the right one, you can simply change the symbolic link
 which is libwfb.so to the backed up (XXX-etc.) xorg lib.  However, if you
 have any doubts about the backed up lib being the right one do this:
   a.  force reinstallation of xorg-server, and
   b.  replace libglx.so in /usr/local/xorg/modules with a symbolic
 link to libglx.so.1 (which is nvidia verson of this lib).

 6. Add the line
option  AllowEmptyInput off
 to the server layout section of /etc/X11/xorg.conf.  The whole section
 should then look something like:

 Section ServerLayout
Identifier Layout0
Screen  0  Screen0 0 0
InputDeviceKeyboard0 CoreKeyboard
InputDeviceMouse0 CorePointer
option  AllowEmptyInput off
 EndSection

 Some reports suggest that this really belongs in a ServerFlags section,
 but this seems to work.

 7. Verify that

 moused_enable=YES

 is effective in /etc/rd.conf.  Remember that rd.conf cascades on itself and
 the default rd.conf, so that the *last* option entered wins.  You can use
 the configure option of /usr/sbin/sysinstall to be sure that moused works
 and that a winning entry is in /etc/rd.conf, but just checking and editing
 manually will also work.

Good guide. Just a little note :
rd.conf must be rc.conf.



 8. reboot.

 Reports are that you cannot load the new nvidia kernel module manually
 with kldload (although this may have worked in the past).

 9.  If the keyboard in X still does not work, you may have to force
 reinstallation of xf86-input-keyboard.  This worked for me after I had done
 everything else and the mouse was working.



 --
 Lars Eighner
 http://www.larseighner.com/index.html
 8800 N IH35 APT 1191 AUSTIN TX 78753-5266

 ___
 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




-- 
Olivier Smedts _
ASCII ribbon campaign ( )
e-mail: oliv...@gid0.org- against HTML email  vCards  X
www: http://www.gid0.org- against proprietary attachments / \

  Il y a seulement 10 sortes de gens dans le monde :
  ceux qui comprennent le binaire,
  et ceux qui ne le comprennent pas.
___
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: Firefox locking and unkillable

2009-02-11 Thread Olivier SMEDTS
Hello,

2009/2/11 Andrea Venturoli m...@netfence.it:
 Hello.

 I'm quite unhappy with firefox3 on a 6.3p8/i386 and I'm in need advices on
 how to fix this.



 I use Firefox to display some sites that Konqueror won't work with, but it
 is highly unstable.
 As soon as I visit some sites, it locks up instantly; with others it might
 work or not, depending on I don't know what: it might stand that it locks
 more frequently if I click somewhere without waiting for the page to load
 fully, but I'm not sure about this.

 Am I the only one experiencing this problem?

Do you use gnash or some sort of flash plugin ?

Have you tried disabling all plugins and extensions in your firefox
profile (Tools / Add-ons menu) ?


 Furthermore, when it locks, it's unkillable.
 Here's what I have after killing -9 firefox-bin.

 %ps ax | grep firef
 13158  ??  I  0:00.01 /bin/sh /usr/local/bin/firefox3
 13162  ??  I  0:00.01 /bin/sh /usr/local/lib/firefox3/run-mozilla.sh
 /usr/local/lib/firefo
 13167  ??  T  0:39.83 /usr/local/lib/firefox3/firefox-bin
 35238  p9  R+ 0:00.00 grep firef

 I read T means stopped state, but I don't really know what that means and
 how to cope.



 Finally, just an annoyance, but might be related: everytime I start it, even
 if closed regularly on the previous run, it displays a dialog saying:
 Your last Firefox session closed unexpectedly. You can restore the tabs and
 windows from your previous session, or start a new session if you think the
 problem was related to a page you were viewing.
 and asking me whether I want to start a new session or restore the previuous
 one
 Both choices lead up to a blank window (that's what I want).



  bye  Thanks
av.
 ___
 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




-- 
Olivier Smedts _
ASCII ribbon campaign ( )
e-mail: oliv...@gid0.org- against HTML email  vCards  X
www: http://www.gid0.org- against proprietary attachments / \

  Il y a seulement 10 sortes de gens dans le monde :
  ceux qui comprennent le binaire,
  et ceux qui ne le comprennent pas.
___
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: xorg upgrade and /etc/ttys regression

2009-01-29 Thread Olivier SMEDTS
2009/1/29 Oliver Fromme o...@lurza.secnetix.de:
 Just to be clear ...  Am I understanding things right that
 the new X server requires hald and dbus running?  It won't
 work anymore without them?

It's not required, you can still build, install and run xorg-server
WITHOUT_HAL=yes. But you need to add a line in your /etc/xorg.conf
(don't have mine at the moment, look at /usr/src/UPDATING). I think
that is, in the ServerFlags section :
Option AutoAddDevices false

 (That would be a good reason for me not to update.)

Me too. But I updated and I don't have problems without hal and
dbus. I still use moused/sysmouse.


 Best regards
   Oliver

 --
 Oliver Fromme, secnetix GmbH  Co. KG, Marktplatz 29, 85567 Grafing b. M.
 Handelsregister: Registergericht Muenchen, HRA 74606,  Geschäftsfuehrung:
 secnetix Verwaltungsgesellsch. mbH, Handelsregister: Registergericht Mün-
 chen, HRB 125758,  Geschäftsführer: Maik Bachmann, Olaf Erb, Ralf Gebhart

 FreeBSD-Dienstleistungen, -Produkte und mehr:  http://www.secnetix.de/bsd

   Can the denizens of this group enlighten me about what the
   advantages of Python are, versus Perl ?
 python is more likely to pass unharmed through your spelling
 checker than perl.
-- An unknown poster and Fredrik Lundh
 ___
 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




-- 
Olivier Smedts _
ASCII ribbon campaign ( )
e-mail: oliv...@gid0.org- against HTML email  vCards  X
www: http://www.gid0.org- against proprietary attachments / \

  Il y a seulement 10 sortes de gens dans le monde :
  ceux qui comprennent le binaire,
  et ceux qui ne le comprennent pas.
___
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: how to install a port without install: in the Makefile

2009-01-19 Thread Olivier SMEDTS
2009/1/19 Olivier SMEDTS oliv...@gid0.org:
 2009/1/19 Steve Franks bahamasfra...@gmail.com:
 I got me a port that just builds a single executable.  What's the
 proper way to set up the port makefile to copy that to /usr/local/bin?

 I'd use :

 do-install:
 ${INSTALL_PROGRAM} ${WRKSRC}/program_name ${PREFIX}/bin/

and of course you must have bin/program_name in pkg-plist.


 Thanks,
 Steve
 ___
 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




 --
 Olivier Smedts _
ASCII ribbon campaign ( )
 e-mail: oliv...@gid0.org- against HTML email  vCards  X
 www: http://www.gid0.org- against proprietary attachments / \

  Il y a seulement 10 sortes de gens dans le monde :
  ceux qui comprennent le binaire,
  et ceux qui ne le comprennent pas.




-- 
Olivier Smedts _
ASCII ribbon campaign ( )
e-mail: oliv...@gid0.org- against HTML email  vCards  X
www: http://www.gid0.org- against proprietary attachments / \

  Il y a seulement 10 sortes de gens dans le monde :
  ceux qui comprennent le binaire,
  et ceux qui ne le comprennent pas.
___
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: how to install a port without install: in the Makefile

2009-01-19 Thread Olivier SMEDTS
2009/1/19 Steve Franks bahamasfra...@gmail.com:
 I got me a port that just builds a single executable.  What's the
 proper way to set up the port makefile to copy that to /usr/local/bin?

I'd use :

do-install:
${INSTALL_PROGRAM} ${WRKSRC}/program_name ${PREFIX}/bin/


 Thanks,
 Steve
 ___
 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




-- 
Olivier Smedts _
ASCII ribbon campaign ( )
e-mail: oliv...@gid0.org- against HTML email  vCards  X
www: http://www.gid0.org- against proprietary attachments / \

  Il y a seulement 10 sortes de gens dans le monde :
  ceux qui comprennent le binaire,
  et ceux qui ne le comprennent pas.
___
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: Xorg - minimal

2008-10-17 Thread Olivier SMEDTS
  Simplified DocBook XML DTD
 trapproto-3.4.3 DEC-XTRAP extension headers
 unzip-5.52_5List, test and extract compressed files in a ZIP archive
 videoproto-2.2.2Video extension headers
 xauth-1.0.2 X authority file utility
 xcmiscproto-1.1.2   XCMisc extension headers
 xextproto-7.0.2 XExt extension headers
 xf86-input-keyboard-1.2.2_2 X.Org keyboard input driver
 xf86-input-mouse-1.2.3_2 X.Org mouse input driver
 xf86-video-nv-2.1.12 X.Org nv display driver
 xf86bigfontproto-1.1.2 XFree86-Bigfont extension headers
 xf86dgaproto-2.0.3  XFree86-DGA extension headers
 xf86driproto-2.0.3  XFree86-DRI extension headers
 xf86miscproto-0.9.2 XFree86-Misc extension headers
 xf86vidmodeproto-2.2.2 XFree86-VidModeExtension extension headers
 xineramaproto-1.1.2 Xinerama extension headers
 xinit-1.0.7 X Window System initializer
 xkbcomp-1.0.3   Compile XKB keyboard description
 xkeyboard-config-1.4 X Keyboard Configuration Database
 xmlcatmgr-2.2   SGML and XML catalog manager
 xorg-server-1.4.2,1 X.Org X server and related programs
 xproto-7.0.10_1 X11 protocol headers
 xtrans-1.0.4Abstract network code for X

 -BEGIN PGP SIGNATURE-
 Version: GnuPG v2.0.9 (FreeBSD)

 iEYEARECAAYFAkj4ogkACgkQtl8kq+nCzNF89QCfWwHZzTtsf3zmD2RLW6nDY03X
 SO0An0GhxzQI59RfKJUFP2eH45G1LRFo
 =t3Aj
 -END PGP SIGNATURE-
 ___
 freebsd-ports@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-ports
 To unsubscribe, send any mail to [EMAIL PROTECTED]




-- 
Olivier Smedts _
ASCII ribbon campaign ( )
e-mail: [EMAIL PROTECTED]- against HTML email  vCards  X
www: http://www.gid0.org- against proprietary attachments / \

  Il y a seulement 10 sortes de gens dans le monde :
  ceux qui comprennent le binaire,
  et ceux qui ne le comprennent pas.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


  1   2   >