notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

non port: lang/ruby19/Makefile

Number of commits found: 39

Sunday, 1 Feb 2015
23:19 bapt search for other commits by this committer
Change the EDIT option of ruby to use libedit by default now that libedit
from ports is able to handle unicode. Make sure that ruby does not provides its
own function to read the input but let libedit do it itself.

This allows the binary package to by default not be "tainted" by the readline
license.

Differential Revision:	https://reviews.freebsd.org/D1547
Reviewed by:	swills
Approved by:	ruby (swills)
Original commitRevision:378283 
Friday, 23 Jan 2015
02:29 swills search for other commits by this committer
lang/ruby19: set expiration date
Original commitRevision:377709 
Saturday, 15 Nov 2014
13:50 swills search for other commits by this committer
Update to latest version

While here, fix a few plist issues
Original commitRevision:372602 
Sunday, 14 Sep 2014
15:50 swills search for other commits by this committer
lang/ruby19: switch to USES=execinfo

PR:		193411
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
Original commitRevision:368194 
Saturday, 30 Aug 2014
21:09 swills search for other commits by this committer
lang/ruby*: fix docs handling

- Fix handling of RDOC option and make it ON by default
- Add DOCS option to OPTIONS_DEFINE
- Add EXAMPLES option
- Add CAPIDOCS option which installs C API documents generated by doxygen
- Other cleanups while here

PR:		189646
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org> (based on)
Original commitRevision:366678 
Saturday, 26 Jul 2014
19:08 swills search for other commits by this committer
lang/ruby19: update to Ruby 1.9.3-p547
Original commitRevision:362982 
Wednesday, 2 Jul 2014
12:50 des search for other commits by this committer
Add CPE information.
Original commitRevision:360173 
Tuesday, 1 Jul 2014
14:31 swills search for other commits by this committer
- Force use of libreadline from ports rather than base, in order to avoid
  unexpectedly getting readline from ports if it's already installed.
- Add patch to work with newer libreadline.
- Provide an option to use libedit from ports, avoiding the libedit in base.
- Note: libreadline is not BSD licensed and while libedit would be preferable,
  it seems to have issues with UTF8 still, see ruby bug 9204. Once that's
  resolved, we can make libedit the default. Similar changes were done to Ruby
  2.0 and 2.1 in r355890. Also convert to USES=tar:bzip2 while here and cleanup
  a plist issue.
Original commitRevision:360019 
Wednesday, 11 Jun 2014
14:50 tijl search for other commits by this committer
Support LIBS like LDFLAGS.

- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS.  Also remove references to
  PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
  required additional patches.

Somewhat simplified a linker command line looks like:

${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}

where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us.  If possible -L and -l flags need to be
added to LIBS to make sure they appear after any -L and -l flags set by
upstream.  Many ports currently add -L${LOCALBASE}/lib to LDFLAGS but this
may appear too early on the command line causing installed libraries to
be linked in instead of freshly built ones.

Additional changes:
benchmarks/netio: Replace WITH_IPV6 with an IPV6 option.
comms/gnokii: Replace some patches with USES=pathfix.  Also remove -fPIC.
graphics/gimageview: USES=libtool and install desktop file in DESKTOPDIR.
graphics/visionworkbench: Remove FreeBSD 7 support.
multimedia/libmovtar: New LIB_DEPENDS syntax.
multimedia/opencinematools: Use standard do-build.
net/siproxd: USES=libtool:keepla (port actually needs .la files for plugins)
net-mgmt/nagios: Remove -fPIC.
net-mgmt/nagios4: Remove -fPIC.
print/cups-base: Only add -lssp_nonshared on i386 and OSVERSION < 1000036.
security/p11-kit: Replace PTHREAD_LIBS in CONFIGURE_ENV with
ac_cv_func_pthread_mutexattr_init=no in CONFIGURE_ARGS.  This skips a test
in configure that falsely detects pthread_mutexattr_init in our libc.
sysutils/dar: Fix iconv detection.
x11/rxvt-unicode: Remove -lstdc++ and patch configure to remove a FreeBSD
hack and use $CXX as linker as on other platforms.

PR:		190592
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Original commitRevision:357486 
Monday, 10 Feb 2014
20:22 swills search for other commits by this committer
- Fix build when newer gcc which includes a libffi is installed

PR:		ports/186468
Submitted by:	Jim Ohlstein <jim@ohlste.in>
Original commitRevision:343678 
Tuesday, 4 Feb 2014
14:23 miwi search for other commits by this committer
- Stage support

Reviewed by:	antoine/swills
Thanks to:	antoine (so testing)
Approved by:	swills (ruby@)
Original commitRevision:342539 
Friday, 13 Dec 2013
02:17 sunpoet search for other commits by this committer
- Update LICENSE

Discussed with:	eadler
Original commitRevision:336311 
Wednesday, 11 Dec 2013
23:07 eadler search for other commits by this committer
Templates, Mk/ lang/ruby*: add the RUBY license

The current Ruby license is an optional choice of BSD-2-Clause and the 'Ruby'
license.  This is not OSI approved.

Approved by:	portmgr (tabthorpe)
Original commitRevision:336235 
Wednesday, 27 Nov 2013
16:42 sunpoet search for other commits by this committer
- Remove leading indefinite article from COMMENT
- Convert to new LIB_DEPENDS format
- Sort LIB_DEPENDS
- Cleanup Makefile
Original commitRevision:335033 
Friday, 20 Sep 2013
19:53 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang)
Original commitRevision:327741 
Monday, 16 Sep 2013
16:34 bapt search for other commits by this committer
Only the default package will be named ruby-<version> now, to stop confusing
users

Approved by:	ruby (swills)
Original commitRevision:327412 
Thursday, 11 Jul 2013
20:07 swills search for other commits by this committer
- Update to 1.9.3-p448
- Remove patch for issue fixed upstream
Original commitRevision:322794 
Sunday, 26 May 2013
19:22 swills search for other commits by this committer
- Update to p429
- Cleanup a bit while here, headers use spaces not tabs
- Add patch for Ruby bug 8406, already fixed upstream
Original commitRevision:319130 
Tuesday, 29 Jan 2013
00:35 jkim search for other commits by this committer
- Update devel/libffi to 3.0.11.
- Reset maintainership for libffi.  See ports/164941.

PR:		ports/171768
Submitted by:	Takefu <takefu@airport.fm>
Original commitRevision:311141 
Friday, 11 Jan 2013
22:05 jgh search for other commits by this committer
- update remaining ruby@ maintained ports to new options framework
- trim historical header where applicable

Reviewed by:	swills@ (ruby@)
Original commitRevision:310250 
Thursday, 1 Nov 2012
10:55 swills search for other commits by this committer
- Fix a packaging issue (no package change so no portrevision bump)

Feature safe:	yes
Original commitRevision:306792 
Wednesday, 31 Oct 2012
17:01 swills search for other commits by this committer
- Update lang/ruby19 to 1.9.3.286
- Don't try to cleanup dir created by ruby-gems
- Trim headers while here

Feature safe:	yes
Original commitRevision:306751 
Saturday, 25 Feb 2012
15:25 swills search for other commits by this committer
- Update lang/ruby18 to p385
- Update lang/ruby19 to p125

Changes:

http://www.ruby-forum.com/topic/3663807#1047121
http://www.ruby-lang.org/en/news/2012/02/16/ruby-1-9-3-p125-is-released/

PR:             ports/165223
Submitted by:   swills (myself)
Reviewed by:    pgollucci
Approved by:    portmgr
Original commit
Monday, 21 Nov 2011
20:59 swills search for other commits by this committer
- Update lang/ruby19 to 1.9.3

Submitted by:   stas@
With hat:       ruby@
Feature safe:   yes
Approved by:    portmgr (pav)
Original commit
Tuesday, 1 Nov 2011
22:56 pgollucci search for other commits by this committer
Let ruby@ maintain ruby
Original commit
Monday, 24 Oct 2011
03:33 stas search for other commits by this committer
- Return my ports back to the pool.  I was unable to make any fixes to
  my ports in the past 3 weeks while ports were broken on any 10.x
  machines, which means I'm unable to maintain them.  So let people know
  that there's no available support for them until things are back to
  normal (which also means that anyone with spare time will be able
  to fix them without getting approval).
Original commit
Tuesday, 13 Sep 2011
08:03 stas search for other commits by this committer
- Do not install the 'gem' executable as part of ruby 1.9 install.  The
  version supplied is too old for some applications, so we're switching
  to using the version from ports.
- Allow ruby-gems installation for ruby 1.9.

Submitted by:   swills@ (based on).
Original commit
Tuesday, 23 Aug 2011
03:47 swills search for other commits by this committer
- Undo some of the changes related to making Ruby 1.9 default.
  Specifically, don't try to use devel/ruby-gems instead of the bundled
  gem.
Original commit
Sunday, 21 Aug 2011
04:03 swills search for other commits by this committer
- Update Ruby 1.9 to p290
- Make Ruby 1.9 the default Ruby
Original commit
Saturday, 4 Dec 2010
07:34 ade search for other commits by this committer
Sync to new bsd.autotools.mk
Original commit
Saturday, 16 Oct 2010
11:52 ade search for other commits by this committer
Punt autoconf267->autoconf268
Original commit
Monday, 11 Oct 2010
03:09 stas search for other commits by this committer
- Update ruby19 to 1.9.2.
- Do not link agains librt. [1]

PR:             ports/149003 [1]
Submitted by:   Anonymous <swell.k@gmail.com> [1]
Original commit
Tuesday, 31 Aug 2010
03:58 pgollucci search for other commits by this committer
- remove extra -g from CFLAGS
- WITH_DEBUG is handled in Mk/bsd.port.mk

PR:             ports/146863
Submitted by:   Anonymous <swell.k@gmail.com>
Silence from:   stas (maintainer)
Original commit
Tuesday, 16 Feb 2010
00:08 pgollucci search for other commits by this committer
- Mark MAKE_JOBS_UNSAFE=yes

Approved by:    stas (maintainer) via irc #bsdports

Feature safe:   yes
Original commit
Thursday, 18 Jun 2009
14:51 stas search for other commits by this committer
- Fix pkg-plist. Apparently ruby19 install all files in its workdir
  including the patch(1) leftovers.
Original commit
Monday, 9 Feb 2009
17:49 stas search for other commits by this committer
- Update ruby19 to 1.9.1.

PR:             ports/129818 (based on)
Submitted by:   Hung-Yi Chen <gaod@hychen.org>
Original commit
Monday, 5 Jan 2009
20:36 pav search for other commits by this committer
- Remove conditional checks for FreeBSD 5.x and older
Original commit
Saturday, 3 May 2008
23:40 stas search for other commits by this committer
- Mark broken on 5.x where it fails to compile
  probably due a kse problem.
Original commit
Sunday, 6 Apr 2008
08:58 stas search for other commits by this committer
- 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@
Original commit

Number of commits found: 39