- update to libxslt-1.1.28
tested on various arches, as well as in a bulk by landry@, thanks. ok aja@
This commit is contained in:
parent
834f17aec7
commit
679065f208
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.74 2013/03/14 19:56:53 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.75 2013/03/16 09:59:19 jasper Exp $
|
||||
|
||||
COMMENT-main= XSLT C Library for GNOME
|
||||
COMMENT-python= Python bindings for libxslt
|
||||
|
||||
VERSION= 1.1.27
|
||||
VERSION= 1.1.28
|
||||
DISTNAME= libxslt-${VERSION}
|
||||
PKGNAME-main= libxslt-${VERSION}
|
||||
PKGNAME-python= py-libxslt-${VERSION}
|
||||
@ -56,6 +56,9 @@ LIB_DEPENDS-python= textproc/libxslt,-main \
|
||||
${MODGETTEXT_LIB_DEPENDS}
|
||||
FAKE_FLAGS= EXAMPLE_DIR=${PREFIX}/share/examples/libxslt/
|
||||
CONFIGURE_ARGS+= --with-python
|
||||
|
||||
post-install:
|
||||
rm ${PREFIX}/lib/python${MODPY_VERSION}/site-packages/*.{la,a}
|
||||
.else
|
||||
CONFIGURE_ARGS+= --without-python
|
||||
.endif
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (libxslt-1.1.27.tar.gz) = tqjZpCHyYwmZypHZ+MCR7o6i1YDmvoTB0hsqReEefiY=
|
||||
SIZE (libxslt-1.1.27.tar.gz) = 3427310
|
||||
SHA256 (libxslt-1.1.28.tar.gz) = X8cVGle4nAPXuCXfWg+uCo1fBWdMDnzyk37OxNVKAow=
|
||||
SIZE (libxslt-1.1.28.tar.gz) = 3435907
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-libxslt_Makefile_in,v 1.5 2012/09/30 12:21:34 jasper Exp $
|
||||
--- libxslt/Makefile.in.orig Wed Sep 12 08:35:34 2012
|
||||
+++ libxslt/Makefile.in Thu Sep 27 15:17:07 2012
|
||||
@@ -705,7 +705,7 @@ install-dvi-am:
|
||||
$OpenBSD: patch-libxslt_Makefile_in,v 1.6 2013/03/16 09:59:19 jasper Exp $
|
||||
--- libxslt/Makefile.in.orig Wed Nov 21 08:21:50 2012
|
||||
+++ libxslt/Makefile.in Thu Mar 14 20:58:36 2013
|
||||
@@ -738,7 +738,7 @@ install-dvi-am:
|
||||
|
||||
install-exec-am: install-libLTLIBRARIES
|
||||
@$(NORMAL_INSTALL)
|
||||
|
@ -1,10 +1,10 @@
|
||||
$OpenBSD: patch-python_Makefile_in,v 1.11 2012/09/30 12:21:34 jasper Exp $
|
||||
$OpenBSD: patch-python_Makefile_in,v 1.12 2013/03/16 09:59:19 jasper Exp $
|
||||
|
||||
Don't bother installing an empty file.
|
||||
|
||||
--- python/Makefile.in.orig Thu Sep 27 15:16:29 2012
|
||||
+++ python/Makefile.in Thu Sep 27 15:16:57 2012
|
||||
@@ -815,9 +815,6 @@ uninstall-am: uninstall-local uninstall-pythonLTLIBRAR
|
||||
--- python/Makefile.in.orig Wed Nov 21 08:21:50 2012
|
||||
+++ python/Makefile.in Thu Mar 14 20:58:36 2013
|
||||
@@ -858,9 +858,6 @@ uninstall-am: uninstall-local uninstall-pythonLTLIBRAR
|
||||
@WITH_PYTHON_TRUE@install-data-local:
|
||||
@WITH_PYTHON_TRUE@ $(MKDIR_P) $(DESTDIR)$(pythondir)
|
||||
@WITH_PYTHON_TRUE@ $(INSTALL) -m 0644 libxslt.py $(DESTDIR)$(pythondir)
|
||||
|
@ -1,6 +1,6 @@
|
||||
--- tests/docs/Makefile.in.orig Wed Sep 12 08:35:34 2012
|
||||
+++ tests/docs/Makefile.in Thu Sep 27 15:17:07 2012
|
||||
@@ -477,7 +477,7 @@ distdir: $(DISTFILES)
|
||||
--- tests/docs/Makefile.in.orig Wed Nov 21 08:21:50 2012
|
||||
+++ tests/docs/Makefile.in Thu Mar 14 20:58:36 2013
|
||||
@@ -510,7 +510,7 @@ distdir: $(DISTFILES)
|
||||
fi; \
|
||||
done
|
||||
check-am: all-am
|
||||
|
@ -1,3 +0,0 @@
|
||||
@comment $OpenBSD: PFRAG.shared-main,v 1.1 2008/12/26 10:54:21 jasper Exp $
|
||||
@lib lib/libexslt.so.${LIBexslt_VERSION}
|
||||
@lib lib/libxslt.so.${LIBxslt_VERSION}
|
@ -1,2 +0,0 @@
|
||||
@comment $OpenBSD: PFRAG.shared-python,v 1.1 2008/12/26 10:54:21 jasper Exp $
|
||||
lib/python${MODPY_VERSION}/site-packages/libxsltmod.so
|
@ -1,6 +1,5 @@
|
||||
@comment $OpenBSD: PLIST-main,v 1.3 2009/10/11 10:40:22 steven Exp $
|
||||
@comment $OpenBSD: PLIST-main,v 1.4 2013/03/16 09:59:19 jasper Exp $
|
||||
@pkgpath textproc/libxslt
|
||||
%%SHARED%%
|
||||
bin/xslt-config
|
||||
@bin bin/xsltproc
|
||||
include/libexslt/
|
||||
@ -31,8 +30,10 @@ include/libxslt/xsltlocale.h
|
||||
include/libxslt/xsltutils.h
|
||||
lib/libexslt.a
|
||||
lib/libexslt.la
|
||||
@lib lib/libexslt.so.${LIBexslt_VERSION}
|
||||
lib/libxslt.a
|
||||
lib/libxslt.la
|
||||
@lib lib/libxslt.so.${LIBxslt_VERSION}
|
||||
lib/pkgconfig/libexslt.pc
|
||||
lib/pkgconfig/libxslt.pc
|
||||
lib/xsltConf.sh
|
||||
|
@ -1,8 +1,8 @@
|
||||
@comment $OpenBSD: PLIST-python,v 1.1 2008/12/26 10:54:21 jasper Exp $
|
||||
%%SHARED%%
|
||||
@comment $OpenBSD: PLIST-python,v 1.2 2013/03/16 09:59:19 jasper Exp $
|
||||
lib/python${MODPY_VERSION}/
|
||||
lib/python${MODPY_VERSION}/site-packages/
|
||||
lib/python${MODPY_VERSION}/site-packages/libxslt.py
|
||||
lib/python${MODPY_VERSION}/site-packages/libxsltmod.a
|
||||
lib/python${MODPY_VERSION}/site-packages/libxsltmod.la
|
||||
lib/python${MODPY_VERSION}/site-packages/libxsltmod.so
|
||||
share/examples/libxslt/
|
||||
share/examples/libxslt/basic.py
|
||||
share/examples/libxslt/exslt.py
|
||||
|
Loading…
Reference in New Issue
Block a user