9.x in order to prevent run-time breakage after the recent changes in
libiconv
- Bump port revision for lang/ghc and all dependents, as a consequence
Obtained from: FreeBSD Haskell
2014-03-23 deskutils/lxshortcut: Now distributed with x11/libfm-1.2.0
2014-03-23 databases/p5-Ima-DBI-Contextual: deprecated by upstream
2014-03-23 databases/p5-Class-DBI-Lite: deprecated by upstream
2014-03-23 net/AquaGatekeeper: Binary port of software abandoned by the vendor
2014-03-23 mail/mailutils: This port needs to be taken care of, it suffers from bit rot. Especially with options other than GUILE, uninstall may leave files behind
2014-03-23 games/xflame: No more public distfiles
2014-03-23 games/p5-Algorithm-Pair-Best: Use games/p5-Algorithm-Pair-Best2 instead
2014-03-24 x11-wm/hackedbox: Abandonware
2014-03-23 emulators/hfs: No upstream, no public distfiles; consider using 'sysutils/hfsutils'
2014-03-23 games/fuhquake: Upstream disappeared; no more public distfiles; unmaintained
- Pass maintainership to submitter
cwm is a window manager for X11 initially inspired by evilwm. cwm has several
novel features, including the ability to search for windows. it features a
very simple and attractive aesthetic.
PR: ports/187803
Submitted by: <braakvaak@aol.com>
in lengthy, ugly way, but also without need: upstream installation routine
supports DESTDIR naturally. Meanwhile, clean Makefile up a bit by sorting
knobs, utilize newly added USES+=tar:tbz, and synchronize port description
text with `x11-wm/wmii' port.
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.