aboutsummaryrefslogtreecommitdiff
path: root/lang
Commit message (Collapse)AuthorAgeFilesLines
* Update to the 20141002 snapshot of GCC 4.8.4.Gerald Pfeifer2014-10-093-9/+3
| | | | | | | Remove all instances of @dirrm from pkg-plist. Notes: svn path=/head/; revision=370501
* Fix build on 8.x and 9.x.Alex Dupre2014-10-081-0/+1
| | | | Notes: svn path=/head/; revision=370446
* Those two do not build with php 5.3.Mathieu Arnold2014-10-081-0/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=370442
* Update to 5.6.1 release.Alex Dupre2014-10-083-26/+4
| | | | Notes: svn path=/head/; revision=370421
* Update to the 20141001 snapshot of GCC 4.9.2.Gerald Pfeifer2014-10-073-5/+3
| | | | Notes: svn path=/head/; revision=370335
* Update to the 20141005 snapshot of GCC 5.0.Gerald Pfeifer2014-10-072-4/+3
| | | | Notes: svn path=/head/; revision=370334
* - Chase compiler warningsPietro Cerutti2014-10-076-0/+75
| | | | | | | | | PR: 192370 Submitted by: gahr Approved by: maintainer (timeout > 2 months) Notes: svn path=/head/; revision=370327
* Comment out info/dir filesBaptiste Daroussin2014-10-0612-9/+12
| | | | | | | | | indexinfo is taking care of generating it at package installation time Reported by: peter Notes: svn path=/head/; revision=370199
* Upgrade to version 1.10.Jimmy Olgeni2014-10-062-7/+4
| | | | Notes: svn path=/head/; revision=370159
* Replace USE_PYTHON* by USES=python.Alonso Schaich2014-10-051-2/+1
| | | | | | | | | This commit consists of area51's r10314 and r10356 patchsets. Approved by: rakuco (mentor) Notes: svn path=/head/; revision=370100
* - Update devel/libtool and devel/libltdl to version 2.4.2.418Tijl Coosemans2014-10-054-10/+15
| | | | | | | | | | | | | | | | | | | - Patch libtool so it uses the same library version specification as on Darwin, Linux and other systems. Given the version current:revision:age a library will be given the extension .so.major.age.revision with major equal to current-age. Before libtool would use .so.current on FreeBSD. - Patch libtoolize to remove two cases of umask 0 that caused libltdl files to be copied world writable (--ltdl option) - Let USES=libtool patch this new version correctly - Adjust all ports with USES=libtool:build and bump PORTREVISION on their dependent ports if a library version changed PR: 194068 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=370099
* - Update slib and slib-guile to 3b4Guido Falsi2014-10-0526-12/+860
| | | | | | | | | | | | - Fix build for lang/slib with new texinfo [1] - Convert slib-guile @exec/@unexec directives to post install/deinstall scripts - Add new port slib-guile2 based on slib-guile - Remove dirrms MFH: 2014Q4 Notes: svn path=/head/; revision=370066
* Cleanup @dirrm*.Mathieu Arnold2014-10-034-1385/+32
| | | | | | | | | | Differential Revision: https://reviews.freebsd.org/D885 Reviewed by: bapt With hat: perl@ Sponsored by: Absolight Notes: svn path=/head/; revision=369892
* lang/ruby2*: fix dtrace supportSteve Wills2014-10-016-17/+115
| | | | | | | | | | | | DTrace support in ruby needs the -xnolibs flag added to the dtrace command called during build to ensure that dtrace support is enabled even if the dtrace kernel modules are not loaded at build time. However, with this dtrace will be enabled on some OS versions where it will not work, so add logic to disable it where appropriate. Notes: svn path=/head/; revision=369732
* Replace USE_AUTOTOOLS=autoconf213:env with a regular build dependency.Tijl Coosemans2014-10-011-3/+3
| | | | | | | These are the last ports that use this ancient version of autoconf. Notes: svn path=/head/; revision=369730
* - Update to 1.0.0Li-Wen Hsu2014-10-013-11/+21
| | | | | | | | PR: 193948 Submitted by: h416@aol.jp Notes: svn path=/head/; revision=369703
* All pure ports have been converted to USES=pure long agoBaptiste Daroussin2014-09-301-96/+0
| | | | Notes: svn path=/head/; revision=369677
* Update to the 20140924 snapshot of GCC 4.9.2.Gerald Pfeifer2014-09-283-8/+3
| | | | | | | Remove all instances of @dirrm from pkg-plist. Notes: svn path=/head/; revision=369450
* Update to the 20140921 snapshot of GCC 5.0.Gerald Pfeifer2014-09-283-7/+3
| | | | | | | Remove four instances of @dirrm from pkg-plist. Notes: svn path=/head/; revision=369448
* Deprecate ports broken for more than 6 monthsAntoine Brodin2014-09-281-0/+2
| | | | Notes: svn path=/head/; revision=369437
* Update to 1.3.2Julien Laffaye2014-09-272-3/+3
| | | | Notes: svn path=/head/; revision=369415
* Modernise databases/freetds portThomas Zander2014-09-278-12/+12
| | | | | | | | | | | | | | - Retire databases/freetds-msdblib port (no longer needed, recently updated upstream version has necessary compat option which is now enabled in the freetds port) - Fix LIB_DEPENDS in dependent ports - Bump PORTREVISION in freetds and dependent ports PR: 193850 Submitted by: 5u623l20@gmail.com (maintainer) Notes: svn path=/head/; revision=369379
* Install scan-view dependencies.Brooks Davis2014-09-274-10/+36
| | | | | | | | | | Tell the user the correct scan-view to run. PR: 193955 Sponsored by: DARPA, AFRL Notes: svn path=/head/; revision=369352
* Install scan-view dependencies.Brooks Davis2014-09-274-9/+36
| | | | | | | | | | Tell the user the correct scan-view to run. PR: 193955 Sponsored by: DARPA, AFRL Notes: svn path=/head/; revision=369351
* Install the bits necessicary for scan-view to work.Brooks Davis2014-09-264-5/+33
| | | | | | | | | | Make scan-build35 tell the user to run scan-view35. PR: 193955 Sponsored by: DARPA, AFRL Notes: svn path=/head/; revision=369350
* Install scan-view support files under LLVM_PREFIX and alterBrooks Davis2014-09-263-23/+17
| | | | | | | | | llvm-wrapper to support this. PR: 193955 Notes: svn path=/head/; revision=369336
* Update to version 2.6.11.Vanilla I. Shu2014-09-2610-230/+101
| | | | | | | | PR: ports/193898 Submitted by: Ports Fury Notes: svn path=/head/; revision=369303
* Upgrade to r218451.Brooks Davis2014-09-256-33/+22
| | | | | | | | | | | | | USES=python Give llvm a chance to build on arm* and powerpc64 systems. [0] PR: 191996 [0] Submitted by: direct727@gmail.com [0] Sponsored by: DARPA, AFRL Notes: svn path=/head/; revision=369283
* Upgrade to 3.5.0 release.Brooks Davis2014-09-252-15/+9
| | | | | | | | | | | | | | | | USES=python Give the port a chance of building on more arm systems and powerpc64. [0] Allow building on 9 in the default configuration as it works for me. Disallow llvm35 on 8 due to bizzare gcc behavior. PR: 191996 [0] Submitted by: direct727@gmail.com [0] Sponsored by: DARPA, AFRL Notes: svn path=/head/; revision=369282
* Remove USE_AUTOTOOLSTijl Coosemans2014-09-251-1/+1
| | | | Notes: svn path=/head/; revision=369225
* Cleanup plist generation in Erlang runtime ports.Jimmy Olgeni2014-09-246-63/+9
| | | | Notes: svn path=/head/; revision=369182
* lang/cython: update 0.20.2 -> 0.21Bartek Rutkowski2014-09-242-6/+5
| | | | | | | | | | | - Convert to USES=python PR: 193643 Submitted by: Viltaly Magerya <vmagerya@gmail.com> Approved by: mentors (implicit) Notes: svn path=/head/; revision=369166
* - Update to version 1.3.1Marcus von Appen2014-09-242-6/+6
| | | | | | | Changelog: https://github.com/micropython/micropython/releases/tag/v1.3.1 Notes: svn path=/head/; revision=369164
* lang/ruby21: update to 2.1.3Steve Wills2014-09-244-25/+5
| | | | Notes: svn path=/head/; revision=369154
* lang/ruby20: update to 2.0.0p576Steve Wills2014-09-242-13/+2
| | | | Notes: svn path=/head/; revision=369153
* - Drop @dirrm* from plistDmitry Marakasov2014-09-231-210/+0
| | | | Notes: svn path=/head/; revision=369134
* Update CentOS base to 6.5, add userland portsJohannes Jost Meixner2014-09-226-5/+986
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The Fedora 10 infrastructure ports have been in use since June 2009 and, while having served a great deed, have become unsupported upstream and hence affected by unfixed security vulnerabilities. In addition to that, many recent Linux binaries need newer libc / stdlibc++ versions. This commit adds the linux-c6- userland as drop-in replacement for the -f10 infrastructure, as well as upgrading the linux_base-c6 port to CentOS 6.5. If you want to switch to linux-c6 ports, please define at /etc/make.conf: OVERRIDE_LINUX_BASE_PORT=c6 OVERRIDE_LINUX_NONBASE_PORTS=c6 Additionally, please add the following line to /etc/sysctl.conf: compat.linux.osrelease=2.6.18 Upgrading procedures are shown in /usr/ports/UPDATING. This work has been inspired by Artyom Mirgorodskiy's post to emulation@ in November 2013, using and extending mav@'s work. It has been tested extensively and most reported issues were already fixed. Please report any additional bug or "features" to the emulation mailing list. Many thanks to: mav@, rene@, allanjude@, netchild@, antoine@, everyone who's filed Issues and Pull requests on GitHub, PR: 186820 Differential Revision: https://reviews.freebsd.org/D793 Reviewed by: allanjude, antoine, bapt, rene Approved by: portmgr (antoine, bapt) Approved by: koobs (mentor) Sponsored by: Perceivon Hosting Inc. Notes: svn path=/head/; revision=368845
* Cleanup plistBaptiste Daroussin2014-09-221-1/+0
| | | | Notes: svn path=/head/; revision=368820
* Allow staging as a regular userAntoine Brodin2014-09-211-5/+3
| | | | Notes: svn path=/head/; revision=368753
* Update to the 20140918 snapshot of GCC 4.8.4.Gerald Pfeifer2014-09-202-3/+3
| | | | Notes: svn path=/head/; revision=368653
* Update to the 20140917 snapshot of GCC 4.9.2.Gerald Pfeifer2014-09-202-3/+3
| | | | Notes: svn path=/head/; revision=368635
* Upgrade to version 17.3.Jimmy Olgeni2014-09-202-8/+7
| | | | Notes: svn path=/head/; revision=368627
* print/freetype:Tijl Coosemans2014-09-191-0/+1
| | | | | | | | - Remove old libtool patch - Remove :oldver from USES=libtool and bump dependent ports Notes: svn path=/head/; revision=368571
* Allow staging as a regular userAntoine Brodin2014-09-181-6/+7
| | | | Notes: svn path=/head/; revision=368524
* Fix build on 8.x and 9.x.Alex Dupre2014-09-182-0/+2
| | | | Notes: svn path=/head/; revision=368513
* Update to the 20140914 snapshot of GCC 5.0.Gerald Pfeifer2014-09-183-4/+4
| | | | | | | | On the packaging side this adds another Python script coming from the libstdc++ side of things. Notes: svn path=/head/; revision=368464
* Update to 5.4.33 release.Alex Dupre2014-09-182-3/+3
| | | | Notes: svn path=/head/; revision=368463
* Update to 5.5.17 release.Alex Dupre2014-09-182-3/+3
| | | | Notes: svn path=/head/; revision=368462
* Upgrade to version 17.3.Jimmy Olgeni2014-09-182-8/+7
| | | | Notes: svn path=/head/; revision=368443
* - Bump PORTREVISIONs on php*-mcrypt after libmcrypt .so version changeDmitry Marakasov2014-09-171-1/+1
| | | | | | | | | - Drop specific libmcrypt so version requirement from php53 to fix build Submitted by: Matthew D. Fuller <fullermd at over-yonder dot net> Notes: svn path=/head/; revision=368418