summaryrefslogtreecommitdiff
path: root/lang
AgeCommit message (Collapse)Author
2014-09-04Change INSTALL_DATA to install with mode 644Antoine Brodin
Remove patches and hacks that were used to work around the previous situation This allows to stage more ports as a regular user Differential Revision: https://reviews.freebsd.org/D703 Reviewed by and discussed with: bapt With hat: portmgr
2014-09-04Fix misleading option name: the option uses plotutils, not gnuplotJohan van Selst
No functional changes PR: 193317 Submitted by: amdmi3
2014-09-04- Update to 1.31Frederic Culot
- Add LICENSE (Artistic 1 & GPL 1) Changes: http://search.cpan.org/dist/Expect/Changes
2014-09-04Import PHP 5.6 branch!Alex Dupre
2014-09-03- StagifyThomas Zander
- Fix build on clang - Add MAKE_JOBS_UNSAFE - Add LICENSE - Add DOCS option - Bump PORTREVISION - Pet portlint PR: 191049 Submitted by: k@stereochro.me Reviewed by: cpm@fbsd.es, joemann@beefree.free.de, marino, riggs Final patch by: cpm@fbsd.es, riggs MFH: 2014Q3
2014-09-02Update to the 20140831 snapshot of GCC 5.Gerald Pfeifer
2014-09-02lang/ruby*: remove obsolete patchesSteve Wills
Remove no longer needed patches for ftp. While here, fix the test target for ruby21 PR: 192998 Submitted by: Robert Grimm <rfgrimm@gmail.com>
2014-09-01Remove non staged ports without pending PR from l*Baptiste Daroussin
2014-09-01- Fix packagingPietro Cerutti
- Bump PORTREVISION PR: 193216 Submitted by: Alex <iakrevetko@gmail.com>
2014-09-01Remove support for pkg_installBaptiste Daroussin
Merge back bsd.pkgng.mk into bsd.port.mk Add a note about @stopdaemon not being supported anymore With hat: portmgr Differential Revision: https://reviews.freebsd.org/D693
2014-09-01Add missing patch.Max Khon
2014-09-01- Update to 5.18.00Max Khon
- Stagify - Take back maintainership
2014-09-01- Fix customization of Tcl modules pathPietro Cerutti
2014-08-31Drop maintainershipBaptiste Daroussin
2014-08-31Update to the 20140828 snapshot of GCC 4.8.4.Gerald Pfeifer
2014-08-31Make 7 ports jobs unsafeJohn Marino
A number of ports failed on the DragonFly package builder when theoretically all of them should build. They had errors in logs indicating that was parallel building issue. Rerunning through again with -j1 resulted in a good build. There were more than 7, but these seven are the ports that I'm confident are not 100% jobs safe based on the errors seen.
2014-08-31lang/guile:Tijl Coosemans
- Add USES=libtool and bump dependent ports - Replace Makefile.* patches with USES=pathfix - Replace config.h.in patch with USE_AUTOTOOLS=autoheader - Avoid automake by touching Makefile.in Approved by: portmgr (implicit, bump unstaged port)
2014-08-31lang/smlnj: fix tmpname warningKurt Jaeger
PR: 191899 Submitted by: joemann@beefree.free.de (maintainer)
2014-08-30Stage lang/qscheme and unbreak on FreeBSD 10+John Marino
PR: 193040 Submitted by: Ports Fury
2014-08-30lang/ruby*: fix docs handlingSteve Wills
- Fix handling of RDOC option and make it ON by default - Add DOCS option to OPTIONS_DEFINE - Add EXAMPLES option - Add CAPIDOCS option which installs C API documents generated by doxygen - Other cleanups while here PR: 189646 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> (based on)
2014-08-30Remove arm restriction. This compiles for ARMv6 just fine.Sean Bruno
Approved by: portmgr (antoine)
2014-08-30UnbreakAntoine Brodin
With hat: portmgr
2014-08-29- New port: lang/itcl4Pietro Cerutti
This port provides the 4.x series of [incr Tcl], an object-oriented extension to Tcl. While the 3.x series provided by lang/itcl works with Tcl 8.5, the 4.x series is targetted at Tcl 8.6. http://core.tcl.tk/itcl
2014-08-29- Update Tcl/Tk 8.6 to 8.6.2Pietro Cerutti
Release notes: http://code.activestate.com/lists/tcl-core/14072/
2014-08-29lang/ratfor: stageBartek Rutkowski
- Change maintainer to Muhammad Moinur Rahman <5u623l20@gmail.com> PR: 193008 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> Reviewed by: marino (mentor) Approved by: mentors (implicit)
2014-08-29- Stage supportWen Heping
- Add LICENSE - Pass maintainership to submitter PR: 193018 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
2014-08-29Fix dependencies on libtidyTijl Coosemans
Reported by: amdmi3
2014-08-29Convert to use USES=objc which makes the port use clang to buildBaptiste Daroussin
Add patches for libofc to properly build with libobjc2 Use options helpers to simplify a bit the makefile Approved by: vanilla
2014-08-29devel/libunistring:Tijl Coosemans
- Add USES=libtool and bump dependent ports - Add INSTALL_TARGET=install-strip Approved by: portmgr (implicit, bump unstaged port)
2014-08-29Do not forcibly disable SMP in erlc.Jimmy Olgeni
SMP used to crash some builds a long time ago, but now it seems safe.
2014-08-28Add USES=libtoolTijl Coosemans
2014-08-28- Improve the REINPLACE_CMD regexDanilo Egea Gondolfo
Suggested by: danfe
2014-08-28- Ignore an error caused by a warningDanilo Egea Gondolfo
2014-08-28Add USES=libtoolTijl Coosemans
2014-08-28- Update to 05_20140817Pietro Cerutti
Changelog: * The chapter about files in the manual has been improved. * Variants of the for-each-loop with an until condition have been added to array.s7i. * The parse operator for characters has been improved to accept only strings with a length of 1. * The function trimValue has been introduced. This function trims a string such that it can be converted to a specified type. * The exception handlers for RANGE_ERROR have been removed from the functions read and readln in enable_input.s7i. The functions read and readln now raise range RANGE_ERROR when the conversion to the target type fails. * Occurances of io_ok, io_error, io_empty and io_filled have been removed from the libraries. This undocumented feature was not used for years. The function succeeds and the functions read and readln with default value are better suited for error checking, when data is read. * The exception handlers in interpreter and compiler have been improved to allow an otherwise part. * The function succeeds has been introduced. This function executes a statement and returns TRUE when no exception occurs. * The example programs nicoma.sd7 and savehd7.sd7 have been improved to use the new function succeeds. * The parse operator for float has been changed to raise RANGE_ERROR when leading whitespace is found. * The library make.s7i has been improved to accept the commands erase, xcopy, mv, move and rem. * The library makedata.s7i has been improved to accept the macro functions subst and patsubst. * The reading of rules in makedata.s7i has been improved to read commands without macro substitution. The macros in commands are substituted just before the commands are executed. * The make functions in make.s7i have been changed to raise FILE_ERROR when a command fails. * The function applyMacros in makedata.s7i has been improved to accept macro functions and the shorthands of patsubst. * The function replaceSuffixes in makedata.s7i has been improved to accept pattern substitution with the % character. * In the library make.s7i the logging has been removed from the functions doRm, doCp, doPwd, doEcho, doCd, doMake, doOneCommand, doCommands and processCommand. * The program chkflt.sd7 has been adjusted to work with the strict parse operator for float. * Interpreter and compiler have been improved to support the actions PRC_BLOCK_CATCH_ALL and PRC_BLOCK_OTHERWISE. * The program sudo.c has been improved to work without upper limit for the parameter length. * The functions checkIfOutsideRange and negate have been added to int_act.s7i.
2014-08-28Update to version 4.7.3.Vanilla I. Shu
PR: ports/193039 Submitted by: Ports Fury.
2014-08-27- Fix build on headBryan Drewery
Approved by: portmgr (implicit)
2014-08-27Update to 1.30Emanuel Haupt
2014-08-27Update to 5.5.16 release.Alex Dupre
2014-08-27Update to 5.4.32 release.Alex Dupre
2014-08-27- Update Tcl/Tk 8.5 to 8.5.16Pietro Cerutti
Release notes: http://code.activestate.com/lists/tcl-core/14056/
2014-08-26Fix build.Adam Weinberger
While here, fix some stage-qa failures. One of the adjunct utilities uses perl, but it seems silly to build in a run-time perl dependency just for it. So, set the perl path to something sensible and likely correct.
2014-08-26- Fix missing library problems when the linker enforces explicit linkingTijl Coosemans
PR: 192062 Exp-run by: antoine Approved by: portmgr (antoine)
2014-08-26- Update from 3.21 to 3.22Danilo Egea Gondolfo
2014-08-25- Update pandoc to 1.13.0.1Gabor Pali
- Update gitit to 0.10.5 - Update texmath to 0.8 - Update zip-archive to 0.2.3.4 - Add haddock-library: Library exposing some functionality of Haddock - Add hoauth2: Haskell OAuth2 authentication - Add JuicyPixels: Picture loading/serialization Obtained from: FreeBSD Haskell
2014-08-25- Add support for specifying TMPDIR when building hs- ports [1]Gabor Pali
- Rework manual pages support - Work around a possible pkg(8) bug (see pkg #985) PR: 192940 [1] Reported by: marino [1] Obtained from: FreeBSD Haskell
2014-08-25Reset maintainership on nonstaged portsBaptiste Daroussin
With hat: portmgr
2014-08-25Update to the 20140824 snapshot of GCC 5.Gerald Pfeifer
2014-08-25Reset maintainership for non staged portsBaptiste Daroussin
With hat: portmgr
2014-08-25lang/python34: Fix build when semaphores are not enabledKubilay Kocak
Backport fix [1] for upstream Python Issue #21704 [2]: Fix build error for _multiprocessing when semaphores are not available. The symptom was originally reported by RedPorts 8.4-QAT/i386, ultimately resulting in a packaging error: ... checking for sem_open... yes checking for sem_timedwait... yes checking for sem_getvalue... yes checking for sem_unlink... yes ... checking whether POSIX semaphores are enabled... no checking for broken sem_getvalue... yes ... *** WARNING: renaming "_multiprocessing" since importing it failed: build/lib.freebsd-8.4-RELEASE-i386-3.4/_multiprocessing.so: Undefined symbol "_PyMp_sem_unlink" ... pkg-static: lstat(/work/a/ports/lang/python34/work/stage/usr/local/lib/ python3.4/lib-dynload/_multiprocessing.so): No such file or directory Something is funny for Jail-based systems when it comes to host/jail semaphore detection. A config.log would be handy to help determine why. [1] http://hg.python.org/cpython/rev/f618f6739200 [2] http://bugs.python.org/issue21704