- Substantial parts of inetcomm implemented (for Outlook).
- Still better crypt32 support.
- Memory management improvements.
- Theming support for buttons.
- Various bug fixes.
- Beginnings of schannel implementation using GnuTLS.
- Many fixes from various code analysis tools.
- Support for X11 desktop work area.
- Fixes for Richedit tables.
- More complete JavaScript support.
- Improved device management for DOS drives.
- Many Richedit fixes.
- Various installer fixes, particularly for IE 7.
- First steps of Direct3D 10 implementation.
- Various bug fixes.
Due to small issue with gxemul (PCI registers values of piix
controller are not saved having been written) FreeBSD in
gxemul panics after detecting IDE devices. Apply this patch to
fix it...
o Bump PORTREVISION
o Take on this port.
Submitted by: gonzo@
. chase some new package versions;
. add a package with a missing library presented at previous linux_base [1]
ports (libcom_err);
. bump PORTREVISION.
Reported at: emulation@ [1]
- pet portlint(1)
- add info on the rc.conf settings
- don't reinstall files twice
- open-vm-tools and open-vm-tools-nox11 need to CONFLICT each other
- on 5.x, the scripts won't try to load unsupported kmods
- kldxref should be run also on 5.x
- bump PORTREVISION
Submitted by: Angelo Turetta <aturetta@bestunion.it>
- Substantial JavaScript implementation.
- Partial support for layered windows.
- Support for Unicode file export in Regedit.
- Proper exception handling in widl-generated code.
- Asynchronous requests and cookies support in WinHTTP.
- Various bug fixes.
- Substantial chunks of WinHTTP are implemented.
- More JavaScript support.
- Beginnings of shell AppBar implementation.
- Several fixes for Google Chrome support.
- Chinese translations.
- Various bug fixes.
AQEMU is a QEMU GUI written in Qt4. The program have user-friendly
interface and allows to set up the majority of QEMU options.
WWW: http://sourceforge.net/projects/aqemu/
Approved by: miwi (mentor)
- Pass maintainership to submitter
PR: 126985
Submitted by: L Campbell <llc2w at virginia dot edu> (improved by me)
Approved by: Stefan Sperling <stsp at stsp dot in-berlin dot de> (maintainer)
- Beginnings of ddraw overlay support.
- Many more crypt32 functions.
- Improved support for tables in Richedit.
- Support for NETWM window maximization.
- Many installer fixes.
- Tweaks for better PulseAudio support.
- Various bug fixes.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk
- Remove CONFIGURE_TARGET hack in various bsd.*.mk
- USE_GNOME=gnometarget is now an no-op
Changes to individual ports, other than removing the CONFIGURE_TARGET hack:
= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
- comms/gnuradio
- science/abinit
- science/elmer-fem
- science/elmer-matc
- science/elmer-meshgen2d
- science/elmerfront
- science/elmerpost
= use x86_64 as ARCH
- devel/g-wrap
= other changes
- print/magicfilter
GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf
Total # of ports modified: 1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)
PR: 126524 (obsoletes 52917)
Submitted by: rafan
Tested on: two pointyhat 7-amd64 exp runs (by pav)
Approved by: portmgr (pav)
- ftp.apple.asimov.net was reorganized at some point so the path was
wrong.
- ftp1.au.apple.asimov.net is reliably non-functional with multiple
different symptoms including hangs and asking for username/passwords.
- I found www.kdbarto.org via google.
- Control panel improvements and new appwiz panel.
- Restructuring of state handling in Direct3D.
- Support for timer queue functions.
- Many MSXML improvements.
- Various bug fixes.