mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
Update to 0.9.6.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
COMMENT = fast XML/DOM/XPath/XSLT/HTML/JSON extension for Tcl
|
||||
|
||||
V = 0.9.3
|
||||
V = 0.9.6
|
||||
VER = ${V:S/.//g}
|
||||
|
||||
DISTNAME = tdom-${V}
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
SHA256 (tdom-0.9.3-src.tgz) = tGvLZ1AoO89BvW8iDPBucHR1Lci5qHoZK9geU8qtU/k=
|
||||
SIZE (tdom-0.9.3-src.tgz) = 1319804
|
||||
SHA256 (tdom-0.9.6-src.tgz) = bSRzSu9G0dwW80dmhUFHlNak5l9IB54QKTdEdxBOgxk=
|
||||
SIZE (tdom-0.9.6-src.tgz) = 1530711
|
||||
|
||||
@@ -3,7 +3,7 @@ Install to OpenBSD locations and adjust pkgIndex.tcl accordingly.
|
||||
Index: Makefile.in
|
||||
--- Makefile.in.orig
|
||||
+++ Makefile.in
|
||||
@@ -451,8 +451,8 @@ install-lib-binaries: binaries
|
||||
@@ -457,8 +457,8 @@ install-lib-binaries: binaries
|
||||
@$(INSTALL_DATA_DIR) "$(DESTDIR)$(pkglibdir)"
|
||||
@list='$(lib_BINARIES)'; for p in $$list; do \
|
||||
if test -f $$p; then \
|
||||
@@ -14,7 +14,7 @@ Index: Makefile.in
|
||||
ext=`echo $$p|sed -e "s/.*\.//"`; \
|
||||
if test "x$$ext" = "xdll"; then \
|
||||
lib=`basename $$p|sed -e 's/.[^.]*$$//'`.lib; \
|
||||
@@ -463,8 +463,8 @@ install-lib-binaries: binaries
|
||||
@@ -469,8 +469,8 @@ install-lib-binaries: binaries
|
||||
fi; \
|
||||
fi; \
|
||||
done
|
||||
@@ -25,7 +25,7 @@ Index: Makefile.in
|
||||
@list='$(PKG_TCL_SOURCES)'; for p in $$list; do \
|
||||
if test -f $(srcdir)/$$p; then \
|
||||
destp=`basename $$p`; \
|
||||
@@ -474,6 +474,7 @@ install-lib-binaries: binaries
|
||||
@@ -480,6 +480,7 @@ install-lib-binaries: binaries
|
||||
done
|
||||
@if test "x$(SHARED_BUILD)" = "x1"; then \
|
||||
echo "Installing pkgIndex.tcl $(DESTDIR)$(pkglibdir)"; \
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
Do this here so it propagates through everything.
|
||||
Set this here so it propagates through everything.
|
||||
|
||||
Index: configure
|
||||
--- configure.orig
|
||||
+++ configure
|
||||
@@ -8994,7 +8994,7 @@ TDOMSHELL=tcldomsh
|
||||
@@ -9322,7 +9322,7 @@ TDOMSHELL=tcldomsh
|
||||
#--------------------------------------------------------------------
|
||||
|
||||
# pkglibdir must be a fully qualified path and (not ${exec_prefix}/lib)
|
||||
- eval pkglibdir="${libdir}/${PACKAGE_NAME}${PACKAGE_VERSION}"
|
||||
- eval pkglibdir="${libdir}/tdom${PACKAGE_VERSION}"
|
||||
+ eval pkglibdir="${libdir}"
|
||||
if test "${TCL_LIB_VERSIONS_OK}" = "ok"; then
|
||||
eval PKG_STUB_LIB_FLAG="-l${PACKAGE_NAME}stub${PACKAGE_VERSION}"
|
||||
else
|
||||
eval tdom_LIB_FLAG="-ltdom${PACKAGE_VERSION}"
|
||||
eval tdom_STUB_LIB_FLAG="-ltdomstub${PACKAGE_VERSION}"
|
||||
|
||||
@@ -15,3 +15,4 @@ lib/tcl/tdom/tdomConfig.sh
|
||||
@man man/mann/schema.n
|
||||
@man man/mann/tdomcmd.n
|
||||
@man man/mann/tnc.n
|
||||
@man man/mann/xpathFunc.n
|
||||
|
||||
Reference in New Issue
Block a user