Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.17.14 31 Dec 2024 15:56:05
![commit hash: 43ecb11f7c24396599aed4a58e0949de3e926779 commit hash: 43ecb11f7c24396599aed4a58e0949de3e926779](/images/git.png) ![commit hash: 43ecb11f7c24396599aed4a58e0949de3e926779 commit hash: 43ecb11f7c24396599aed4a58e0949de3e926779](/images/codeberg.svg) ![commit hash: 43ecb11f7c24396599aed4a58e0949de3e926779 commit hash: 43ecb11f7c24396599aed4a58e0949de3e926779](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Po-Chuan Hsieh (sunpoet) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
graphics/rubygem-cairo: Update to 1.17.14
Changes: https://github.com/rcairo/rcairo/releases |
1.17.13 25 Dec 2023 09:02:51
![commit hash: 98355ff6838c70ec3b106d0dd8de60b1077525ff commit hash: 98355ff6838c70ec3b106d0dd8de60b1077525ff](/images/git.png) ![commit hash: 98355ff6838c70ec3b106d0dd8de60b1077525ff commit hash: 98355ff6838c70ec3b106d0dd8de60b1077525ff](/images/codeberg.svg) ![commit hash: 98355ff6838c70ec3b106d0dd8de60b1077525ff commit hash: 98355ff6838c70ec3b106d0dd8de60b1077525ff](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Po-Chuan Hsieh (sunpoet) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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
![commit hash: d2abe775df6e00b51d53e1ddff66e6ed8b06cf71 commit hash: d2abe775df6e00b51d53e1ddff66e6ed8b06cf71](/images/git.png) ![commit hash: d2abe775df6e00b51d53e1ddff66e6ed8b06cf71 commit hash: d2abe775df6e00b51d53e1ddff66e6ed8b06cf71](/images/codeberg.svg) ![commit hash: d2abe775df6e00b51d53e1ddff66e6ed8b06cf71 commit hash: d2abe775df6e00b51d53e1ddff66e6ed8b06cf71](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Po-Chuan Hsieh (sunpoet) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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
![commit hash: eff4307ac72a9630c67d030e0565fde34ff82d7d commit hash: eff4307ac72a9630c67d030e0565fde34ff82d7d](/images/git.png) ![commit hash: eff4307ac72a9630c67d030e0565fde34ff82d7d commit hash: eff4307ac72a9630c67d030e0565fde34ff82d7d](/images/codeberg.svg) ![commit hash: eff4307ac72a9630c67d030e0565fde34ff82d7d commit hash: eff4307ac72a9630c67d030e0565fde34ff82d7d](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Dimitry Andric (dim) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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
![commit hash: 18c6e18276691edf5274406bf82a3b06792ff9ae commit hash: 18c6e18276691edf5274406bf82a3b06792ff9ae](/images/git.png) ![commit hash: 18c6e18276691edf5274406bf82a3b06792ff9ae commit hash: 18c6e18276691edf5274406bf82a3b06792ff9ae](/images/codeberg.svg) ![commit hash: 18c6e18276691edf5274406bf82a3b06792ff9ae commit hash: 18c6e18276691edf5274406bf82a3b06792ff9ae](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Muhammad Moinur Rahman (bofh) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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
![commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4](/images/git.png) ![commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4](/images/codeberg.svg) ![commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Stefan Eßer (se) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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
![commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52](/images/git.png) ![commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52](/images/codeberg.svg) ![commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Stefan Eßer (se) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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
![commit hash: 03917afc5bd3627d83215e251103568ce1dfbb72 commit hash: 03917afc5bd3627d83215e251103568ce1dfbb72](/images/git.png) ![commit hash: 03917afc5bd3627d83215e251103568ce1dfbb72 commit hash: 03917afc5bd3627d83215e251103568ce1dfbb72](/images/codeberg.svg) ![commit hash: 03917afc5bd3627d83215e251103568ce1dfbb72 commit hash: 03917afc5bd3627d83215e251103568ce1dfbb72](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Po-Chuan Hsieh (sunpoet) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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
![commit hash: bf8fccef80f7f6e696ddba56224cbcf45b776a62 commit hash: bf8fccef80f7f6e696ddba56224cbcf45b776a62](/images/git.png) ![commit hash: bf8fccef80f7f6e696ddba56224cbcf45b776a62 commit hash: bf8fccef80f7f6e696ddba56224cbcf45b776a62](/images/codeberg.svg) ![commit hash: bf8fccef80f7f6e696ddba56224cbcf45b776a62 commit hash: bf8fccef80f7f6e696ddba56224cbcf45b776a62](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Po-Chuan Hsieh (sunpoet) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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
![commit hash: e79f673c502baf59817b685138ee2dd2da902b42 commit hash: e79f673c502baf59817b685138ee2dd2da902b42](/images/git.png) ![commit hash: e79f673c502baf59817b685138ee2dd2da902b42 commit hash: e79f673c502baf59817b685138ee2dd2da902b42](/images/codeberg.svg) ![commit hash: e79f673c502baf59817b685138ee2dd2da902b42 commit hash: e79f673c502baf59817b685138ee2dd2da902b42](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Po-Chuan Hsieh (sunpoet) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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
![commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c](/images/git.png) ![commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c](/images/codeberg.svg) ![commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Mathieu Arnold (mat) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.16.2 06 Apr 2021 14:31:07
![commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb](/images/git.png) ![commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb](/images/codeberg.svg) ![commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Mathieu Arnold (mat) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Remove # $FreeBSD$ from Makefiles. |
1.16.2 11 Nov 2018 18:23:31
![Revision:484746 Revision:484746](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
sunpoet ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to 1.16.2
Changes: https://github.com/rcairo/rcairo/blob/master/NEWS |
1.15.14 21 Aug 2018 18:24:40
![Revision:477739 Revision:477739](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
sunpoet ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to 1.15.14
Changes: https://github.com/rcairo/rcairo/blob/master/NEWS |
1.15.13 03 May 2018 18:41:46
![Revision:468969 Revision:468969](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
sunpoet ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to 1.15.13
Changes: https://github.com/rcairo/rcairo/blob/master/NEWS |
1.15.12 15 Mar 2018 17:46:07
![Revision:464611 Revision:464611](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
sunpoet ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to 1.15.12
Changes: https://github.com/rcairo/rcairo/blob/master/NEWS |
1.15.11 14 Dec 2017 20:44:05
![Revision:456366 Revision:456366](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
sunpoet ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to 1.15.11
Changes: https://github.com/rcairo/rcairo/blob/master/NEWS |
1.15.10 16 Oct 2017 17:47:27
![Revision:452232 Revision:452232](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
sunpoet ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to 1.15.10
Changes: https://github.com/rcairo/rcairo/blob/master/NEWS |
1.15.9 04 Jun 2017 11:48:13
![Revision:442553 Revision:442553](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
sunpoet ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to 1.15.9
Changes: https://github.com/rcairo/rcairo/blob/master/NEWS |
1.15.8 31 May 2017 13:10:23
![Revision:442171 Revision:442171](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
sunpoet ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to 1.15.8
Changes: https://github.com/rcairo/rcairo/blob/master/NEWS |
1.15.7 02 May 2017 21:53:16
![Revision:439986 Revision:439986](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
sunpoet ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to 1.15.7
Changes: https://github.com/rcairo/rcairo/blob/master/NEWS |
1.15.6 28 Apr 2017 20:25:44
![Revision:439642 Revision:439642](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
sunpoet ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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
![Revision:433607 Revision:433607](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
sunpoet ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to 1.15.5
Changes: https://github.com/rcairo/rcairo/blob/master/NEWS |
1.14.3_1 27 Apr 2016 21:57:32
![Revision:414136 Revision:414136](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
swills ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Convert USES=gem:autoplist to USES=gem since autoplist is default |
1.14.3_1 27 Apr 2016 16:36:42
![Revision:414118 Revision:414118](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
swills ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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
![Revision:412346 Revision:412346](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
mat ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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
![Revision:407788 Revision:407788](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
swills ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Remove source and intermediate build output from intalled rubygem- ports
PR: 192949 |
1.14.3 12 Sep 2015 17:09:38
![Revision:396773 Revision:396773](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
sunpoet ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Update to 1.14.3
Changes: https://github.com/rcairo/rcairo/blob/master/NEWS |
1.14.2 07 Sep 2015 17:52:48
![Revision:396314 Revision:396314](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
sunpoet ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Update to 1.14.2
Changes: https://github.com/rcairo/rcairo/blob/master/NEWS |
1.14.1 03 May 2015 19:35:33
![Revision:385301 Revision:385301](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
sunpoet ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Update to 1.14.1
Changes: https://github.com/rcairo/rcairo/blob/master/NEWS |
1.12.9 28 Aug 2014 16:24:34
![Revision:366419 Revision:366419](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
sunpoet ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Add LICENSE |
1.12.9 25 Aug 2014 20:47:43
![Revision:366149 Revision:366149](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
swills ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
graphics/rubygem-cairo: update to 1.12.9 |
1.12.8 22 Feb 2014 15:36:42
![Revision:345660 Revision:345660](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
swills ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Update rubygem-gnome2 and associated ports to 2.1.0 |
1.12.6 30 Oct 2013 02:48:43
![Revision:332044 Revision:332044](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
swills ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Add stage support |
1.12.6 20 Sep 2013 18:35:46
![Revision:327733 Revision:327733](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
bapt ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics) |
1.12.6 09 Jun 2013 18:43:27
![Revision:320377 Revision:320377](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
swills ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Ruby/Cairo is a Ruby binding for Cairo.
WWW: http://cairographics.org/
PR: ports/173373
Submitted by: Shin-ya Murakami <murashin@gfd-dennou.org> |