aboutsummaryrefslogtreecommitdiff
path: root/lang/ruby20/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Add CPE information.Dag-Erling Smørgrav2014-07-021-1/+5
| | | | Notes: svn path=/head/; revision=360173
* 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 uneeded include of bsd.port.options.mkSteve Wills2014-05-301-2/+0
| | | | | | | | Reported by: antoine Pointyhat to: swills Notes: svn path=/head/; revision=355900
* - Force use of libreadline from ports rather than base, in order to avoidSteve Wills2014-05-301-6/+26
| | | | | | | | | | | | | | | | | | | | | 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 1: The patch to work with newer libreadline is only applied in the libreadline case since it actually breaks building with libedit. - Note 2: 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. PR: ports/187928 [1] (based on) PR: ports/188077 [2] (based on) Submitted by: Shin-ya Murakami <murashin@gfd-dennou.org> [1] Submitted by: Christoph Moench-Tegeder <cmt@burggraben.net> [2] Obtained from: http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ext/readline/readline.c?r1=43458&r2=45225 (ruby upstream) MFH: 2014Q2 Notes: svn path=/head/; revision=355890
* - 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-041-29/+26
| | | | | | | | | Reviewed by: antoine/swills Thanks to: antoine (so testing) Approved by: swills (ruby@) Notes: svn path=/head/; revision=342539
* - Update LICENSESunpoet Po-Chuan Hsieh2013-12-131-1/+2
| | | | | | | Discussed with: eadler Notes: svn path=/head/; revision=336311
* - Add missing blank line between MAINTAINER section and LICENSE sectionSunpoet Po-Chuan Hsieh2013-12-131-0/+1
| | | | Notes: svn path=/head/; revision=336304
* Templates, Mk/ lang/ruby*: add the RUBY licenseEitan Adler2013-12-111-0/+1
| | | | | | | | | | 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 unneeded variablesSteve Wills2013-11-271-4/+0
| | | | | | | - Mark JOBS safe Notes: svn path=/head/; revision=334990
* - Fix PLISTSunpoet Po-Chuan Hsieh2013-11-261-4/+4
| | | | | | | | | | | | - While I'm here: - Remove leading indefinite article from COMMENT - Convert to new LIB_DEPENDS format PR: ports/184306 Submitted by: Alexey Markov <redrat@mail.ru> Notes: svn path=/head/; revision=334948
* 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
* The iconv module is no longer part of ruby's standard distribution.Akinori MUSHA2013-06-201-1/+1
| | | | | | | (ext/iconv is an empty directory, so we can just leave it) Notes: svn path=/head/; revision=321362
* - Update Ruby 2.0.0 to p195Steve Wills2013-05-281-2/+6
| | | | | | | | | | - Disable dtrace support on powerpc [1] PR: ports/177485 [1] Reported by: Justin Hibbits <jrh29@alumni.cwru.edu> [1] Notes: svn path=/head/; revision=319289
* - Add Ruby 2.0Steve Wills2013-02-241-0/+310
Notes: svn path=/head/; revision=312871