non port: devel/rubygem-rice/Makefile |
SVNWeb
|
Number of commits found: 23 |
Thu, 27 Apr 2023
|
[ 15:49 Po-Chuan Hsieh (sunpoet) ] f032e5d
devel/rubygem-rice: Update to 4.1.0
Changes: https://github.com/jasonroelofs/rice/blob/master/CHANGELOG.md
|
Sat, 14 Jan 2023
|
[ 23:08 Muhammad Moinur Rahman (bofh) ] 18c6e18 (Only the first 10 of 2869 ports in this commit are shown above. )
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
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Fri, 3 Jun 2022
|
[ 09:01 Po-Chuan Hsieh (sunpoet) ] ea4393e
devel/rubygem-rice: Update to 4.0.4
Changes: https://github.com/jasonroelofs/rice/blob/master/CHANGELOG.md
https://github.com/jasonroelofs/rice/commits/master
|
Wed, 30 Mar 2022
|
[ 22:21 Po-Chuan Hsieh (sunpoet) ] d7d6e4b
devel/rubygem-rice: Update to 4.0.3
Changes: https://github.com/jasonroelofs/rice/blob/master/CHANGELOG.md
https://github.com/jasonroelofs/rice/commits/master
|
Thu, 30 Sep 2021
|
[ 21:23 Rene Ladan (rene) ] 620968a (Only the first 10 of 399 ports in this commit are shown above. )
cleanup: drop support for EOL FreeBSD 11.X
Search criteria used:
- 11.4
- OSREL*
- OSVER*
- *_FreeBSD_11
Input from:
- adridg: devel/qca-legacy
- jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds
- sunpoet: security/p5-*OpenSSL*
Reviewed by: doceng, kde, multimedia, perl, python, ruby, rust
Differential Revision: https://reviews.freebsd.org/D32008
Test Plan: make index
|
Tue, 6 Jul 2021
|
[ 14:59 Po-Chuan Hsieh (sunpoet) ] 3a128c6
devel/rubygem-rice: Update to 4.0.2
- Add NO_ARCH
- Update pkg-descr
- Update WWW
Changes: https://github.com/jasonroelofs/rice/blob/master/CHANGELOG.md
https://github.com/jasonroelofs/rice/commits/master
|
Wed, 7 Apr 2021
|
[ 08:09 Mathieu Arnold (mat) ] cf118cc (Only the first 10 of 8873 ports in this commit are shown above. )
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Tue, 24 Nov 2020
|
[ 16:00 mfechner ]
Update to 2.2.0 which fixes compiliation errors with ruby 2.7.
PR: 244787
|
Sat, 18 Jan 2020
|
[ 14:24 pkubaj ]
devel/rubygem-rice: unbreak on powerpc64 elfv2
Builds fine.
|
Wed, 27 Dec 2017
|
[ 19:53 sunpoet ]
Strip binary executable
- Bump PORTREVISION for package change
|
Mon, 25 Dec 2017
|
[ 13:54 sunpoet ]
Remove no-op GNU_CONFIGURE
|
Sun, 24 Dec 2017
|
[ 11:15 sunpoet ]
Remove outdated STAGEDIR fix
|
Sat, 23 Dec 2017
|
[ 19:27 tijl ]
Add build dependency on autotools.
Reported by: sunpoet
|
[ 16:30 tijl ]
Drop unneeded USE_AUTOTOOLS.
|
Fri, 8 Dec 2017
|
[ 01:46 linimon ] (Only the first 10 of 27 ports in this commit are shown above. )
Mark these ports as buildable on armv6 after a trybroken run. (Also
tested with trybroken on armv7.)
The 'runaway process' ones are most likely just statistical.
Approved by: portmgr (tier-2 blanket)
|
Wed, 22 Nov 2017
|
[ 23:35 sunpoet ]
Update to 2.1.2
Changes: https://github.com/jasonroelofs/rice/commits/master
|
Sat, 27 May 2017
|
[ 20:33 linimon ] (Only the first 10 of 22 ports in this commit are shown above. )
Mark some ports failing on armv6, for errors classified as "configure_error".
Note: this skips all the ports that _sometimes_ fail with CMake errors. We
need to investigate that problem, and find out if it is specific to the qemu
environment.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
|
Mon, 22 May 2017
|
[ 13:17 linimon ] (Only the first 10 of 49 ports in this commit are shown above. )
Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Reported by: swills
|
Sun, 8 Jan 2017
|
[ 20:43 sunpoet ]
Update to 2.1.1
- Add LICENSE
- Remove leading indefinite article from COMMENT
Changes: https://github.com/jasonroelofs/rice/commits/master
|
Fri, 2 Dec 2016
|
[ 11:58 mat ] (Only the first 10 of 119 ports in this commit are shown above. )
Do not use post-stage. Use post-install instead.
The only reason to use post-stage is because the port needs to do
"things" at a later time, like some plist manipulation.
While there, fold post-install in do-install targets when they are
defined.
PR: 214780
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
|
Sun, 15 May 2016
|
[ 17:11 brd ]
Add devel/rubygem-rice.
Rice is a C++ interface to Ruby's C API. It provides a type-safe and
exception-safe interface in order to make embedding Ruby and writing Ruby
extensions with C++ easier. It is similar to Boost.Python in many ways, but
also attempts to provide an object-oriented interface to all of the Ruby C API.
Approved by: swills (mentor)
|
Number of commits found: 23 |