dnl dnl Check for struct linger dnl AC_DEFUN([AC_STRUCT_LINGER], [ av_struct_linger=no AC_MSG_CHECKING(struct linger is available) AC_TRY_RUN([ #include #include struct linger li; main () { li.l_onoff = 1; li.l_linger = 120; exit (0); } ],[ AC_DEFINE(HAVE_STRUCT_LINGER) av_struct_linger=yes ],[ av_struct_linger=no ],[ av_struct_linger=no ]) AC_MSG_RESULT($av_struct_linger) ]) gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - Update Ruby 2.0.0 to p195swills2013-05-281-1/+1
* - Switch default version of Ruby to 1.9swills2013-05-271-1/+1
* - Update to p429swills2013-05-271-1/+1
* - Add LC_TYPE to avoid encoding issues with many gemsswills2013-02-251-0/+2
* - Fix plist for ruby 2.0swills2013-02-251-1/+1
* - Update to 1.9.3p392swills2013-02-251-1/+1
* - Add Ruby 2.0swills2013-02-241-2/+34
* - Add ability to patch rubygem- portsswills2013-02-241-5/+17
* - Update Ruby 1.9 to 1.9.3p385. This fixes a security issue in rdoc (CVE-2013...swills2013-02-121-1/+1
* - update remaining ruby@ maintained ports to new options frameworkjgh2013-01-121-1/+1
* - Update lang/ruby19 to 1.9.3p327swills2012-11-101-1/+1
* - Update to 1.8.7 p371swills2012-11-021-1/+1
* - Update lang/ruby19 to 1.9.3.286swills2012-11-011-2/+2
* - Fix memory leakswills2012-09-221-1/+1
* - Update to 1.8.7p370swills2012-07-171-1/+1
* - Update lang/ruby19 to 1.9.3-p194swills2012-05-171-1/+1
* - Update lang/ruby18 to p385swills2012-02-251-2/+2
* - Update to 1.8.7p357swills2012-01-211-2/+2
* - Assign bsd.ruby.mk to ruby@ [1]tabthorpe2011-12-161-1/+1
* - Update lang/ruby19 to 1.9.3swills2011-11-221-3/+3
* - Move RAKE_VER out of bsd.ruby.mk since it is no longer neededswills2011-10-261-1/+0
* - Do not install the 'gem' executable as part of ruby 1.9 install. Thestas2011-09-131-3/+1
* - Remove USE_RUBY_AMSTD support, since it is no longer usedswills2011-09-131-11/+0
* - Revert change of default Ruby version from 1.9 back to 1.8 due toswills2011-08-241-3/+3
* - Undo some of the changes related to making Ruby 1.9 default.swills2011-08-231-4/+2
* - Bump the revision of ruby18 port to force the package rebuild:stas2011-08-231-1/+1
* - Update Ruby 1.9 to p290swills2011-08-211-10/+12
* - Update ruby 1.8 to 1.8.7 patchlevel 352.stas2011-07-161-1/+1
* - Update ruby 1.9 to 1.9.2p136.stas2011-05-111-1/+1
* - As ports ruby 1.9 now includes a recent version of rake,stas2011-04-071-2/+2
* - Update ruby 1.8 to p302.stas2010-11-221-2/+2
* - Do not link ruby18 agains librt.stas2010-10-111-1/+1
* - Update ruby19 to 1.9.2.stas2010-10-111-4/+7
* - Provide the correct value for TOPDIR in ruby 1.9.stas2010-09-201-1/+1
* Autotools update. Read ports/UPDATING 20100915 for details.ade2010-09-161-1/+1
* - Support NOPORTDOCS (--no-rdoc) for RUBYGEM_AUTOPLIST=yes portspgollucci2010-09-021-1/+10
* - Fix www/rubygem-passenger under lang/ruby19 [1]pgollucci2010-08-311-5/+6
* - Update ruby 1.9.1 to p430. This release fixes CVE-2010-0541.stas2010-08-181-3/+3
* - Fix incorrect errno returned by IO::write.stas2010-04-291-1/+1
* - Do not try to stop the timer thread in child after fork: at this momentstas2010-04-28