| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=377709
|
|
|
|
|
|
|
|
|
| |
PR: ports/196342
Submitted by: Naram Qashat (maintainer)
Exp-run and fixes to depending ports: self
Notes:
svn path=/head/; revision=375872
|
|
|
|
|
|
|
| |
While here, fix a few plist issues
Notes:
svn path=/head/; revision=372602
|
|
|
|
|
|
|
|
| |
PR: 194712
Reported by: Trond Endrestol <Trond.Endrestol@ximalas.info>
Notes:
svn path=/head/; revision=372322
|
|
|
|
| |
Notes:
svn path=/head/; revision=371587
|
|
|
|
|
|
|
|
| |
PR: 193411
Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
Notes:
svn path=/head/; revision=368194
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
| |
Notes:
svn path=/head/; revision=362982
|
|
|
|
| |
Notes:
svn path=/head/; revision=360173
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
| |
PR: ports/187895
Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
Notes:
svn path=/head/; revision=349102
|
|
|
|
|
|
|
|
| |
PR: ports/187472
Redported by: Jeremy Chadwick <jdc@koitsu.org>
Notes:
svn path=/head/; revision=348863
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
PR: ports/186468
Submitted by: Jim Ohlstein <jim@ohlste.in>
Notes:
svn path=/head/; revision=343678
|
|
|
|
|
|
|
|
|
| |
Reviewed by: antoine/swills
Thanks to: antoine (so testing)
Approved by: swills (ruby@)
Notes:
svn path=/head/; revision=342539
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION due to binary and package change
Submitted by: jhibbits (via private email)
Notes:
svn path=/head/; revision=341124
|
|
|
|
|
|
|
| |
Discussed with: eadler
Notes:
svn path=/head/; revision=336311
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
- Convert to new LIB_DEPENDS format
- Sort LIB_DEPENDS
- Cleanup Makefile
Notes:
svn path=/head/; revision=335033
|
|
|
|
|
|
|
| |
Security: cc9043cf-7f7a-426e-b2cc-8d1980618113
Notes:
svn path=/head/; revision=334630
|
|
|
|
|
|
|
| |
lang)
Notes:
svn path=/head/; revision=327741
|
|
|
|
|
|
|
|
|
| |
users
Approved by: ruby (swills)
Notes:
svn path=/head/; revision=327412
|
|
|
|
| |
Notes:
svn path=/head/; revision=325620
|
|
|
|
| |
Notes:
svn path=/head/; revision=325562
|
|
|
|
|
|
|
| |
- Remove patch for issue fixed upstream
Notes:
svn path=/head/; revision=322794
|
|
|
|
|
|
|
| |
additions.
Notes:
svn path=/head/; revision=321360
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
| |
Security: forthcoming
Notes:
svn path=/head/; revision=312881
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(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
|
|
|
|
|
|
|
|
|
|
| |
- Reset maintainership for libffi. See ports/164941.
PR: ports/171768
Submitted by: Takefu <takefu@airport.fm>
Notes:
svn path=/head/; revision=311141
|
|
|
|
|
|
|
|
|
| |
- trim historical header where applicable
Reviewed by: swills@ (ruby@)
Notes:
svn path=/head/; revision=310250
|
|
|
|
|
|
|
|
|
|
| |
- Document security issue in earlier versions
Security: 5e647ca3-2aea-11e2-b745-001fd0af1a4c
Feature safe: yes
Notes:
svn path=/head/; revision=307261
|
|
|
|
|
|
|
| |
Feature safe: yes
Notes:
svn path=/head/; revision=306792
|
|
|
|
|
|
|
|
|
|
| |
- Don't try to cleanup dir created by ruby-gems
- Trim headers while here
Feature safe: yes
Notes:
svn path=/head/; revision=306751
|
|
|
|
|
|
|
|
| |
PR: ports/171807
Submitted by: stas
Notes:
svn path=/head/; revision=304677
|
|
|
|
|
|
|
|
| |
PR: ports/167656
Submitted by: Stanislav Sedov <stas@deglitch.com>
Notes:
svn path=/head/; revision=296791
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
| |
Submitted by: stas@
With hat: ruby@
Feature safe: yes
Approved by: portmgr (pav)
Notes:
svn path=/head/; revision=286205
|
|
|
|
| |
Notes:
svn path=/head/; revision=284882
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
Specifically, don't try to use devel/ruby-gems instead of the bundled
gem.
Notes:
svn path=/head/; revision=280238
|
|
|
|
|
|
|
| |
- Make Ruby 1.9 the default Ruby
Notes:
svn path=/head/; revision=280102
|
|
|
|
|
|
|
| |
This is a bugfix release.
Notes:
svn path=/head/; revision=273934
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
%%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
|
|
|
|
| |
Notes:
svn path=/head/; revision=265663
|