If a port used other USE_GNOME items it was untouched.
The ports that used other USES were fixed by hand.
PR: ports/177081
Reviewed by: bapt
Approved by: portmgr (miwi)
pulls in devel/xorg-macros.
Convert all ports that depends on xorg-macros to use this USE_XORG.
Split up the long XORG_MODULES= list in bsd.xorg.mk to have only one module
on each line.
Add xorg-macros dependency to xorg-server.
Reviewed by: kwm, bapt
Obtained from: xorg development repo (partly)
It brings bison as a build dependency in case it is set the following way:
USES= bison or USES= bison:build
it brings bison as a run dependency in case it is set the following way:
USES= bison:run
it brings bison both as a run and build dependency in case it the set the following way:
USES= bison:both
While here trim some headers
Convert some USE_GNOME= gnomehack to USES= pathfix
are the latest stable releases.
* Update vala to the newest stable release 0.18.1, also update a few ports
in the gtk/gnome stack.
* The c++ bindings ports for glib, atk, gconf, etc, have now USE_GNOME toggles.
* Remove pkg-config run depends from glib20 and freetype2. This doesn't
eliminate pkg-config run dependency completely, a second phase is needed
and is planned.
* Support for .:run. and .:build. for USE_GNOME components was added.
Currently only libxml2 and libxslt support this mechanism.
* Updates of the telepathy stack and empathy.
* Trim makefile headers, convert ports to new options, trim off library
versions for some ports.
* Fix other ports so they build with the new glib version.
Thanks to miwi and crees for helping out with some exp-runs.
Approved by: portmgr (miwi & bapt)
Obtained from: gnome team repo
Changes:
* Fix intended centering on parent of unplaced dialogs.
* Fix some issues reported by clang.
* Build silently (use AM_SILENT_RULES).
* Fix using e16 with xcompmgr.
these ports [1]
- Trim headers
- Remove indefinite article from COMMENT
- Convert tab to space in WWW lines
PR: ports/175415 [1]
Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> [1]
Discussed with: bapt
2013-01-31 x11-wm/e17-module-language: Deprecated upstream
2013-01-31 x11-wm/e17-module-xkbswitch: Merged into x11-wm/enlightenment
2013-01-31 x11-wm/e17-module-e-tiling: Deprecated upstream
2013-01-31 x11-wm/e17-module-quickaccess: Merged into x11-wm/enlightenment
2013-01-31 x11-wm/e17-module-tiling: Merged into x11-wm/enlightenment
2013-01-31 x11-wm/e17-module-drawer: Deprecated upstream
2013-01-31 x11-wm/e17-module-calendar: Deprecated upstream
2013-02-07 x11/oooqs: For old OOo versions; uses kde3; unmaintained upstream; see x11/oooqs2
2013-02-10 www/xpi-customizegoogle: Add-on has been discontinued
2013-02-11 games/kimboot: no longer works
2013-02-27 net-im/imcom: No more upstream, no more public distfiles
Changes:
* Enable using libsndfile for sound file loading.
* Focus update tweaks.
* Add EventsBlock().
* Add script to place pagers (James Bowlin).
* Introduce new animation engine (Daniel Manjarres).
* Fix various issues reported by clang. Minor cleanups.
* Fix test for XI2 availability.
* Use __func__ for function names in debug stuff.
* Window slide code cosmetics.
* Wrap some calls to XGrab/UngrabKeyboard() + cosmetics.
* Wrap XAllowEvents().
* Fix major memory leak when using XI2 events.
* Cleanup around XI2 event selection.
* When using XI2, handle all keyboard and pointer events via XI2.
* When using XI2, handle enter/leave events via XI2.
* When using XI2, handle focus change events via XI2.
* Restore old pointer warping behavior on maximization.
* Non-time-limited animations should not run until next ?!?
* CM: Set destination clip when rendering compositing buffer to screen.
* Remove long time disabled raindrops and imagespinner fx code.
* No need to adjust fx on area change.
* Add AnimatorDel().
* Add AnimatorGetData().
* Refactor fx.
* AnimatorsDelCatAll() is now unused.
* Resurrect slide shape.
* Enable setting shape on multiple windows.
* Remove code for shaded, semi-solid, and translucent move/resize modes.
* PixImg stuff is no longer used.
* Disable pseudo-transparency by default.
* Add AC_CONFIG_MACRO_DIR.
* Avoid warnings about uninitialised struct members.
* Enable not using a container window.
* Unbreak animated move/resize after recent changes.
* Get frame rate from randr.
* Remove obsolete ecore_x compatibility.
* Add/use ecore_x_window_prop_del().
* Cosmetic change around TimersRunNextIn().
* Switch default sound support to pulseaudio/libsndfile.
* Run composite rendering to screen separately from animators/idlers/
timers.
- Define LICENSE (MIT)
- Drop leading indefinite article from COMMENT
- Trim Makefile header, minor cleanups
- Augment port description while here
PR: ports/175473 [*]
Approved by: maintainer