summaryrefslogtreecommitdiff
path: root/lang (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix with Perl 5.21.1+Mathieu Arnold2015-04-121-0/+11
| | | | | | | | With hat: perl@ Sponsored by: Absolight Notes: svn path=/head/; revision=383887
* Fix with Perl 5.21.1+Mathieu Arnold2015-04-121-0/+11
| | | | | | | | | | Can't use 'defined(@array)' (Maybe you should just omit the defined()?) at ./config/milestone.pl line 59. With hat: perl@ Sponsored by: Absolight Notes: svn path=/head/; revision=383886
* Fix with Perl 5.20+Mathieu Arnold2015-04-121-1/+1
| | | | | | | | With hat: perl@ Sponsored by: Absolight Notes: svn path=/head/; revision=383885
* - Update to 1.0.4Li-Wen Hsu2015-04-124-22/+8
| | | | | | | | PR: 199147 Submitted by: olgeni Notes: svn path=/head/; revision=383874
* Apply compatibility fix for Erlang 17.5.1.Jimmy Olgeni2015-04-122-1/+18
| | | | Notes: svn path=/head/; revision=383867
* Update to 1.2.1Baptiste Daroussin2015-04-122-3/+3
| | | | Notes: svn path=/head/; revision=383866
* Upgrade to version 17.5.1.Jimmy Olgeni2015-04-122-22/+6
| | | | Notes: svn path=/head/; revision=383855
* Upgrade to version 17.5.1.Jimmy Olgeni2015-04-122-23/+7
| | | | Notes: svn path=/head/; revision=383854
* Upgrade to version 17.5.1.Jimmy Olgeni2015-04-124-1376/+838
| | | | Notes: svn path=/head/; revision=383850
* These need Module::Build.Mathieu Arnold2015-04-122-2/+2
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=383844
* - Update to version 2.768; canonicalize Makefile headerAlexey Dokuchaev2015-04-112-10/+12
| | | | | | | | | | | | - Add LICENSE knob (ART10 GPLv2; multi) - Drop unneeded "xt" from USE_XORG and adjust its position - Improve test target by using -C and thus get rid of "cd" - Remove ".if ${PORT_OPTIONS:MDOCS}" guard, no longer needed PR: 199240 Notes: svn path=/head/; revision=383800
* lang/c: Adding a well described pkg-descrMuhammad Moinur Rahman2015-04-111-0/+12
| | | | Notes: svn path=/head/; revision=383799
* [NEW] lang/c: Tool to compile and run C programs like a shell scriptMuhammad Moinur Rahman2015-04-114-0/+32
| | | | | | | | | | | | Tool to compile and run C programs like a shell script. WWW: https://www.github.com/ryanmjacobs/c PR: 198365 Submitted by: neel@neelc.org Notes: svn path=/head/; revision=383790
* Remove old, unused, code.Mathieu Arnold2015-04-112-8/+0
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=383786
* Patch Perl's header for c++11 compatibility.Mathieu Arnold2015-04-117-9/+129
| | | | | | | | | | | While there, drop MASTER_SITE_SUBDIRS. PR: 199361 Submitted by: amdmi3 Sponsored by: Absolight Notes: svn path=/head/; revision=383784
* Upgrade to version 17.5.1.Jimmy Olgeni2015-04-112-1/+831
| | | | | | | No tarballs for this release have been provided by upstream so far. Notes: svn path=/head/; revision=383783
* These needs Module::Build.Mathieu Arnold2015-04-111-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=383780
* Update to the 20150408 snapshot of GCC 4.9.3.Gerald Pfeifer2015-04-102-3/+3
| | | | Notes: svn path=/head/; revision=383757
* lang/lci: unbreak on 11.0-CURRENTJohannes Jost Meixner2015-04-101-1/+2
| | | | | | | | | | | USES+= readline doesn't automatically imply using ports readline on platforms that don't have it in base. Work around by making that dependency explicit. Spotted by: Maxim Filimonov <che@bein.link> Discussed with: bapt Notes: svn path=/head/; revision=383738
* Add a port of minimal Scheme implementation for use as a C extensionAlexey Dokuchaev2015-04-107-0/+391
| | | | | | | | | | language (Chibi-Scheme). PR: 199086 Submitted by: Tobias Kortkamp Notes: svn path=/head/; revision=383717
* Unbreak by upgrading from 0.58 to 0.64 released last Autumn. The latestMikhail Teterin2015-04-105-25/+69
| | | | | | | | | | | | | | | | | | | | version supports all versions of LLVM except 3.6. While here: * Make detection of the installed LLVM automatic, using the latest installed or 3.5 if none are present. It is possible to supply a different value by setting LLVM_VERSION. (Somebody ought to port llvm to the DEFAULT_VERSIONS framework.) * Do not even download the docs, if the DOCS-option is off. * If DOCS-option is on, do not install the *.tm files. * Force the tool to look for documentation in ${DOCSDIR}. * Add the functional regression-check target to Makefile. Approved by: being condemned too often for too long Notes: svn path=/head/; revision=383684
* lang/pure: adjust MASTER_SITES slightly, unbreakJohn Marino2015-04-091-5/+1
| | | | Notes: svn path=/head/; revision=383648
* Mark BROKEN again and re-schedule for removalAntoine Brodin2015-04-091-0/+4
| | | | Notes: svn path=/head/; revision=383647
* lang/pure: Unbreak. Version 0.58 was always llvm 3.3 compatibleJohn Marino2015-04-091-13/+11
| | | | | | | | | | | | | | | | | | | This port was marked for removal based on the information that pure required llvm 3.2. Pure apparently is continuously developed. - Version 0.58 - (this one) compatible with llvm 3.3 - Version 0.59 - compatible with llvm 3.4 - Version 0.61 - compatible with llvm 3.5 - Version 0.64 - latest I didn't reset the maintainer, but it's suspicious that it was marked broken this long for no good reason and no heads up from maintainer. While here, unmask install commands, wrap lines, be DF friendly. Approved by: blanket. Notes: svn path=/head/; revision=383643
* Make Perl build more reproducibly.Mathieu Arnold2015-04-0915-13/+544
| | | | | | | | | Differential Revision: https://reviews.freebsd.org/D2016 Some bits from: Jérémy Bobbio <lunar@debian.org> Sponsored by: Absolight Notes: svn path=/head/; revision=383641
* Convert bsd.gnustep.mk to USES=gnustepBaptiste Daroussin2015-04-093-25/+9
| | | | | | | | | | | | | | | | Simplify gnustep ports Hook into the regular ports framework: - LIB_DEPENDS for library dependencies - Use regular USE_LDCONFIG Reuse USES=objc (automatic) USE_GNUSTEP is now a macro to set the dependencies and build feature needed. Accepted arguments: back base build gui Merge deskutils/preferencepanes into deskutils/systempreferences Notes: svn path=/head/; revision=383626
* Remove expired ports:Rene Ladan2015-04-076-288/+0
| | | | | | | | | | 2015-03-31 lang/gnatdroid-armv5: Nobody cares enough to fix sigtramp-android.c for ARMv5 2015-03-28 sysutils/puppet27: Does not work with Ruby 2.x 2015-03-31 www/rubygem-form_data: Use www/rubygem-http-form_data instead (renamed by upstream) 2015-03-31 www/typo345: Upgrade to www/typo3 or www/typo3-lts Notes: svn path=/head/; revision=383527
* Upgrade to r234164.Brooks Davis2015-04-064-91/+51
| | | | | | | PR: 197908 (seems to build with gcc 4.9) Notes: svn path=/head/; revision=383482
* Force a rebuild/upgrade to chase head r280306 which removed SSLv2 support.Bryan Drewery2015-04-064-2/+4
| | | | | | | | This fixes head package users so they have working SSL support. There was already a built-time fix for this. Notes: svn path=/head/; revision=383449
* Remove unnecesssary UNIQUENAME.Gerald Pfeifer2015-04-061-1/+0
| | | | Notes: svn path=/head/; revision=383445
* Update to 1.2.0Baptiste Daroussin2015-04-062-3/+3
| | | | | | | Main changes: debugger support and performance improvements Notes: svn path=/head/; revision=383443
* Update to the 20150405 snapshot of GCC 5.0.Gerald Pfeifer2015-04-062-3/+3
| | | | Notes: svn path=/head/; revision=383427
* lang/gcc5-aux: Upgrade snapshot from 22 March to 05 AprilJohn Marino2015-04-052-3/+3
| | | | Notes: svn path=/head/; revision=383389
* Upgrade to 3.5.2 release.Brooks Davis2015-04-052-6/+6
| | | | Notes: svn path=/head/; revision=383359
* Update intercal to 0.30 (bugfix release)Johan van Selst2015-04-052-5/+4
| | | | Notes: svn path=/head/; revision=383275
* Update to 1.1.3Baptiste Daroussin2015-04-042-3/+3
| | | | Notes: svn path=/head/; revision=383197
* Hook nim to the buildAntoine Brodin2015-04-031-1/+1
| | | | Notes: svn path=/head/; revision=383176
* lang/nimrod: MOVED to lang/nim and update 0.9.2 -> 0.10.2Bartek Rutkowski2015-04-0315-481/+303
| | | | | | | | | | - Upstream has renamed the project from 'nimrod' to 'nim' PR: 199118 Submitted by: Neal Nelson <ports@nicandneal.net> Notes: svn path=/head/; revision=383175
* Update to the 20150402 snapshot of GCC 4.8.5.Gerald Pfeifer2015-04-032-4/+3
| | | | Notes: svn path=/head/; revision=383128
* Update to the 20150325 snapshot of 4.9.3.Gerald Pfeifer2015-04-032-4/+4
| | | | | | | Set CPE_VERSION. Notes: svn path=/head/; revision=383119
* Update to the 20150329 snapshot of GCC 5.0.Gerald Pfeifer2015-04-032-4/+3
| | | | Notes: svn path=/head/; revision=383117
* - Update to version 1.4Marcus von Appen2015-04-032-10/+20
| | | | | | | | | | | | | | | | | Major changes since 1.3.1: - new builtins, ujson, uheapq, ubinascii modules - new memoryview and compile builtins - improvements for eval and exec - array slice assignment support - basix regex support - x86 support for the native emitter - many other fixes and improvements Changelogs: https://github.com/micropython/micropython/release Notes: svn path=/head/; revision=383115
* Remove OSVERSION checks that do not make sense any more.Mathieu Arnold2015-04-036-56/+5
| | | | | | | | | | | | | For example (${OSVERSION} >= 900000 && ${OSVERSION} < 900021) is always true, as is (${OSVERSION} > 900002 || ${OSVERSION} < 900000 && ${OSVERSION} > 800107). Regarding patches, when an EXTRA_PATCHES is no longer needed, I remove it, when it is always needed, I renamed it, in one case, I merged two patches. Differential Revision: https://reviews.freebsd.org/D2209 Notes: svn path=/head/; revision=383107
* Upgrade to version 17.5.Jimmy Olgeni2015-04-023-1374/+8
| | | | Notes: svn path=/head/; revision=382996
* Add patch to fix build on i386 with clangJohan van Selst2015-04-021-0/+11
| | | | Notes: svn path=/head/; revision=382983
* - Add patch to fix build on 10.x amd64Johan van Selst2015-04-022-0/+26
| | | | | | | - Add patch to fix build on 10.x Notes: svn path=/head/; revision=382982
* - Fix runtime with OpenSSL after the removal of SSLv2 in head.Bryan Drewery2015-04-016-3/+48
| | | | | | | | - Make the main LOCALBASE/bin files into symlinks to the actual version to make it simpler to tell which version is default. Notes: svn path=/head/; revision=382973
* lang/gnatdroid-armv8: Mark broken on FreeBSD 8John Marino2015-04-011-0/+4
| | | | | | | | | | | This has never built on FreeBSD 8 after the base compiler was upgraded from GNAT 4.6 to 4.7 and later 4.9. It fails will many c++ complaints about multiple definition of __x86.get_pc_thunk.cx and consequential errors. I'm tired of the cluster builders sending me an email about it. I'm never going to fix it, so let's mark it broken. Notes: svn path=/head/; revision=382945
* Update to 5.4.39 release.Alex Dupre2015-04-012-3/+3
| | | | Notes: svn path=/head/; revision=382896
* Update to 5.5.23 release.Alex Dupre2015-04-012-3/+3
| | | | Notes: svn path=/head/; revision=382895