after r254273
- Fix a bunch of ports to properly work after this
- Mark converters/libiconv as IGNORE for systems with iconv in libc
Reviewed by: bapt
Approved by: portmgr (bapt)
Discussed with: bapt, bsam (who both contributed ideas and code)
1) Move -a from XMKMF command variable to a new XMKMF_ARGS variable.
For ports that don't need -a introduce USES=imake:notall.
This way ports no longer have to redefine XMKMF.
2) xmkmf -a runs imake with the flags in IMAKECPPFLAGS as extra arguments
to set CPP, CC and CXX. This creates the top Makefile, and then xmkmf
runs make Makefiles. This Makefiles target runs imake for each
subdirectory but these imake invocations did not have the flags from
IMAKECPPFLAGS so the resulting makefiles used the wrong C preprocessor
when clang is used (/usr/bin/cpp instead of /usr/local/bin/tradcpp).
Instead of letting xmkmf pass IMAKECPPFLAGS from the environment to
imake let imake handle IMAKECPPFLAGS itself just like it handles
IMAKEINCLUDE.
This exposed configure errors in x11-clocks/mouseclock and x11-wm/fvwm.
Approved by: portmgr (bapt)
Changes:
* Fix installation group ownership of theme files (ticket 2345).
* Fix various perl warnings.
* Fix menu generation issue.
* Play raise/lower sounds only if any windows are actually raised/lowered.
* Fix bug in ActionClass loading.
* Tweak button swallowing in slideouts.
* Clear SF_INFO struct before calling sf_open().
* Save some bytes in various structs.
* Button:inside_win is not used.
* Tweak button event callback parameter.
* updating desktop files translations
* updating esperanto and adding serbian translation
* Fixed sorting in desktop files
* Avoid potential crash in menu unloading.
* Fix potential use of uninitialised data.
* Remove unnecessary EXTRA_DIST.
* Eliminate BordersForeach().
* No need for double - change to float.
* Let "eesh screen" show some randr info.
* Disable moving "None" background to front.
* Discard broken backgrounds (bg file missing) on exit.
* Fix background dialog issues.
* Switch to new list implementation.
- Remove dependency for textproc/docbook-to-man
- Remove hal version from LIB_DEPENDS
- Add dependencies for lang/vala, devel/libgee, dbus-glib and textproc/libxslt
- USES gmake iconv pkgconfig
- Trim NLS
Approved by:wg (mentor)
Using OPSYS allows port to build on DragonFly without modification.
There were no functional changes made to port.
Approved by: bapt/culot (mentors, implicit)
This update updates Glib20 to 2.36 and Gtk+ 3.8
* The gio-fam-backend port that used gamin for the GFileMonitor API is gone.
It is replaced by a GIO kqueue implementation developed as part of a NetBSD
GSoC 2011 project by Dimitry Matveev.
* Fix a bug in the glib20 Makefile so it includes -lintl in the glib-2.0
pkgconfig file [1]. This broke static linking and newer binutils.
* Add introspection USE_GNOME component which sets GI_SCANNER_DISABLE_CACHE to
prevent creation of / root/.cache dir. Defaults to build & run depend,
but :build and :run switches available.
* New x11-toolkits/pangox-compat port and companion USE_GNOME component for
pangox support which was removed from the pango port. Add it to ports still
using pangox API.
Exp-run by: bapt@
PR: ports/178958 [1]
Submitted by: emaste@ [1]
Unfortunately, this also affects some ports using QT3 as a GUI toolkit.
Changes to infrastructure files:
- bsd.kde.mk : obsolete, remove
- bsd.qt.mk : note that a CONFLICTS_BUILD line can probably go after a while
- CHANGES : document the removals from bsd.port.mk
- KNOBS : remove KDE and QT (KDE4 and QT4 should be used instead)
- MOVED : add the removed ports
PR: ports/180745
Submitted by: rene
Approved by: portmgr (bapt)
Exp-run by: bapt