diff options
author | Ade Lovett <ade@FreeBSD.org> | 2001-05-04 21:39:58 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2001-05-04 21:39:58 +0000 |
commit | 03af2187bd388708aa7234d923ec38192b6fc7a2 (patch) | |
tree | 7ce23e0d0c750d353ac0da5306ba035076e0adf0 /graphics/imlib/files | |
parent | - Fix on python2.1; (diff) |
Update to GNOME 1.4 -- massive changes all around, for the sake of
CVS repo bloat, I'll only list the updates.
graphics/imlib 1.9.9 -> 1.9.10
textproc/xml-i18n-tools 0.8 -> 0.8.1
x11/gnomelibs 1.2.11 -> 1.2.13
devel/oaf 0.6.2 -> 0.6.5
devel/gconf 0.12 -> 1.0.0
devel/gnomevfs 0.5 -> 1.0
graphics/gdk-pixbuf 0.9.0 -> 0.11.0
sysutils/gnomecontrolcenter 1.2.2 -> 1.4.0.1
print/gnomeprint 0.25 -> 0.28
devel/bonobo 0.37 -> 1.0.3
audio/gnomeaudio 1.0.0 -> 1.4.0
x11/gnomecore 1.2.4 -> 1.4.0.3
devel/libgtop 1.0.11 -> 1.0.12
x11/gnomeapplets 1.2.4 -> 1.4.0.1
misc/gnomeuserdocs NEW 1.4.1
misc/gnomeutils 1.2.1 -> 1.4.0
deskutils/gnomepim 1.2.0 -> 1.4.0
games/gnomegames 1.2.0 -> 1.4.0.1
print/ggv 0.95 -> 1.0
editors/ghex 1.1.4 -> 1.2
devel/bugbuddy 1.2 -> 2.0.1
devel/glade 0.5.11 -> 0.6.2
sysutils/gtop 1.0.12 -> 1.0.13
x11/xalf NEW 0.11
x11-toolkits/py-gtk 0.6.6 -> 0.6.7
x11-toolkits/py-gnome 1.0.53 -> 1.4.0
x11-toolkits/guile-gtk 0.19 -> 0.20
x11-toolkits/guile-gnome 0.10 -> 0.20
devel/libsigc++ 1.0.1 -> 1.0.3
x11-toolkits/gnome-- 1.1.15 -> 1.1.17
x11-toolkits/panel-- NEW 0.1
x11-fm/gnomemc 4.5.51 -> 4.5.54
Notes
Notes:
svn path=/head/; revision=42257
Diffstat (limited to 'graphics/imlib/files')
-rw-r--r-- | graphics/imlib/files/patch-Imlib_Makefile.in | 12 | ||||
-rw-r--r-- | graphics/imlib/files/patch-Makefile.in | 24 | ||||
-rw-r--r-- | graphics/imlib/files/patch-gdk__imlib_Makefile.in | 12 |
3 files changed, 32 insertions, 16 deletions
diff --git a/graphics/imlib/files/patch-Imlib_Makefile.in b/graphics/imlib/files/patch-Imlib_Makefile.in index 93ecfd6dbb7e..dfb4091a2bed 100644 --- a/graphics/imlib/files/patch-Imlib_Makefile.in +++ b/graphics/imlib/files/patch-Imlib_Makefile.in @@ -1,11 +1,7 @@ ---- Imlib/Makefile.in.orig Thu Feb 15 12:46:40 2001 -+++ Imlib/Makefile.in Thu Mar 22 14:57:27 2001 -@@ -124,7 +124,7 @@ - libImlib_la_SOURCES = cache.c colors.c load.c misc.c rend.c utils.c save.c snprintf.c +--- Imlib/Makefile.in.orig Tue Mar 27 22:21:27 2001 ++++ Imlib/Makefile.in Tue Apr 3 13:12:00 2001 +@@ -126,3 +126,3 @@ - --libImlib_la_LDFLAGS = -version-info 10:9:9 +-libImlib_la_LDFLAGS = -version-info 10:10:9 +libImlib_la_LDFLAGS = -version-info 5:0:0 #libImlib_la_LDDADD = $(SUPPORT_LIBS) - libImlib_la_LIBADD = $(SUPPORT_LIBS) - diff --git a/graphics/imlib/files/patch-Makefile.in b/graphics/imlib/files/patch-Makefile.in new file mode 100644 index 000000000000..77878954f2a7 --- /dev/null +++ b/graphics/imlib/files/patch-Makefile.in @@ -0,0 +1,24 @@ +--- Makefile.in.orig Tue Mar 27 22:21:26 2001 ++++ Makefile.in Tue Apr 3 13:22:57 2001 +@@ -109,4 +109,2 @@ + +-pkgconfigdir = $(libdir)/pkgconfig +-pkgconfig_DATA = imlib.pc imlibgdk.pc + ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +@@ -117,3 +115,3 @@ + +-DATA = $(m4data_DATA) $(pkgconfig_DATA) ++DATA = $(m4data_DATA) + +@@ -402,3 +400,3 @@ + +-install-data-am: install-m4dataDATA install-pkgconfigDATA ++install-data-am: install-m4dataDATA + install-data: install-data-recursive +@@ -417,4 +415,4 @@ + installdirs-am: +- $(mkinstalldirs) $(DESTDIR)$(bindir) $(DESTDIR)$(m4datadir) \ +- $(DESTDIR)$(pkgconfigdir) ++ $(mkinstalldirs) $(DESTDIR)$(bindir) $(DESTDIR)$(m4datadir) ++ + diff --git a/graphics/imlib/files/patch-gdk__imlib_Makefile.in b/graphics/imlib/files/patch-gdk__imlib_Makefile.in index c36ef0a8b1c0..4e28d8e1926f 100644 --- a/graphics/imlib/files/patch-gdk__imlib_Makefile.in +++ b/graphics/imlib/files/patch-gdk__imlib_Makefile.in @@ -1,13 +1,9 @@ ---- gdk_imlib/Makefile.in.orig Thu Feb 15 12:46:34 2001 -+++ gdk_imlib/Makefile.in Thu Mar 22 14:58:49 2001 -@@ -151,8 +151,8 @@ - libgdk_imlib_la_SOURCES = cache.c colors.c globals.c load.c misc.c rend.c utils.c save.c modules.c +--- gdk_imlib/Makefile.in.orig Tue Mar 27 22:21:26 2001 ++++ gdk_imlib/Makefile.in Tue Apr 3 13:14:15 2001 +@@ -153,4 +153,4 @@ - --libgdk_imlib_la_LDFLAGS = -version-info 10:9:9 +-libgdk_imlib_la_LDFLAGS = -version-info 10:10:9 -libgdk_imlib_la_LIBADD = $(GMODULE_LIBS) +libgdk_imlib_la_LDFLAGS = -export-dynamic -version-info 5:0:0 +libgdk_imlib_la_LIBADD = $(GTK_LIBS) $(SUPPORT_LIBS) - include_HEADERS = gdk_imlib.h gdk_imlib_private.h gdk_imlib_types.h - |