summaryrefslogtreecommitdiff
path: root/x11/libgnome
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-06-01 01:08:28 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-06-01 01:08:28 +0000
commite014a6d34adc9f48596b889e74b72ee89a29b5f2 (patch)
tree50e38a77ade214741a2bbf0d09394276bffacd9c /x11/libgnome
parentUpdate to 3.0.4. (diff)
Update to 2.2.1.
Notes
Notes: svn path=/head/; revision=81816
Diffstat (limited to 'x11/libgnome')
-rw-r--r--x11/libgnome/Makefile4
-rw-r--r--x11/libgnome/distinfo2
-rw-r--r--x11/libgnome/files/patch-help-converters::gnome-vfs-module::Makefile.in16
-rw-r--r--x11/libgnome/files/patch-libgnome::Makefile.in18
-rw-r--r--x11/libgnome/pkg-plist5
5 files changed, 23 insertions, 22 deletions
diff --git a/x11/libgnome/Makefile b/x11/libgnome/Makefile
index 300ccb758d8d..5edc1d527d99 100644
--- a/x11/libgnome/Makefile
+++ b/x11/libgnome/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= libgnome
-PORTVERSION= 2.2.0.1
+PORTVERSION= 2.2.1
CATEGORIES?= x11 gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.2
@@ -28,7 +28,7 @@ USE_REINPLACE= yes
INSTALLS_SHLIB= yes
USE_LIBTOOL= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LIBS="-L${LOCALBASE}/lib"
+ LDFLAGS="-L${LOCALBASE}/lib"
post-patch:
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
diff --git a/x11/libgnome/distinfo b/x11/libgnome/distinfo
index edd59de38133..f92505a5fef2 100644
--- a/x11/libgnome/distinfo
+++ b/x11/libgnome/distinfo
@@ -1 +1 @@
-MD5 (gnome2/libgnome-2.2.0.1.tar.bz2) = 8735919b4ff0a6588f8da9d49220228d
+MD5 (gnome2/libgnome-2.2.1.tar.bz2) = b525a32d676967ba5976ba12f68b8348
diff --git a/x11/libgnome/files/patch-help-converters::gnome-vfs-module::Makefile.in b/x11/libgnome/files/patch-help-converters::gnome-vfs-module::Makefile.in
index d8569e65c2db..bd3027d0e232 100644
--- a/x11/libgnome/files/patch-help-converters::gnome-vfs-module::Makefile.in
+++ b/x11/libgnome/files/patch-help-converters::gnome-vfs-module::Makefile.in
@@ -1,15 +1,11 @@
---- help-converters/gnome-vfs-module/Makefile.in.orig Tue Nov 5 00:53:20 2002
-+++ help-converters/gnome-vfs-module/Makefile.in Tue Nov 5 00:56:05 2002
-@@ -138,15 +138,15 @@
+--- help-converters/gnome-vfs-module/Makefile.in.orig Sun May 25 01:15:30 2003
++++ help-converters/gnome-vfs-module/Makefile.in Sun May 25 01:17:17 2003
+@@ -147,12 +147,12 @@
cxxflags_set = @cxxflags_set@
gnomelocaledir = @gnomelocaledir@
--INCLUDES = \
-- -I$(top_srcdir) \
-+INCLUDES = -DPREFIX="\"$(PREFIX)\"" -DLOCALBASE="\"$(LOCALBASE)\"" \
-+ -DX11BASE="\"$(X11BASE)\"" -I$(top_srcdir) \
- $(HELP_VFS_MODULE_CFLAGS) \
- -DSERVERDIR=\"$(libexecdir)\"
+-INCLUDES = -I$(top_srcdir) $(HELP_VFS_MODULE_CFLAGS) -DSERVERDIR=\"$(libexecdir)\"
++INCLUDES = -DPREFIX="\"$(PREFIX)\"" -DLOCALBASE="\"$(LOCALBASE)\"" -DX11BASE="\"$(X11BASE)\"" -I$(top_srcdir) $(HELP_VFS_MODULE_CFLAGS) -DSERVERDIR=\"$(libexecdir)\"
modules_LTLIBRARIES = libvfs-help.la
@@ -18,4 +14,4 @@
+module_flags = -export_dynamic -avoid-version -module
modulesdir = $(libdir)/gnome-vfs-2.0/modules
- libvfs_help_la_SOURCES = \
+ libvfs_help_la_SOURCES = help-method.c help-method.h
diff --git a/x11/libgnome/files/patch-libgnome::Makefile.in b/x11/libgnome/files/patch-libgnome::Makefile.in
index 21a31faff5fe..0b4a1ab3be37 100644
--- a/x11/libgnome/files/patch-libgnome::Makefile.in
+++ b/x11/libgnome/files/patch-libgnome::Makefile.in
@@ -1,11 +1,11 @@
---- libgnome/Makefile.in.orig Tue Nov 5 00:56:43 2002
-+++ libgnome/Makefile.in Tue Nov 5 00:58:40 2002
-@@ -149,6 +149,8 @@
+--- libgnome/Makefile.in.orig Sun May 25 01:18:04 2003
++++ libgnome/Makefile.in Sun May 25 01:19:56 2003
+@@ -157,7 +157,7 @@
+
libgnomeincludedir = $(includedir)/libgnome-2.0/libgnome
- INCLUDES = \
-+ -DPREFIX="\"$(PREFIX)"\" -DLOCALBASE="\"$(LOCALBASE)\"" \
-+ -DX11BASE="\"$(X11BASE)"\" \
- -I.. \
- -I$(srcdir)/.. \
- $(WARN_CFLAGS) \
+-INCLUDES = -I.. -I$(srcdir)/.. $(WARN_CFLAGS) $(LIBGNOME_CFLAGS) -DG_DISABLE_DEPRECATED -DLIBGNOME_PREFIX=\""$(prefix)"\" -DLIBGNOME_LIBDIR=\""$(libdir)"\" -DLIBGNOME_DATADIR=\""$(datadir)"\" -DLIBGNOME_BINDIR=\""$(bindir)"\" -DLIBGNOME_LOCALSTATEDIR=\""$(localstatedir)"\" -DLIBGNOME_LOCALEDIR=\""$(gnomelocaledir)"\" -DLIBGNOME_SYSCONFDIR=\""$(sysconfdir)"\" -DVERSION=\""$(VERSION)"\" -DGNOMEVFSVERSION=\"$(GNOME_VFS_VERSION)\" -DG_LOG_DOMAIN=\"Gnome\"
++INCLUDES = -DPREFIX="\"$(PREFIX)"\" -DLOCALBASE="\"$(LOCALBASE)\"" -DX11BASE="\"$(X11BASE)"\" -I.. -I$(srcdir)/.. $(WARN_CFLAGS) $(LIBGNOME_CFLAGS) -DG_DISABLE_DEPRECATED -DLIBGNOME_PREFIX=\""$(prefix)"\" -DLIBGNOME_LIBDIR=\""$(libdir)"\" -DLIBGNOME_DATADIR=\""$(datadir)"\" -DLIBGNOME_BINDIR=\""$(bindir)"\" -DLIBGNOME_LOCALSTATEDIR=\""$(localstatedir)"\" -DLIBGNOME_LOCALEDIR=\""$(gnomelocaledir)"\" -DLIBGNOME_SYSCONFDIR=\""$(sysconfdir)"\" -DVERSION=\""$(VERSION)"\" -DGNOMEVFSVERSION=\"$(GNOME_VFS_VERSION)\" -DG_LOG_DOMAIN=\"Gnome\"
+
+
+ libgnome_2_la_SOURCES = libgnometypebuiltins.h libgnometypebuiltins.c gnome-config.c gnome-sound.c gnome-triggers.c gnome-triggersP.h gnome-program.c gnome-help.c gnome-exec.c gnome-gconf.c gnome-gconfP.h gnome-i18n.c gnome-i18nP.h gnome-url.c gnome-util.c gnome-score.c gnome-init.c
diff --git a/x11/libgnome/pkg-plist b/x11/libgnome/pkg-plist
index df26639e8376..4274ac979530 100644
--- a/x11/libgnome/pkg-plist
+++ b/x11/libgnome/pkg-plist
@@ -129,6 +129,7 @@ share/locale/ar/LC_MESSAGES/libgnome-2.0.mo
share/locale/az/LC_MESSAGES/libgnome-2.0.mo
share/locale/be/LC_MESSAGES/libgnome-2.0.mo
share/locale/bg/LC_MESSAGES/libgnome-2.0.mo
+share/locale/bn/LC_MESSAGES/libgnome-2.0.mo
share/locale/bs/LC_MESSAGES/libgnome-2.0.mo
share/locale/ca/LC_MESSAGES/libgnome-2.0.mo
share/locale/cs/LC_MESSAGES/libgnome-2.0.mo
@@ -146,12 +147,14 @@ share/locale/gl/LC_MESSAGES/libgnome-2.0.mo
share/locale/he/LC_MESSAGES/libgnome-2.0.mo
share/locale/hi/LC_MESSAGES/libgnome-2.0.mo
share/locale/hu/LC_MESSAGES/libgnome-2.0.mo
+share/locale/id/LC_MESSAGES/libgnome-2.0.mo
share/locale/it/LC_MESSAGES/libgnome-2.0.mo
share/locale/ja/LC_MESSAGES/libgnome-2.0.mo
share/locale/ko/LC_MESSAGES/libgnome-2.0.mo
share/locale/lt/LC_MESSAGES/libgnome-2.0.mo
share/locale/lv/LC_MESSAGES/libgnome-2.0.mo
share/locale/mk/LC_MESSAGES/libgnome-2.0.mo
+share/locale/ml/LC_MESSAGES/libgnome-2.0.mo
share/locale/mn/LC_MESSAGES/libgnome-2.0.mo
share/locale/ms/LC_MESSAGES/libgnome-2.0.mo
share/locale/nl/LC_MESSAGES/libgnome-2.0.mo
@@ -164,6 +167,8 @@ share/locale/ro/LC_MESSAGES/libgnome-2.0.mo
share/locale/ru/LC_MESSAGES/libgnome-2.0.mo
share/locale/sk/LC_MESSAGES/libgnome-2.0.mo
share/locale/sl/LC_MESSAGES/libgnome-2.0.mo
+share/locale/sr/LC_MESSAGES/libgnome-2.0.mo
+share/locale/sr@Latn/LC_MESSAGES/libgnome-2.0.mo
share/locale/sv/LC_MESSAGES/libgnome-2.0.mo
share/locale/ta/LC_MESSAGES/libgnome-2.0.mo
share/locale/tr/LC_MESSAGES/libgnome-2.0.mo