pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/yaws



Module Name:    pkgsrc
Committed By:   nros
Date:           Sun Oct 23 13:45:57 UTC 2022

Modified Files:
        pkgsrc/www/yaws: Makefile PLIST

Log Message:
yaws: fix build by making sure that pdf and ps files are not generated


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/www/yaws/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/www/yaws/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/yaws/Makefile
diff -u pkgsrc/www/yaws/Makefile:1.23 pkgsrc/www/yaws/Makefile:1.24
--- pkgsrc/www/yaws/Makefile:1.23       Sat Oct 15 18:29:21 2022
+++ pkgsrc/www/yaws/Makefile    Sun Oct 23 13:45:57 2022
@@ -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+=      --with-extrainclude=${P
 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

Index: pkgsrc/www/yaws/PLIST
diff -u pkgsrc/www/yaws/PLIST:1.7 pkgsrc/www/yaws/PLIST:1.8
--- pkgsrc/www/yaws/PLIST:1.7   Sat Oct 15 18:29:21 2022
+++ pkgsrc/www/yaws/PLIST       Sun Oct 23 13:45:57 2022
@@ -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/man1/yaws.1
 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/websockets_example_endpoi
 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