p5-xml-libxslt: 2.002001 -> 2.003000

This commit is contained in:
Tim Biermann 2024-06-12 19:59:43 +02:00
parent 9c6adb1767
commit e3e3f677f7
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 5 additions and 28 deletions

View File

@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3zoiYFWtWh+HIo+w1+Pq5z7UOTowLPvhEJDyXmrWwuc215iOBf7Fi5A0n1XLuKXyQjL/3U82VrFJjrwcHHgebwo=
SHA256 (Pkgfile) = cfbfb751293b3b3cf264bfcb1794e83e255118fa0e86be3d151a3e4892e73c6c
RWSagIOpLGJF37Hz+TZYN41G8oEkolBJ99sPoVHoXn7Umzo0SfDxyUYss/Q1lpblFIdu/mbf1sUNcq/L81EnsGkTkS8+RaVkuws=
SHA256 (Pkgfile) = ea7a33255539bb96007cf7a5a4939438c467e6ec26c0ce1cf92a9d6425e3780b
SHA256 (.footprint) = 89b7129b5b6919fdfc20885b15981e65fed9e4695d5ab6601291076cb6b12df0
SHA256 (XML-LibXSLT-2.002001.tar.gz) = df8927c4ff1949f62580d1c1e6f00f0cd56b53d3a957ee4b171b59bffa63b2c0
SHA256 (59547c5f4103d33c352f8559da9654032cc8c44f.patch) = 4f39e24bb5a36283513372a9a2122f1a7efffbc969c527936ec4a0995dab92f8
SHA256 (XML-LibXSLT-2.003000.tar.gz) = 7caa5aee72f53be59d8b84eecb6864a07c612a12ea6b27d5c706960edcd54587
SHA256 (59547c5f4103d33c352f8559da9654032cc8c44f.patch) = 503dad0ee626d8876ff4bc5d9d69541449274154a3ab7e5c2c751021ab92a888

View File

@ -29,29 +29,6 @@ index d3ee9d1..079f8ea 100644
options:
LIBS='$config{LIBS}'
INC='$config{INC}'
@@ -120,15 +120,15 @@ OPT
if ($config{LIBS} !~ /\-l(lib)?xslt\b/) {
# in this case we are not able to run xml2-config. therefore we need to
# expand the libz as well.
- if ($::is_Win32) {
- if( $ENV{ACTIVEPERL_MINGW} ) {
- $config{LIBS} .= ' -llibxslt.lib -llibxml2.lib';
+ if ($::is_Win32) {
+ if( $ENV{ACTIVEPERL_MINGW} ) {
+ $config{LIBS} .= ' -llibxslt.lib -llibxml2.lib';
+ } else {
+ $config{LIBS} .= ' -llibxslt -llibxml2';
+ }
} else {
- $config{LIBS} .= ' -llibxslt -llibxml2';
+ $config{LIBS} .= ' -lxml2 -lz';
}
- } else {
- $config{LIBS} .= ' -lxml2 -lz';
- }
}
if ($config{LIBS} !~ /\-lz(lib)?\b/ and !($::is_Win32 && $config{LIBS} !~ /\-lzlib\b/)) {
@@ -140,15 +140,15 @@ if ($config{LIBS} !~ /\-lz(lib)?\b/ and !($::is_Win32 && $config{LIBS} !~ /\-lzl
warn "zlib was not configured\n";
warn "set zlib\n" if $::is_Win32;

View File

@ -4,7 +4,7 @@
# Depends on: libxslt p5-xml-libxml
name=p5-xml-libxslt
version=2.002001
version=2.003000
release=1
source=(https://www.cpan.org/authors/id/S/SH/SHLOMIF/XML-LibXSLT-$version.tar.gz
59547c5f4103d33c352f8559da9654032cc8c44f.patch)