wxPython, that helps you create wxWindows/wxPython user interfaces. At the
moment it can generate Python, C++ and XRC (wxWindows' XML resources) code.
WWW: http://wxglade.sourceforge.net/
Apart from internal cleanup, a visible change is that
mmap-related ioctl in video drivers are trapped and made
to return EINVAL.
This prevents clients (e.g. ekiga) that do not check for mmap() errors
from crashing.
I suggest to rebuild linux-gspca-kmod and linux-ov511-kmod.
The org.apache.commons.jxpath package defines a simple interpreter of an
expression language called XPath.
Homepage: http://jakarta.apache.org/commons/jxpath/
Submitted by: Nemo Liu <nemoliu at gmail com>
so it will able to find it in linking/assembling stage. Thus, it's
possible now just add `make -V PREFIX`/bin into the path and both
this and system compilers will work.
- Bump PORTREVISION
PR: ports/108081
Reported by: takawata
The original code detects video devices using the major/minor numbers.
On FreeBSD this does not work, so rely on the name /dev/video* instead.
Approved by: Steve Ames
1) Fix a race condition. It prevents UDP sockets/descriptors leak when
active RADIUS authorization used.
2) FSM events processing optimization. System calls nubers reduced
almost twice. (It makes mpd4 faster)
Submitted by: Alexander Motin <mav_at_alkar.net>
Approved by: software developers
-Fix categories which got mixed up during juggling with different
repos.
-Remove NO_FILTER_SHLIBS, which disappeared shortly before Qt4 was
committed.
Noticed by: erwin, pav
features a simple interface for defining unit tests,
putting little in the way of the developer. Tests are
run in a separate address space, so Check can catch both
assertion failures and code errors that cause segmentation
faults or other signals. The output from unit tests can be
used within source code editors and IDEs.
Homepage: http://check.sourceforge.net/
Submitted by: rill <jiangzhixiang embedded iscas ac cn>
- Move qt4-codecs-tw to chinese [1]
- Add some missing quotes [1]
- From the "this never happened in the clean room" dept:
Disable session management support more universally to
avoid linktime errors.
[1] Spotted by: rafan
of the port include:
- A new 'descriptiveCilPrinter' class for friendlier messages.
- Bug fixes, esp. for 64-bit architectures.
A few APIs have also changed so 3rd-party code using the CIL toolkit
may need to be adapted.