notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: textproc/rubygem-ferret/Makefile
SVNWeb

Number of commits found: 35

Wed, 7 Jun 2023
[ 04:56 Yasuhiro Kimura (yasu) search for other commits by this committer ]    commit hash:a5f7a0c35dbdc433afdaa63ccefc489b72feac38  commit hash:a5f7a0c35dbdc433afdaa63ccefc489b72feac38  commit hash:a5f7a0c35dbdc433afdaa63ccefc489b72feac38  a5f7a0c 
textproc/rubygem-ferret: Mark DEPRECATED and set EXPIRATION_DATE

It is broken with all supported Ruby versions after the removal of
lang/ruby27.

While here, also mark BROKEN with Ruby 3.2 and 3.3.

PR:		271445
Approved by:	Maintainer timeout
Sat, 14 Jan 2023
[ 23:08 Muhammad Moinur Rahman (bofh) search for other commits by this committer ]    commit hash:18c6e18276691edf5274406bf82a3b06792ff9ae  commit hash:18c6e18276691edf5274406bf82a3b06792ff9ae  commit hash:18c6e18276691edf5274406bf82a3b06792ff9ae  18c6e18  (Only the first 10 of 2869 ports in this commit are shown above. View all ports for this commit)
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) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Wed, 20 Jul 2022
[ 14:23 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:5cf7e35e8664e11393fedc7d89b4d09e0fcced9b  commit hash:5cf7e35e8664e11393fedc7d89b4d09e0fcced9b  commit hash:5cf7e35e8664e11393fedc7d89b4d09e0fcced9b  5cf7e35  (Only the first 10 of 1452 ports in this commit are shown above. View all ports for this commit)
textproc: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  "Choe, Cheng-Dae" whitekid
  *  -
  *  <glewis@FreeBSD.org>
  *  <koshy@india.hp.com>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Aaron Straup Cope
  *  Aaron Straup Cope <ascope@cpan.org>
  *  Ache
  *  Adam Herzog <adam@herzogdesigns.com>
  *  Adam Weinberger <adamw@FreeBSD.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 29 Mar 2022
[ 07:29 Yasuhiro Kimura (yasu) search for other commits by this committer ]    commit hash:3094d70b040d86327d63fd004342263ad34e0303  commit hash:3094d70b040d86327d63fd004342263ad34e0303  commit hash:3094d70b040d86327d63fd004342263ad34e0303  3094d70 
textproc/rubygem-ferret: Mark BROKEN with Ruby 3.x

compiling compound_io.c
In file included from compound_io.c:1:
./index.h:595:25: error: width of bit-field 'is_compressed' (2 bits) exceeds
width of its type (1 bit)
    bool                is_compressed : 2; /* set to 2 after all data is loaded
*/
                        ^
1 error generated.
*** Error code 1

PR:		262520
Approved by:	maintainer timeout
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Thu, 3 Dec 2020
[ 16:35 linimon search for other commits by this committer ] Original commit   Revision:556910
Mark as BROKEN on riscv64.

While here, pet portlint (Makevar order).

Approved by:	portmgr (tier-2 blanket)
Wed, 27 May 2020
[ 15:31 danfe search for other commits by this committer ] Original commit   Revision:536695 (Only the first 10 of 23 ports in this commit are shown above. View all ports for this commit)
Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 4).
Sat, 15 Apr 2017
[ 00:47 sunpoet search for other commits by this committer ] Original commit   Revision:438565
Update to 0.11.8.7

- Add LICENSE_FILE
- Update BROKEN: use lowercase for leading character
- Update WWW

Changes:	https://github.com/jkraemer/ferret/commits/master
Tue, 8 Nov 2016
[ 19:29 linimon search for other commits by this committer ] Original commit   Revision:425758 (Only the first 10 of 45 ports in this commit are shown above. View all ports for this commit)
The 64-bit arm arch is actually spelled 'aarch64', not 'arm64'.
[ 08:20 linimon search for other commits by this committer ] Original commit   Revision:425703
Mark as broken on arm64.

Approved by:	portmgr (tier-2 blanket)
Wed, 27 Apr 2016
[ 21:57 swills search for other commits by this committer ] Original commit   Revision:414136 (Only the first 10 of 1194 ports in this commit are shown above. View all ports for this commit)
Convert USES=gem:autoplist to USES=gem since autoplist is default
[ 16:36 swills search for other commits by this committer ] Original commit   Revision:414118 (Only the first 10 of 1196 ports in this commit are shown above. View all ports for this commit)
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
Sat, 21 Feb 2015
[ 11:31 sunpoet search for other commits by this committer ] Original commit   Revision:379498
- Update to 0.11.8.6
- Add LICENSE

Changes:	https://github.com/jkraemer/ferret/commits/master
Wed, 30 Oct 2013
[ 02:58 swills search for other commits by this committer ] Original commit   Revision:332051 (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
- Add stage support
Fri, 20 Sep 2013
[ 23:17 bapt search for other commits by this committer ] Original commit   Revision:327773 (Only the first 10 of 1559 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc)
Sun, 23 Jun 2013
[ 20:31 swills search for other commits by this committer ] Original commit   Revision:321651
- Update to 0.11.8.5
- Fix build with Ruby 1.9
- Avoid deprecation
Sun, 3 Mar 2013
[ 01:43 swills search for other commits by this committer ] Original commit   Revision:313317 (Only the first 10 of 55 ports in this commit are shown above. View all ports for this commit)
- Fix EXPIRATION date, we are in 2013, not 2012

Pointyhat to:	swills
Reported by:	bapt
Sat, 2 Mar 2013
[ 21:01 swills search for other commits by this committer ] Original commit   Revision:313298 (Only the first 10 of 55 ports in this commit are shown above. View all ports for this commit)
- Deprecate ports which don't work with Ruby 1.9
- Set expiration to 2 months to give plenty of time to fix them to anyone who
  may be interested (patching rubygem- ports is possible now)
- Trim headers while here

With Hat:	ruby@
Tue, 20 Dec 2011
[ 23:03 pgollucci search for other commits by this committer ] Original commit  (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
- Standardize the BROKEN= message for ruby 1.9 for rubgems so tb/ph can tag it

With Hat:       ruby@
Thu, 9 Dec 2010
[ 21:46 pgollucci search for other commits by this committer ] Original commit  (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
- Mark some ruby* and rubygem* broken with ruby 1.9

With Hat:       ruby@
Sponsored by:   RideCharge Inc. / TaxiMagic
Tue, 7 Dec 2010
[ 19:19 linimon search for other commits by this committer ] Original commit  (Only the first 10 of 24 ports in this commit are shown above. View all ports for this commit)
With portmgr hat, reassign these from clsung (who is apparently having
email troubles) to ruby@.
Wed, 26 May 2010
[ 19:51 pgollucci search for other commits by this committer ] Original commit  (Only the first 10 of 121 ports in this commit are shown above. View all ports for this commit)
- Mass conversion of RF -> RG for MASTER_SITE for rubygem- ports
  [RG aka rubygems.org]

PR:             ports/147005
Submitted by:   pgollucci (myself)
Approved by:    portmgr (pav)
With Hat:       ruby@
Thu, 9 Apr 2009
[ 00:11 pgollucci search for other commits by this committer ] Original commit  (Only the first 10 of 144 ports in this commit are shown above. View all ports for this commit)
- convert to RUBYGEM_AUTOPLIST
  remove x-generate-plist and friends
- use RF macro and remove SUBDIR where possible
- remove some uneeded GEM_NAME=${DISTNAME}
  (this c/should be handled better in bsd.*.mk)

other deltas specific to individual ports:
  audio/rubygem-mp3info     - unbreak, fix packaging, bump PORTREVISION
  devel/rubygem-rapt        - adopt
  devel/rubygem-rspec       - remove BUILD_DEPENDS=RUN_DEPENDS -- neither set
  devel/rubygem-ruby2ruby   - add #' for vim highlight
  graphics/rubygem-extifr   - drop PORTREVISION=0
  graphics/rubygem-gd2      - add #' for vim highlight
  www/rubygem-rubyfulsoup   - swap GEM_NAME / DISTNAME for constistency

Sponsored by:   RideCharge Inc.
Tested on:      RideCharge's Tinderbox
Reviewed by:    stas
Sun, 6 Apr 2008
[ 08:58 stas search for other commits by this committer ] Original commit  (Only the first 10 of 124 ports in this commit are shown above. View all ports for this commit)
- Add ruby 1.9 support
- Implement new knobs for gems and rake (these are included in
  ruby 1.9 distribution already). Also move gem bits from
  ruby-gems/Makefile.common to bsd.ruby.mk[1]. Now to depend
  on gems or rake you should define USE_RUBYGEMS/USE_RAKE
  accordingly. Also RAKE_BIN variable is provided for
  pointing to the right rake executable.
- Rewrite RUBY_SCHEBANG in awk to eliminate build dependency
  on ruby.

Discussed with: Jonathan Weiss <jw@innerewut.de> [1] (gems maintainer)
Tested by:      ports@
Wed, 9 Jan 2008
[ 03:00 clsung search for other commits by this committer ] Original commit 
- Update to 0.11.6

Changes:
Mon, 9 Apr 2007
[ 02:05 clsung search for other commits by this committer ] Original commit 
- Update to 0.11.4
Mon, 5 Mar 2007
[ 15:34 clsung search for other commits by this committer ] Original commit 
- Update to 0.11.3
Tue, 27 Feb 2007
[ 15:38 clsung search for other commits by this committer ] Original commit 
- Update to 0.11.0
Fri, 2 Feb 2007
[ 07:40 clsung search for other commits by this committer ] Original commit 
- Update to 0.10.14
Thu, 2 Nov 2006
[ 13:54 clsung search for other commits by this committer ] Original commit 
- Update to 0.10.13
Mon, 9 Oct 2006
[ 01:17 clsung search for other commits by this committer ] Original commit 
- Update to 0.10.9
Sun, 17 Sep 2006
[ 08:46 clsung search for other commits by this committer ] Original commit 
- Update to 0.10.4
Tue, 12 Sep 2006
[ 07:05 clsung search for other commits by this committer ] Original commit 
- Update to 0.10.2
Thu, 10 Aug 2006
[ 09:15 clsung search for other commits by this committer ] Original commit 
- Ferret is a high-performance, full-featured text search engine library written
for Ruby.

Number of commits found: 35