Index: head/devel/rubygem-ffi/Makefile =================================================================== --- head/devel/rubygem-ffi/Makefile (revision 475849) +++ head/devel/rubygem-ffi/Makefile (revision 475850) @@ -1,20 +1,24 @@ # Created by: Christoph Kick # $FreeBSD$ PORTNAME= ffi PORTVERSION= 1.9.25 CATEGORIES= devel rubygems MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org COMMENT= Extension for dynamic libraries & binding functions LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libffi.so:devel/libffi USE_RUBY= yes USES= gem +post-patch: + @${LN} -s i386-freebsd ${WRKSRC}/lib/ffi/platform/arm-freebsd + @${LN} -s x86_64-freebsd ${WRKSRC}/lib/ffi/platform/aarch64-freebsd + .include Index: head/devel/rubygem-ffi/files/patch-ffi.gemspec =================================================================== --- head/devel/rubygem-ffi/files/patch-ffi.gemspec (nonexistent) +++ head/devel/rubygem-ffi/files/patch-ffi.gemspec (revision 475850) @@ -0,0 +1,11 @@ +--- ffi.gemspec.orig 2018-07-29 17:14:15 UTC ++++ ffi.gemspec +@@ -21,6 +21,8 @@ Gem::Specification.new do |s| + s.rubygems_version = "2.7.7".freeze + s.summary = "Ruby FFI".freeze + ++ s.files += ["lib/ffi/platform/aarch64-freebsd/types.conf".freeze, "lib/ffi/platform/arm-freebsd/types.conf".freeze] ++ + if s.respond_to? :specification_version then + s.specification_version = 4 + Property changes on: head/devel/rubygem-ffi/files/patch-ffi.gemspec ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property