svn commit: r556746 - head/devel/ruby-subversion

Piotr Kubaj pkubaj at FreeBSD.org
Tue Dec 1 14:39:34 UTC 2020


Author: pkubaj
Date: Tue Dec  1 14:39:33 2020
New Revision: 556746
URL: https://svnweb.freebsd.org/changeset/ports/556746

Log:
  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,
  
  MFH:		2020Q4

Modified:
  head/devel/ruby-subversion/Makefile

Modified: head/devel/ruby-subversion/Makefile
==============================================================================
--- head/devel/ruby-subversion/Makefile	Tue Dec  1 14:35:13 2020	(r556745)
+++ head/devel/ruby-subversion/Makefile	Tue Dec  1 14:39:33 2020	(r556746)
@@ -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-all mailing list