emulators/virtualbox-ose: /tstVMStructRC: 1: Syntax error: ( unexpected

2015-02-17 Thread O. Hartmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

On all CURRENT systems (most recent and modern  IvyBridge hardware installed
after 9/2014) I face a nasty problem in compiling emulators/virtualbox-ose, as
the error below documents. The compilation error is sticky now for months and
occurs on CURRENT since September 2014. The systems in question have been
installed around that time and later (last box Jabuary 2015).

The strange part is that I also run some other systems with the same recent
CURRENT and most recent ports tree, but they have been installed a long time
ago and they slide from one revision of CURRENT to the next. Those boxes are
also equipted with recent CPU architectures (most recent is a IvyBridge XEON).

I tried to rebuild everything prerequisite for mulators/virtualbox-ose via
portmaster -f, but without any success. All systems in questions do have a
very similar setup and a identical /etc/src.conf and /etc/make.conf.


Please CC me, as i do not subscribe the list.

Regards,

oh

[...]

kBuild: bin2c vboxweb-wsdl
- - 
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.22/out/freebsd.amd64/release/obj/webservice/vboxweb.wsdl
kBuild: Installing tstVMStructRC
= 
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.22/out/freebsd.amd64/release/bin/tstVMStructRC
kBuild: Generating tstVMStructSize
- - 
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.22/out/freebsd.amd64/release/obj/VMM/tstVMStructRC.h
 
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.22/out/freebsd.amd64/release/bin/tstVMStructRC:
1: Syntax error: ( unexpected kmk: ***
[/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.22/out/freebsd.amd64/release/obj/VMM/tstVMStructRC.h]
Error 2 kmk: *** Deleting file
`/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.22/out/freebsd.amd64/release/obj/VMM/tstVMStructRC.h'
kmk: *** Waiting for unfinished jobs filesplitter: Out of 144 files: 144
rewritten, 0 unchanged.
(/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.22/out/freebsd.amd64/release/obj/VirtualBox/include)
kmk_builtin_append
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.22/out/freebsd.amd64/release/obj/VirtualBox/include/COMWrappers
kmk: *** Exiting with status 2 *** Error code 2

Stop.
make[1]: stopped in /usr/ports/emulators/virtualbox-ose
*** Error code 1

Stop.
make: stopped in /usr/ports/emulators/virtualbox-ose
-BEGIN PGP SIGNATURE-
Version: GnuPG v2

iQEcBAEBCAAGBQJU4wAyAAoJEOgBcD7A/5N8zykH/iNxnmbKu4Qlxq2ftmYtA4zx
PPA/NVDvkkhFHyQmIH8VqguPVAjEl5gVPJo/6mfu8iEtfL0Rx7TqlPYiaUn+cEbL
Jf2hIjE3zClKIHeZ6T1Sw4mEgnnWddYZb1YFJfsLOUCIPKWU9n9GKTTllJK3qid1
Hv83w+zxS1lPQRhdoVkNy6zZ0lhdBvxh0x+CqCb9SyS26wI/UDga91p+meHFi5iv
szU54AHDcyXHbZD2FrFUsm4mPwUR0CUg48W0DiJqPu/NQXIRYSnabz4mZmY3jBiQ
QpZInXWKTW/5p4ySrXPUt7b538l5NAbFsYHJbbaepGLZLysKEJtvsZvpE8m+rbU=
=l2B+
-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


[CFT] sysutils/xfce4-power-manager 1.4.2

2015-02-17 Thread Olivier Duchateau
Hi,

An update of sysutils/xfce4-power-manager is available for some time in Xfce 
devel repo. It's time to test it.
Settings manager and panel were rewritten, support of FreeBSD (and DragonFly) 
was enhanced.

Unfortunatelly panel still crashes (like current version in ports tree), if 
acpi_video(4), driver, which controls backlight brightness is not functional. 
OpenBSD users seem to have same problem.

You need to have hw.acpi.video.%s.levels and hw.acpi.video.%s.brightness, 
otherwise panel crashes. Panel is only essential for backlight brightness, 
daemon is provided by another port.

On my laptop I can decrease (or increase brightness level with multimedia keys, 
but not with sysctl).

Now xfce4-power-manager is divided into:
- sysutils/power-manager-common (daemon and settings manager) [1]
- sysutils/xfce4-power-manager (panel plugin) [2]

Power manager supports also LXDE, but lxpanel must be updated.

It's also available in '4.11' branch, see our wiki page [3] for details (this 
is transitional branch, in other words compatible with our current ports tree, 
this will change with the 4.12 release).

When panel plugin is running, we can define new mode calls 'presentation mode'. 
I have experimental patches [4] which inhibits xscreensaver (apply to 
sysutils/power-manager-common). To enable, new property must be created:

xfconf-query -c xfce4-power-manager -p /xfce4-power-manager/presentation-mode 
-n -t bool -s true

To disable:
xfconf-query -c xfce4-power-manager -p /xfce4-power-manager/presentation-mode -T

Enjoy

[1] https://people.freebsd.org/~olivierd/patches/power-manager-common.shar
[2] https://people.freebsd.org/~olivierd/patches/xfce4-power-manager.diff
[3] https://wiki.freebsd.org/Xfce
[4] https://people.freebsd.org/~olivierd/patches/power-manager-common/

-- 
Olivier Duchateau olivi...@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: Missing dependency on gettext in libqalculate is holding back KDE builds since December

2015-02-17 Thread Kurt Jaeger
Hi!

 Besides math/libqalculate there is also net/mediastreamer and 
 audio/easytag which fail for the same reason:

tijl fixed mediastreamer, PR 196187 was filed for an easytag update
and was used to also fix the NLS/gettext issued 8-}

-- 
p...@opsec.eu+49 171 3101372 5 years to go !
___
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