Skip to content

Commit e189dd4

Browse files
committed
vmailmgr-docs: skip PDFs, not installed anyway.
1 parent c8a560b commit e189dd4

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

mail/vmailmgr-base/distinfo

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
$NetBSD: distinfo,v 1.3 2024/02/27 19:13:43 schmonz Exp $
1+
$NetBSD: distinfo,v 1.4 2024/02/28 15:42:05 schmonz Exp $
22

33
BLAKE2s (vmailmgr-526d53c1d0e604ec29ada61b79485ceeb8b978cd-526d53c1d0e604ec29ada61b79485ceeb8b978cd.tar.gz) = 6e83ecea2a0defebd20323fbe9833dc1d4e63e8e2d4c6d904c9558ba32cc9a59
44
SHA512 (vmailmgr-526d53c1d0e604ec29ada61b79485ceeb8b978cd-526d53c1d0e604ec29ada61b79485ceeb8b978cd.tar.gz) = 9d717b4b9ae763509d8192c40167606acdc56622d8f9351c763140f5b2573d6c2c1364c33003e1649d2b0d628aadab03690ade20f9e3210c5b44a89237bdd62b
@@ -13,7 +13,7 @@ SHA1 (patch-configure.ac) = a3bd54716955c6351b4b045d698932465cbfc6de
1313
SHA1 (patch-daemon_Makefile.am) = 4a0a2bbcc25371ae412c5b64b577a2194a84f2e4
1414
SHA1 (patch-daemon_main.cc) = e93f2b06b26920ec9dd8aaf8e4029792b9042284
1515
SHA1 (patch-doc_HOWTO.texi) = 29a8e8413d653e6901c520ecf38d4febfe7a9845
16-
SHA1 (patch-doc_Makefile.am) = cd16ee93a4209411fdd478d66401dd00fa765013
16+
SHA1 (patch-doc_Makefile.am) = 0fa6a568960c43ceb0868495653944e4acee0212
1717
SHA1 (patch-lib_cli++_main.cc) = cfa961d73e61fa5bd6ef20efefe77d773f8ef951
1818
SHA1 (patch-lib_fdbuf_fdbuf.h) = 2607bb82c4d9123df0a94b30fc5930db6429010d
1919
SHA1 (patch-lib_mergelib.sh) = 59cdc1e5896331195f1d693a7cad4f7f6f7ec8e4

mail/vmailmgr-base/patches/patch-doc_Makefile.am

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
$NetBSD: patch-doc_Makefile.am,v 1.1 2024/02/25 12:09:22 schmonz Exp $
1+
$NetBSD: patch-doc_Makefile.am,v 1.2 2024/02/28 15:42:05 schmonz Exp $
22

33
Avoid "warning: ignoring prerequisites on suffix rule definition"
44

5+
Avoid building PDFs that aren't installed anyway.
6+
57
--- doc/Makefile.am.orig 2015-09-01 16:03:21.000000000 +0000
68
+++ doc/Makefile.am
79
@@ -7,10 +7,10 @@ noinst_TXTS = HOWTO.txt FAQ.txt \
@@ -17,10 +19,12 @@ Avoid "warning: ignoring prerequisites on suffix rule definition"
1719
$(man_MANS) \
1820
$(noinst_PODS) \
1921
$(noinst_TEXINFOS) \
20-
@@ -31,6 +31,7 @@ TEXI2INFO = texi2any --info --no-split -
22+
@@ -30,7 +30,8 @@ TEXI2PDF = texi2pdf --clean --quiet
23+
TEXI2INFO = texi2any --info --no-split --number-sections
2124
TEXI2TXT = texi2any --plaintext
2225

23-
all: $(noinst_HTMLS) $(noinst_PDFS) $(noinst_TXTS) $(noinst_MISC)
26+
-all: $(noinst_HTMLS) $(noinst_PDFS) $(noinst_TXTS) $(noinst_MISC)
27+
+all: $(noinst_HTMLS) $(noinst_TXTS)
2428
+man: $(man_MANS)
2529

2630
dist-hook:

mail/vmailmgr-docs/Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $NetBSD: Makefile,v 1.1 2024/02/25 12:09:23 schmonz Exp $
1+
# $NetBSD: Makefile,v 1.2 2024/02/28 15:42:06 schmonz Exp $
22

33
.include "../../mail/vmailmgr/Makefile.common"
44

@@ -27,5 +27,4 @@ do-install:
2727
${INSTALL_DATA} $$f ${DESTDIR}${PREFIX}/share/doc/vmailmgr/`basename $$f`; \
2828
done
2929

30-
.include "../../lang/php/phpversion.mk"
3130
.include "../../mk/bsd.pkg.mk"

0 commit comments

Comments
 (0)