pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/yaws yaws: fix build by making sure that pdf and p...
details: https://anonhg.NetBSD.org/pkgsrc/rev/746b1e2e44b7
branches: trunk
changeset: 387136:746b1e2e44b7
user: nros <nros%pkgsrc.org@localhost>
date: Sun Oct 23 13:45:57 2022 +0000
description:
yaws: fix build by making sure that pdf and ps files are not generated
diffstat:
www/yaws/Makefile | 5 ++++-
www/yaws/PLIST | 5 +----
2 files changed, 5 insertions(+), 5 deletions(-)
diffs (45 lines):
diff -r 0ac03631eca3 -r 746b1e2e44b7 www/yaws/Makefile
--- a/www/yaws/Makefile Sun Oct 23 13:09:30 2022 +0000
+++ b/www/yaws/Makefile Sun Oct 23 13:45:57 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2022/10/15 18:29:21 triaxx Exp $
+# $NetBSD: Makefile,v 1.24 2022/10/23 13:45:57 nros Exp $
#
DISTNAME= yaws-2.1.1
@@ -28,6 +28,9 @@
CONFIGURE_ARGS+= ERLANG_INSTALL_LIB_DIR_yaws=${PREFIX}/lib/yaws
CONFIGURE_ARGS+= wwwdir=${WWWDIR}
+# supress generation of pdf and ps files
+CONFIGURE_ENV+= ac_cv_prog_DVIPS=
+
# Not compatible with SunOS PAM headers
.if ${OPSYS} == "SunOS"
CONFIGURE_ARGS+= --disable-pam
diff -r 0ac03631eca3 -r 746b1e2e44b7 www/yaws/PLIST
--- a/www/yaws/PLIST Sun Oct 23 13:09:30 2022 +0000
+++ b/www/yaws/PLIST Sun Oct 23 13:45:57 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2022/10/15 18:29:21 triaxx Exp $
+@comment $NetBSD: PLIST,v 1.8 2022/10/23 13:45:57 nros Exp $
bin/yaws
lib/pkgconfig/yaws.pc
lib/yaws/ebin/haxe.beam
@@ -81,7 +81,6 @@
man/man5/yaws.conf.5
man/man5/yaws_api.5
man/man5/yaws_soap_lib.5
-share/doc/yaws/yaws.pdf
share/examples/yaws/dhparams.pem
share/examples/yaws/yaws-cert.pem
share/examples/yaws/yaws-key.pem
@@ -304,8 +303,6 @@
share/yaws/www/yapp_intro.yaws
share/yaws/www/yaws-1.55_to_1.56.patch
share/yaws/www/yaws.eps
-share/yaws/www/yaws.pdf
-share/yaws/www/yaws.ps
share/yaws/www/ybed.erl
share/yaws/www/ybed_sup.erl
share/yaws/www/yman.yaws
Home |
Main Index |
Thread Index |
Old Index