aboutsummaryrefslogtreecommitdiff
path: root/lang
Commit message (Collapse)AuthorAgeFilesLines
* Variable that start with _ are considered private to the definingEitan Adler2013-03-022-2/+2
| | | | | | | | | | makefile and may not be used by ports makefiles. In addition, avoid problems should the defaults ever change. Approved by: portmgr (tabthorpe) Notes: svn path=/head/; revision=313182
* - Update to 1.7.1Steve Wills2013-02-285-11470/+995
| | | | | | | | PR: ports/174713 Submitted by: Jens Jahnke <jan0sch@gmx.net> Notes: svn path=/head/; revision=313074
* - Broken fails to buildMartin Wilke2013-02-271-5/+3
| | | | | | | | | | | | | make compiler cd src; cd objcrt; make objc -q -c Object.m -DNDEBUG -O2 -noI ar cr objcrt.a Object.o objc -q -c Block.m -DNDEBUG -O2 -noI /usr/include/stdlib.h:82: fatal: syntax error "void" *** [Block.o] Error code 1 Notes: svn path=/head/; revision=313057
* - enable LINKTHR OPTION by default as was done when lang/php5 was updatedFlorian Smeets2013-02-252-4/+4
| | | | | | | | | | to 5.4, this should prevent segfaults when modules use libs with thread support enabled. Discussed with: ale Notes: svn path=/head/; revision=312933
* Update from 2.0.0 to 2.0.1.Sergey A. Osokin2013-02-253-23/+21
| | | | | | | ChangeLog: http://luajit.org/changes.html Notes: svn path=/head/; revision=312932
* Update to 5.4.12 release.Alex Dupre2013-02-252-3/+3
| | | | Notes: svn path=/head/; revision=312912
* - Fix plist for ruby 2.0Steve Wills2013-02-251-7/+0
| | | | Notes: svn path=/head/; revision=312894
* - Update to 1.9.3p392Steve Wills2013-02-242-174/+2
| | | | | | | Security: forthcoming Notes: svn path=/head/; revision=312881
* - Cleanup CONFLICTS 5.(6|8|10) no longer in ports tree.Andrej Zverev2013-02-242-6/+2
| | | | | | | With hat: perl@ Notes: svn path=/head/; revision=312878
* - Add Ruby 2.0Steve Wills2013-02-2412-0/+1670
| | | | Notes: svn path=/head/; revision=312871
* Remove ONLY_FOR_ARCHS, since it seems to build everywhere.Jimmy Olgeni2013-02-241-1/+0
| | | | | | | | PR: ports/176353 Submitted by: Brett Wynkoop <bsdbugs@wynn.com> Notes: svn path=/head/; revision=312864
* - Update to 3.7Gabor Pali2013-02-233-4/+21
| | | | | | | | | | | - Fix build PR: ports/175848 Submitted by: pgj Approved by: maintainer (timeout) Notes: svn path=/head/; revision=312857
* - Update to 05_20130217Pietro Cerutti2013-02-202-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: * The description of exceptions in the manual has been improved. * The handling of program data in interpreter and compiler has been improved to free more unused memory. * The handling of the actions PRG_FIL_PARSE and PRG_STR_PARSE in the Seed7 compiler (s7c) has been improved to support releasing unused programs. * The function prgDestr (in prg_comp.c) has been improved to free (most of) the data used by a program. Several functions, which need to free program data, have been improved to call prgDestr. * The functions prgCpy (in prg_comp.c) and prg_cpy (in prglib.c) have been improve to free a program when the usage_count reaches zero. * The functions getPixmap in draw.s7i have been improved. * The functions decl_any (in analyze.c), dcl_const and dcl_var (both in dcllib.c) have been improved to free unused expressions. * The actions ARR_BASELIT, ARR_BASELIT2, ARR_TIMES, ARR_GEN, ARR_PUSH and ARR_EXTEND in the interpreter (file arrlit.c) have been improved to work correctly for arrays with interface elements. * In blockutl.c the functions free_locobj, free_body, free_block and free_local_consts have been added or improved. * In entutl.c the function free_entity has been improved to free also syobject and name_list. * The function close_entity has been added to entutl.c. This function frees the list of inactive entities. * In executl.c the function destroy_local_init_value has been added and the function destroy_object_list has been removed. * The parameter dest_type has been added to the function any_var_initialisation (file executl.c). * The functions heap_statistic (in flistutl.c) and rtlHeapStatistic (in heaputl.c) have been improved to write information about pollData elements. * The functions free_ident and close_idents in identutl.c have been improved. * The function free_expression has been added to listutl.c. * The function pop_object in name.c has been improved to add inactive entities to a list of inactive entities * The function close_stack in name.c has been improved to reverse the list of local objects and to dump and free the local objects. * The function dump_temp_value, which releases a value without releasing the object, has been added to objutl.c. * The function free_args has been added to prg_comp.c. Notes: svn path=/head/; revision=312621
* - update to 20120925Ruslan Makhmatkhanov2013-02-183-11/+8
| | | | | | | | | | - trim Makefile header, while here PR: 176206 Submitted by: Timothy Beyer <beyert@cs.ucr.edu> (maintainer) Notes: svn path=/head/; revision=312516
* - fix build with newer math/gmp in ports tree. Newer versions of gmp do notRuslan Makhmatkhanov2013-02-183-9/+16
| | | | | | | | | | | | | | | | | | define __gmp_const. This patch addresses the compile time errors with an ifndef. while here: - trim Makefile header - remove indefinite article from COMMENT - remove deprecated attribution from pkg-descr and make tab -> space change in WWW field PR: 176229 Submitted by: Timothy Beyer <beyert@cs.ucr.edu> Approved by: maintainer (implicit, because the port was broken) Notes: svn path=/head/; revision=312515
* Convert Makefile headers to the new format.Jimmy Olgeni2013-02-183-15/+3
| | | | Notes: svn path=/head/; revision=312502
* - Trim headerMartin Wilke2013-02-181-5/+1
| | | | Notes: svn path=/head/; revision=312482
* - Extend support for 6 months.Martin Wilke2013-02-181-1/+1
| | | | | | | | PR: 176149 Submitted by: Alex Keda <admin@lissyara.su> Notes: svn path=/head/; revision=312481
* Replace the use of DISTFILES by DISTNAME, since we are now down toGerald Pfeifer2013-02-172-4/+4
| | | | | | | | | one in all cases. On the way, update to the 20130216 snapshot of GCC 4.7.3. Notes: svn path=/head/; revision=312417
* Replace the use of DISTFILES by DISTNAME, since we are now down toGerald Pfeifer2013-02-162-4/+4
| | | | | | | | | one in all cases. On the way, update to the 20130210 snapshot of GCC 4.8.0. Notes: svn path=/head/; revision=312374
* Update to the 20130215 snapshot of GCC 4.6.4.Gerald Pfeifer2013-02-162-3/+3
| | | | Notes: svn path=/head/; revision=312372
* Fix plist on i386Julien Laffaye2013-02-132-1/+4
| | | | | | | Submitted by: skreuzer (private mail) Notes: svn path=/head/; revision=312170
* - Update to 0.9.9.46Martin Wilke2013-02-134-56/+59
| | | | | | | | PR: 176076 Submitted by: maintainer Notes: svn path=/head/; revision=312139
* - 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
* Upgrade llvm-devel and related ports to 3.3.r174891.Brooks Davis2013-02-113-7/+12
| | | | | | | | Install .cmake files for devel/llvm-devel so projects that use cmake can build against the installed copy. Notes: svn path=/head/; revision=312075
* - Update to 4.0.aMartin Wilke2013-02-109-46/+251
| | | | | | | | PR: 174204 Submitted by: ports fury Notes: svn path=/head/; revision=311997
* Update to the 20130203 snapshot of GCC 4.8.0.Gerald Pfeifer2013-02-102-3/+3
| | | | Notes: svn path=/head/; revision=311994
* Update to the 20130202 snapshot of 4.7.3.Gerald Pfeifer2013-02-092-3/+3
| | | | Notes: svn path=/head/; revision=311985
* Update MAINTAINER address for all my ports. While I'm here,Kubilay Kocak2013-02-091-2/+2
| | | | | | | | | standardise and canonicalise Makefile header format and contents. Approved by: eadler (mentor) Notes: svn path=/head/; revision=311983
* Various spelling correctionsChris Rees2013-02-092-3/+3
| | | | | | | | | | | | | PR: ports/175331 Submitted by: Christoph Mallon Approved by: No objections within three weeks from any maintainer While here, style and duplicate phrase fixes in bsdcflow pkg-descr Submitted by: mi Notes: svn path=/head/; revision=311969
* - Fix a segfault on startupMartin Wilke2013-02-082-5/+13
| | | | | | | | | | | - While here trim header PR: ports/173446 Submitted by: Imre Vadasz <imre@vdsz.com> Approved by: maintainer Notes: svn path=/head/; revision=311918
* - New port: lang/copperPietro Cerutti2013-02-074-0/+50
| | | | | | | | | | | | | Copper an experimental programming language used to develop Code Browser 4. It is based on Zinc [http://tibleiz.net/zinc/] with some improvements such as genericity, multiple return values or variadic arguments. It does not generate intermediary C code anymore, it has two backends: a x86 COFF generator and LLVM (version 2.9). WWW: http://tibleiz.net/copper/ Notes: svn path=/head/; revision=311876
* - Remove BROKEN on ia64, as it's reported to build and run fine therePietro Cerutti2013-02-071-4/+0
| | | | | | | Reported by: Anton Shterenlikht <mexas@bristol.ac.uk> Notes: svn path=/head/; revision=311823
* - Fix letf-oversPietro Cerutti2013-02-071-1/+1
| | | | | | | Reported by: decke Notes: svn path=/head/; revision=311820
* - Add manpage-related files which didn't end up in yesterday's major Tcl/TkPietro Cerutti2013-02-076-2/+1333
| | | | | | | | commit. - Clean left-overs Notes: svn path=/head/; revision=311816
* - Get rid of USE_TCL_THREAD and USE_TK_THREAD usagesPietro Cerutti2013-02-062-6/+2
| | | | Notes: svn path=/head/; revision=311776
* - Complete my previous commitPietro Cerutti2013-02-063-745/+870
| | | | Notes: svn path=/head/; revision=311775
* - Update lang/tcl86 and x11-toolkits/tk86 to 8.6.0Pietro Cerutti2013-02-0619-1721/+238
| | | | | | | | | | | | | | | | | | | | | | | | | | | Release notes: http://www.tcl.tk/software/tcltk/8.6.html - Get rid of -thread slaves ports: threads are now enabled by default and can be OPTIONally disabled. This applies to: * lang/tcl84 * lang/tcl85 * lang/tcl86 * x11-toolkits/tk84 * x11-toolkits/tk85 * x11-toolkits/tk86 - Get rid of tcl-modules slave port: modules are now installed by default and can be OPTIONally disabled. This applies to: * lang/tcl85 * lang/tcl86 - Fix conflicts between man pages of different Tcl/Tk versions, by adding a suffix (tcl84, tcl85, tcl86, tk84, tk85, and tk86). Reviewed by: bf, crees Approved by: bapt (portmgr, after partial exp-run) Notes: svn path=/head/; revision=311773
* Fix build on FreeBSD 9+Baptiste Daroussin2013-02-061-1/+1
| | | | Notes: svn path=/head/; revision=311750
* Remove the MESA option that brings in the expired gtkglarea, anyway this optionBaptiste Daroussin2013-02-061-13/+2
| | | | | | | wasn't in OPTIONS_DEFINE so no change here for users Notes: svn path=/head/; revision=311746
* - Fix breakage in the DYNAMIC-enabled ports triggered by the recentGabor Pali2013-02-0514-135/+321
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | devel/libffi update - Enable multithreaded build for lang/ghc (i.e. mark MAKE_JOBS_SAFE) Please note that port revision for all the Haskell ports without version changes are bumped. New ports (20): devel/hs-MonadRandom 0.1.8 devel/hs-base64-conduit 0.5.1 devel/hs-bifunctors 3.2 devel/hs-either 3.1 devel/hs-errors 1.3.1 devel/hs-generic-deriving 1.4.0 devel/hs-lens 3.8.5 devel/hs-profunctor-extras 3.3 devel/hs-profunctors 3.2 devel/hs-reflection 1.1.6 devel/hs-timezone-olson 0.1.2 devel/hs-timezone-series 0.1.2 math/hs-comonads-fd 3.0.1 math/hs-groupoids 3.0.1.1 math/hs-nats 0.1 math/hs-semigroupoid-extras 3.0.1 security/hs-cipher-rc4 0.1.2 security/hs-crypto-numbers 0.1.3 security/hs-crypto-pubkey 0.1.2 security/hs-crypto-random-api 0.2.0 Updated ports (107): archivers/hs-zip-archive 0.1.2.1 --> 0.1.3.3 archivers/hs-zlib-bindings 0.1.1.2 --> 0.1.1.3 audio/hs-libmpd 0.8.0.1 --> 0.8.0.2 benchmarks/hs-criterion 0.6.2.0 --> 0.6.2.1 converters/hs-aeson 0.6.0.2_2 --> 0.6.1.0 converters/hs-dataenc 0.14.0.4 --> 0.14.0.5 databases/hs-persistent 1.0.2.2 --> 1.1.4 databases/hs-persistent-sqlite 1.0.1 --> 1.1.2 databases/hs-persistent-template 1.0.0.2 --> 1.1.2.1 devel/hs-BNFC 2.4.2.1_1 --> 2.6.0.3 devel/hs-Boolean 0.1.1 --> 0.1.2 devel/hs-TypeCompose 0.9.7 --> 0.9.9 devel/hs-ansi-terminal 0.5.5_5 --> 0.5.5.1 devel/hs-ansi-wl-pprint 0.6.4_3 --> 0.6.6 devel/hs-basic-prelude 0.3.1.0 --> 0.3.2.0 devel/hs-checkers 0.2.9_2 --> 0.3.1 devel/hs-classy-prelude 0.4.1 --> 0.4.3 devel/hs-classy-prelude-conduit 0.4.1 --> 0.4.3 devel/hs-conduit 0.5.5 --> 0.5.6 devel/hs-configurator 0.2.0.1 --> 0.2.0.2 devel/hs-cpphs 1.15 --> 1.16 devel/hs-edit-distance 0.2.1.1 --> 0.2.1.2 devel/hs-file-embed 0.0.4.6 --> 0.0.4.7 devel/hs-filestore 0.5.0.1 --> 0.6 devel/hs-fsnotify 0.0.4 --> 0.0.6 devel/hs-ghc-paths 0.1.0.8_5 --> 0.1.0.9 devel/hs-git-annex 3.20121211 --> 3.20130124 devel/hs-hashable 1.1.2.5 --> 1.2.0.5 devel/hs-hastache 0.4.2 --> 0.5.0 devel/hs-hlint 1.8.39 --> 1.8.43 devel/hs-hoogle 4.2.14 --> 4.2.15 devel/hs-hspec 1.4.2 --> 1.4.3 devel/hs-largeword 1.0.3 --> 1.0.4 devel/hs-lifted-base 0.2 --> 0.2.0.2 devel/hs-monad-logger 0.2.3 --> 0.2.3.2 devel/hs-optparse-applicative 0.4.2 --> 0.5.2.1 devel/hs-pool-conduit 0.1.0.3 --> 0.1.1 devel/hs-project-template 0.1.0.1 --> 0.1.1 devel/hs-silently 1.2.4 --> 1.2.4.1 devel/hs-smallcheck 0.6.1_2 --> 0.6.2 devel/hs-system-fileio 0.3.10 --> 0.3.11 devel/hs-unix-compat 0.4.0.0 --> 0.4.1.0 devel/hs-unordered-containers 0.2.2.1 --> 0.2.3.0 devel/hs-vault 0.2.0.1 --> 0.2.0.4 devel/hs-void 0.5.8 --> 0.5.11 devel/hs-word8 0.0.2 --> 0.0.3 mail/hs-mime-types 0.1.0.0 --> 0.1.0.2 math/hs-categories 1.0.4 --> 1.0.5 math/hs-comonad 3.0.0.2 --> 3.0.1.1 math/hs-comonad-transformers 3.0 --> 3.0.1 math/hs-distributive 0.2.2_2 --> 0.3 math/hs-pointed 3.0.1 --> 3.0.2 math/hs-semigroupoids 3.0.0.1 --> 3.0.2 math/hs-semigroups 0.8.4.1 --> 0.9 net/hs-network-conduit 0.6.1.1 --> 0.6.2.2 net/hs-simple-sendfile 0.2.8 --> 0.2.10 print/hs-hscolour 1.20.3,1 --> 1.20.3_1,1 security/hs-certificate 1.3.3 --> 1.3.5 security/hs-cipher-aes 0.1.5 --> 0.1.7 security/hs-clientsession 0.8.0.1 --> 0.8.1 security/hs-cprng-aes 0.2.4 --> 0.3.4 security/hs-crypto-conduit 0.4.1 --> 0.4.3 security/hs-cryptocipher 0.3.6 --> 0.4.0 security/hs-cryptohash 0.7.9 --> 0.8.3 security/hs-pem 0.1.1_2 --> 0.1.2 security/hs-skein 0.1.0.10 --> 0.1.0.11 security/hs-tls 1.0.2 --> 1.1.1 security/hs-tls-extra 0.5.0 --> 0.6.1 sysutils/hs-angel 0.3.3 --> 0.3.4 textproc/hs-Diff 0.1.3_3 --> 0.2.0 textproc/hs-attoparsec 0.10.2.0_2 --> 0.10.3.0 textproc/hs-blaze-html 0.5.1.1 --> 0.5.1.3 textproc/hs-blaze-markup 0.5.1.2 --> 0.5.1.4 textproc/hs-case-insensitive 0.4.0.3 --> 0.4.0.4 textproc/hs-citeproc-hs 0.3.6 --> 0.3.7 textproc/hs-double-conversion 0.2.0.5 --> 0.2.0.6 textproc/hs-highlighting-kate 0.5.3.3 --> 0.5.3.5 textproc/hs-hs-bibutils 4.15 --> 4.16 textproc/hs-regex-pcre-builtin 0.94.4.3.8.31 --> 0.94.4.5.8.31 textproc/hs-texmath 0.6.1.1 --> 0.6.1.3 textproc/hs-yaml 0.8.1.1 --> 0.8.2 www/hs-gitit 0.10.0.2 --> 0.10.1.2 www/hs-hamlet 1.1.1.1 --> 1.1.3.1 www/hs-heist 0.8.2 --> 0.11.0 www/hs-hjsmin 0.1.3 --> 0.1.4 www/hs-http-conduit 1.8.4.3 --> 1.8.7 www/hs-http-date 0.0.3 --> 0.0.4 www/hs-http-reverse-proxy 0.1.0.6 --> 0.1.1.1 www/hs-shakespeare-js 1.1.0 --> 1.1.1 www/hs-snap 0.9.2.2 --> 0.11.0 www/hs-wai-app-static 1.3.0.4 --> 1.3.1_1 www/hs-wai-extra 1.3.0.4 --> 1.3.2 www/hs-warp 1.3.5 --> 1.3.7.1 www/hs-xss-sanitize 0.3.2_2 --> 0.3.3 www/hs-yesod 1.1.4.1 --> 1.1.7.2 www/hs-yesod-auth 1.1.2 --> 1.1.3 www/hs-yesod-core 1.1.6.1 --> 1.1.7.1 www/hs-yesod-default 1.1.2 --> 1.1.3 www/hs-yesod-form 1.2.0.1 --> 1.2.0.2 www/hs-yesod-persistent 1.1.0 --> 1.1.0.1 www/hs-yesod-platform 1.1.5 --> 1.1.7.2 www/hs-yesod-static 1.1.1.1 --> 1.1.1.2 www/hs-yesod-test 0.3.1.1 --> 0.3.3 x11-wm/hs-xmonad 0.10_4 --> 0.11 x11-wm/hs-xmonad-contrib 0.10_4 --> 0.11 x11/hs-X11 1.5.0.1_3 --> 1.6.0.2 x11/hs-xmobar 0.14_3 --> 0.16 Obtained from: FreeBSD Haskell Notes: svn path=/head/; revision=311736
* - Add UPDATING entry for gnutls updateRoman Bogorodskiy2013-02-051-0/+1
| | | | | | | - Chase shlib version bump for dependant ports Notes: svn path=/head/; revision=311722
* Mark as deprecated a bunch of ports that are marked as broken for more than 6Baptiste Daroussin2013-02-051-5/+4
| | | | | | | month without a fix Notes: svn path=/head/; revision=311718
* - Update to 20130203Pietro Cerutti2013-02-053-98/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: * Files to generate man pages for Seed7 interpreter and compiler have been added to the documentation (files doc/s7.1 and doc/s7c.1). * The makefiles have been improved to support the targets distclean and test. * The operators radix and RADIX have been added to the libraries integer.s7i and bigint.s7i. This operators convert an integer respectively bigInteger to a string. The conversion uses the numeral system with the given base. * The variants of the function str, which have a second parameter to specify a numeric base, are deprecated now and will be removed in a future release. The operators radix and RADIX should be used instead. * Interpreter and compiler have been improved to support the operators radix and RADIX. * In chkint.sd7 checks for the function str with base have been replaced with checks for the operators radix and RADIX. * Usages of the function str with base have been changed to usages of the operators radix or RADIX in the files gethttp.s7i, bas7.sd7, encoding.s7i and s7c.sd7. * Errors in bas7.sd7, concerning the function VARPTR and the statement OPEN, have been fixed. * The function getLineWithMacrosApplied in makedata.s7i has been improved to ignore space and tab characters after an escaped newline. * Result variables have been renamed in various libraries and example programs. * The currency sign character has been added to stdfont10.s7i, stdfont12.s7i, stdfont14.s7i, stdfont16.s7i, stdfont18.s7i, stdfont20.s7i, stdfont24.s7i, vecfont10.s7i and vecfont18.s7i. * The file chkccomp.c has been improved to define a macro that describes what happens, when a cast of a float to int overflows. - This release features the inclusion of the man pages for the seed7 interpreter s7(1) and compiler s7c(1) - Remove patch included upstream Notes: svn path=/head/; revision=311669
* Enable sgen.Romain Tartière2013-02-042-0/+17
| | | | | | | | PR: ports/175518 Submitted by: Jack Pappas <jack.pappas@tidepowerd.com> Notes: svn path=/head/; revision=311650
* - Mark lang/tcl83 and x11-toolkits/tk83 as DEPRECATED, to expire in 2 monthsPietro Cerutti2013-02-041-0/+3
| | | | | | | | Tcl/Tk 8.3 has been long unmaintained upstream, with the last release almost 10 years ago. Notes: svn path=/head/; revision=311628
* - Remove lang/perl5.8 and lang/perl5.10Andrej Zverev2013-02-0433-7644/+0
| | | | | | | | Reviewed by: bapt@ Approved by: skv@ (implicit via email) Notes: svn path=/head/; revision=311580
* KDE/FreeBSD team presents KDE SC 4.9.5 ports!Max Brazhnikov2013-02-032-7/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | - kdebindings ports have been renamed to match upstream. - kdemultimedia and kdenetwork have been split. - New port games/pairs added. - Trim Makefile header - Convert to new option framework - New USE_KDE4 components: libkcddb, libkcompactdisc - Update: databases/akonadi to 1.9.0 devel/grantlee to 0.3.0 textproc/rasqal to 0.9.30 textproc/redland-bindings to 1.0.16.1 textproc/soprano to 2.9.0 x11-toolkits/attica to 0.4.1 The area51 repository features commits by Schaich Alonso, avilla, dbn, jhale, makc and rakuco. Contributors: - Oleg Sidorkin - Tobias Berner - Kurt Jaeger Notes: svn path=/head/; revision=311483
* Fix logic (should be defined to true integer, not false).Chris Rees2013-02-032-16/+21
| | | | | | | | | | | While here, let's use patch from upstream so it obviously conflicts on the next update. Submitted by: koobs Obtained from: http://bugs.python.org/issue16753 Notes: svn path=/head/; revision=311456
* update lang/sbcl to 1.1.4 and adjust dependent portsBrendan Fabeny2013-02-022-5/+5
| | | | Notes: svn path=/head/; revision=311445