diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-08-22 18:06:36 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-08-22 18:06:36 +0000 |
commit | 71c7818b128da54df41e6cb774c06dad1f1a6bd1 (patch) | |
tree | 11c9080d892d48101dbabc288ab8411562021a02 /x11/libgnome | |
parent | 548afcb921e5dd38af105d942c4c440da7e02a8f (diff) | |
download | ports-71c7818b128da54df41e6cb774c06dad1f1a6bd1.tar.gz ports-71c7818b128da54df41e6cb774c06dad1f1a6bd1.zip |
Notes
Diffstat (limited to 'x11/libgnome')
-rw-r--r-- | x11/libgnome/Makefile | 3 | ||||
-rw-r--r-- | x11/libgnome/distinfo | 2 | ||||
-rw-r--r-- | x11/libgnome/files/patch-aa | 26 | ||||
-rw-r--r-- | x11/libgnome/files/patch-bi | 21 | ||||
-rw-r--r-- | x11/libgnome/files/patch-bl | 11 | ||||
-rw-r--r-- | x11/libgnome/pkg-plist | 150 |
6 files changed, 187 insertions, 26 deletions
diff --git a/x11/libgnome/Makefile b/x11/libgnome/Makefile index cc5a51f52b1f..36449d3bd18a 100644 --- a/x11/libgnome/Makefile +++ b/x11/libgnome/Makefile @@ -6,8 +6,7 @@ # PORTNAME= gnomelibs -PORTVERSION= 1.2.13 -PORTREVISION= 3 +PORTVERSION= 1.4.1.1 CATEGORIES?= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/gnome-libs diff --git a/x11/libgnome/distinfo b/x11/libgnome/distinfo index e02a278115ce..776a6f617f84 100644 --- a/x11/libgnome/distinfo +++ b/x11/libgnome/distinfo @@ -1 +1 @@ -MD5 (gnome-libs-1.2.13.tar.gz) = 99e0b4f6bdbb69af160e93fe2b106142 +MD5 (gnome-libs-1.4.1.1.tar.gz) = 5933bb0b7e42506d9b48c98915a2215a diff --git a/x11/libgnome/files/patch-aa b/x11/libgnome/files/patch-aa index 604dc409f06d..7705958f69a1 100644 --- a/x11/libgnome/files/patch-aa +++ b/x11/libgnome/files/patch-aa @@ -1,15 +1,27 @@ ---- configure.orig Tue Aug 1 21:58:10 2000 -+++ configure Tue Aug 1 21:59:03 2000 -@@ -7214,7 +7214,7 @@ + +$FreeBSD$ + +--- configure.orig Wed Aug 22 16:15:39 2001 ++++ configure Wed Aug 22 16:17:10 2001 +@@ -5416,7 +5416,7 @@ + else + + save_LDFLAGS="$LDFLAGBS" +- LDFLAGS="$LDFLAGS `glib-config --libs gmodule`" ++ LDFLAGS="$LDFLAGS `$GLIB_CONFIG --libs gmodule`" + if test "$cross_compiling" = yes; then + ac_cv_gmodule=yes + else +@@ -7035,7 +7035,7 @@ echo $ac_n "(cached) $ac_c" 1>&6 else ac_save_LIBS="$LIBS" -LIBS="-ltiff -lm $LIBS" +LIBS="-ltiff -ljpeg -lz -lm $LIBS" cat > conftest.$ac_ext <<EOF - #line 7220 "configure" + #line 7041 "configure" #include "confdefs.h" -@@ -10208,13 +10208,13 @@ +@@ -10111,13 +10111,13 @@ SUPPORTINCS='-DNEED_GNOMESUPPORT_H -I$(top_builddir)/support -I$(top_srcdir)/support' ART_LIBS="-lart_lgpl" @@ -25,7 +37,7 @@ GNOME_IDLDIR='-I${datadir}/idl' -@@ -10609,6 +10609,7 @@ +@@ -10511,6 +10511,7 @@ s%@MAINTAINER_MODE_FALSE@%$MAINTAINER_MODE_FALSE%g s%@MAINT@%$MAINT%g s%@cflags_set@%$cflags_set%g @@ -33,7 +45,7 @@ s%@GTK_CONFIG@%$GTK_CONFIG%g s%@GTK_CFLAGS@%$GTK_CFLAGS%g s%@GTK_LIBS@%$GTK_LIBS%g -@@ -11079,10 +11080,6 @@ +@@ -10980,10 +10981,6 @@ *) # Relative path. ac_sub_cache_file="$ac_dots$cache_file" ;; esac diff --git a/x11/libgnome/files/patch-bi b/x11/libgnome/files/patch-bi index feb8e007fb1a..2ea8098f7fd2 100644 --- a/x11/libgnome/files/patch-bi +++ b/x11/libgnome/files/patch-bi @@ -1,15 +1,18 @@ ---- libart_lgpl/Makefile.in.orig Wed Apr 28 02:57:51 1999 -+++ libart_lgpl/Makefile.in Fri Apr 30 00:19:41 1999 -@@ -94,7 +94,7 @@ - libart_lgpl_la_SOURCES = art_affine.c art_alphagamma.c art_bpath.c art_gray_svp.c art_misc.c art_pixbuf.c art_rect.c art_rect_svp.c art_rect_uta.c art_rgb.c art_rgb_affine.c art_rgb_affine_private.c art_rgb_affine_private.h art_rgb_bitmap_affine.c art_rgb_pixbuf_affine.c art_rgb_rgba_affine.c art_rgb_svp.c art_svp.c art_svp_ops.c art_svp_render_aa.c art_svp_vpath.c art_svp_vpath_stroke.c art_svp_wind.c art_svp_wind.h art_uta.c art_uta_ops.c art_uta_rect.c art_uta_vpath.c art_uta_svp.c art_vpath.c art_vpath_bpath.c art_vpath_svp.c + +$FreeBSD$ + +--- libart_lgpl/Makefile.in.orig Wed Aug 22 16:07:43 2001 ++++ libart_lgpl/Makefile.in Wed Aug 22 16:11:07 2001 +@@ -100,7 +100,7 @@ + libart_lgpl_la_SOURCES = art_affine.c art_alphagamma.c art_bpath.c art_gray_svp.c art_misc.c art_pixbuf.c art_rect.c art_rect_svp.c art_rect_uta.c art_rgb.c art_rgb_affine.c art_rgb_affine_private.c art_rgb_affine_private.h art_rgb_bitmap_affine.c art_rgb_pixbuf_affine.c art_rgb_rgba_affine.c art_rgb_svp.c art_svp.c art_svp_ops.c art_svp_point.c art_svp_render_aa.c art_svp_vpath.c art_svp_vpath_stroke.c art_svp_wind.c art_uta.c art_uta_ops.c art_uta_rect.c art_uta_vpath.c art_uta_svp.c art_vpath.c art_vpath_bpath.c art_vpath_dash.c art_vpath_svp.c libart-features.c -libart_lgpl_la_LDFLAGS = -version-info @LIBART_VERSION_INFO@ +libart_lgpl_la_LDFLAGS = -version-info 5:0:0 + libart_lgpl_la_LIBADD = -lm libart_lgplincdir = $(includedir)/libart_lgpl - libart_lgplinc_HEADERS = art_affine.h art_alphagamma.h art_bpath.h art_filterlevel.h art_gray_svp.h art_misc.h art_pathcode.h art_pixbuf.h art_point.h art_rect.h art_rect_svp.h art_rect_uta.h art_rgb.h art_rgb_affine.h art_rgb_bitmap_affine.h art_rgb_pixbuf_affine.h art_rgb_rgba_affine.h art_rgb_svp.h art_svp.h art_svp_ops.h art_svp_render_aa.h art_svp_vpath.h art_svp_vpath_stroke.h art_uta.h art_uta_ops.h art_uta_rect.h art_uta_vpath.h art_uta_svp.h art_vpath.h art_vpath_bpath.h art_vpath_svp.h -@@ -115,10 +115,10 @@ +@@ -122,10 +122,10 @@ testuta_DEPENDENCIES = $(DEPS) testuta_LDADD = $(LDADDS) -lm @@ -22,12 +25,12 @@ confexec_DATA = libartConf.sh ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs -@@ -569,7 +569,7 @@ +@@ -656,7 +656,7 @@ uninstall-confexecDATA uninstall-m4dataDATA \ uninstall-libart_lgplincHEADERS - uninstall: uninstall-am + uninstall: uninstall-recursive -all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(SCRIPTS) $(DATA) \ +all-am: Makefile $(LTLIBRARIES) $(SCRIPTS) $(DATA) \ $(HEADERS) config.h - all-redirect: all-am + all-redirect: all-recursive-am install-strip: diff --git a/x11/libgnome/files/patch-bl b/x11/libgnome/files/patch-bl index a16b56bc3a8b..6e87d04eb50c 100644 --- a/x11/libgnome/files/patch-bl +++ b/x11/libgnome/files/patch-bl @@ -1,6 +1,9 @@ ---- libgnomeui/gnome-init.c.orig Sat May 6 10:30:31 2000 -+++ libgnomeui/gnome-init.c Tue Sep 12 11:34:20 2000 -@@ -200,32 +200,8 @@ + +$FreeBSD$ + +--- libgnomeui/gnome-init.c.orig Thu Aug 16 21:15:48 2001 ++++ libgnomeui/gnome-init.c Wed Aug 22 16:15:00 2001 +@@ -205,32 +205,8 @@ switch(reason) { case POPT_CALLBACK_REASON_PRE: { @@ -26,7 +29,7 @@ - setme = g_strconcat ("LC_CTYPE=", old_ctype, NULL); - g_free(old_ctype); - } else -- setme = "LC_CTYPE"; +- setme = "LC_CTYPE="; - - putenv (setme); - } diff --git a/x11/libgnome/pkg-plist b/x11/libgnome/pkg-plist index 84eec64413a2..4e72060ec742 100644 --- a/x11/libgnome/pkg-plist +++ b/x11/libgnome/pkg-plist @@ -202,6 +202,48 @@ lib/libzvt.a lib/libzvt.so lib/libzvt.so.5 share/aclocal/libart.m4 +share/gnome/doc/gnome-doc +share/gnome/doc/gnome-doc.el +share/gnome/doc/mkstub +share/gnome/gtk-doc/html/libart/advanced-uta.html +share/gnome/gtk-doc/html/libart/advanced.html +share/gnome/gtk-doc/html/libart/basic-foo.html +share/gnome/gtk-doc/html/libart/basic-rendering.html +share/gnome/gtk-doc/html/libart/basic.html +share/gnome/gtk-doc/html/libart/fdl-section1.html +share/gnome/gtk-doc/html/libart/fdl-section10.html +share/gnome/gtk-doc/html/libart/fdl-section2.html +share/gnome/gtk-doc/html/libart/fdl-section3.html +share/gnome/gtk-doc/html/libart/fdl-section4.html +share/gnome/gtk-doc/html/libart/fdl-section5.html +share/gnome/gtk-doc/html/libart/fdl-section6.html +share/gnome/gtk-doc/html/libart/fdl-section7.html +share/gnome/gtk-doc/html/libart/fdl-section8.html +share/gnome/gtk-doc/html/libart/fdl-section9.html +share/gnome/gtk-doc/html/libart/fdl-using.html +share/gnome/gtk-doc/html/libart/fdl.html +share/gnome/gtk-doc/html/libart/index.sgml +share/gnome/gtk-doc/html/libart/internals-intersector.html +share/gnome/gtk-doc/html/libart/internals.html +share/gnome/gtk-doc/html/libart/intro-file-names.html +share/gnome/gtk-doc/html/libart/intro.html +share/gnome/gtk-doc/html/libart/libart-affine-transformation-matrices.html +share/gnome/gtk-doc/html/libart/libart-art-alpha-gamma-stuff.html +share/gnome/gtk-doc/html/libart/libart-core-construction-apis.html +share/gnome/gtk-doc/html/libart/libart-extended-construction-apis.html +share/gnome/gtk-doc/html/libart/libart-memory-management.html +share/gnome/gtk-doc/html/libart/libart-micro-tile-array.html +share/gnome/gtk-doc/html/libart/libart-pixel-buffer-affine-transformations.html +share/gnome/gtk-doc/html/libart/libart-pixel-buffers.html +share/gnome/gtk-doc/html/libart/libart-svp-rendering.html +share/gnome/gtk-doc/html/libart/libart-svps.html +share/gnome/gtk-doc/html/libart/libart-transformation-operations.html +share/gnome/gtk-doc/html/libart/libart.html +share/gnome/gtk-doc/html/libart/problems-memory.html +share/gnome/gtk-doc/html/libart/problems.html +share/gnome/gtk-doc/html/libart/sample-display.html +share/gnome/gtk-doc/html/libart/sample.html +share/gnome/gtk-doc/html/libart/x31.html share/gnome/gtkrc share/gnome/gtkrc.el share/gnome/gtkrc.eo @@ -221,9 +263,86 @@ share/gnome/gtkrc.vi_VN.tcvn share/gnome/gtkrc.vi_VN.viscii share/gnome/gtkrc.zh_CN share/gnome/gtkrc.zh_TW.Big5 -share/gnome/doc/gnome-doc -share/gnome/doc/gnome-doc.el -share/gnome/doc/mkstub +share/gnome/help/gnome-dev-info/C/addauth.html +share/gnome/help/gnome-dev-info/C/altpol.html +share/gnome/help/gnome-dev-info/C/arch.html +share/gnome/help/gnome-dev-info/C/book1.html +share/gnome/help/gnome-dev-info/C/codstd.html +share/gnome/help/gnome-dev-info/C/cvs.html +share/gnome/help/gnome-dev-info/C/dialogapputil-docs.html +share/gnome/help/gnome-dev-info/C/docbook.css +share/gnome/help/gnome-dev-info/C/event-driven-programming.html +share/gnome/help/gnome-dev-info/C/gnome-actionarea.html +share/gnome/help/gnome-dev-info/C/gnome-app-helper-convenience-macros.html +share/gnome/help/gnome-dev-info/C/gnome-app-helper-functions.html +share/gnome/help/gnome-dev-info/C/gnome-app-helper-gnomeuiinfo.html +share/gnome/help/gnome-dev-info/C/gnome-app-helper-keybindings-config.html +share/gnome/help/gnome-dev-info/C/gnome-app-helper-quick-example.html +share/gnome/help/gnome-dev-info/C/gnome-app-helper.html +share/gnome/help/gnome-dev-info/C/gnome-app-util.html +share/gnome/help/gnome-dev-info/C/gnome-app.html +share/gnome/help/gnome-dev-info/C/gnome-canvas-coordinates.html +share/gnome/help/gnome-dev-info/C/gnome-canvas-getting-started.html +share/gnome/help/gnome-dev-info/C/gnome-canvas-object-arguments.html +share/gnome/help/gnome-dev-info/C/gnome-canvas-organization-of-items.html +share/gnome/help/gnome-dev-info/C/gnome-canvas.html +share/gnome/help/gnome-dev-info/C/gnome-client.html +share/gnome/help/gnome-dev-info/C/gnome-color-selector.html +share/gnome/help/gnome-dev-info/C/gnome-defs.html +share/gnome/help/gnome-dev-info/C/gnome-dentry.html +share/gnome/help/gnome-dev-info/C/gnome-dialog.html +share/gnome/help/gnome-dev-info/C/gnome-dns.html +share/gnome/help/gnome-dev-info/C/gnome-fileconvert.html +share/gnome/help/gnome-dev-info/C/gnome-font-selector.html +share/gnome/help/gnome-dev-info/C/gnome-help.html +share/gnome/help/gnome-dev-info/C/gnome-history.html +share/gnome/help/gnome-dev-info/C/gnome-hook.html +share/gnome/help/gnome-dev-info/C/gnome-i18n.html +share/gnome/help/gnome-dev-info/C/gnome-ice.html +share/gnome/help/gnome-dev-info/C/gnome-mdi-docs.html +share/gnome/help/gnome-dev-info/C/gnome-messagebox.html +share/gnome/help/gnome-dev-info/C/gnome-mime.html +share/gnome/help/gnome-dev-info/C/gnome-net.html +share/gnome/help/gnome-dev-info/C/gnome-pixmap.html +share/gnome/help/gnome-dev-info/C/gnome-plugins.html +share/gnome/help/gnome-dev-info/C/gnome-properties.html +share/gnome/help/gnome-dev-info/C/gnome-score.html +share/gnome/help/gnome-dev-info/C/gnome-scores.html +share/gnome/help/gnome-dev-info/C/gnome-session.html +share/gnome/help/gnome-dev-info/C/gnome-startup.html +share/gnome/help/gnome-dev-info/C/gnome-stock-imlib.html +share/gnome/help/gnome-dev-info/C/gnome-stock-xpm.html +share/gnome/help/gnome-dev-info/C/gnome-stock.html +share/gnome/help/gnome-dev-info/C/gnome-string.html +share/gnome/help/gnome-dev-info/C/gnome-triggers.html +share/gnome/help/gnome-dev-info/C/gnome-util.html +share/gnome/help/gnome-dev-info/C/gnomeappbar.html +share/gnome/help/gnome-dev-info/C/graphics-contexts.html +share/gnome/help/gnome-dev-info/C/gtk-clock.html +share/gnome/help/gnome-dev-info/C/gtk-ted.html +share/gnome/help/gnome-dev-info/C/intro.html +share/gnome/help/gnome-dev-info/C/libgnome.html +share/gnome/help/gnome-dev-info/C/libgnomeui.html +share/gnome/help/gnome-dev-info/C/libgnorba-docs.html +share/gnome/help/gnome-dev-info/C/ln14.html +share/gnome/help/gnome-dev-info/C/nontech.html +share/gnome/help/gnome-dev-info/C/orbitgtk.html +share/gnome/help/gnome-dev-info/C/start.html +share/gnome/help/gnome-dev-info/C/thisdoc.html +share/gnome/help/gnome-dev-info/C/tut-doc.html +share/gnome/help/gnome-dev-info/C/tut-i18n.html +share/gnome/help/gnome-dev-info/C/tut-menus.html +share/gnome/help/gnome-dev-info/C/tut-parsing.html +share/gnome/help/gnome-dev-info/C/tut-sm.html +share/gnome/help/gnome-dev-info/C/tutorial.html +share/gnome/help/gnome-dev-info/C/visuals.html +share/gnome/help/gnome-dev-info/C/what.html +share/gnome/help/gnome-dev-info/C/whatis.html +share/gnome/help/gnome-dev-info/C/x-concepts-docs.html +share/gnome/help/gnome-dev-info/C/x1453.html +share/gnome/help/gnome-dev-info/C/x2161.html +share/gnome/help/gnome-dev-info/C/x2674.html +share/gnome/help/gnome-dev-info/C/x671.html share/gnome/html/gnome-decl.txt share/gnome/html/gnome-sections.txt share/gnome/html/gnome.html @@ -338,6 +457,26 @@ share/gnome/html/gnomeui/gtkted.html share/gnome/html/gnomeui/libgnomeui.html share/gnome/html/gnorba-decl.txt share/gnome/html/gnorba-sections.txt +share/gnome/html/gnorba/book1.html +share/gnome/html/gnorba/gnorba-gnorba.html +share/gnome/html/gnorba/gnorba-goad.html +share/gnome/html/gnorba/libgnorba.html +share/gnome/html/zvt/book1.html +share/gnome/html/zvt/x119.html +share/gnome/html/zvt/x144.html +share/gnome/html/zvt/x152.html +share/gnome/html/zvt/x192.html +share/gnome/html/zvt/x222.html +share/gnome/html/zvt/x243.html +share/gnome/html/zvt/x263.html +share/gnome/html/zvt/x98.html +share/gnome/html/zvt/zvtterm-future.html +share/gnome/html/zvt/zvtterm-input-output.html +share/gnome/html/zvt/zvtterm-notes.html +share/gnome/html/zvt/zvtterm-properties.html +share/gnome/html/zvt/zvtterm-reference.html +share/gnome/html/zvt/zvtterm-window-hints.html +share/gnome/html/zvt/zvtterm.html share/gnome/idl/GnomeObject.idl share/gnome/idl/Table.idl share/gnome/idl/desktop-editor.idl @@ -377,6 +516,8 @@ share/locale/it/LC_MESSAGES/gnome-libs.mo share/locale/ja/LC_MESSAGES/gnome-libs.mo share/locale/ko/LC_MESSAGES/gnome-libs.mo share/locale/lt/LC_MESSAGES/gnome-libs.mo +share/locale/lv/LC_MESSAGES/gnome-libs.mo +share/locale/ms/LC_MESSAGES/gnome-libs.mo share/locale/nl/LC_MESSAGES/gnome-libs.mo share/locale/nn/LC_MESSAGES/gnome-libs.mo share/locale/no/LC_MESSAGES/gnome-libs.mo @@ -410,6 +551,9 @@ share/locale/zh_TW.Big5/LC_MESSAGES/gnome-libs.mo @dirrm share/gnome/help/gnome-dev-info/C @dirrm share/gnome/help/gnome-dev-info @dirrm share/gnome/help +@dirrm share/gnome/gtk-doc/html/libart +@dirrm share/gnome/gtk-doc/html +@dirrm share/gnome/gtk-doc @dirrm share/gnome/games @dirrm share/gnome/doc @dirrm include/zvt |