diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-09-18 06:49:37 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-09-18 06:49:37 +0000 |
commit | 9c0caae1c20155b432bb0feb074a8fd9cc1c12bc (patch) | |
tree | 534d0190982c831de589344c3003940ec6f2d6b1 /textproc/libxslt/files/patch-aa | |
parent | Followup commit: Unbreak XFree86-4-Server-snap on -stable -- gcc 2 has no (diff) |
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
Notes
Notes:
svn path=/head/; revision=89023
Diffstat (limited to 'textproc/libxslt/files/patch-aa')
-rw-r--r-- | textproc/libxslt/files/patch-aa | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/textproc/libxslt/files/patch-aa b/textproc/libxslt/files/patch-aa index 3b6e73087588..759d51f2d130 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) |