Created attachment 152046 [details] shar file. Ruby interface to the scientific graphic library DCL.
If this is an interface port, please add a dependency (BUILD, RUN, LIB_DEPENDS as appropriate) to science/dsl
Created attachment 152296 [details] add dependency to science/cdcl
For reference: why does it need to be built with GCC (over clang), and why is the files/patch-extconf.rb patch necessary?
I'll take it.
(In reply to Johannes Jost Meixner from comment #3) I'm sorry for my late reply. When I tested this port before, I need to use gcc instead of clang because clang doesn't recognize -R option. After adding dependency to science/cdcl, I try to build using clang and it's successful to build. I remove lines related to gcc and I attach new shar file including simplified port.
Created attachment 152542 [details] new shar file.
A commit references this bug: Author: xmj Date: Mon Mar 9 16:58:14 UTC 2015 New revision: 380869 URL: https://svnweb.freebsd.org/changeset/ports/380869 Log: science/rubygem-ruby-dcl: Add port This is a Ruby interface to the scientific graphic library DCL. WWW: http://ruby.gfd-dennou.org/products/ruby-dcl/ PR: 197018 Differential Revision: https://reviews.freebsd.org/D2036 Submitted by: Shin-ya MURAKAMI <murashin@gfd-dennou.org> Approved by: mentors (implicit) Changes: head/science/Makefile head/science/rubygem-ruby-dcl/ head/science/rubygem-ruby-dcl/Makefile head/science/rubygem-ruby-dcl/distinfo head/science/rubygem-ruby-dcl/pkg-descr
Committed, with minor changes. Thanks!