Sun Oct 23 13:45:57 2022 UTC ()
yaws: fix build by making sure that pdf and ps files are not generated


(nros)
diff -r1.23 -r1.24 pkgsrc/www/yaws/Makefile
diff -r1.7 -r1.8 pkgsrc/www/yaws/PLIST

cvs diff -r1.23 -r1.24 pkgsrc/www/yaws/Makefile (expand / switch to unified diff)

--- pkgsrc/www/yaws/Makefile 2022/10/15 18:29:21 1.23
+++ pkgsrc/www/yaws/Makefile 2022/10/23 13:45:57 1.24
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.23 2022/10/15 18:29:21 triaxx Exp $ 1# $NetBSD: Makefile,v 1.24 2022/10/23 13:45:57 nros Exp $
2# 2#
3 3
4DISTNAME= yaws-2.1.1 4DISTNAME= yaws-2.1.1
5CATEGORIES= www 5CATEGORIES= www
6MASTER_SITES= ${MASTER_SITE_GITHUB:=erlyaws/} 6MASTER_SITES= ${MASTER_SITE_GITHUB:=erlyaws/}
7GITHUB_TAG= ${DISTNAME} 7GITHUB_TAG= ${DISTNAME}
8 8
9MAINTAINER= bartosz.kuzma@gmail.com 9MAINTAINER= bartosz.kuzma@gmail.com
10HOMEPAGE= http://yaws.hyber.org/ 10HOMEPAGE= http://yaws.hyber.org/
11COMMENT= High perfomance HTTP 1.1 webserver written in Erlang 11COMMENT= High perfomance HTTP 1.1 webserver written in Erlang
12LICENSE= modified-bsd 12LICENSE= modified-bsd
13 13
14WRKSRC= ${WRKDIR}/yaws-${DISTNAME} 14WRKSRC= ${WRKDIR}/yaws-${DISTNAME}
@@ -18,26 +18,29 @@ BUILD_DEFS+= VARBASE @@ -18,26 +18,29 @@ BUILD_DEFS+= VARBASE
18USE_LIBTOOL= yes 18USE_LIBTOOL= yes
19USE_TOOLS+= aclocal autoconf automake autoreconf gmake perl tar 19USE_TOOLS+= aclocal autoconf automake autoreconf gmake perl tar
20GNU_CONFIGURE= yes 20GNU_CONFIGURE= yes
21 21
22PKG_SYSCONFSUBDIR= yaws 22PKG_SYSCONFSUBDIR= yaws
23 23
24.include "../../mk/bsd.prefs.mk" 24.include "../../mk/bsd.prefs.mk"
25 25
26CONFIGURE_ARGS+= --localstatedir=${VARBASE} 26CONFIGURE_ARGS+= --localstatedir=${VARBASE}
27CONFIGURE_ARGS+= --with-extrainclude=${PAMBASE}/include/security 27CONFIGURE_ARGS+= --with-extrainclude=${PAMBASE}/include/security
28CONFIGURE_ARGS+= ERLANG_INSTALL_LIB_DIR_yaws=${PREFIX}/lib/yaws 28CONFIGURE_ARGS+= ERLANG_INSTALL_LIB_DIR_yaws=${PREFIX}/lib/yaws
29CONFIGURE_ARGS+= wwwdir=${WWWDIR} 29CONFIGURE_ARGS+= wwwdir=${WWWDIR}
30 30
 31# supress generation of pdf and ps files
 32CONFIGURE_ENV+= ac_cv_prog_DVIPS=
 33
31# Not compatible with SunOS PAM headers 34# Not compatible with SunOS PAM headers
32.if ${OPSYS} == "SunOS" 35.if ${OPSYS} == "SunOS"
33CONFIGURE_ARGS+= --disable-pam 36CONFIGURE_ARGS+= --disable-pam
34.endif 37.endif
35 38
36EGDIR= ${PREFIX}/share/examples/yaws 39EGDIR= ${PREFIX}/share/examples/yaws
37CONF_FILES= ${EGDIR}/yaws.conf ${PKG_SYSCONFDIR}/yaws.conf 40CONF_FILES= ${EGDIR}/yaws.conf ${PKG_SYSCONFDIR}/yaws.conf
38RCD_SCRIPTS= yaws 41RCD_SCRIPTS= yaws
39RCD_SCRIPT_SRC.yaws= ${WRKSRC}/scripts/netbsd/yaws.sh 42RCD_SCRIPT_SRC.yaws= ${WRKSRC}/scripts/netbsd/yaws.sh
40 43
41WWWDIR= ${PREFIX}/share/yaws/www 44WWWDIR= ${PREFIX}/share/yaws/www
42 45
43OWN_DIRS= ${VARBASE}/log/yaws 46OWN_DIRS= ${VARBASE}/log/yaws

cvs diff -r1.7 -r1.8 pkgsrc/www/yaws/PLIST (expand / switch to unified diff)

--- pkgsrc/www/yaws/PLIST 2022/10/15 18:29:21 1.7
+++ pkgsrc/www/yaws/PLIST 2022/10/23 13:45:57 1.8
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.7 2022/10/15 18:29:21 triaxx Exp $ 1@comment $NetBSD: PLIST,v 1.8 2022/10/23 13:45:57 nros Exp $
2bin/yaws 2bin/yaws
3lib/pkgconfig/yaws.pc 3lib/pkgconfig/yaws.pc
4lib/yaws/ebin/haxe.beam 4lib/yaws/ebin/haxe.beam
5lib/yaws/ebin/json2.beam 5lib/yaws/ebin/json2.beam
6lib/yaws/ebin/jsonrpc.beam 6lib/yaws/ebin/jsonrpc.beam
7lib/yaws/ebin/mime_type_c.beam 7lib/yaws/ebin/mime_type_c.beam
8lib/yaws/ebin/mime_types.beam 8lib/yaws/ebin/mime_types.beam
9lib/yaws/ebin/yaws.app 9lib/yaws/ebin/yaws.app
10lib/yaws/ebin/yaws.appup 10lib/yaws/ebin/yaws.appup
11lib/yaws/ebin/yaws.beam 11lib/yaws/ebin/yaws.beam
12lib/yaws/ebin/yaws_api.beam 12lib/yaws/ebin/yaws_api.beam
13lib/yaws/ebin/yaws_app.beam 13lib/yaws/ebin/yaws_app.beam
14lib/yaws/ebin/yaws_appmod_cgi.beam 14lib/yaws/ebin/yaws_appmod_cgi.beam
@@ -71,27 +71,26 @@ lib/yaws/include/yaws_soap.hrl @@ -71,27 +71,26 @@ lib/yaws/include/yaws_soap.hrl
71lib/yaws/priv/envelope.xsd 71lib/yaws/priv/envelope.xsd
72lib/yaws/priv/epam 72lib/yaws/priv/epam
73lib/yaws/priv/lib/setuid_drv.la 73lib/yaws/priv/lib/setuid_drv.la
74lib/yaws/priv/mime.types 74lib/yaws/priv/mime.types
75lib/yaws/priv/soap-envelope.xsd 75lib/yaws/priv/soap-envelope.xsd
76lib/yaws/priv/soap.xsd 76lib/yaws/priv/soap.xsd
77lib/yaws/priv/wsdl.xsd 77lib/yaws/priv/wsdl.xsd
78lib/yaws/priv/wsdl11soap12.xsd 78lib/yaws/priv/wsdl11soap12.xsd
79lib/yaws/priv/xml.xsd 79lib/yaws/priv/xml.xsd
80man/man1/yaws.1 80man/man1/yaws.1
81man/man5/yaws.conf.5 81man/man5/yaws.conf.5
82man/man5/yaws_api.5 82man/man5/yaws_api.5
83man/man5/yaws_soap_lib.5 83man/man5/yaws_soap_lib.5
84share/doc/yaws/yaws.pdf 
85share/examples/yaws/dhparams.pem 84share/examples/yaws/dhparams.pem
86share/examples/yaws/yaws-cert.pem 85share/examples/yaws/yaws-cert.pem
87share/examples/yaws/yaws-key.pem 86share/examples/yaws/yaws-key.pem
88share/examples/yaws/yaws.conf 87share/examples/yaws/yaws.conf
89share/examples/yaws/yaws.conf.template 88share/examples/yaws/yaws.conf.template
90share/yaws/www/END 89share/yaws/www/END
91share/yaws/www/END2 90share/yaws/www/END2
92share/yaws/www/HEAD 91share/yaws/www/HEAD
93share/yaws/www/TAB.inc 92share/yaws/www/TAB.inc
94share/yaws/www/appmods.yaws 93share/yaws/www/appmods.yaws
95share/yaws/www/arg.yaws 94share/yaws/www/arg.yaws
96share/yaws/www/arg2.yaws 95share/yaws/www/arg2.yaws
97share/yaws/www/articles.yaws 96share/yaws/www/articles.yaws
@@ -294,20 +293,18 @@ share/yaws/www/stats_ex.yaws @@ -294,20 +293,18 @@ share/yaws/www/stats_ex.yaws
294share/yaws/www/stil.css 293share/yaws/www/stil.css
295share/yaws/www/stream.yaws 294share/yaws/www/stream.yaws
296share/yaws/www/upload.yaws 295share/yaws/www/upload.yaws
297share/yaws/www/upload0.yaws 296share/yaws/www/upload0.yaws
298share/yaws/www/urandom.yaws 297share/yaws/www/urandom.yaws
299share/yaws/www/urandom_from_pid.yaws 298share/yaws/www/urandom_from_pid.yaws
300share/yaws/www/websockets.yaws 299share/yaws/www/websockets.yaws
301share/yaws/www/websockets_autobahn_endpoint.yaws 300share/yaws/www/websockets_autobahn_endpoint.yaws
302share/yaws/www/websockets_example.yaws 301share/yaws/www/websockets_example.yaws
303share/yaws/www/websockets_example_endpoint.yaws 302share/yaws/www/websockets_example_endpoint.yaws
304share/yaws/www/yapp_intro.yaws 303share/yaws/www/yapp_intro.yaws
305share/yaws/www/yaws-1.55_to_1.56.patch 304share/yaws/www/yaws-1.55_to_1.56.patch
306share/yaws/www/yaws.eps 305share/yaws/www/yaws.eps
307share/yaws/www/yaws.pdf 
308share/yaws/www/yaws.ps 
309share/yaws/www/ybed.erl 306share/yaws/www/ybed.erl
310share/yaws/www/ybed_sup.erl 307share/yaws/www/ybed_sup.erl
311share/yaws/www/yman.yaws 308share/yaws/www/yman.yaws
312@pkgdir var/log/yaws 309@pkgdir var/log/yaws
313@pkgdir lib/yaws/examples/include 310@pkgdir lib/yaws/examples/include