diff options
author | marcus <marcus@FreeBSD.org> | 2005-11-05 15:06:32 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2005-11-05 15:06:32 +0800 |
commit | 3ff6b331852c5254fa76cc60c248bd0c49f40b86 (patch) | |
tree | 8cde5f9d0848bf7bd5d43e15381f7feac47e2f9c | |
parent | 86e9dbd99984ad09d7f41a982cf742d86b48641e (diff) | |
download | freebsd-ports-gnome-3ff6b331852c5254fa76cc60c248bd0c49f40b86.tar.gz freebsd-ports-gnome-3ff6b331852c5254fa76cc60c248bd0c49f40b86.tar.zst freebsd-ports-gnome-3ff6b331852c5254fa76cc60c248bd0c49f40b86.zip |
Add new GNOME 2.12. porting changes.
-rw-r--r-- | CHANGES | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -10,6 +10,27 @@ in the release notes. All ports committers are allowed to commit to this file. +20051105: +AUTHOR: gnome@FreeBSD.org + GNOME has been upgraded from 2.10.2 to 2.12.1. This update brings with + it many important porting changes: + + - gtk20's pkg-config file no longer contains the X11 pango modules. + Therefore, if your port requires these modules, you may have to + manually patch them in to your port's Makefiles. Contact + gnome@FreeBSD.org if you have questions on this. + + - A new USE_GNOME component, ltverhack, has been added. This + pseudo-component hacks libtool so that shared library versions are + more consistent with other operating systems. Using this component + can prevent unnecessary shared library version changes. + + - A new macro, INSTALLS_ICONS, has been added. If your port installs + Freedesktop-style icons to ${LOCALBASE}/share/icons or + ${X11BASE}/share/icons, then you should use this macro. NOTE: + use of this macro requires your port to set either USE_GNOME or + WANT_GNOME. + 20050618: AUTHOR: netchild@FreeBSD.org - USE_LINUX now implies NO_FILTER_SHLIBS=yes. It also doesn't use FreeBSD |