summaryrefslogtreecommitdiffstats
path: root/textproc/libxslt/files
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2012-12-29 05:11:02 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2012-12-29 05:11:02 +0800
commitf29c8aa1144b426378bcc6d9d29942a92e450d23 (patch)
treefb032abab41d7aafb8e6a77ff367ed4fad210e1e /textproc/libxslt/files
parent74e289671f15657c7abd39d4121b8bcceadac454 (diff)
downloadmarcuscom-ports-f29c8aa1144b426378bcc6d9d29942a92e450d23.tar
marcuscom-ports-f29c8aa1144b426378bcc6d9d29942a92e450d23.tar.gz
marcuscom-ports-f29c8aa1144b426378bcc6d9d29942a92e450d23.tar.bz2
marcuscom-ports-f29c8aa1144b426378bcc6d9d29942a92e450d23.tar.lz
marcuscom-ports-f29c8aa1144b426378bcc6d9d29942a92e450d23.tar.xz
marcuscom-ports-f29c8aa1144b426378bcc6d9d29942a92e450d23.tar.zst
marcuscom-ports-f29c8aa1144b426378bcc6d9d29942a92e450d23.zip
Merged into FreeBSD ports tree.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@17181 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'textproc/libxslt/files')
-rw-r--r--textproc/libxslt/files/patch-aa12
-rw-r--r--textproc/libxslt/files/patch-ab8
-rw-r--r--textproc/libxslt/files/patch-configure25
-rw-r--r--textproc/libxslt/files/patch-python::Makefile.in22
-rw-r--r--textproc/libxslt/files/patch-python::tests::Makefile.in11
5 files changed, 0 insertions, 78 deletions
diff --git a/textproc/libxslt/files/patch-aa b/textproc/libxslt/files/patch-aa
deleted file mode 100644
index 3abe36878..000000000
--- a/textproc/libxslt/files/patch-aa
+++ /dev/null
@@ -1,12 +0,0 @@
---- Makefile.in.orig 2012-10-22 16:13:46.000000000 +0000
-+++ Makefile.in 2012-10-22 16:14:29.000000000 +0000
-@@ -327,8 +327,7 @@
- libexslt \
- xsltproc \
- doc \
-- $(PYTHON_SUBDIR) \
-- tests
-+ $(PYTHON_SUBDIR)
-
- DIST_SUBDIRS = libxslt libexslt xsltproc python doc tests
- confexecdir = $(libdir)
diff --git a/textproc/libxslt/files/patch-ab b/textproc/libxslt/files/patch-ab
deleted file mode 100644
index 9e1b2046a..000000000
--- a/textproc/libxslt/files/patch-ab
+++ /dev/null
@@ -1,8 +0,0 @@
---- libxslt/xsltconfig.h.in.orig Mon Mar 26 20:55:08 2001
-+++ libxslt/xsltconfig.h.in Thu Apr 19 22:20:46 2001
-@@ -23,3 +23,5 @@
- #ifdef __GNUC__
-+#ifndef __FreeBSD__
- #include <ansidecl.h>
-+#endif
- #ifndef ATTRIBUTE_UNUSED
diff --git a/textproc/libxslt/files/patch-configure b/textproc/libxslt/files/patch-configure
deleted file mode 100644
index 67348399d..000000000
--- a/textproc/libxslt/files/patch-configure
+++ /dev/null
@@ -1,25 +0,0 @@
---- configure.orig 2009-09-18 15:31:26.000000000 -0400
-+++ configure 2009-09-18 15:35:31.000000000 -0400
-@@ -4770,7 +4770,7 @@ fi
- if test "${with_html_subdir+set}" = set; then
- withval=$with_html_subdir; test "x$withval" != "x" && HTML_DIR="$HTML_DIR/$withval"
- else
-- HTML_DIR="$HTML_DIR/\$(PACKAGE)-\$(VERSION)/html"
-+ HTML_DIR="$HTML_DIR/\$(PACKAGE)"
- fi
-
-
-@@ -15572,11 +15572,12 @@ except: print 0"`
- fi
- if test "$PYTHON_VERSION" != ""
- then
-+ with_python=`$PYTHON -c "import sys; print sys.exec_prefix"`
- if test -r $with_python/include/python$PYTHON_VERSION/Python.h -a \
- -d $with_python/lib/python$PYTHON_VERSION/site-packages
- then
- PYTHON_INCLUDES=$with_python/include/python$PYTHON_VERSION
-- PYTHON_SITE_PACKAGES='$(libdir)/python$(PYTHON_VERSION)/site-packages'
-+ PYTHON_SITE_PACKAGES=$with_python/lib/python$PYTHON_VERSION/site-packages
- else
- if test -r $prefix/include/python$PYTHON_VERSION/Python.h
- then
diff --git a/textproc/libxslt/files/patch-python::Makefile.in b/textproc/libxslt/files/patch-python::Makefile.in
deleted file mode 100644
index dbd7d8e76..000000000
--- a/textproc/libxslt/files/patch-python::Makefile.in
+++ /dev/null
@@ -1,22 +0,0 @@
---- python/Makefile.in.orig 2012-10-22 16:16:50.000000000 +0000
-+++ python/Makefile.in 2012-10-22 16:17:40.000000000 +0000
-@@ -344,7 +344,7 @@
- -I../libexslt
-
- AM_CFLAGS = $(LIBXML_CFLAGS)
--DOCS_DIR = $(datadir)/doc/libxslt-python-$(LIBXSLT_VERSION)
-+DOCS_DIR = $(datadir)/doc/py-libxslt
- # libxsltclass.txt is generated
- DOCS = TODO
- EXTRA_DIST = \
-@@ -359,8 +359,8 @@
-
- libxsltmod_la_LDFLAGS = $(WIN32_EXTRA_LDFLAGS) -module -avoid-version
- @WITH_PYTHON_TRUE@mylibs = \
--@WITH_PYTHON_TRUE@ $(top_builddir)/libxslt/libxslt.la \
--@WITH_PYTHON_TRUE@ $(top_builddir)/libexslt/libexslt.la
-+@WITH_PYTHON_TRUE@ -lxslt \
-+@WITH_PYTHON_TRUE@ -lexslt
-
- @WITH_PYTHON_TRUE@python_LTLIBRARIES = libxsltmod.la
- @WITH_PYTHON_TRUE@libxsltmod_la_SOURCES = libxslt.c types.c
diff --git a/textproc/libxslt/files/patch-python::tests::Makefile.in b/textproc/libxslt/files/patch-python::tests::Makefile.in
deleted file mode 100644
index 385552556..000000000
--- a/textproc/libxslt/files/patch-python::tests::Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- python/tests/Makefile.in.orig 2008-05-23 23:11:10.000000000 -0500
-+++ python/tests/Makefile.in 2008-05-23 23:11:33.000000000 -0500
-@@ -204,7 +204,7 @@
- target_alias = @target_alias@
- top_builddir = @top_builddir@
- top_srcdir = @top_srcdir@
--EXAMPLE_DIR = $(datadir)/doc/libxslt-python-$(LIBXSLT_VERSION)/examples
-+EXAMPLE_DIR = $(datadir)/examples/py-libxslt
- TESTSPY = \
- basic.py \
- exslt.py \