non port: lang/ruby19/Makefile |
Number of commits found: 39 |
Sunday, 1 Feb 2015
|
23:19 bapt
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)
 |
Friday, 23 Jan 2015
|
02:29 swills
lang/ruby19: set expiration date
 |
Saturday, 15 Nov 2014
|
13:50 swills
Update to latest version
While here, fix a few plist issues
 |
Sunday, 14 Sep 2014
|
15:50 swills
lang/ruby19: switch to USES=execinfo
PR: 193411
Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
 |
Saturday, 30 Aug 2014
|
21:09 swills
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)
 |
Saturday, 26 Jul 2014
|
19:08 swills
lang/ruby19: update to Ruby 1.9.3-p547
 |
Wednesday, 2 Jul 2014
|
12:50 des
Add CPE information.
 |
Tuesday, 1 Jul 2014
|
14:31 swills
- 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.
 |
Wednesday, 11 Jun 2014
|
14:50 tijl
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)
 |
Monday, 10 Feb 2014
|
20:22 swills
- Fix build when newer gcc which includes a libffi is installed
PR: ports/186468
Submitted by: Jim Ohlstein <jim@ohlste.in>
 |
Tuesday, 4 Feb 2014
|
14:23 miwi
- Stage support
Reviewed by: antoine/swills
Thanks to: antoine (so testing)
Approved by: swills (ruby@)
 |
Friday, 13 Dec 2013
|
02:17 sunpoet
- Update LICENSE
Discussed with: eadler
 |
Wednesday, 11 Dec 2013
|
23:07 eadler
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)
 |
Wednesday, 27 Nov 2013
|
16:42 sunpoet
- Remove leading indefinite article from COMMENT
- Convert to new LIB_DEPENDS format
- Sort LIB_DEPENDS
- Cleanup Makefile
 |
Friday, 20 Sep 2013
|
19:53 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang)
 |
Monday, 16 Sep 2013
|
16:34 bapt
Only the default package will be named ruby-<version> now, to stop confusing
users
Approved by: ruby (swills)
 |
Thursday, 11 Jul 2013
|
20:07 swills
- Update to 1.9.3-p448
- Remove patch for issue fixed upstream
 |
Sunday, 26 May 2013
|
19:22 swills
- Update to p429
- Cleanup a bit while here, headers use spaces not tabs
- Add patch for Ruby bug 8406, already fixed upstream
 |
Tuesday, 29 Jan 2013
|
00:35 jkim
- Update devel/libffi to 3.0.11.
- Reset maintainership for libffi. See ports/164941.
PR: ports/171768
Submitted by: Takefu <takefu@airport.fm>
 |
Friday, 11 Jan 2013
|
22:05 jgh
- update remaining ruby@ maintained ports to new options framework
- trim historical header where applicable
Reviewed by: swills@ (ruby@)
 |
Thursday, 1 Nov 2012
|
10:55 swills
- Fix a packaging issue (no package change so no portrevision bump)
Feature safe: yes
 |
Wednesday, 31 Oct 2012
|
17:01 swills
- 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
 |
Saturday, 25 Feb 2012
|
15:25 swills
- 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
 |
Monday, 21 Nov 2011
|
20:59 swills
- Update lang/ruby19 to 1.9.3
Submitted by: stas@
With hat: ruby@
Feature safe: yes
Approved by: portmgr (pav)
 |
Tuesday, 1 Nov 2011
|
22:56 pgollucci
Let ruby@ maintain ruby
 |
Monday, 24 Oct 2011
|
03:33 stas
- 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).
 |
Tuesday, 13 Sep 2011
|
08:03 stas
- 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).
 |
Tuesday, 23 Aug 2011
|
03:47 swills
- 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.
 |
Sunday, 21 Aug 2011
|
04:03 swills
- Update Ruby 1.9 to p290
- Make Ruby 1.9 the default Ruby
 |
Saturday, 4 Dec 2010
|
07:34 ade
Sync to new bsd.autotools.mk
 |
Saturday, 16 Oct 2010
|
11:52 ade
Punt autoconf267->autoconf268
 |
Monday, 11 Oct 2010
|
03:09 stas
- Update ruby19 to 1.9.2.
- Do not link agains librt. [1]
PR: ports/149003 [1]
Submitted by: Anonymous <swell.k@gmail.com> [1]
 |
Tuesday, 31 Aug 2010
|
03:58 pgollucci
- 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)
 |
Tuesday, 16 Feb 2010
|
00:08 pgollucci
- Mark MAKE_JOBS_UNSAFE=yes
Approved by: stas (maintainer) via irc #bsdports
Feature safe: yes
 |
Thursday, 18 Jun 2009
|
14:51 stas
- Fix pkg-plist. Apparently ruby19 install all files in its workdir
including the patch(1) leftovers.
 |
Monday, 9 Feb 2009
|
17:49 stas
- Update ruby19 to 1.9.1.
PR: ports/129818 (based on)
Submitted by: Hung-Yi Chen <gaod@hychen.org>
 |
Monday, 5 Jan 2009
|
20:36 pav
- Remove conditional checks for FreeBSD 5.x and older
 |
Saturday, 3 May 2008
|
23:40 stas
- Mark broken on 5.x where it fails to compile
probably due a kse problem.
 |
Sunday, 6 Apr 2008
|
08:58 stas
- 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@
 |
Number of commits found: 39 |