without python
This commit is contained in:
parent
49d068d5f3
commit
aea41f046a
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.26 2002/09/14 07:52:03 shell Exp $
|
||||
# $OpenBSD: Makefile,v 1.27 2002/09/15 04:01:31 shell Exp $
|
||||
|
||||
COMMENT= "XSLT C Library for GNOME"
|
||||
|
||||
@ -8,7 +8,7 @@ HOMEPAGE= http://xmlsoft.org/XSLT/
|
||||
|
||||
MAINTAINER= Shell Hung <shell@openbsd.org>
|
||||
|
||||
LIB_DEPENDS= xml2.6.20::textproc/libxml
|
||||
LIB_DEPENDS= xml2.6.23::textproc/libxml
|
||||
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
@ -23,7 +23,7 @@ MASTER_SITES= ftp://xmlsoft.org/ \
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS= ${CONFIGURE_SHARED} --enable-static
|
||||
CONFIGURE_ARGS+= --with-libxml-include-prefix='${LOCALBASE}/include/'
|
||||
CONFIGURE_ARGS+= --with-python
|
||||
CONFIGURE_ARGS+= --without-python
|
||||
|
||||
REGRESS_TARGET= tests
|
||||
|
||||
|
@ -1,21 +1,21 @@
|
||||
$OpenBSD: patch-python_Makefile_in,v 1.2 2002/09/14 07:52:03 shell Exp $
|
||||
--- python/Makefile.in.orig Sat Sep 14 15:43:54 2002
|
||||
+++ python/Makefile.in Sat Sep 14 15:45:16 2002
|
||||
@@ -129,7 +129,7 @@ INCLUDES = \
|
||||
-I$(top_srcdir)
|
||||
$OpenBSD: patch-python_Makefile_in,v 1.3 2002/09/15 04:01:31 shell Exp $
|
||||
--- python/Makefile.in.orig Fri Aug 23 20:37:55 2002
|
||||
+++ python/Makefile.in Sun Sep 15 11:55:54 2002
|
||||
@@ -400,7 +400,7 @@ installcheck: installcheck-recursive
|
||||
install-exec-am:
|
||||
install-exec: install-exec-recursive
|
||||
|
||||
-install-data-am: install-pythonLTLIBRARIES install-data-local
|
||||
+install-data-am: install-pythonLTLIBRARIES
|
||||
install-data: install-data-recursive
|
||||
|
||||
-DOCS_DIR = $(datadir)/doc/libxslt-python-$(LIBXSLT_VERSION)
|
||||
+DOCS_DIR = $(datadir)/doc/libxslt-python
|
||||
# libxsltclass.txt is generated
|
||||
DOCS = TODO
|
||||
|
||||
@@ -478,7 +478,7 @@ maintainer-clean
|
||||
@WITH_PYTHON_TRUE@libxslt.py: $(srcdir)/libxsl.py libxsltclass.py
|
||||
@WITH_PYTHON_TRUE@ cat $(srcdir)/libxsl.py libxsltclass.py > libxslt.py
|
||||
|
||||
-@WITH_PYTHON_TRUE@install-data-local:
|
||||
+install-data-local:
|
||||
@WITH_PYTHON_TRUE@ $(mkinstalldirs) $(libdir)/python${PYTHON_VERSION}/site-packages
|
||||
@WITH_PYTHON_TRUE@ @INSTALL@ -m 0644 libxslt.py $(libdir)/python${PYTHON_VERSION}/site-packages
|
||||
@WITH_PYTHON_TRUE@ $(mkinstalldirs) $(DOCS_DIR)
|
||||
install-am: all-am
|
||||
@@ -408,7 +408,7 @@ install-am: all-am
|
||||
install: install-recursive
|
||||
uninstall-am: uninstall-pythonLTLIBRARIES
|
||||
uninstall: uninstall-recursive
|
||||
-all-am: Makefile $(LTLIBRARIES) all-local
|
||||
+all-am: Makefile $(LTLIBRARIES)
|
||||
all-redirect: all-recursive
|
||||
install-strip:
|
||||
$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.13 2002/07/11 17:21:42 shell Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.14 2002/09/15 04:01:31 shell Exp $
|
||||
bin/xslt-config
|
||||
bin/xsltproc
|
||||
include/libexslt/exslt.h
|
||||
@ -32,11 +32,6 @@ lib/xsltConf.sh
|
||||
man/man1/xsltproc.1
|
||||
man/man4/libexslt.4
|
||||
man/man4/libxslt.4
|
||||
share/doc/libxslt-python/examples/basic.py
|
||||
share/doc/libxslt-python/examples/extfunc.py
|
||||
share/doc/libxslt-python/examples/pyxsltproc.py
|
||||
share/doc/libxslt-python/examples/test.xml
|
||||
share/doc/libxslt-python/examples/test.xsl
|
||||
share/doc/libxslt/html/API.html
|
||||
share/doc/libxslt/html/APIchunk0.html
|
||||
share/doc/libxslt/html/APIchunk1.html
|
||||
@ -97,8 +92,5 @@ share/doc/libxslt/html/xsltproc2.html
|
||||
%%SHARED%%
|
||||
@dirrm share/doc/libxslt/html/tutorial
|
||||
@dirrm share/doc/libxslt/html
|
||||
@dirrm share/doc/libxslt-python/examples
|
||||
@dirrm share/doc/libxslt-python
|
||||
@dirrm share/doc/libxslt
|
||||
@dirrm include/libxslt
|
||||
@dirrm include/libexslt
|
||||
|
Loading…
Reference in New Issue
Block a user