The project moved to GitHub and removed all files from SourceForge. diff -uprN
from the old tarball from SF and the new one from GitHub indicates that a
.gitignore file was added and the debian/ directory was removed.
make way for a port of NetHack 3.6.0.
. Add a note to updating on how to preserve save and bones files.
PR: 205255
Submitted by: groot@kde.org (partially)
Warning:
Name: button_1
Class: XmCascadeButtonGadget
Illegal mnemonic character; Could not convert X KEYSYM to a keycode
Warning:
Name: button_2
Class: XmCascadeButtonGadget
Illegal mnemonic character; Could not convert X KEYSYM to a keycode
Warning:
Name: button_3
Class: XmCascadeButtonGadget
Illegal mnemonic character; Could not convert X KEYSYM to a keycode
Warning:
Name: button_1
Class: XmCascadeButtonGadget
Illegal mnemonic character; Could not convert X KEYSYM to a keycode
Warning:
Name: button_2
Class: XmCascadeButtonGadget
Illegal mnemonic character; Could not convert X KEYSYM to a keycode
Warning:
Name: button_3
Class: XmCascadeButtonGadget
Illegal mnemonic character; Could not convert X KEYSYM to a keycode
[1] 81176 bus error xshisen
Approved by: portmgr blanket
- Add libopenal.so as a LIB_DEPENDS to resolve run time issue (no sound)
- Update LWJGL lib dependency to 2.9.3
- Add NO_ARCH while here
PR: 205436
Submitted by: Ilia Skalozubov <freebsd@skinc.ru>
- Set JAVA_VERSION from 1.7 to 1.7+
- Update a patch, fix other patch to be `make makepatch` compliant
PR: 205435
Submitted by: Ilia Skalozubov <freebsd@skinc.ru>
Approved by: unmaintained
Bug 200018 is caused by the .pyc/.pyo files installed by devel/py-pykde4
containing references to the stage directory in them. When
editors/kate-plugin-pate is built by a user with write-access to those
PyKDE4 .pyc/.pyo files, they are rewritten automatically by Python to point
to their current location, which most of the times is different from the
staging location of where devel/py-pykde4 was built. This at the very least
leads to a filesystem violation in Poudriere.
The fix I landed upstream involves making kdelibs's PythonCompile.py accept
a --destination-dir parameter with the directory we want to register in the
.pyc/.pyo files, just like several ports do in their build or post-install
targets by calling Python's compileall.py module with -d.
The patches in files/ look somewhat confusing because we already patch
PythonMacros.cmake to build .pyo files and had to integrate the other
patches into it. At least I have added some context to
patch-cmake_modules_PythonMacros.cmake to reduce the confusion.
Bump PORTREVISION in affected ports:
- devel/py-pykde4: Install .pyc/.pyo files with ${STAGEDIR} in them.
- games/kajongg: The plist now includes .pyo files, and was adjusted to work
with Python 3 in the future if necessary.
- x11/kdelibs4: Install new CMake files.
- x11/plasma-scriptengine-python: Install .pyc/.pyo files with ${STAGEDIR}
in them.
PR: 200018
MFH: 2015Q4