GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as
well as changing the default in Mk/bsd.default-versions.mk.
Part II, Bump PORTREVISIONs.
PR: 182136
Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports)
Tested by: bdrewery (two -exp runs)
This port supposedly builds with two different lisp compilers. The
default one caused a BROKEN definition, so the fix seemed simple: remove
the default and let the other compiler build it.
It didn't work. The other compiler requires a non-default option (new clx)
meaning it wouldn't build in poudriere, and moreover the test for it was
broken. I fixed the test, but the makefile looks for lisp.run in the
wrong place.
I believe clisp could build this unmaintained port with sufficient patches,
but they won't come from me. I started to clean the port up a bit, and
I left those improvements in place. Somebody else wil need to need to
restore SBCL support and/or CLISP support within 2 months, otherwise this
port is headed to the garbage collector.
Changes:
* Wrap XGetWindowAttributes().
* Simplify registration of override-redirect windows.
* Avoid redundant calls of XGetWindowAttributes.
* Only manage InputOutput windows.
* Add server grab around initial window pickup loop.
* Don't play sound in ShowAlert().
* Rename EDrawableCheck to EXDrawableOk and remove unused parameter.
* Add EXWindowOk().
* Use our own window property functions in stead of various Xlib ones.
* Remove some use of X11 Bool type/values.
* Wrap the last XClearArea call.
* Use NoXID in stead of None.
* Use XCopyArea wrapper function.
* Wrap remaining XCopyArea calls.
* Tweak error handler API.
* Wrap some calls to XFillRectangle.
* Fix memory leak when changing area.
* Reduce nesting in DialogRealizeItem().
* Simplify/fix dialog layout code.
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.
This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.
Approved by: portmgr (bapt)