pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/unit-ruby
Module Name: pkgsrc
Committed By: wiz
Date: Sat Feb 15 15:58:22 UTC 2025
Modified Files:
pkgsrc/www/unit-ruby: Makefile
Log Message:
unit-ruby: mark as not-for-ruby-3.4
error: 'rb_data_object_get_warning' is deprecated
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/unit-ruby/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/unit-ruby/Makefile
diff -u pkgsrc/www/unit-ruby/Makefile:1.6 pkgsrc/www/unit-ruby/Makefile:1.7
--- pkgsrc/www/unit-ruby/Makefile:1.6 Fri Sep 1 17:28:29 2023
+++ pkgsrc/www/unit-ruby/Makefile Sat Feb 15 15:58:22 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2023/09/01 17:28:29 osa Exp $
+# $NetBSD: Makefile,v 1.7 2025/02/15 15:58:22 wiz Exp $
PKGNAME= unit-${LANG}${RUBY_VER}-${UNIT_VERSION}
COMMENT= Ruby module for NGINX Unit
@@ -13,6 +13,9 @@ post-configure:
${CONFIG_SHELL} ${CONFIG_SHELL_FLAGS} \
${CONFIGURE_SCRIPT} ${LANG} --module=${MODNAME}
+# ruby 3.4: error: 'rb_data_object_get_warning' is deprecated
+RUBY_VERSIONS_ACCEPTED= 32 31 33
+
.include "../../lang/${LANG}/buildlink3.mk"
.include "../../www/unit/ext.mk"
.include "../../www/unit/Makefile.common"
Home |
Main Index |
Thread Index |
Old Index