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: nia
Date: Mon Aug 28 07:52:26 UTC 2023
Modified Files:
pkgsrc/www/yaws: Makefile distinfo
Added Files:
pkgsrc/www/yaws/patches: patch-configure.ac
Log Message:
yaws: Disable warnings-as-errors to allow building with latest Erlang
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/www/yaws/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/www/yaws/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/www/yaws/patches/patch-configure.ac
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.26 pkgsrc/www/yaws/Makefile:1.27
--- pkgsrc/www/yaws/Makefile:1.26 Mon Aug 14 05:25:32 2023
+++ pkgsrc/www/yaws/Makefile Mon Aug 28 07:52:26 2023
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.26 2023/08/14 05:25:32 wiz Exp $
+# $NetBSD: Makefile,v 1.27 2023/08/28 07:52:26 nia Exp $
#
DISTNAME= yaws-2.1.1
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_GITHUB:=erlyaws/}
GITHUB_TAG= ${DISTNAME}
@@ -22,6 +22,9 @@ GNU_CONFIGURE= yes
PKG_SYSCONFSUBDIR= yaws
+# Disable warnings as errors for more portable builds.
+MAKE_FLAGS+= WARNINGS_AS_ERRORS=
+
.include "../../mk/bsd.prefs.mk"
CONFIGURE_ARGS+= --localstatedir=${VARBASE}
Index: pkgsrc/www/yaws/distinfo
diff -u pkgsrc/www/yaws/distinfo:1.10 pkgsrc/www/yaws/distinfo:1.11
--- pkgsrc/www/yaws/distinfo:1.10 Sat Oct 15 18:29:21 2022
+++ pkgsrc/www/yaws/distinfo Mon Aug 28 07:52:26 2023
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.10 2022/10/15 18:29:21 triaxx Exp $
+$NetBSD: distinfo,v 1.11 2023/08/28 07:52:26 nia Exp $
BLAKE2s (yaws-2.1.1.tar.gz) = c2f1669e4ab545fdc975f63565080a44de860af4b3be2cce1671efb006b5f0a4
SHA512 (yaws-2.1.1.tar.gz) = 71a8f6ef19b6bf84e9628be5b4891ba19eb3d64fab19d2af8ba9218b760f81cc31575015f977fc21bf35a592c4c4a247388a57ab4d7571eb65c4185b0bdf9bce
Size (yaws-2.1.1.tar.gz) = 1231176 bytes
SHA1 (patch-ai) = 097339fc81ab7421f90f337b11094b655e7a9bee
+SHA1 (patch-configure.ac) = 1e47eaa4edec3f34dde90df4062b2fab65219708
SHA1 (patch-scripts_yaws.template) = a7941269c33a345916b05845c11312ca3d47c066
Added files:
Index: pkgsrc/www/yaws/patches/patch-configure.ac
diff -u /dev/null pkgsrc/www/yaws/patches/patch-configure.ac:1.1
--- /dev/null Mon Aug 28 07:52:26 2023
+++ pkgsrc/www/yaws/patches/patch-configure.ac Mon Aug 28 07:52:26 2023
@@ -0,0 +1,15 @@
+$NetBSD: patch-configure.ac,v 1.1 2023/08/28 07:52:26 nia Exp $
+
+Disable warnings as errors and default -O3 for more portable builds.
+
+--- configure.ac.orig 2022-02-04 12:16:44.000000000 +0000
++++ configure.ac
+@@ -42,8 +42,6 @@ AM_DISABLE_STATIC
+ AM_ENABLE_SHARED
+ AM_PROG_LIBTOOL
+
+-CFLAGS="-Werror -Wall -O3 $old_cflags"
+-
+
+ dnl ------------------------------------------------------------------
+ dnl Handle configure options.
Home |
Main Index |
Thread Index |
Old Index