Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/bup Fix a build failure that occurs when conv...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5adb4ab160f9
branches:  trunk
changeset: 437256:5adb4ab160f9
user:      pho <pho%pkgsrc.org@localhost>
date:      Wed Aug 19 13:42:52 2020 +0000

description:
Fix a build failure that occurs when converters/pandoc is installed

When it's installed the Makefile builds and installs HTML files too, and therefore the PLIST test doesn't pass.

diffstat:

 sysutils/bup/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r b5a5818ac164 -r 5adb4ab160f9 sysutils/bup/Makefile
--- a/sysutils/bup/Makefile     Wed Aug 19 13:36:12 2020 +0000
+++ b/sysutils/bup/Makefile     Wed Aug 19 13:42:52 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2020/06/16 21:12:53 gdt Exp $
+# $NetBSD: Makefile,v 1.44 2020/08/19 13:42:52 pho Exp $
 
 DISTNAME=      bup-0.30.1
 CATEGORIES=    sysutils
@@ -49,6 +49,9 @@
 MAKE_FLAGS+=   PYTHON=${PYTHONBIN}
 MAKE_FLAGS+=   MANDIR=${DESTDIR}${PREFIX}/${PKGMANDIR}
 
+# Even if converters/pandoc is installed, pretend as if it weren't.
+MAKE_FLAGS+=   PANDOC=
+
 USE_TOOLS+=            bash gmake perl:run
 REPLACE_PERL+=         wvtest
 



Home | Main Index | Thread Index | Old Index