diff options
author | marcus <marcus@FreeBSD.org> | 2003-09-18 06:49:37 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-09-18 06:49:37 +0000 |
commit | 5797d600f46f09de6f7e9f89bd9546544d3f93e6 (patch) | |
tree | f29aa772e064572f168522a552ce158c9147a8a2 /textproc/libxslt/files | |
parent | f8ccc20f69f18bf5f775fc1a7f7a5098f7173ac1 (diff) | |
download | FreeBSD-ports-5797d600f46f09de6f7e9f89bd9546544d3f93e6.zip FreeBSD-ports-5797d600f46f09de6f7e9f89bd9546544d3f93e6.tar.gz |
Update to GNOME 2.4.0. For all the goodies on what's changed, known issues,
future plans, etc., please see http://www.gnome.org/start/2.4/.
This commit represents work done by adamw, bland, and myself as well as
many other contributers:
Koop Mast <einekoai@chello.nl>
Akifyev Sergey <asa@gascom.ru>
Franz Klammer <klammer@webonaut.com>
Øyvind Kolbu <oyvind@kebab.gaffel.nu>
Thomas E. Zander <riggs@rrr.de>
Jeremy Messenger <mezz7@cox.net>
Without these contirbuters, and our faithful users, GNOME 2.4.0 would not
be possible.
Please check the FreeBSD GNOME site for any FreeBSD gotchas, as well as
general FAQs and documentation (GNOME 2.4 updates to be posted soon). The
best way to upgrade so that you get all shared library dependencies is:
portupgrade -rf -m BATCH=yes atk
portupgrade -R -m BATCH=yes gnome2
Approved by: portmgr (kris, will, myself implicitly)
Requested by: re as well as many other users
Diffstat (limited to 'textproc/libxslt/files')
-rw-r--r-- | textproc/libxslt/files/patch-aa | 13 | ||||
-rw-r--r-- | textproc/libxslt/files/patch-configure | 18 | ||||
-rw-r--r-- | textproc/libxslt/files/patch-python::tests::Makefile.in | 15 |
3 files changed, 26 insertions, 20 deletions
diff --git a/textproc/libxslt/files/patch-aa b/textproc/libxslt/files/patch-aa index 3b6e730..759d51f 100644 --- a/textproc/libxslt/files/patch-aa +++ b/textproc/libxslt/files/patch-aa @@ -1,13 +1,15 @@ ---- Makefile.in.orig Thu Sep 26 14:59:25 2002 -+++ Makefile.in Tue Oct 8 01:09:21 2002 -@@ -123,19 +123,17 @@ +--- Makefile.in.orig Fri Sep 12 15:22:17 2003 ++++ Makefile.in Fri Sep 12 15:24:38 2003 +@@ -139,21 +139,20 @@ @WITH_DEBUGGER_TRUE@ libexslt \ @WITH_DEBUGGER_TRUE@ xsltproc \ @WITH_DEBUGGER_TRUE@ doc \ -@WITH_DEBUGGER_TRUE@ @PYTHON_SUBDIR@ \ -@WITH_DEBUGGER_TRUE@ tests -+@WITH_DEBUGGER_TRUE@ @WITH_PYTHON_TRUE@ @PYTHON_SUBDIR@ \ - @WITH_DEBUGGER_FALSE@SUBDIRS = @WITH_DEBUGGER_FALSE@\ ++@WITH_DEBUGGER_TRUE@ @WITH_PYTHON_TRUE@ @PYTHON_SUBDIR@ ++ + + @WITH_DEBUGGER_FALSE@SUBDIRS = \ @WITH_DEBUGGER_FALSE@ libxslt \ @WITH_DEBUGGER_FALSE@ libexslt \ @WITH_DEBUGGER_FALSE@ xsltproc \ @@ -16,6 +18,7 @@ -@WITH_DEBUGGER_FALSE@ tests +@WITH_DEBUGGER_FALSE@ @WITH_PYTHON_TRUE@ @PYTHON_SUBDIR@ + DIST_SUBDIRS = libxslt libexslt xsltproc python doc tests breakpoint -confexecdir = $(libdir) diff --git a/textproc/libxslt/files/patch-configure b/textproc/libxslt/files/patch-configure index 7b6b036..e644cf7 100644 --- a/textproc/libxslt/files/patch-configure +++ b/textproc/libxslt/files/patch-configure @@ -1,9 +1,6 @@ - -$FreeBSD$ - ---- configure 2002/04/26 09:54:14 1.1 -+++ configure 2002/04/26 09:54:23 -@@ -5341,6 +5341,7 @@ +--- configure.orig Fri Sep 12 08:23:19 2003 ++++ configure Fri Sep 12 15:29:42 2003 +@@ -8644,6 +8644,7 @@ # This can be used to rebuild libtool when needed LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" @@ -11,3 +8,12 @@ $FreeBSD$ # Always use our own libtool. LIBTOOL='$(SHELL) $(top_builddir)/libtool' +@@ -10300,7 +10301,7 @@ + fi + if test "$with_python" != "" + then +- pythondir='$(PYTHON_SITE_PACKAGES)' ++ pythondir='$(libdir)/python${PYTHON_VERSION}/site-packages' + else + pythondir='$(libdir)/python${PYTHON_VERSION}/site-packages' + fi diff --git a/textproc/libxslt/files/patch-python::tests::Makefile.in b/textproc/libxslt/files/patch-python::tests::Makefile.in index da548b1..b2b22d6 100644 --- a/textproc/libxslt/files/patch-python::tests::Makefile.in +++ b/textproc/libxslt/files/patch-python::tests::Makefile.in @@ -1,12 +1,9 @@ - -$FreeBSD$ - ---- python/tests/Makefile.in.orig Mon Apr 15 21:07:35 2002 -+++ python/tests/Makefile.in Thu Apr 18 14:25:35 2002 -@@ -117,7 +117,7 @@ - XSLT_LIBDIR = @XSLT_LIBDIR@ - XSLT_LIBS = @XSLT_LIBS@ - +--- python/tests/Makefile.in.orig Fri Sep 12 15:25:00 2003 ++++ python/tests/Makefile.in Fri Sep 12 15:25:38 2003 +@@ -133,7 +133,7 @@ + am__quote = @am__quote@ + install_sh = @install_sh@ + pythondir = @pythondir@ -EXAMPLE_DIR = $(datadir)/doc/libxslt-python-$(LIBXSLT_VERSION)/examples +EXAMPLE_DIR = $(datadir)/doc/libxslt-python/examples |