summaryrefslogtreecommitdiff
path: root/lang/ruby19 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove lang/ruby19 which reached its end-of-life on 2015-02-23Rene Ladan2015-02-2413-20430/+0
| | | | | | | | | | | | Add a note to UPDATING for ruby19 users. Differential Revision: https://reviews.freebsd.org/D1954 Submitted by: myself Reviewed by: ruby (swills, sunpoet) Approved by: ruby (swills) Notes: svn path=/head/; revision=379837
* Change the EDIT option of ruby to use libedit by default now that libeditBaptiste Daroussin2015-02-012-1/+12
| | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=378283
* lang/ruby19: set expiration dateSteve Wills2015-01-231-0/+3
| | | | Notes: svn path=/head/; revision=377709
* Update devel/doxygen to 1.8.9Antoine Brodin2014-12-311-26/+12
| | | | | | | | | PR: ports/196342 Submitted by: Naram Qashat (maintainer) Exp-run and fixes to depending ports: self Notes: svn path=/head/; revision=375872
* Update to latest versionSteve Wills2014-11-153-2/+10
| | | | | | | While here, fix a few plist issues Notes: svn path=/head/; revision=372602
* Fix plist for CAPIDOCS option after update to doxygen.Steve Wills2014-11-081-22/+0
| | | | | | | | PR: 194712 Reported by: Trond Endrestol <Trond.Endrestol@ximalas.info> Notes: svn path=/head/; revision=372322
* Cleanup plistBaptiste Daroussin2014-10-271-9966/+0
| | | | Notes: svn path=/head/; revision=371587
* lang/ruby19: switch to USES=execinfoSteve Wills2014-09-142-10/+23
| | | | | | | | PR: 193411 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> Notes: svn path=/head/; revision=368194
* lang/ruby*: remove obsolete patchesSteve Wills2014-09-021-19/+0
| | | | | | | | | | | Remove no longer needed patches for ftp. While here, fix the test target for ruby21 PR: 192998 Submitted by: Robert Grimm <rfgrimm@gmail.com> Notes: svn path=/head/; revision=366970
* lang/ruby*: fix docs handlingSteve Wills2014-08-302-588/+29385
| | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=366678
* lang/ruby19: update to Ruby 1.9.3-p547Steve Wills2014-07-263-22/+4
| | | | Notes: svn path=/head/; revision=362982
* Add CPE information.Dag-Erling Smørgrav2014-07-021-1/+5
| | | | Notes: svn path=/head/; revision=360173
* - Force use of libreadline from ports rather than base, in order to avoidSteve Wills2014-07-011-6/+25
| | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=360019
* Support LIBS like LDFLAGS.Tijl Coosemans2014-06-111-5/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=357486
* - Remove reference to lang/ruby-mode.el since it is goneSteve Wills2014-03-251-1/+0
| | | | | | | | PR: ports/187895 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> Notes: svn path=/head/; revision=349102
* - Fix patch broken in r292221Steve Wills2014-03-231-13/+13
| | | | | | | | PR: ports/187472 Redported by: Jeremy Chadwick <jdc@koitsu.org> Notes: svn path=/head/; revision=348863
* - Add patch to fix build on 11-CURRENT after Clang 3.4 import. No need toSteve Wills2014-02-251-0/+12
| | | | | | | | | | conditionalize this on OSVER because the patch is safe everywhere. No bump because package doesn't change. Submitted by: antoine (1.9, 2.0 and 2.1 based on) Notes: svn path=/head/; revision=345917
* - Fix build when newer gcc which includes a libffi is installedSteve Wills2014-02-101-1/+4
| | | | | | | | PR: ports/186468 Submitted by: Jim Ohlstein <jim@ohlste.in> Notes: svn path=/head/; revision=343678
* - Stage supportMartin Wilke2014-02-042-29/+30
| | | | | | | | | Reviewed by: antoine/swills Thanks to: antoine (so testing) Approved by: swills (ruby@) Notes: svn path=/head/; revision=342539
* - Add patch to increase stack size to avoid crash on ppc64Steve Wills2014-01-251-0/+19
| | | | | | | | | - Bump PORTREVISION due to binary and package change Submitted by: jhibbits (via private email) Notes: svn path=/head/; revision=341124
* - Update LICENSESunpoet Po-Chuan Hsieh2013-12-131-1/+2
| | | | | | | Discussed with: eadler Notes: svn path=/head/; revision=336311
* Templates, Mk/ lang/ruby*: add the RUBY licenseEitan Adler2013-12-111-0/+2
| | | | | | | | | | 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) Notes: svn path=/head/; revision=336235
* - Remove leading indefinite article from COMMENTSunpoet Po-Chuan Hsieh2013-11-271-6/+4
| | | | | | | | | - Convert to new LIB_DEPENDS format - Sort LIB_DEPENDS - Cleanup Makefile Notes: svn path=/head/; revision=335033
* - Fix and report heap overflow in floating point parsing issue in rubySteve Wills2013-11-231-2/+2
| | | | | | | Security: cc9043cf-7f7a-426e-b2cc-8d1980618113 Notes: svn path=/head/; revision=334630
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | lang) Notes: svn path=/head/; revision=327741
* Only the default package will be named ruby-<version> now, to stop confusing ↵Baptiste Daroussin2013-09-161-1/+1
| | | | | | | | | users Approved by: ruby (swills) Notes: svn path=/head/; revision=327412
* - Remove Author lineSunpoet Po-Chuan Hsieh2013-08-291-1/+0
| | | | Notes: svn path=/head/; revision=325620
* - Use single space after WWW:Sunpoet Po-Chuan Hsieh2013-08-291-1/+1
| | | | Notes: svn path=/head/; revision=325562
* - Update to 1.9.3-p448Steve Wills2013-07-113-13/+3
| | | | | | | - Remove patch for issue fixed upstream Notes: svn path=/head/; revision=322794
* Add devel/ruby-gems and devel/rubygem-rake to the list of recommendedAkinori MUSHA2013-06-201-5/+8
| | | | | | | additions. Notes: svn path=/head/; revision=321360
* - Update to p429Steve Wills2013-05-263-4/+14
| | | | | | | | - Cleanup a bit while here, headers use spaces not tabs - Add patch for Ruby bug 8406, already fixed upstream Notes: svn path=/head/; revision=319130
* - Update to 1.9.3p392Steve Wills2013-02-242-174/+2
| | | | | | | Security: forthcoming Notes: svn path=/head/; revision=312881
* - Update Ruby 1.9 to 1.9.3p385. This fixes a security issue in rdoc ↵Steve Wills2013-02-124-12/+200
| | | | | | | | | | | | | (CVE-2013-0256) - Also add the patch for the security issue in the bundled json (CVE-2013-0269) - Fix an issue with the .pc file by patching configure [1] Reported by: avg [1] Security: forthcoming Notes: svn path=/head/; revision=312118
* - Update devel/libffi to 3.0.11.Jung-uk Kim2013-01-291-1/+1
| | | | | | | | | | - Reset maintainership for libffi. See ports/164941. PR: ports/171768 Submitted by: Takefu <takefu@airport.fm> Notes: svn path=/head/; revision=311141
* - update remaining ruby@ maintained ports to new options frameworkJason Helfman2013-01-111-4/+5
| | | | | | | | | - trim historical header where applicable Reviewed by: swills@ (ruby@) Notes: svn path=/head/; revision=310250
* - Update lang/ruby19 to 1.9.3p327Steve Wills2012-11-101-2/+2
| | | | | | | | | | - Document security issue in earlier versions Security: 5e647ca3-2aea-11e2-b745-001fd0af1a4c Feature safe: yes Notes: svn path=/head/; revision=307261
* - Fix a packaging issue (no package change so no portrevision bump)Steve Wills2012-11-012-10/+0
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=306792
* - Update lang/ruby19 to 1.9.3.286Steve Wills2012-10-314-18/+3
| | | | | | | | | | - Don't try to cleanup dir created by ruby-gems - Trim headers while here Feature safe: yes Notes: svn path=/head/; revision=306751
* - Fix memory leakSteve Wills2012-09-221-0/+10
| | | | | | | | PR: ports/171807 Submitted by: stas Notes: svn path=/head/; revision=304677
* - Update lang/ruby19 to 1.9.3-p194Steve Wills2012-05-162-3/+14
| | | | | | | | PR: ports/167656 Submitted by: Stanislav Sedov <stas@deglitch.com> Notes: svn path=/head/; revision=296791
* - Update lang/ruby18 to p385Steve Wills2012-02-255-19/+19
| | | | | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=292221
* - Update lang/ruby19 to 1.9.3Steve Wills2011-11-218-110/+165
| | | | | | | | | | Submitted by: stas@ With hat: ruby@ Feature safe: yes Approved by: portmgr (pav) Notes: svn path=/head/; revision=286205
* Let ruby@ maintain rubyPhilip M. Gollucci2011-11-011-1/+1
| | | | Notes: svn path=/head/; revision=284882
* - Return my ports back to the pool. I was unable to make any fixes toStanislav Sedov2011-10-241-1/+1
| | | | | | | | | | | 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). Notes: svn path=/head/; revision=284225
* - Do not install the 'gem' executable as part of ruby 1.9 install. TheStanislav Sedov2011-09-132-21/+7
| | | | | | | | | | | 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). Notes: svn path=/head/; revision=281715
* - Undo some of the changes related to making Ruby 1.9 default.Steve Wills2011-08-233-16/+131
| | | | | | | | Specifically, don't try to use devel/ruby-gems instead of the bundled gem. Notes: svn path=/head/; revision=280238
* - Update Ruby 1.9 to p290Steve Wills2011-08-215-199/+78
| | | | | | | - Make Ruby 1.9 the default Ruby Notes: svn path=/head/; revision=280102
* - Update ruby 1.9 to 1.9.2p136.Stanislav Sedov2011-05-112-7/+9
| | | | | | | This is a bugfix release. Notes: svn path=/head/; revision=273934
* Clean up ruby pkg-plists:Philip M. Gollucci2010-12-201-8/+8
| | | | | | | | | | | | | | | | | | | %%RUBY_SITEARCHLIBDIR%% %%RUBY_SITELIBDIR%% lib/ruby/site_ruby %%RUBY_VENDORARCHLIBDIR%% %%RUBY_VENDORLIBDIR%% lib/ruby/vendor_ruby lib/ruby Above directories are owned by lang/ruby1[89] ports. PR: ports/153041 Tested by: 2-exp runs by pav With Hat: ruby@ Notes: svn path=/head/; revision=266600
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663