aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2004-04-09 11:05:43 +0800
committermarcus <marcus@FreeBSD.org>2004-04-09 11:05:43 +0800
commitff5ffdfda8e74a5c89b8fdc885570eb23e049f65 (patch)
tree53b5e954e8b20e1f948e80d7048803626e275603 /CHANGES
parentc5d352aeeffe65c62c963bd4e3aad5716e5cb8c3 (diff)
downloadfreebsd-ports-ff5ffdfda8e74a5c89b8fdc885570eb23e049f65.tar.gz
freebsd-ports-ff5ffdfda8e74a5c89b8fdc885570eb23e049f65.tar.zst
freebsd-ports-ff5ffdfda8e74a5c89b8fdc885570eb23e049f65.zip
Let other porters know about the recent changes in glib20/gtk20 with regard to
deprecated API calls.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES16
1 files changed, 16 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index f1c42c37fc6e..6e7207cc6f85 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,6 +10,22 @@ in the release notes.
All ports committers are allowed to commit to this file.
+20040404:
+ The glib20 and gtk20 ports were updated to 2.4.0. This new version
+ is completely source and binary compatible with the previous 2.2.x
+ series. However, certain API calls have been deprecated. If your
+ port defines the following macros, they may refuse to build with
+ the new versions of glib20 and gtk20:
+
+GTK_DISABLE_DEPRECATED
+GDK_DISABLE_DEPRECATED
+GLIB_DISABLE_DEPRECATED
+
+ The temporary solution is to either patch your port's Makefiles to,
+ or use an in-place regular expression to remove these macros. The
+ more permanent solution is to wait until the port's authors update
+ their code to use current API calls.
+
20040402:
There has been a big update to bsd.java.mk. However, this update
is mostly backwards compatible, so it shouldn't affect most java