Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/p5-XML-LibXML/patches p5-XML-LibXML: remove u...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fcb08c808c5b
branches:  trunk
changeset: 438601:fcb08c808c5b
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Sep 07 19:46:34 2020 +0000

description:
p5-XML-LibXML: remove unnecessary patch

diffstat:

 textproc/p5-XML-LibXML/patches/patch-Makefile.PL |  41 ------------------------
 1 files changed, 0 insertions(+), 41 deletions(-)

diffs (45 lines):

diff -r 16f7356e98f1 -r fcb08c808c5b textproc/p5-XML-LibXML/patches/patch-Makefile.PL
--- a/textproc/p5-XML-LibXML/patches/patch-Makefile.PL  Mon Sep 07 19:34:41 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,41 +0,0 @@
-$NetBSD: patch-Makefile.PL,v 1.1 2014/06/10 22:38:48 joerg Exp $
-
-Patch away broken mixup of linker vs compiler invocation and
-hard-code the result.
-
---- Makefile.PL.orig   2014-06-10 22:31:37.000000000 +0000
-+++ Makefile.PL
-@@ -411,32 +411,7 @@ sub _libxml_check_lib {
-     }
- }
- 
--print "Checking for ability to link against xml2...";
--if ( _libxml_check_lib('xml2') ) {
--    print "yes\n";
--}
--else {
--    print "no\n";
--    print "Checking for ability to link against libxml2...";
--    if ( _libxml_check_lib('libxml2')) {
--        print "yes\n";
--    }
--    else {
--        print STDERR <<"DEATH";
--libxml2, zlib, and/or the Math library (-lm) have not been found.
--Try setting LIBS and INC values on the command line
--Or get libxml2 from
--  http://xmlsoft.org/
--If you install via RPMs, make sure you also install the -devel
--RPMs, as this is where the headers (.h files) are.
--
--Also, you may try to run perl Makefile.PL with the DEBUG=1 parameter
--to see the exact reason why the detection of libxml2 installation
--failed or why Makefile.PL was not able to compile a test program.
--DEATH
--        exit 0; # 0 recommended by http://cpantest.grango.org (Notes for CPAN Authors)
--    }
--}
-+$config{LIBS} = "-lxml2";
- 
- # -------------------------------------------------------------------------- #
- # _NOW_ write the Makefile



Home | Main Index | Thread Index | Old Index