aboutsummaryrefslogtreecommitdiffstats
path: root/lang
Commit message (Collapse)AuthorAgeFilesLines
* Reset miwi@'s ports, he stepped down from the Ports Team.rene2016-07-262-2/+2
| | | | With hat: portmgr-secretary
* Update to the 20160721 snapshot of GCC 6.gerald2016-07-262-4/+4
|
* Update to v5.25.3-14-g9648eab.mat2016-07-255-10/+12
| | | | | Changes: https://github.com/Perl/perl5/compare/v5.25.2-193-gef07b9e...v5.25.3-14-g9648eab Sponsored by: Absolight
* Convert USE_OPENSSL to USES=ssl.olgeni2016-07-253-3/+3
|
* - Switch to options helpersamdmi32016-07-2510-28/+32
| | | | - Regenerate patches with `make makepatch`
* Update to the 20160719 snapshot of GCC 5.4.1.gerald2016-07-252-4/+4
|
* Update lang/erlang-runtime18 to version 18.3.4.2.olgeni2016-07-252-7/+9
| | | | Convert USE_OPENSSL to USES=ssl.
* Update to the 20160717 development snapshot of GCC 7.gerald2016-07-252-4/+4
|
* Update lang/racket to version 6.6.olgeni2016-07-234-202/+117
|
* Update lang/racket-minimal to version 6.6.olgeni2016-07-234-184/+32
|
* Fix build on FreeBSD 11 and later.ume2016-07-222-0/+33
| | | | | | Reported by: KIRIYAMA Kazuhiko <kiri [...] kx.openedu.org> Tested by: Kurt Jaeger <lists [...] opsec.eu>, "Herbert J. Skuhra" <herbert [...] mailbox.org>
* lang/pypy: update to 5.3.1.dbn2016-07-215-17/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fix LICENSE for databases/pypy-gdbm (GPLv2+). - Add support for a slave port (i.e. the upcoming pypy3): - Allow select variables to be overridden by slave port. - Allow slave port to have its own distinfo and pkg-plist files. - Depend on lang/pypy if translating with PYPY or PYPY_MINMEM options. - Strip bundled cffi .so files. ChangeLog: - Highlighted changes - Major improvements in the C-API compatibility layer - Complete support for lxml - Passing 95%+ of numpy's test suite - Scipy and matplotlib builds and runs - cffi updated to 1.7 - New features: - Merge a major expansion of the C-API support in cpyext, also expand cpyext tests to allow running them after translation as well as untranslated - Instead of ?GIL not held when a CPython C extension module calls PyXxx?, we now silently acquire/release the GIL. Helps with C extension modules that call some PyXxx() functions without holding the GIL (arguably, they are theoretically buggy). - Support command line -v to trace import statements - Revive traceviewer, a tool to use pygame to view traces - Numpy via our internal _numpypy module: - Implement ufunc.outer - Move PyPy-specific numpypy headers to a subdirectory (also changed the repo accordingly) - Performance improvements: - Use bitstrings to compress lists of descriptors that are attached to an EffectInfo - Remove most of the _ovf, _zer and _val operations from RPython. Kills quite some code internally, and allows the JIT to do better optimizations: for example, app-level code like x / 2 or x % 2 can now be turned into x >> 1 or x & 1, even if x is possibly negative. - Rework the way registers are moved/spilled in before_call() - Internal refactorings: - Refactor code to better support Python3-compatible syntax - Reduce the size of generated C sources during translation by eliminating many many unused struct declarations (Issue #2281) - Reduce the size of generated code by using the same function objects in all generated subclasses - Share cpyext Py* function wrappers according to the signature, shrinking the translated libpypy.so by about 10% (without the JIT)
* php 5.5 EOL happened on July 10thbapt2016-07-211-0/+3
| | | | time to deprecate php 5.5 and mark it for removal in a month
* If DEFAULT_VERSIONS=php=* is set, then PHP_DEFAULT will be overriddenbdrewery2016-07-219-9/+9
| | | | | | | | | | | | | in bsd.default-versions.mk later, and the value from the Makefile will not be used at all. We would change bsd.default-versions.mk, but really these ports should not be changing what the "default" it. Change to modifying what the "current" version is as PHP_VER. This fixes some cases of 'make check-sanity' not passing for php extension ports in Poudriere where there is no LOCALBASE/etc/php.conf to set a proper PHP_VER. In these cases the PHP_DEFAULT value (of 5.6) is used rather than the version set by the extension Makefile and the later checks for whether that version has that extension may incorrectly error.
* - update libgd to 2.2.2dinoex2016-07-201-1/+1
| | | | | | | | | | | - new MASTER_SITES - add security patch PR: 210913 Submitted by: Piotr Kubaj MFH: 2016Q3 Security: CVE-2015-8874 Security: CVE-2016-3074 Security: http://www.openwall.com/lists/oss-security/2016/07/12/4
* We have a FreeBSD 12 now, copy stuff from FreeBSD 11 along.mat2016-07-191-0/+1
| | | | Sponsored by: Absolight
* When there is a do-install target, do not use a post-install target, domat2016-07-195-10/+4
| | | | | | | | | | | | everything at once. Sometime, rename post-install into a options helper target. I did not fix ports that were such a mess that I could not figure out what they really wanted to do. I also did not change ports that had some version of an auto-plist code in post-install, for the same reason. With hat: portmgr Sponsored by: Absolight
* Update to 1.6.3jlaffaye2016-07-192-3/+5
| | | | Security: CVE-2016-5386
* - Mark BROKEN: no suitable checksum found for ↵amdmi32016-07-191-0/+2
| | | | | | | rustc-1.9.0-x86_64-unknown-freebsd.tar.gz. Reported by: pkg-fallout Approved by: portmgr blanket
* Don't echo in post-install, use pkg-message. Also, don't "fix"mat2016-07-192-15/+14
| | | | | | pkg-message in post-install, use SUB_FILES/SUB_LIST. Sponsored by: Absolight
* Update to v5.25.2-193-gef07b9e.mat2016-07-185-8/+10
| | | | | Changes: https://github.com/Perl/perl5/compare/v5.25.2-92-g5bb5179...v5.25.2-193-gef07b9e Sponsored by: Absolight
* Update to the 20160714 snapshot of GCC 6.gerald2016-07-182-4/+4
|
* Update to the 20160707 snapshot of GCC 6.gerald2016-07-172-4/+4
|
* Update to the 20160713 snapshot of GCC 4.9.4.gerald2016-07-162-4/+4
|
* Update to the 20160712 snapshot of GCC 5.4.1.gerald2016-07-162-4/+4
|
* Update to the 20160710 development snapshot of GCC 7.gerald2016-07-162-4/+4
|
* Update lang/elixir to version 1.3.2.olgeni2016-07-163-15/+15
|
* lang/rust: Update distinfo.x86_64 for DragonFly supportmarino2016-07-122-6/+7
| | | | | | | A custom bootstrap compiler package had to be created for DragonFly using FreeBSD's as a model since upstream did not provide one for DF this time. Approved by: riggs (maintainer)
* - Switch to options helpersamdmi32016-07-121-0/+2
|
* Fix build with PORT_LLVM OPTION; rust now requires LLVM 3.8riggs2016-07-111-1/+1
| | | | Reported by: Kevin Oberman <rkoberman@gmail.com> via e-mail
* Update lang/elixir to version 1.3.1.olgeni2016-07-113-212/+263
|
* Update to upstream version 1.10.0riggs2016-07-105-28/+17
|
* lang/python3*: Backport upstream issue 24557brnrd2016-07-095-8/+77
| | | | | | | | | | | | - Add backport of patch for EGD issue [1] - Change USE_OPENSSL to USES= ssl - Don't set CPE_VERSION to the default PORTVERSION PR: 205960 [1], 199050 [1] Reviewed by: koobs (python) Approved by: python (koobs) Obtained from: https://hg.python.org/cpython/rev/7c0432cf1f2e [1] MFH: 2016Q3
* Update to 3.6.1.2016.07.08.tijl2016-07-092-4/+5
|
* Update to 3.6.0.tijl2016-07-096-52/+9
|
* lang/tcl87: update to fossil checkin 4589a9d17c9575e7gahr2016-07-082-7/+7
| | | | http://core.tcl.tk/tcl/timeline?from=c52fadac62&to=4589a9d17c9575e7
* Bump PORTREVISION for the icu revert.mat2016-07-075-5/+5
| | | | | | | | | This time not bumping lang/php70, but devel/php70-intl which is the one really depending on icu. PR: 205120 With hat: portmgr Sponsored by: Absolight
* Fix the opcache ports, the fact that they are zend extensions was ignored.mat2016-07-073-3/+3
| | | | | MFH: 2016Q3 Sponsored by: Absolight
* lang/lua53: update to 5.3.3gahr2016-07-062-4/+4
|
* devel/icu: bump PORTREVISION on missing dependent portsgahr2016-07-061-1/+1
| | | | Reported by: rakuco
* devel/icu: bump PORTREVISION on dependent portsgahr2016-07-065-3/+5
|
* Remove expired ports without open PRs:rene2016-07-0523-1360/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2016-07-04 security/openpgpsdk: Broken for more than 6 months 2016-07-04 security/radiusniff: Broken for more than 6 months 2016-07-04 security/pear-Auth_OpenID: Broken for more than 6 months 2016-07-04 security/sshit: Broken for more than 6 months 2016-07-04 security/ifd-slb_rf60: Broken for more than 6 months 2016-07-04 security/rainbowcrack: Broken for more than 6 months 2016-07-04 security/vlog: Broken for more than 6 months 2016-07-04 security/cryptstring: Broken for more than 6 months 2016-07-04 x11/libdnd: Broken for more than 6 months 2016-07-04 x11/xlupe: Broken for more than 6 months 2016-07-04 x11/xco: Broken for more than 6 months 2016-07-04 x11/xclick: Broken for more than 6 months 2016-07-04 devel/ocfpcsc: Broken for more than 6 months 2016-07-04 devel/dits: Broken for more than 6 months 2016-07-04 devel/ruby-cache: Broken for more than 6 months 2016-07-04 devel/rapidsvn: Broken for more than 6 months 2016-07-04 devel/svnkit: Broken for more than 6 months 2016-07-04 devel/py-EnthoughtBase: Broken for more than 6 months 2016-07-04 devel/cl-uffi: Broken for more than 6 months 2016-07-04 devel/ruby-event-loop: Broken for more than 6 months 2016-07-04 devel/libqxt: Broken for more than 6 months 2016-07-04 devel/dasm: Broken for more than 6 months 2016-07-04 devel/libopendaap: Broken for more than 6 months 2016-07-04 devel/cl-uffi-sbcl: Depends on expiring devel/cl-uffi 2016-07-04 devel/cvs2p4: Broken for more than 6 months 2016-07-04 devel/bufferpool: Broken for more than 6 months 2016-07-04 devel/ifd-test: Broken for more than 6 months 2016-07-04 devel/eric4: Broken for more than 6 months 2016-07-04 devel/uclmmbase: Broken for more than 6 months 2016-07-04 devel/obfuscatejs: Broken for more than 6 months 2016-07-04 devel/oniguruma: Broken for more than 6 months 2016-07-04 devel/libbnr: Broken for more than 6 months 2016-07-04 devel/c4: Broken for more than 6 months 2016-07-04 devel/memcheck: Broken for more than 6 months 2016-07-04 devel/liblcfg: Broken for more than 6 months 2016-07-04 devel/omake: Broken for more than 6 months 2016-07-04 devel/svndelta: Broken for more than 6 months 2016-07-04 devel/papp: Broken for more than 6 months 2016-07-04 devel/mk: Broken for more than 6 months 2016-07-04 devel/avltree: Broken for more than 6 months 2016-07-04 devel/cbind: Broken for more than 6 months 2016-07-04 devel/tclgetopts: Broken for more than 6 months 2016-07-04 devel/antlrworks: Broken for more than 6 months 2016-07-04 devel/acme: Broken for more than 6 months 2016-07-04 devel/libopensync022: Broken for more than 6 months 2016-07-04 archivers/epkg: Broken for more than 6 months 2016-07-04 print/enscriptfonts: Broken for more than 6 months 2016-07-04 print/mup: Broken for more than 6 months 2016-07-04 lang/lua-mode.el: Broken for more than 6 months 2016-07-04 lang/s9fes: Broken for more than 6 months 2016-07-04 lang/alisp: Broken for more than 6 months 2016-07-04 lang/intel2gas: Broken for more than 6 months 2016-07-04 lang/stalin: Broken for more than 6 months 2016-07-04 french/eric4: Depends on expiring devel/eric4 2016-07-04 textproc/exslt: Broken for more than 6 months 2016-07-04 textproc/xt: Broken for more than 6 months 2016-07-04 textproc/ssddiff: Broken for more than 6 months 2016-07-04 textproc/xslint: Broken for more than 6 months 2016-07-04 textproc/cbedic: Broken for more than 6 months 2016-07-04 textproc/tralics: Broken for more than 6 months 2016-07-04 textproc/docbookide.el: Broken for more than 6 months 2016-07-04 textproc/glpi-plugins-AdditionalReports: Broken for more than 6 months 2016-07-04 textproc/tdhkit: Broken for more than 6 months 2016-07-04 textproc/p5-Groonga-API: Broken for more than 6 months 2016-07-04 textproc/glpi-plugins-DataInjection: Broken for more than 6 months 2016-07-04 dns/ldnsm: Broken for more than 6 months 2016-07-04 japanese/guesswork-classic: Broken for more than 6 months 2016-07-04 japanese/texinfo: Broken for more than 6 months 2016-07-04 japanese/jyuroku: Broken for more than 6 months 2016-07-04 japanese/mtools: Broken for more than 6 months 2016-07-04 palm/pdbar: Broken for more than 6 months 2016-07-04 graphics/gplot: Broken for more than 6 months 2016-07-04 graphics/white_dune: Broken for more than 6 months 2016-07-04 graphics/whirlgif: Broken for more than 6 months 2016-07-04 graphics/libaux: Broken for more than 6 months 2016-07-04 graphics/import-pictures: Broken for more than 6 months 2016-07-04 math/xgobi: Broken for more than 6 months 2016-07-04 math/fricas: Broken for more than 6 months 2016-07-04 math/dcdflib: Broken for more than 6 months 2016-07-04 math/libneural: Broken for more than 6 months 2016-07-04 math/open-axiom: Broken for more than 6 months 2016-07-04 irc/nefarious: Broken for more than 6 months 2016-07-04 irc/slirc: Broken for more than 6 months 2016-07-04 irc/ratbox-respond: Broken for more than 6 months 2016-07-04 irc/qwebirc: Broken for more than 6 months 2016-07-04 biology/platon: Broken for more than 6 months 2016-07-04 news/slnr: Broken for more than 6 months 2016-07-04 science/jmol: Broken for more than 6 months 2016-07-04 net/nstxd: Broken for more than 6 months 2016-07-04 net/sprinkle: Broken for more than 6 months 2016-07-04 editors/ssam: Broken for more than 6 months 2016-07-04 editors/fb: Broken for more than 6 months 2016-07-04 misc/quotes: Broken for more than 6 months 2016-07-04 misc/boxquote.el: Broken for more than 6 months 2016-07-04 misc/pypanda: Broken for more than 6 months 2016-07-04 misc/cuecat: Broken for more than 6 months 2016-07-04 deskutils/displaycalibrator: Broken for more than 6 months 2016-07-04 german/eric4: Depends on expiring devel/eric4 2016-07-04 multimedia/vic: Depends on expiring devel/uclmmbase 2016-07-04 multimedia/ggrab: Broken for more than 6 months 2016-07-04 emulators/dynamips: Broken for more than 6 months 2016-07-04 emulators/dynamips-devel: Broken for more than 6 months 2016-07-04 emulators/sim6811: Broken for more than 6 months 2016-07-04 emulators/minivmac: Broken for more than 6 months 2016-07-04 cad/qcad-partslib: Broken for more than 6 months 2016-07-04 comms/dump1090_mr: Broken for more than 6 months 2016-07-04 x11-fm/asfiles: Depends on expiring x11/libdnd 2016-07-04 x11-fonts/fonts-te: Broken for more than 6 months 2016-07-04 sysutils/rsyncmanager: Broken for more than 6 months 2016-07-04 sysutils/jfbterm: Broken for more than 6 months 2016-07-04 sysutils/daedalus: Broken for more than 6 months 2016-07-04 sysutils/pcfclock: Broken for more than 6 months 2016-07-04 sysutils/vlogger: Broken for more than 6 months 2016-07-04 sysutils/bontmia: Broken for more than 6 months 2016-07-04 mail/pop3gwd: Broken for more than 6 months 2016-07-04 mail/mailtray: Broken for more than 6 months 2016-07-04 mail/pflogstats: Broken for more than 6 months 2016-07-04 mail/exact: Broken for more than 6 months 2016-07-04 mail/wmpop3: Broken for more than 6 months 2016-07-04 mail/qmail-conf: Broken for more than 6 months 2016-07-04 mail/gld: Broken for more than 6 months 2016-07-04 mail/dsbl-testers: Broken for more than 6 months 2016-07-04 mail/vqregister: Broken for more than 6 months 2016-07-04 mail/atmail: Broken for more than 6 months 2016-07-04 mail/ml: Broken for more than 6 months 2016-07-04 net-im/icb: Broken for more than 6 months 2016-07-04 net-im/cicquin: Broken for more than 6 months 2016-07-04 net-im/pidgin-manualsize: Broken for more than 6 months 2016-07-04 net-im/pidgin-rhythmbox: Broken for more than 6 months 2016-07-04 russian/eric4: Depends on expiring devel/eric4 2016-07-04 russian/fortune-bashorgru: Broken for more than 6 months 2016-07-04 www/xpi-clearfields: Broken for more than 6 months 2016-07-04 www/pecl-varnish: Broken for more than 6 months 2016-07-04 www/py-requests-oauth-hook: Broken for more than 6 months 2016-07-04 www/hudson: Broken for more than 6 months 2016-07-04 www/xpi-mldonkey: Broken for more than 6 months 2016-07-04 www/xpi-cookiesafe: Broken for more than 6 months 2016-07-04 www/trac-mastertickets: Broken for more than 6 months 2016-07-04 www/dotclear: Broken for more than 6 months 2016-07-04 www/ruby-wgettsv: Broken for more than 6 months 2016-07-04 www/wwwstat: Broken for more than 6 months 2016-07-04 www/xpi-prism: Broken for more than 6 months 2016-07-04 www/xpi-fasterfox: Broken for more than 6 months 2016-07-04 www/siteframe: Broken for more than 6 months 2016-07-04 www/py-urljr: Broken for more than 6 months 2016-07-04 www/reviewboard: Broken for more than 6 months 2016-07-04 www/xpi-tabletools: Broken for more than 6 months 2016-07-04 www/wikindx: Broken for more than 6 months 2016-07-04 www/typolight: Broken for more than 6 months 2016-07-04 www/varnish-libvmod-header: Broken for more than 6 months 2016-07-04 www/xpi-gbrain: Broken for more than 6 months 2016-07-04 www/trac-robotstxt: Broken for more than 6 months 2016-07-04 www/simplog: Broken for more than 6 months 2016-07-04 www/chtml: Broken for more than 6 months 2016-07-04 databases/postgresql_autodoc: Broken for more than 6 months 2016-07-04 databases/oracle_odbc_driver: Broken for more than 6 months 2016-07-04 databases/mysql-xql: Broken for more than 6 months 2016-07-04 databases/mysql-udf-sys: Broken for more than 6 months 2016-07-04 games/lucidlife: Broken for more than 6 months 2016-07-04 games/gma: Broken for more than 6 months 2016-07-04 games/smiley: Broken for more than 6 months 2016-07-04 games/noegnud-littlehack: Broken for more than 6 months 2016-07-04 games/sdlquake2: Broken for more than 6 months 2016-07-04 games/daimonin: Depends on expiring games/daimonin-music 2016-07-04 games/noegnud-nethack: Broken for more than 6 months 2016-07-04 games/xbomber: Broken for more than 6 months 2016-07-04 games/xwelltris: Broken for more than 6 months 2016-07-04 games/ftjava: Broken for more than 6 months 2016-07-04 games/daimonin-music: Broken for more than 6 months 2016-07-04 games/gno3dtet: Broken for more than 6 months 2016-07-04 games/qtv: Broken for more than 6 months 2016-07-04 games/xwordpy: Broken for more than 6 months 2016-07-04 games/netris: Broken for more than 6 months 2016-07-04 games/rt2-demo: Broken for more than 6 months 2016-07-04 games/noegnud-addons: Broken for more than 6 months 2016-07-04 games/noegnud-nethack-deet: Broken for more than 6 months 2016-07-04 games/live-f1: Broken for more than 6 months 2016-07-04 games/xonix: Broken for more than 6 months 2016-07-04 games/fgkicker: Broken for more than 6 months 2016-07-04 games/tank: Depends on expiring graphics/libaux 2016-07-04 games/linux-nwserver: Broken for more than 6 months 2016-07-04 games/quake2-zaero: Broken for more than 6 months 2016-07-04 games/pyching: Broken for more than 6 months 2016-07-04 games/thevalley: Broken for more than 6 months 2016-07-04 games/xroads: Broken for more than 6 months 2016-07-04 games/fxsudoku: Broken for more than 6 months 2016-07-04 games/sudoku: Broken for more than 6 months 2016-07-04 games/kmancala: Broken for more than 6 months 2016-07-04 games/plonx: Broken for more than 6 months 2016-07-04 games/wmminichess: Broken for more than 6 months 2016-07-04 games/noegnud-slashem: Broken for more than 6 months 2016-07-04 games/latrine: Broken for more than 6 months 2016-07-04 games/pysycache-themes: Broken for more than 6 months 2016-07-04 games/nibbles: Broken for more than 6 months 2016-07-04 games/hlstatsx: Broken for more than 6 months 2016-07-04 audio/streamtuner: Broken for more than 6 months 2016-07-04 audio/mangler: Broken for more than 6 months 2016-07-04 audio/hawkvoice: Broken for more than 6 months 2016-07-04 audio/alac: Broken for more than 6 months 2016-07-04 x11-wm/e-module-mpdule: Broken for more than 6 months 2016-07-04 x11-wm/e-module-tclock: Broken for more than 6 months 2016-07-04 x11-wm/musca: Broken for more than 6 months 2016-07-04 x11-wm/e-module-places: Broken for more than 6 months 2016-07-04 x11-wm/e-module-forecasts: Broken for more than 6 months 2016-07-04 x11-wm/e-module-net: Broken for more than 6 months 2016-07-04 x11-wm/e-module-penguins: Broken for more than 6 months 2016-07-04 ftp/fget: Broken for more than 6 months 2016-07-04 net-mgmt/netmond: Broken for more than 6 months 2016-07-04 net-mgmt/ipfm: Broken for more than 6 months
* Update lang/racket and lang/racket-minimal to version 6.5.olgeni2016-07-0415-4754/+5517
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Use prebuilt Racket packages to prevent building during the staging phase (PR 200101). - patch-share_pkgs_gui-lib_mred_private_wx_gtk_queue.rkt Prevent inclusion of libunique, which brings in GTK2, which then conflicts with the default GTK3 toolkit. - patch-src_racket_src_future.c Include commit f16f54a from github/racket/racket, which fixes semaphore handling when futures are disabled (this broke the IDE). - Add options for FUTURES and JIT (i386/amd64 only). - Remove unnecessary patches. ~ Credits ~ Juan Francisco Cantero Hurtado (OpenBSD maintainer) - kindly brought me up to speed on Racket's status and prebuilt packages, so I could remove lots of cruft from the port. Sam Tobin-Hochstadt - tracked down the futures issue. PR: 200101 Differential Revision: https://reviews.freebsd.org/D6984 Differential Revision: https://reviews.freebsd.org/D6985 Reviewed by: Martin Sugioarto
* Update MASTER_SITES, minor cleanup.mat2016-07-042-9/+3
| | | | | | PR: 210795 Submitted by: tkato432 yahoo com Sponsored by: Absolight
* Update to v5.25.2-92-g5bb5179.mat2016-07-045-21/+10
| | | | | Changes: https://github.com/Perl/perl5/compare/v5.25.2-44-g7e169e8...v5.25.2-92-g5bb5179 Sponsored by: Absolight
* lang/tcl87: update to fossil checkin c52fadac62gahr2016-07-042-5/+5
| | | | http://core.tcl.tk/tcl/timeline?from=726413c61a&to=c52fadac62
* lang/gnatdroid-binutils(-x86): Upgrade version 2.26 => 2.26.1marino2016-07-042-3/+4
|
* - Update to 0.7.5ashish2016-07-033-4/+7
|
* - Update to version 2.7.12wen2016-07-036-39/+32
| | | | | | | | | | | | - Remove patch that is included upstream - Switch USE_OPENSSL to USES= ssl [1] - Update documentation for python27 - Don't set CPE_VERSION, default is PORTVERSION [1] PR: 210685 Submitted by: wen@(myself), brnrd@ [1] Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D6994
* Add DOCS OPTION for html docs, bump PORTREVISIONriggs2016-07-032-6/+25
| | | | | | | PR: 210613 Reported by: beyert@cs.ucr.edu Reviewed by: riggs, marino, jbeich Differential Revision: https://reviews.freebsd.org/D7050
* Update to 1.05.mat2016-07-012-3/+4
| | | | Sponsored by: Absolight
* lang/tcl87: update to fossil checkin 726413c61agahr2016-07-012-5/+5
| | | | http://core.tcl.tk/tcl/timeline?from=a633d16fae&to=726413c61a
* lang/seed7: update to 05_20160630gahr2016-07-012-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - The bas7.sd7 (basic interpreter) example program has been improved. Support for CVSMBF, CVDMBF, FLASH, FRE, GR, HGR, HOME, HTAB, INVERSE, NORMAL, TEXT, PR# and VTAB has been added. Support for CLEAR, COLOR, GET, INPUT, LOG, SQR and RUN has been improved. Some keywords can now be used as label. - Documentation comments have been added or improved in several files. - Definitions of the operator @:= have been added to bitset.s7i, bitsetof.s7i and hashsetof.s7i. - The compiler has been improved optimize expressions like factor*base**exponent when the base is a power of two. - In x509cert.s7i the constant stdCertificate has been improved to have a new validity (until end of 2017). - In drw_win.c the function privateConsole has been improved to determine a private console window (A cmd.exe console that was invoked implizit when the program started) more reliable. This avoids that an already existing console (from which the program was started) is accidentally hidden. - The function redraw in drw_x11.c has been improved to ignore NULL windows (EXPOSE events can arrive after a window has been freed). - The function drwFree in drw_x11.c has been improved to free also the backup pixmap. - Compiler and interpreter have been improved to support the action REF_ALLOC_INT. - Checks for factor*base**exponent when the base is a power of two have been added to chkflt.sd7. - Checks with several summands in a chain and checks of the subtraction of integer.first have been added to chkint.s7i. - First steps have been done for a compiler optimization of adding and subtracting several summands in a chain. - Occurances of nodeValue and MDULEOBJECT have been removed from interpreter and runtime library. - The function prg_find has been removed from prglib.c. - The function ref_find has been removed from reflib.c. - The support for the actions PRG_FIND and REF_FIND has been removed from the interpreter. - Function and variable definitions in setpaths.c and wrdepend.c have been changed to static definitions.
* Remove redundant bootstrap distfile entry as it causes make fetch a bitcy2016-06-301-2/+0
| | | | of gas.
* - Update to 3.5.2wen2016-06-305-32/+41
|
* - Update to 3.4.5wen2016-06-295-26/+10
|
* Update 2.071.0 --> 2.071.1cy2016-06-292-4/+6
|
* lang/io: take maintainership backgahr2016-06-281-1/+1
|
* lang/io: update to 2015.11.11gahr2016-06-287-30/+308
|
* Update Erlang 18 ports to version 18.3.4.1.olgeni2016-06-286-9/+19
|
* Convert USE_PHP*=yes into USES=php*mat2016-06-2811-102/+49
| | | | | | | | PR: 210529 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D6936
* Remove commented out include.mat2016-06-281-2/+0
|
* Update to Afnix 2.6.3johans2016-06-282-3/+4
|
* lang/ruby2?: Actually unmark brokenswills2016-06-273-6/+0
|
* lang/ruby2?: Fix build on powerpc64swills2016-06-273-0/+12
|
* Update to the 20160626 development snapshot of GCC 7.gerald2016-06-272-4/+4
|
* Update lang/erlang-runtime18 to version 18.3.4.1.olgeni2016-06-272-3/+9
|
* Update to v5.25.2-44-g7e169e8.mat2016-06-275-7/+26
| | | | | Changes: https://github.com/Perl/perl5/compare/v5.25.1-209-g683433b...v5.25.2-44-g7e169e8 Sponsored by: Absolight
* Update to the 20160623 snapshot of GCC 6.gerald2016-06-272-4/+4
|
* Update to the 20160621 snapshot of GCC 5.4.1.gerald2016-06-272-4/+4
|
* Fix build, extra-patch-src_prelude.h was applied in the wrong caseantoine2016-06-271-0/+1
| | | | Reported by: pkg-fallout
* lang/php70: update 7.0.7 -> 7.0.8junovitch2016-06-262-4/+4
| | | | | | | | | | | | | | | | | | PR: 210491 Reported by: Vladimir Krstulja <vlad-fbsd@acheronmedia.com> Submitted by: Philip Jocks <freebsdbugs@filis.org> Approved by: ports-secteam (with hat) Security: CVE-2015-8874 Security: CVE-2016-5766 Security: CVE-2016-5767 Security: CVE-2016-5768 Security: CVE-2016-5769 Security: CVE-2016-5770 Security: CVE-2016-5771 Security: CVE-2016-5772 Security: CVE-2016-5773 Security: https://vuxml.FreeBSD.org/freebsd/66d77c58-3b1d-11e6-8e82-002590263bf5.html MFH: 2016Q2
* lang/php56: update 5.6.22 -> 5.6.23junovitch2016-06-262-4/+4
| | | | | | | | | | | | | | | | | PR: 210502 Submitted by: Philip Jocks <freebsdbugs@filis.org> Approved by: ports-secteam (with hat) Security: CVE-2015-8874 Security: CVE-2016-5766 Security: CVE-2016-5767 Security: CVE-2016-5768 Security: CVE-2016-5769 Security: CVE-2016-5770 Security: CVE-2016-5771 Security: CVE-2016-5772 Security: CVE-2016-5773 Security: https://vuxml.FreeBSD.org/freebsd/66d77c58-3b1d-11e6-8e82-002590263bf5.html MFH: 2016Q2
* lang/php55: update 5.5.36 -> 5.5.37junovitch2016-06-262-4/+4
| | | | | | | | | | | | | | | Approved by: ports-secteam (with hat) Security: CVE-2015-8874 Security: CVE-2016-5766 Security: CVE-2016-5767 Security: CVE-2016-5768 Security: CVE-2016-5769 Security: CVE-2016-5770 Security: CVE-2016-5771 Security: CVE-2016-5772 Security: CVE-2016-5773 Security: https://vuxml.FreeBSD.org/freebsd/66d77c58-3b1d-11e6-8e82-002590263bf5.html MFH: 2016Q2
* Move bsd.php.mk to Uses/php.mkmat2016-06-233-1/+7
| | | | | | | | PR: 210323 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D6867
* Change all occurrences of xmj@chaot.net to johannes@perceivon.net as the ↵tz2016-06-231-1/+1
| | | | | | | | owner requested. This only affects "Created by" lines with one exception: devel/uclcmd. There the maintainer is changed. This was overlooked in r416918. Approved by: junovitch (mentor)
* lang/tcl87: update to fossil checkin a633d16fae65fb3agahr2016-06-232-6/+7
| | | | http://core.tcl.tk/tcl/timeline?from=942948a1ea829133&to=a633d16fae65fb3a
* Prefer relative symlinks to be relocation friendlybapt2016-06-231-1/+2
|
* Use relative symlinks to make the port relocation friendlybapt2016-06-231-1/+2
|
* Update to 1.20.mat2016-06-213-68/+4
| | | | Sponsored by: Absolight
* Update to 1.33.mat2016-06-212-3/+6
| | | | Sponsored by: Absolight
* Update Linux ports to Centos 6.8.tijl2016-06-212-10/+12
| | | | | | PR: 210373 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Differential Revision: https://reviews.freebsd.org/D6891
* Update to v5.25.1-209-g683433b.mat2016-06-204-8/+8
| | | | | Changes: https://github.com/Perl/perl5/compare/v5.25.1-156-gf871eec...v5.25.1-209-g683433b Sponsored by: Absolight
* Update to the 20160619 development snapshot of GCC 7.gerald2016-06-203-20/+4
| | | | | The issue addressed by files/patch-fix-selftests has been fixed upstream in a variation of my approach, so remove this patch.
* Update to the 20160616 snapshot of GCC 6.gerald2016-06-192-4/+4
|
* Rename all files containing a : in their filename.mat2016-06-188-22/+18
| | | | | | | While there, run make makepatch on affected ports, and rename patches accordingly. Sponsored by: Absolight
* lang/python[xx]: backport upstream fix for CVE-2016-5636rm2016-06-188-7/+75
| | | | | | | | | | | | | | Add patch for integer overflow in zipimport module to all our python ports. While I'm here, get rid of -f flag in ${RM} invocation, because ${RM} already expands to rm -f, so in result we are getting something like: /bin/rm -f -f /wrkdirs/usr/ports/lang/python35/work/stage/usr/local/lib/libpython3.so PR: 210325 Submitted by: Vladimir Krstulja <vlad-fbsd@acheronmedia.com> Security: 1d0f6852-33d8-11e6-a671-60a44ce6887b With hat: python
* With the default options set, ruby is also sometime failing with:mat2016-06-171-4/+2
| | | | | | | | | | --- loadpath.o --- loadpath.c:30:2: error: RUBY_EXEC_PREFIX must be defined ^ loadpath.c:41:50: error: use of undeclared identifier 'RUBY_LIB_VERSION' typedef char ruby_lib_version_string[(int)sizeof(RUBY_LIB_VERSION) - 2]; Sponsored by: Absolight
* Update to the 20160614 snapshot of GCC 5.4.1.gerald2016-06-162-4/+4
| | | | | This also covers following (and hence fixing) armv6hf* -> armv6* on FreeBSD 11 and later.
* Update to v5.25.1-156-gf871eec.mat2016-06-143-4/+6
| | | | | Changes: https://github.com/Perl/perl5/compare/v5.25.1-110-ge2733f9...v5.25.1-156-gf871eec Sponsored by: Absolight
* Update Erlang 18 ports to version 18.3.4.olgeni2016-06-148-14/+28
|
* lang/pcc: 1.0.0 -> 1.1.0pi2016-06-147-148/+40
| | | | | | | | | | | | | | - Add RUN_DEPENDS on devel/pcc-libs port on the same version - Adapt PLIST_FILES - Add THREADS option to "Enable Thread-local storage (TLS)" - Add new patch for ${WRKSRC}/cc/cc/cc.c file, related to inverted MULTIARCH_PATH define check - Replace some static patches with sed patches - Remove unneeded patches for this version PR: 196642 Submitted by: Sender Ghost <lightside@gmx.com> Approved by: joel (maintainer)
* Fix build on CURRENT.grembo2016-06-141-3/+13
| | | | | | This is a bit defensive, static_cast<int> might've cut it as well. Approved by: mentors (implicit)
* Update to the 20160612 development snapshot of GCC 7.gerald2016-06-133-4/+20
| | | | | | Add files/patch-fix-selftests as a temporary workaround for a boostrap failure with older versions of GCC or compilers different from GCC.
* Skip armv6hf support and move it into armv6.andreast2016-06-131-0/+18
|
* lang/gcc6-aux: Remove useless ARMv6 patchmarino2016-06-121-18/+0
| | | | | | | | By Makefile restriction, gcc6-aux can only be built on x86-64 and i386. This restriction is due to a lack of a bootstrap compiler required for Ada. Thus, the recently added ARMv6 patch has no effect (plus gcc6-aux is updated by diff-* patchsets and single patches can interfer with that scheme.)
* lang/librep: Update version 0.92.5=>0.92.6bofh2016-06-122-4/+5
| | | | - Add USES=autoreconf as dist no longer provides configure script
* lang/py-mx-base: Update version 3.2.8=>3.2.9bofh2016-06-123-3/+10
|
* Welcome to the GCC 6.1 release, the first release of the GCC 6 series.gerald2016-06-109-0/+410
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The default mode for C++ is now -std=gnu++14 instead of -std=gnu++98. Type-based alias analysis now disambiguates accesses to different pointers. This improves precision of the alias oracle by about 20-30% on higher-level C++ programs. Programs doing invalid type punning of pointer types may now need -fno-strict-aliasing to work correctly. Value range propagation now assumes that the this pointer of C++ member functions is non-null. This eliminates common null pointer checks but also breaks some non-conforming code-bases (such as Qt-5, Chromium, KDevelop). As a temporary work-around -fno-delete-null-pointer-checks can be used. Wrong code can be identified by using -fsanitize=undefined. There have been significant improvements around link-time optimization and inter-procedural optimization and some support for OpenACC (though probably not tested on FreeBSD) and version 4.5 of the OpenMP specification. Source locations for the C and C++ compilers are now tracked as ranges and diagnostics can now contain "fix-it hints". New command-line options include -Wshift-negative-value, -Wshift-overflow, -Wtautological-compare, -Wnull-dereference, -Wduplicated-cond, and -Wmisleading-indentation. C++ Concepts are now supported when compiling with -fconcepts, and there are several other improvements around support for newer C++ features as well as in the libstdc++ library. Fortran now features Fortran 2008 SUBMODULE support, Fortran 2015 EVENT_TYPE, EVENT_POST, EVENT_WAIT, and EVENT_QUERY support, and improved support for OpenMP and OpenACC. A lot has happened on the AArch64 and ARM fronts, on x86-64 there is now Skylake with AVX-512 support, AMD instructions monitorx and mwaitx, and support for address spaces __seg_fs, __seg_gs, and __seg_tl, as well as AMD Zen (family 17h) processors, and basic support has been added for POWER9. https://gcc.gnu.org/gcc-6/changes.html has a more extensive set of changes and https://gcc.gnu.org/gcc-6/porting_to.html has a solid overview of issue you may encountering porting to this new version.
* Update to the 20160609 snapshot of GCC 6.gerald2016-06-102-4/+4
|
* lang/asis: Upgrade version 2015 => 2016marino2016-06-106-37/+33
| | | | Bump ports that depend on ASIS as well.
* Update to the 20160608 snapshot of GCC 5.4.1, that is, this is now basedgerald2016-06-102-4/+4
| | | | on the GCC 5.4 release.
* Update to the 20160608 snapshot of GCC 4.9.4.gerald2016-06-102-4/+4
|
* textproc/xmlada: Upgrade version 4.6.0.0 => 17.0.0 (scheme change)marino2016-06-091-1/+1
| | | | | | The numbering scheme changed to presumably match years (e.g. 17 => 2017) Bump everything with a build dependency as there is a matching soname change. Everything still builds on a DF exp-run.
* lang/groovy: update 2.4.6 -> 2.4.7junovitch2016-06-092-5/+6
| | | | Reported by: portscout
* lang/gcc5-aux: Upgrade version 20151204 => 20160603 (gcc 5.3 => 5.4)marino2016-06-085-31/+12
| | | | | Remove the recently added ARM patch. This port has always been limited to amd64 and i386 so patching ARM code has no effect.
* lang/itcl4: do not strip the stubs lib, consumers need the stubs pointer symbolgahr2016-06-072-9/+4
| | | | Reported by: Peter da Silva <peter.dasilva@flightaware.com>
* Update lang/elixir to version 1.2.6.olgeni2016-06-062-5/+6
|
* Update to the GCC 5.4 release.gerald2016-06-064-107/+4
| | | | | | | | files/patch-build-without-bootstrap and files/patch-gcc-freebsd-powerpc64 (ELFv2 support for FreeBSD PowerPC64) are now upstream, so drop them. Due to timeing of the release freeze files/patch-armv6-hf-support has not been integrated in this upstream release yet.
* Update to the 20160602 snapshot of GCC 6.gerald2016-06-062-4/+4
| | | | | This includes following (and hence fixing) armv6hf* -> armv6* on FreeBSD 11 and later.
* lang/tcl87: two minor fixes after the versioning scheme changegahr2016-06-061-2/+2
|
* lang/tcl87: switch to a versioning scheme including the update dategahr2016-06-061-2/+1
| | | | Suggested by: mat
* lang/tcl87: update to fossil checkin 942948a1eagahr2016-06-064-8/+9
|
* Update to the 20160605 development snapshot of GCC 7.gerald2016-06-062-4/+4
| | | | | This includes following (and hence fixing) armv6hf* -> armv6* on FreeBSD 11 and later.
* Update to v5.25.1-110-ge2733f9.mat2016-06-064-10/+11
| | | | | Changes: https://github.com/Perl/perl5/compare/v5.25.1-91-gfbe0543...v5.25.1-110-ge2733f9 Sponsored by: Absolight
* Update to 0.7.4ashish2016-06-053-3/+15
|
* Update to upstream version 4.11.0riggs2016-06-053-35/+58
| | | | | | | | | | | | | | Extensive changelog on http://code.call-cc.org/releases/4.11.0/NEWS-4.11.0 including security fixes for Specialisation rules for string-{ref,set!}, bit-set? and move-memory no longer use unchecked C functions which could result in undefined behaviour, including buffer overruns. While on it: Pet portlint PR: 209810 Submitted by: vmagerya@gmail.com (maintainer) Reported by: philneaton95@gmail.com MFH: 2016Q2
* Update to the 20160601 snapshot of GCC 4.9.4.gerald2016-06-042-3/+4
|
* Skip armv6hf support and move it into armv6.andreast2016-06-041-0/+18
|
* Fix portlint complaints....andreast2016-06-041-0/+1
|
* Skip armv6hf support and move it into armv6.andreast2016-06-044-0/+70
| | | | Discussed with: gerald@
* Deprecate ports broken for more than 6 monthsantoine2016-06-047-0/+14
|
* Update beignet to 1.1.2.kwm2016-06-035-2205/+14
| | | | | | | | | | 1. Add Broxton support. 2. Add llvm3.7 support. 3. Fix event bugs. 4. Fix the annoying "Failed to release userptr..." error message. 5. Fix printf bugs. Changelog: https://01.org/beignet/downloads/beignet-1.1.2-2016-04-19
* lang/tcl87: pet portlint, remove trailing spaces from pkg-plistgahr2016-06-022-16/+16
|
* lang/tcl87: add portgahr2016-06-029-0/+2003
| | | | | | | This is the development (trunk) version of Tcl, currently tagged 8.7.a0. I plan to integrate this into the USES=tcl framework once 8.7.0 is released. Use at your at your own risk.
* lang/seed7: update to 05_20160531gahr2016-06-012-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: - Documentation comments have been added or improved in many files. - The compiler (s7c) has been improved to start C compiler and linker direct and not via a shell (except when the compiler must be started with a script). - The program chkccomp.c has been improved to use consecutive numbers for test program files. - The program chkccomp.c has been improved to show the progress of the tests done. - The experimental function startProcess, with files to redirect, has been added to process.s7i. - The functions childStdIn, childStdOut and childStdErr have been added to process.s7i. - The function shellParameters has been added to shell.s7i. - The function noEmptyStrings has been added to seed7_05.s7i. - A conv operator to convert an interface object to a specific implementation type has been added to seed7_05.s7i. - The compiler (s7c) has been improved to support the new conv operator defined in seed7_05.s7i. - In cc_conf.s7i the configuration values CC_OPT_DEBUG_INFO, CC_FLAGS, LINKER_FLAGS, SYSTEM_LIBS, SYSTEM_CONSOLE_LIBS, SYSTEM_DRAW_LIBS and SYSTEM_DB_LIBS have been changed to be arrays of strings instead of strings. - In cc_conf.s7i the configuration values CALL_C_COMPILER_FROM_SHELL, CC_ERROR_FILDES, REDIRECT_FILDES_1, REDIRECT_FILDES_2 and NULL_DEVICE have been added. - In cc_conf.s7i the configuration value REDIRECT_C_ERRORS has been removed. - Interpreter and compiler have been improved to support the actions PCS_CHILD_STDERR, PCS_CHILD_STDIN, PCS_CHILD_STDOUT, FIL_PIPE and FIL_OPEN_NULL_DEVICE. - The function analyzeProg in analyze.c has been improved to have less usages of the global variable prog. - The functions in chkccomp.c have been changed to static functions. - The program chkccomp.c has been improved to define POPEN_SUPPORTS_CLOEXEC_MODE, FOPEN_SUPPORTS_CLOEXEC_MODE, HAS_FCNTL_SETFD_CLOEXEC and HAS_PIPE2. - The function filPipe has been added to fil_unx.c and fil_win.c. - In fil_rtl.c the functions filOpen and filPopen have been improved to open files with the CLOEXEC flag, when possible. - The function filOpenNullDevice has been added to fil_rtl.c. - The functions init_findid, init_entity and init_sysvar have been changed to use a progType parameter. - The functions pcsStart in pcs_unx.c and pcs_win.c have been improved to have parameters for stdin, stdout and stderr. - The functions pcsChildStdErr, pcsChildStdIn and pcsChildStdOut have been added to pcs_rtl.c. . The functions pcs_childStdErr, pcs_childStdIn and pcs_childStdOut have been added to pcslib.c. - In src/read_me.txt descriptions of SEARCH_PATH_DELIMITER.
* Github cleanup.mat2016-06-016-10/+12
| | | | | | | | | - Use the version tag instead of commit hash when they're the same. - Remove unnneeded variables. - Simplify go- ports when possible. - Various fixes. Sponsored by: Absolight
* Remove expired port:rene2016-06-0117-17698/+0
| | | | 2016-06-01 lang/ruby20: Upstream support ended
* Update to upstream release 1.9.0riggs2016-06-016-40/+37
|
* Update to the 20160529 development snapshot of GCC 7.gerald2016-05-302-4/+4
|
* Update to v5.25.1-91-gfbe0543.mat2016-05-305-18/+13
| | | | | Changes: https://github.com/Perl/perl5/compare/v5.25.1-46-g5f602b3...v5.25.1-91-gfbe0543 Sponsored by: Absolight
* Update to the 20160524 snapshot of GCC 5.3.1.gerald2016-05-302-4/+4
|
* Update to the 20160526 snapshot of GCC 6.gerald2016-05-282-3/+4
|
* lang/php55: update 5.5.35 -> 5.5.36 [1] plus minor fixupsjunovitch2016-05-283-6/+7
| | | | | | | | | | | | | | | | | | | | - Fix MAILHEAD patch to match the new version of the patch. The distinfo currently matches the php-5.5.x-mail-header.patch.old patch. [2] - Fix regression from r415818's conversion to @sample by installing the default php-fpm.conf under ${LOCALBASE}/etc and not ${LOCALBASE} PR: 209779 [1] PR: 208073 [2] Reported by: Fabiano Sidler <fabianosidler@swissonline.ch> [1] Submitted by: Paulo Henrique <paulo.oliveira@protonmail.ch> [2] Approved by: ports-secteam (with hat) Security: CVE-2013-7456 Security: CVE-2016-4343 Security: CVE-2016-5093 Security: CVE-2016-5094 Security: CVE-2016-5096 Security: https://vuxml.FreeBSD.org/freebsd/6b110175-246d-11e6-8dd3-002590263bf5.html MFH: 2016Q2
* lang/php56: update 5.6.21 -> 5.6.22 [1] plus minor fixupjunovitch2016-05-282-5/+6
| | | | | | | | | | | | | | | | | - Fix MAILHEAD patch to match the new version of the patch. The distinfo currently matches the php-5.5.x-mail-header.patch.old patch. [2] PR: 209779 [1] PR: 208072 [2] Reported by: Fabiano Sidler <fabianosidler@swissonline.ch> [1] Reported by: Vladislav V. Prodan <admin@support.od.ua> [2] Approved by: ports-secteam (with hat) Security: CVE-2013-7456 Security: CVE-2016-5093 Security: CVE-2016-5094 Security: CVE-2016-5096 Security: https://vuxml.FreeBSD.org/freebsd/6b110175-246d-11e6-8dd3-002590263bf5.html MFH: 2016Q2
* lang/php70: update 7.0.6 -> 7.0.7junovitch2016-05-282-4/+5
| | | | | | | | Approved by: ports-secteam (with hat) Security: CVE-2013-7456 Security: CVE-2016-5093 Security: https://vuxml.FreeBSD.org/freebsd/6b110175-246d-11e6-8dd3-002590263bf5.html MFH: 2016Q2
* Remove expired misc/kdehier4 and update all of its consumers to not ↵rene2016-05-261-1/+1
| | | | | | | | | | | | | reference it any longer. This is a no-op because KDE4_PREFIX is equal to LOCALBASE Fix up properties for misc/kde4-l10n/files/bsd.l10n.mk to make svn happy. PR: 209014 (partial) Submitted by: myself Approved by: portmgr (bapt) Differential Revision: https://reviews.freebsd.org/D6542
* Remove useless WRKSRC definitions.mat2016-05-252-3/+0
| | | | | | While there, correct DEV_WARNINGS when they occur. Sponsored by: Absolight
* Simplify plist by using @samplebapt2016-05-253-12/+4
|
* Ensure makewhatis is run in post install script phasebapt2016-05-255-10/+20
| | | | hile here make sure to remove the whatis db on head
* Update to the 20160522 development snapshot of GCC 7.gerald2016-05-252-4/+4
|
* Update to the 20160517 snapshot of GCC 5.3.1.gerald2016-05-252-3/+4
|
* lang/nbc: fix a typo in pkg-descrrene2016-05-251-1/+1
|
* Ah, the Perl to github exporter is working again, so, let's use themat2016-05-241-3/+3
| | | | | | distfile github generates. Sponsored by: Absolight
* Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled ↵amdmi32016-05-2410-10/+9
| | | | | | by default anyway and don't need to be listed Approved by: portmgr blanket
* Convert tab after WWW: in pkg-descrs to single space as per PHBamdmi32016-05-247-7/+7
| | | | Approved by: portmgr blanket
* Update to v5.25.1-46-g5f602b3.mat2016-05-235-7/+75
| | | | | Changes: https://github.com/Perl/perl5/compare/v5.25.0-121-g38c8d7b...v5.25.1-46-g5f602b3 Sponsored by: Absolight
* lang/seed7: update to 05_20160430gahr2016-05-202-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: - The makefile mk_clangw.mak has been improved, such that compilation with newer versions of clang under windows works better. - Tests for integer parse have been added to chkexc.sd7. - The function doRemove in chkccomp.c has been improved to write nothing to the console. - The function showErrors has been added to chkccomp.c. - In actutl.c the functions searchAction and findAction have been improved to use fewer parameters and the function getActIllegal has been added. - In chkccomp.c the function writeReadBufferEmptyMacro has been improved to optionally use _get_stream_buffer_pointers() to define the macro read_buffer_empty. - The operator 'char conv' has been improved to check if the integer fits in a character. - Documentation comments have been improved in float.s7i, poll.s7i, actlib.c actutl.c, big_gmp.c, big_rtl.c, bln_rtl.c, bst_rtl.c, chr_rtl.c, cmd_rtl.c, dir_dos.c, dir_win.c, drw_rtl.c, fltlib.c, flt_rtl.c, int_rtl.c, pcs_rtl.c, pollib.c, pol_sel.c, pol_unx.c, prg_comp.c, rfl_data.c, setlib.c, set_rtl.c and str_rtl.c. - Calls of logFunction have been added to functions in cmdlib.c and flt_rtl.c,. - Calls of logError have been added to functions in actlib.c, biglib.c, bstlib.c, chrlib.c, cmdlib.c, drwlib.c, fillib.c, fltlib.c, hshlib.c, intlib.c, pcslib.c, pollib.c, prglib.c, rfl_data.c, rfllib.c, sctlib.c, setlib.c, strlib.c and typlib.c.
* ang/cython: 0.23.5 -> 0.24pi2016-05-202-3/+4
| | | | | | | | Changes: https://github.com/cython/cython/blob/8b592122f23e0ce458521e5a828431c95a0d84e8/CHANGES.rst PR: 209655 Submitted by: Phil Eaton <philneaton95@gmail.com> Approved by: Vitaly Magerya <vmagerya@gmail.com> (maintainer)
* - Fix trailing whitespace in pkg-messagesamdmi32016-05-194-4/+4
| | | | Approved by: portmgr blanket
* - Fix trailing whitespace in Makefilesamdmi32016-05-191-1/+1
| | | | Approved by: portmgr blanket
* - Fix trailing whitespace in pkg-descrs, categories [g-n]*amdmi32016-05-1940-101/+101
| | | | Approved by: portmgr blanket
* Update to 1.5.0olivierd2016-05-193-16/+8
| | | | Changes: http://duktape.org/download.html#id33
* Remove deprecated reference to malloc.hjohans2016-05-181-3/+3
| | | | Reported by: Nikolaj Thygesen
* Cleaner patch to honour $CC (no functional change)johans2016-05-181-1/+1
| | | | Reported by: bapt
* lang/swift: update to 2.2.1swills2016-05-182-21/+22
|
* Update to the 20160515 development snapshot of GCC 7.gerald2016-05-172-3/+4
|
* Update to v5.25.0-121-g38c8d7b.mat2016-05-174-12/+13
| | | | | Changes: https://github.com/Perl/perl5/compare/v5.25.0-8-g51f69a2...v5.25.0-121-g38c8d7b Sponsored by: Absolight
* Honour $CCjohans2016-05-171-2/+1
|
* Restore the original header that unintentionally got lost when moving the portjohans2016-05-161-0/+1
|
* - Mark BROKEN: does not buildamdmi32016-05-161-0/+2
| | | | | | | | | | | | | | | | | | | | | ===> Building for mosml-2.10.1 gmake[1]: Entering directory '/wrkdirs/usr/ports/lang/mosml/work/mosml-ver-2.10.1/src' cd config; gmake all gmake[2]: Entering directory '/wrkdirs/usr/ports/lang/mosml/work/mosml-ver-2.10.1/src/config' sh autoconf gcc Checking the sizes of integers and pointers... This architecture seems to be neither 32 bits nor 64 bits. Caml Light won't run on this architecture. Makefile:13: recipe for target 'runtime' failed gmake[2]: *** [runtime] Error 2 gmake[2]: Leaving directory '/wrkdirs/usr/ports/lang/mosml/work/mosml-ver-2.10.1/src/config' Makefile:26: recipe for target 'world' failed gmake[1]: *** [world] Error 2 gmake[1]: Leaving directory '/wrkdirs/usr/ports/lang/mosml/work/mosml-ver-2.10.1/src' *** Error code 1 Reported by: pkg-fallout Approved by: portmgr blanket
* lang/swift: create portswills2016-05-1614-0/+365
| | | | | | The Swift Programming Language WWW: https://swift.org/
* Remove expired ports:rene2016-05-1615-6475/+0
| | | | | 2016-05-15 lang/gcc-aux: Use newer lang/gcc5-aux or lang/gcc6-aux compilers instead 2016-05-16 audio/deadbeef-mpris-plugin: Abandonware; use `audio/deadbeef-mpris2-plugin' instead
* - Really fix ZTS build with pthreads, required by threaded apache24fluffy2016-05-161-1/+2
| | | | | | - Bump PORTREVISION due to dependency on thread library Approved by: miwi (mentor)
* Add support for compiling in a no-SSLv3 environment.matthew2016-05-153-0/+37
| | | | | | PR: 207437 Submitted by: matthew Approved by: maintainer-timeout (kuriyama, >90days)
* Update to the 20160512 snapshot of GCC 6.gerald2016-05-142-3/+3
|
* - Fetch from GITHUBcpm2016-05-133-12/+23
| | | | | | | | | | | | | - Update MAINTAINER to my @FreeBSD.org address - Fix tcc-doc.html generation - Remove CONFLICTS because TenDRA port was deprecated some time ago - Use post-install-DOCS-on target - Use post-install-EXAMPLES-on target - Bump PORTREVISION Reviewed by: amdmi3, junovitch (mentors) Approved by: amdmi3, junovitch (mentors) Differential Revision: D6314
* Cleanup github bits.mat2016-05-122-3/+3
| | | | Sponsored by: Absolight
* Prevent collision with getline(3)bapt2016-05-123-0/+42
|
* Update to the 20160510 development snapshot of GCC 5.3.1.gerald2016-05-122-3/+3
|
* Moscow_ml has been renamed mosmljohans2016-05-1130-764/+132
| | | | | Update to version 2.10.1, now hosted on Github See changelog on the new project website http://mosml.org/
* lang/pypy: update 5.0.1 -> 5.1.1robak2016-05-115-26/+15
|
* Fix secondary MASTER_SITES.mat2016-05-101-1/+1
| | | | | Pointy hat: mat Sponsored by: Absolight
* A new release was done, so resync all the Perl 5 Makefiles a bit more,mat2016-05-105-31/+18
| | | | | | | and adjust the perl5-devel Makefile a bit for the couple of new tasks that need doing. Sponsored by: Absolight
* Fix botched commit of r414767 for Erlang runtime ports: moveolgeni2016-05-099-3/+3
| | | | new patches to files/.
* Introduce Perl 5.24 and update perl5-devel to v5.25.0-8-g51f69a2.mat2016-05-0926-5/+2869
| | | | | | Changes: https://metacpan.org/pod/release/RJBS/perl-5.24.0/pod/perldelta.pod Changes: https://github.com/Perl/perl5/compare/v5.24.0...v5.25.0-8-g51f69a2 Sponsored by: Absolight
* Update to v5.24.0-RC5-2-gfac0c35.mat2016-05-092-4/+4
| | | | | Changes: https://github.com/Perl/perl5/compare/v5.24.0-RC4...v5.24.0-RC5-2-gfac0c35 Sponsored by: Absolight
* Try to simplify how libperl.so is looked for.mat2016-05-094-11/+25
| | | | | | | | | PR: 209123 Submitted by: mat Exp-run by: antoine With hat: perl@ Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D6107
* Update to the 20160501 development snapshot of GCC 7.gerald2016-05-092-6/+3
| | | | | | Remove Java from the set of default options on all platforms since the plan is to remove the Java frontend and runtime during development of GCC 7.
* lang/rexx-regutil: several patchespi2016-05-0913-26/+215
| | | | | | | | | | | | | | | - additional MASTER_SITE (there was only one) - tidied Makefile considerably - fixed failure to build under different PREFIX - added DOC option - added EXAMPLES option, and now can have examples (there were none before) - eliminated numerous compilation warnings - REMOVED pkg-plist (only two files in it) - REMOVED pkg-message (now redundant) - ADDED new patches in files/ PR: 209379 Submitted by: bob@eager.cx (maintainer)
* Remove hardcoded RPATH from Erlang's crypto libraries.olgeni2016-05-0712-1/+92
| | | | | | | | Pkg always wants to install compat10x-amd64 when using the port's default RPATH. The same fix can be found in Suse, and in Erlang packages from RabbitMQ. Noticed by: lwhsu, bapt
* Apply the following to all common GCC ports based on end-of-life versionsgerald2016-05-074-8/+0
| | | | | | | | of GCC including lang/gcc: Only override CONFIGURE_TARGET for amd64 which is x86-64/x86_64 for the rest of the world including GNU and GCC. For all other architectures it already defaults to the value we were setting.
* Update to the 20160505 snapshot of GCC 6.gerald2016-05-072-3/+3
|
* - Update to 1.2.2lwhsu2016-05-063-3/+4
|
* lang/scala: 2.11.7 -> 2.11.8pi2016-05-062-3/+3
| | | | | | | | Changes: http://scala-lang.org/news/2.11.8/ PR: 209251 Submitted by: Jens Grassel <jan0sch@mykolab.com>
* lang/ruby23: fix plist for CAPIDOCS optionswills2016-05-061-718/+718
|
* No longer conflict with gcc-4.7.* (which lang/gcc used to be untilgerald2016-05-051-1/+0
| | | | some 20 months ago).
* Update to the 20160503 development snapshot of GCC 5.3.1.gerald2016-05-052-3/+3
|
* Update Erlang 18 ports to version 18.3.3.olgeni2016-05-048-12/+28
|
* Upgrade to 1.8.0arved2016-05-042-5/+5
| | | | | PR: 209250 Submitted by: maintainer
* lang/ruby23: update to 2.3.1swills2016-05-042-21/+3
|
* lang/ruby22: update to 2.2.5swills2016-05-042-3/+5
|
* lang/ruby21: Update to 2.1.9swills2016-05-042-3/+5
|
* Make MULTILIB_DESC consistent and more logical also for the lang/gccgerald2016-05-042-2/+2
| | | | and lang/gcc48 ports, now in line across all lang/gcc* ports.
* Update to the 20160501 development snapshot of GCC 7.gerald2016-05-042-3/+3
|
* lang/php56: Restore ?= which was removed in r413091junovitch2016-05-031-1/+1
| | | | | PR: 208324 (introduced regression) Approved by: portmgr (blanket)
* lang/php55: update 5.5.34 -> 5.5.35junovitch2016-05-032-3/+3
| | | | | | | Changelog: http://php.net/ChangeLog-5.php#5.5.35 Security: CVE-2016-3074 Security: https://vuxml.FreeBSD.org/freebsd/5764c634-10d2-11e6-94fa-002590263bf5.html
* lang/php56: update 5.6.20 -> 5.6.21junovitch2016-05-032-4/+4
| | | | | | | | | Changelog: http://www.php.net/ChangeLog-5.php#5.6.21 PR: 209145 Reported by Christian Schwarz <me@cschwarz.com> Security: CVE-2016-3074 Security: https://vuxml.FreeBSD.org/freebsd/5764c634-10d2-11e6-94fa-002590263bf5.html
* lang/php70: update 7.0.5 -> 7.0.6junovitch2016-05-032-4/+4
| | | | | | | Changelog: http://www.php.net/ChangeLog-7.php#7.0.6 Security: CVE-2016-3074 Security: https://vuxml.FreeBSD.org/freebsd/5764c634-10d2-11e6-94fa-002590263bf5.html
* Update to Afnix 2.6.2johans2016-05-032-3/+3
|
* Update to v5.24.0-RC4.mat2016-05-022-3/+3
| | | | | Changes: https://github.com/Perl/perl5/compare/v5.24.0-RC3-19-g10d36cf...v5.24.0-RC4 Sponsored by: Absolight
* Update to v5.24.0-RC3-19-g10d36cf.mat2016-05-023-10/+14
| | | | | | | | | | | | | | Fiddle a bit with libperl.so's SONAME, pkg seems to have a bug while detecting shlibs and drops dependencies if they have something else than numbers or dots after ".so". It ended up with: libperl.so.5.24.0.r3 is provided by the following packages: perl5-5.24.0.r3 No packages require libperl.so.5.24.0.r3. Changes: https://github.com/Perl/perl5/compare/v5.24.0-RC3...v5.24.0-RC3-19-g10d36cf Sponsored by: Absolight
* Bump version.andreast2016-05-021-1/+1
| | | | Approved by: gerald@
* lang/ruby20: set expiration dateswills2016-05-011-0/+3
|
* Update lang/elixir to version 1.2.5.olgeni2016-05-013-11/+11
|
* Update to the 20160428 snapshot of GCC 6 (which will become GCC 6.2).gerald2016-05-012-3/+3
|
* Update to the 20160427 snapshot of GCC 4.9.4.gerald2016-05-012-6/+4
| | | | | | | | Update MULTILIB_DESC which now matches newer gcc* ports. Only override CONFIGURE_TARGET for amd64 which is x86-64/x86_64 for the rest of the world including GNU and GCC. For all other architectures it already defaults to the value we were setting.
* Update to the 20160426 development snapshot of GCC 5.3.1.gerald2016-05-012-5/+3
| | | | | | Only override CONFIGURE_TARGET for amd64 which is x86-64/x86_64 for the rest of the world including GNU and GCC. For all other architectures it already defaults to the value we were setting.
* - Remove PORTREVISIONsunpoet2016-05-011-1/+0
|
* Update to 5.22.2.mat2016-05-016-109/+11
| | | | Sponsored by: Absolight
* Change Ada Framework foundation from gcc5-aux to gcc6-auxmarino2016-04-304-4/+6
| | | | | | | | | | | | | | | | GCC 6.1 was released this week. The Ada Framework in FreeBSD ports has been based on GCC 5.3 GNAT although GCC 6.x has been supported for awhile via the ADA_DEFAULT option in make.conf. Now that GCC 6 has been officially released, switch to it by default. People can maintain the old foundation by putting "ADA_DEFAULT=5" in /etc/make.conf. Libraries built by one GNAT are unusable by another, so almost every Ada port has been bumped as a result. Noticable exceptions are dns/ironsides which fails to build on gcc6 (thus USES=ada:5 is set) and cad/ghdl which needs additional testing as it may require gcc5 on FreeBSD (DragonFly uses the LLVM backend only).
* Update Erlang 18 ports to version 18.3.2.olgeni2016-04-298-10/+26
|
* lang/gcc6-aux: Upgrade version 20160410 => 2016427 (release 6.1)marino2016-04-282-5/+5
| | | | This is the official release of gcc 6.1
* Only override CONFIGURE_TARGET for amd64 which is x86-64/x86_64 for thegerald2016-04-281-2/+0
| | | | | rest of the world including GNU and GCC. For all other architectures it already defaults to the value we were setting.
* Update to v5.24-RC3.mat2016-04-272-3/+3
| | | | | Changes: https://github.com/Perl/perl5/compare/v5.24.0-RC2...v5.24.0-RC3 Sponsored by: Absolight
* Update to Algol 68 Genie 2.8.3 (bugfix release)johans2016-04-272-3/+3
|
* Simplify the Makefile.mat2016-04-261-3/+1
| | | | Sponsored by: Absolight
* For the various lang/python* ports, improve the __FreeBSD_versiondim2016-04-268-4/+56
| | | | | | | | | | | | | check in pyport.h for working around a very old ctype issue. If the workaround for this issue is enabled, pyport.h redefines toupper() and some other ctype macros, and this wreaks havoc when including newer libc++ headers (or any other system header which tries to declare those functions). Approved by: portmgr (antoine) PR: 208486 MFH: 2016Q2
* Move MySQL support from bsd.databases.mk to Uses/mysql.mk.mat2016-04-264-88/+88
| | | | | | | | | | | Also, USE_MYSQL can't happen after bsd.port.pre.mk because it is a USES. PR: 208971 Submitted by: mat Exp-run by: antoine With hat: portmgr Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D5951
* Move USE_BDB support from bsd.databases.mk to its own file.mat2016-04-263-3/+9
| | | | | | | | | | | | | Also: - Deorbit WANT_BDB_VER, one can use USES=bdb:<ver> instead. - USE_BDB can't happen after bsd.port.pre.mk because it is a USES. PR: 208971 Submitted by: mat Exp-run by: antoine With hat: portmgr Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D5951
* Remove USE_SQLITE from bsd.databases.mk, replaced by USES=sqlite.mat2016-04-263-3/+3
| | | | | | | | | | | While there replace USE_SQLITE=x by USES=sqlite:x. PR: 208971 Submitted by: mat Exp-run by: antoine With hat: portmgr Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D5951
* Update to v5.24.0-RC2.mat2016-04-253-7/+7
| | | | | Changes: https://github.com/Perl/perl5/compare/v5.24.0-RC1-2-gde1d2c7...v5.24.0-RC2 Sponsored by: Absolight
* Don't do the extra zlib tests, they take forever.mat2016-04-254-4/+4
| | | | Sponsored by: Absolight
* Update to the 20160417 development snapshot (early stage 1) of GCC 7.gerald2016-04-252-5/+3
| | | | | | Only override CONFIGURE_TARGET for amd64 which is x86-64/x86_64 for the rest of the world including GNU and GCC. For all other architectures it already defaults to the value we were setting.
* Fix packaging list for libjava (conditional on the JAVA option).gerald2016-04-241-1/+1
|
* GCC 6 has branched for release, so this snapshot is now labeledgerald2016-04-242-3/+3
| | | | | | | | | version 6.0.1 and 20160421 and should be pretty close to the first release GCC 6.1. In particular, this is free of known critical regressions, so is fair game for anyone to give a try who would normally steer clear of pre-release versions.
* Update to the 20160419 development snapshot of GCC 5.3.1.gerald2016-04-242-3/+3
|
* GCC 6 has branched for the release of GCC 6.1 and GCC trunk has becomegerald2016-04-239-0/+409
| | | | | | | | | the home of development for the GCC 7 series, so track this with a new gcc7-devel port, starting with the 20160417 snapshot of GCC 7.0.0. For the coming months, this will be highly volatile and likely broken in various ways at various points in time, so not recommended for any production use.
* Update to version 13.20pawel2016-04-232-4/+5
| | | | | PR: 208832 Submitted by: maintainer
* Update lang/erlang-runtime17 to version 17.5.6.9.olgeni2016-04-222-5/+7
|
* Move lang/go/files/bsd.go.mk to USES=go.mat2016-04-221-79/+0
| | | | | | Reviewed by: bapt Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D6057
* many ports: mark broken on powerpc64swills2016-04-2225-0/+48
|
* Support Tk in USES=tk:tea. Convert more ports + minor fixes and modernization.gahr2016-04-216-43/+15
|
* - Update to 1.6.2jlaffaye2016-04-213-3/+4
|
* Add "tea" argument to USES=tcl to facilitate porting of TEA-based extensions.gahr2016-04-191-6/+3
| | | | | | | | | | | | | | | | | | Quoting https://tcl.tk/doc/tea: "The Tcl Extension Architecture, or TEA, by John Ousterhout and others, is a set of guidelines and techniques for the distribution, configuration, compilation, and installation of Tcl extensions. TEA also provides a set of utilities that operate accordingly. Many Tcl extensions leverage the TEA utilities, which are designed to be easily customizable." To facilitate the porting of TEA-based extensions, I have added the new "tea" argument to USES=tcl. This argument prepares the autoconf environment by setting GNU_CONFIGURE and sets some commonly used CONFIGURE_ARGS. Also, it tries to figure out the correct extension name, sets TCL_PKG accordingly, and adds it to PLIST_SUB. I have modified a few ports to take advantage of this. More will come.
* Upgrade from 1.4.0 to 1.4.1. The changes are enumerated here:mi2016-04-192-3/+3
| | | | | | http://duktape.org/download.html#id32 Notified by: portscout
* Update lang/elixir-mode.el to version 2.3.1.olgeni2016-04-192-3/+3
|
* Revert r413586 and r413587, this breaks INDEX with fmakeantoine2016-04-192-18/+22
| | | | | Reported by: beefy1, beefy2 With hat: portmgr
* Update to r413270 standards, include a maintainer inMakefile.bootstrap.cy2016-04-191-0/+1
| | | | PR: 208902
* Simplify handling of documentation when patching minor releases (from r413586).olgeni2016-04-181-11/+9
|
* Simplify handling of documentation when patching minor releases.olgeni2016-04-181-11/+9
| | | | | | | | For example, if APP_UPGRADE contains "erts 7.3 7.3.1 [...]" then the documentation for erts-7.3 will be moved to erts-7.3.1, which resulted from patching a minor release. More than one module can be specified.
* Update to v5.24.0-RC1-2-gde1d2c7.mat2016-04-182-3/+3
| | | | | Changes: https://github.com/Perl/perl5/compare/v5.24.0-RC1...v5.24.0-RC1-2-gde1d2c7 Sponsored by: Absolight
* Fix a Perl security issue.mat2016-04-186-3/+301
| | | | | | | PR: 208879 Reported by: Sevan Janiyan Security: CVE-2016-2381 Sponsored by: Absolight
* - Pet portlintsunpoet2016-04-181-2/+2
|
* - Pet portlintsunpoet2016-04-181-2/+2
|
* - Pet portlintsunpoet2016-04-181-2/+2
|
* Make recent stage0 snapshot known to build system on DragonFlyriggs2016-04-171-1/+7
| | | | | | | Language changes require very recent stage0 snapshots to build rust 1.8.0. Upstream forgot to make these snapshots known to the build system. While this was patched for FreeBSD in r413501, it was missed for DragonFly. This changeset fixes this.
* Update to upstream version 1.8.0riggs2016-04-175-18/+30
| | | | | | | While on it: - Incorporate patch by jbeich (D5897) to allow build with gcc Differential Revision: https://reviews.freebsd.org/D5897
* lang/tcl86: add TEST_TARGET, DEBUG option, fix spacing in pkg-plistgahr2016-04-172-7/+6
|
* - Restore ?= which was removed in r412806sunpoet2016-04-161-1/+1
| | | | Approved by: portmgr (blanket)