Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.17.13 25 Dec 2023 09:02:51 |
Po-Chuan Hsieh (sunpoet) |
graphics/rubygem-cairo: Update to 1.17.13
- Update WWW
Changes: https://github.com/rcairo/rcairo/blob/master/NEWS |
1.17.12 09 Jul 2023 10:31:26 |
Po-Chuan Hsieh (sunpoet) |
graphics/rubygem-cairo: Update to 1.17.12
Changes: https://github.com/rcairo/rcairo/blob/master/NEWS |
1.17.8_1 04 Jun 2023 16:21:24 |
Dimitry Andric (dim) |
graphics/rubygem-cairo: fix build with clang 16
Clang 16 has a new error about incompatible function types, which shows
up when building graphics/rubygem-cairo:
rb_cairo_surface.c:2354:3: error: incompatible function pointer types passing
'VALUE (int, VALUE *, VALUE)' (aka 'unsigned long (int, unsigned long *,
unsigned long)') to parameter of type 'VALUE (*)(VALUE, VALUE)' (aka 'unsigned
long (*)(unsigned long, unsigned long)') [-Wincompatible-function-pointer-types]
rb_define_method (rb_cCairo_GLSurface, "initialize",
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/include/ruby-3.1/ruby/internal/anyargs.h:287:135: note: expanded
from macro 'rb_define_method'
#define rb_define_method(klass, mid, func, arity)
RBIMPL_ANYARGS_DISPATCH_rb_define_method((arity), (func))((klass), (mid),
(func), (arity))
^~~~~~
/usr/local/include/ruby-3.1/ruby/internal/anyargs.h:276:1: note: passing
argument to parameter here
RBIMPL_ANYARGS_DECL(rb_define_method, VALUE, const char *)
^
/usr/local/include/ruby-3.1/ruby/internal/anyargs.h:255:72: note: expanded
from macro 'RBIMPL_ANYARGS_DECL' (Only the first 15 lines of the commit message are shown above ) |
1.17.8 14 Jan 2023 23:08:33 |
Muhammad Moinur Rahman (bofh) |
Mk/**ruby.mk: Switch from USE_RUBY=yes to USES=ruby
Switch from Mk/bsd.ruby.mk to Mk/Uses/ruby.mk
Notable changes are.
- Mk/bsd.ruby.mk is moved to Mk/Uses/ruby.mk.
- USE_RUBY=yes is replaced with USES=ruby.
- USE_RUBY_EXTCONF is replaced with USES=ruby:extconf.
- USE_RUBY_RDOC is replaced with USES=ruby:rdoc.
- USE_RUBY_SETUP is replaces with USES=ruby:setup.
- RUBY_NO_BUILD_DEPENDS and RUBY_NO_RUN_DEPENDS are replaced with
USES=ruby:{build,none,run}.
- RUBY_REQUIRE isn't used anywhere, so removed.
- USES=gem now implies USES=ruby.
This is mainly the work of yasu@ at https://reviews.freebsd.org/D27863
I have just made some cosmetic changes and ran exp-run to test that the
tree is not in a BROKEN state.
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D37925 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.17.8 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.17.8 04 Sep 2022 03:48:18 |
Po-Chuan Hsieh (sunpoet) |
graphics/rubygem-cairo: Update to 1.17.8
Changes: https://github.com/rcairo/rcairo/blob/master/NEWS |
1.17.7 27 Aug 2022 10:26:39 |
Po-Chuan Hsieh (sunpoet) |
graphics/rubygem-cairo: Update to 1.17.7
Changes: https://github.com/rcairo/rcairo/blob/master/NEWS |
1.17.5 06 Jul 2021 15:00:17 |
Po-Chuan Hsieh (sunpoet) |
graphics/rubygem-cairo: Update to 1.17.5
- Update LICENSE
- Update WWW
Changes: https://github.com/rcairo/rcairo/blob/master/NEWS |
1.16.2 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.16.2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.16.2 11 Nov 2018 18:23:31 |
sunpoet |
Update to 1.16.2
Changes: https://github.com/rcairo/rcairo/blob/master/NEWS |
1.15.14 21 Aug 2018 18:24:40 |
sunpoet |
Update to 1.15.14
Changes: https://github.com/rcairo/rcairo/blob/master/NEWS |
1.15.13 03 May 2018 18:41:46 |
sunpoet |
Update to 1.15.13
Changes: https://github.com/rcairo/rcairo/blob/master/NEWS |
1.15.12 15 Mar 2018 17:46:07 |
sunpoet |
Update to 1.15.12
Changes: https://github.com/rcairo/rcairo/blob/master/NEWS |
1.15.11 14 Dec 2017 20:44:05 |
sunpoet |
Update to 1.15.11
Changes: https://github.com/rcairo/rcairo/blob/master/NEWS |
1.15.10 16 Oct 2017 17:47:27 |
sunpoet |
Update to 1.15.10
Changes: https://github.com/rcairo/rcairo/blob/master/NEWS |
1.15.9 04 Jun 2017 11:48:13 |
sunpoet |
Update to 1.15.9
Changes: https://github.com/rcairo/rcairo/blob/master/NEWS |
1.15.8 31 May 2017 13:10:23 |
sunpoet |
Update to 1.15.8
Changes: https://github.com/rcairo/rcairo/blob/master/NEWS |
1.15.7 02 May 2017 21:53:16 |
sunpoet |
Update to 1.15.7
Changes: https://github.com/rcairo/rcairo/blob/master/NEWS |
1.15.6 28 Apr 2017 20:25:44 |
sunpoet |
Update to 1.15.6
- Add USES=gnome
Changes: https://github.com/rcairo/rcairo/blob/master/NEWS |
1.15.5 07 Feb 2017 20:33:04 |
sunpoet |
Update to 1.15.5
Changes: https://github.com/rcairo/rcairo/blob/master/NEWS |
1.14.3_1 27 Apr 2016 21:57:32 |
swills |
Convert USES=gem:autoplist to USES=gem since autoplist is default |
1.14.3_1 27 Apr 2016 16:36:42 |
swills |
create USES=gem and update rubygem- ports to use it
Note that for now ports still have to have USE_RUBY=yes to use USES=gem
PR: 209041
Differential Revision: https://reviews.freebsd.org/D6070 |
1.14.3_1 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
1.14.3_1 02 Feb 2016 01:21:22 |
swills |
Remove source and intermediate build output from intalled rubygem- ports
PR: 192949 |
1.14.3 12 Sep 2015 17:09:38 |
sunpoet |
- Update to 1.14.3
Changes: https://github.com/rcairo/rcairo/blob/master/NEWS |
1.14.2 07 Sep 2015 17:52:48 |
sunpoet |
- Update to 1.14.2
Changes: https://github.com/rcairo/rcairo/blob/master/NEWS |
1.14.1 03 May 2015 19:35:33 |
sunpoet |
- Update to 1.14.1
Changes: https://github.com/rcairo/rcairo/blob/master/NEWS |
1.12.9 28 Aug 2014 16:24:34 |
sunpoet |
- Add LICENSE |
1.12.9 25 Aug 2014 20:47:43 |
swills |
graphics/rubygem-cairo: update to 1.12.9 |
1.12.8 22 Feb 2014 15:36:42 |
swills |
- Update rubygem-gnome2 and associated ports to 2.1.0 |
1.12.6 30 Oct 2013 02:48:43 |
swills |
- Add stage support |
1.12.6 20 Sep 2013 18:35:46 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics) |
1.12.6 09 Jun 2013 18:43:27 |
swills |
Ruby/Cairo is a Ruby binding for Cairo.
WWW: http://cairographics.org/
PR: ports/173373
Submitted by: Shin-ya Murakami <murashin@gfd-dennou.org> |