svn commit: r556747 - branches/2020Q4/devel/ruby-subversion
Piotr Kubaj
pkubaj at FreeBSD.org
Tue Dec 1 14:40:28 UTC 2020
Author: pkubaj
Date: Tue Dec 1 14:40:27 2020
New Revision: 556747
URL: https://svnweb.freebsd.org/changeset/ports/556747
Log:
MFH: r556746
devel/ruby-subversion: fix build on GCC architectures
Ruby needs newer compiler:
subversion/bindings/swig/ruby/libsvn_swig_ruby/swigutil_rb.c: In function 'callback_rescue':
subversion/bindings/swig/ruby/libsvn_swig_ruby/swigutil_rb.c:1628:38: error: 'ruby_errinfo' undeclared (first use in this function); did you mean 'rb_errinfo'?
1628 | ruby_errinfo,
Modified:
branches/2020Q4/devel/ruby-subversion/Makefile
Directory Properties:
branches/2020Q4/ (props changed)
Modified: branches/2020Q4/devel/ruby-subversion/Makefile
==============================================================================
--- branches/2020Q4/devel/ruby-subversion/Makefile Tue Dec 1 14:39:33 2020 (r556746)
+++ branches/2020Q4/devel/ruby-subversion/Makefile Tue Dec 1 14:40:27 2020 (r556747)
@@ -6,6 +6,7 @@ PKGNAMEPREFIX= ruby-
MAINTAINER= lev at FreeBSD.org
COMMENT= Ruby bindings for version control system
+USES+= compiler:c11
USE_RUBY= yes
PORTREVISION_114= 0
More information about the svn-ports-branches
mailing list