aboutsummaryrefslogtreecommitdiff
path: root/lang
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 0.30.2Olivier Duchateau2016-07-262-6/+5
| | | | | | | | | | | - Replace CPPFLAGS and LDFLAGS by USES= localbase PR: 210440 Submitted by: myself Approved by: The GNOME team (timeout > 1 month) Notes: svn path=/head/; revision=419143
* lang/php55 lang/php56: Restore mail header patch in distinfoMark Felder2016-07-262-0/+4
| | | | | | | | | | Pointyhat: me Reported by: mat MFH: 2016Q3 Notes: svn path=/head/; revision=419135
* - Add LICENSE_FILECarlos J. Puga Medina2016-07-262-3/+6
| | | | | | | | | | | | | - Add PORTSCOUT to ignore invalid version - Update WWW in pkg-descr - Bump PORTREVISION Reviewed by: feld (mentor) Approved by: feld (mentor) Differential Revision: D7292 Notes: svn path=/head/; revision=419127
* lang/php70: Update from 7.0.8 to 7.0.9Torsten Zuehlsdorff2016-07-262-6/+5
| | | | | | | | | | | | | | | Changelog: http://www.php.net/ChangeLog-7.php#7.0.9 - take maintainer PR: 211251 Reported by: Markus Kohlmeyer <rootservice@gmail.com> Sponsored by: anyMOTION GRAPHICS GmbH Approved by: pi (mentor) MFH: 2016Q3 Notes: svn path=/head/; revision=419124
* lang/php55: Update to 5.5.38Mark Felder2016-07-262-7/+5
| | | | | | | | | Changelog: http://php.net/ChangeLog-5.php#5.5.38 MFH: 2016Q3 Notes: svn path=/head/; revision=419116
* lang/php56: Update to 5.6.24Mark Felder2016-07-262-6/+4
| | | | | | | | | | Changelog: http://php.net/ChangeLog-5.php#5.6.24 PR: 211290 MFH: 2016Q3 Notes: svn path=/head/; revision=419112
* Update to the 20160724 development snapshot of GCC 7.Gerald Pfeifer2016-07-262-4/+4
| | | | Notes: svn path=/head/; revision=419104
* lang/rust-nightly: Update to 1.12.0; snapshot from 2016-07-17Jean-Sébastien Pédron2016-07-268-44/+73
| | | | | | | | | Reviewed by: asomers, jbeich, riggs Approved by: jbeich, riggs Differential Revision: https://reviews.freebsd.org/D7275 Notes: svn path=/head/; revision=419100
* Reset miwi@'s ports, he stepped down from the Ports Team.Rene Ladan2016-07-252-2/+2
| | | | | | | With hat: portmgr-secretary Notes: svn path=/head/; revision=419057
* Update to the 20160721 snapshot of GCC 6.Gerald Pfeifer2016-07-252-4/+4
| | | | Notes: svn path=/head/; revision=419054
* Update to v5.25.3-14-g9648eab.Mathieu Arnold2016-07-255-10/+12
| | | | | | | | Changes: https://github.com/Perl/perl5/compare/v5.25.2-193-gef07b9e...v5.25.3-14-g9648eab Sponsored by: Absolight Notes: svn path=/head/; revision=419045
* Convert USE_OPENSSL to USES=ssl.Jimmy Olgeni2016-07-253-3/+3
| | | | Notes: svn path=/head/; revision=419037
* - Switch to options helpersDmitry Marakasov2016-07-2510-28/+32
| | | | | | | - Regenerate patches with `make makepatch` Notes: svn path=/head/; revision=419035
* Update to the 20160719 snapshot of GCC 5.4.1.Gerald Pfeifer2016-07-252-4/+4
| | | | Notes: svn path=/head/; revision=419034
* Update lang/erlang-runtime18 to version 18.3.4.2.Jimmy Olgeni2016-07-252-7/+9
| | | | | | | Convert USE_OPENSSL to USES=ssl. Notes: svn path=/head/; revision=419033
* Update to the 20160717 development snapshot of GCC 7.Gerald Pfeifer2016-07-242-4/+4
| | | | Notes: svn path=/head/; revision=419011
* Update lang/racket to version 6.6.Jimmy Olgeni2016-07-234-202/+117
| | | | Notes: svn path=/head/; revision=418948
* Update lang/racket-minimal to version 6.6.Jimmy Olgeni2016-07-234-184/+32
| | | | Notes: svn path=/head/; revision=418947
* Fix build on FreeBSD 11 and later.Hajimu UMEMOTO2016-07-212-0/+33
| | | | | | | | | Reported by: KIRIYAMA Kazuhiko <kiri [...] kx.openedu.org> Tested by: Kurt Jaeger <lists [...] opsec.eu>, "Herbert J. Skuhra" <herbert [...] mailbox.org> Notes: svn path=/head/; revision=418883
* lang/pypy: update to 5.3.1.David Naylor2016-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) Notes: svn path=/head/; revision=418864
* php 5.5 EOL happened on July 10thBaptiste Daroussin2016-07-201-0/+3
| | | | | | | time to deprecate php 5.5 and mark it for removal in a month Notes: svn path=/head/; revision=418855
* If DEFAULT_VERSIONS=php=* is set, then PHP_DEFAULT will be overriddenBryan Drewery2016-07-209-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. Notes: svn path=/head/; revision=418853
* - update libgd to 2.2.2Dirk Meyer2016-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 Notes: svn path=/head/; revision=418829
* We have a FreeBSD 12 now, copy stuff from FreeBSD 11 along.Mathieu Arnold2016-07-191-0/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=418785
* When there is a do-install target, do not use a post-install target, doMathieu Arnold2016-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 Notes: svn path=/head/; revision=418767
* Update to 1.6.3Julien Laffaye2016-07-182-3/+5
| | | | | | | Security: CVE-2016-5386 Notes: svn path=/head/; revision=418725
* - Mark BROKEN: no suitable checksum found for ↵Dmitry Marakasov2016-07-181-0/+2
| | | | | | | | | | rustc-1.9.0-x86_64-unknown-freebsd.tar.gz. Reported by: pkg-fallout Approved by: portmgr blanket Notes: svn path=/head/; revision=418716
* Don't echo in post-install, use pkg-message. Also, don't "fix"Mathieu Arnold2016-07-182-15/+14
| | | | | | | | | pkg-message in post-install, use SUB_FILES/SUB_LIST. Sponsored by: Absolight Notes: svn path=/head/; revision=418715
* Update to v5.25.2-193-gef07b9e.Mathieu Arnold2016-07-185-8/+10
| | | | | | | | Changes: https://github.com/Perl/perl5/compare/v5.25.2-92-g5bb5179...v5.25.2-193-gef07b9e Sponsored by: Absolight Notes: svn path=/head/; revision=418700
* Update to the 20160714 snapshot of GCC 6.Gerald Pfeifer2016-07-182-4/+4
| | | | Notes: svn path=/head/; revision=418686
* Update to the 20160707 snapshot of GCC 6.Gerald Pfeifer2016-07-172-4/+4
| | | | Notes: svn path=/head/; revision=418657
* Update to the 20160713 snapshot of GCC 4.9.4.Gerald Pfeifer2016-07-162-4/+4
| | | | Notes: svn path=/head/; revision=418632
* Update to the 20160712 snapshot of GCC 5.4.1.Gerald Pfeifer2016-07-162-4/+4
| | | | Notes: svn path=/head/; revision=418631
* Update to the 20160710 development snapshot of GCC 7.Gerald Pfeifer2016-07-162-4/+4
| | | | Notes: svn path=/head/; revision=418630
* Update lang/elixir to version 1.3.2.Jimmy Olgeni2016-07-153-15/+15
| | | | Notes: svn path=/head/; revision=418609
* lang/rust: Update distinfo.x86_64 for DragonFly supportJohn Marino2016-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) Notes: svn path=/head/; revision=418420
* - Switch to options helpersDmitry Marakasov2016-07-121-0/+2
| | | | Notes: svn path=/head/; revision=418417
* Fix build with PORT_LLVM OPTION; rust now requires LLVM 3.8Thomas Zander2016-07-111-1/+1
| | | | | | | Reported by: Kevin Oberman <rkoberman@gmail.com> via e-mail Notes: svn path=/head/; revision=418362
* Update lang/elixir to version 1.3.1.Jimmy Olgeni2016-07-113-212/+263
| | | | Notes: svn path=/head/; revision=418361
* Update to upstream version 1.10.0Thomas Zander2016-07-105-28/+17
| | | | Notes: svn path=/head/; revision=418298
* lang/python3*: Backport upstream issue 24557Bernard Spil2016-07-085-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 Notes: svn path=/head/; revision=418240
* Update to 3.6.1.2016.07.08.Tijl Coosemans2016-07-082-4/+5
| | | | Notes: svn path=/head/; revision=418239
* Update to 3.6.0.Tijl Coosemans2016-07-086-52/+9
| | | | Notes: svn path=/head/; revision=418238
* lang/tcl87: update to fossil checkin 4589a9d17c9575e7Pietro Cerutti2016-07-082-7/+7
| | | | | | | http://core.tcl.tk/tcl/timeline?from=c52fadac62&to=4589a9d17c9575e7 Notes: svn path=/head/; revision=418218
* Bump PORTREVISION for the icu revert.Mathieu Arnold2016-07-065-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 Notes: svn path=/head/; revision=418153
* Fix the opcache ports, the fact that they are zend extensions was ignored.Mathieu Arnold2016-07-063-3/+3
| | | | | | | | MFH: 2016Q3 Sponsored by: Absolight Notes: svn path=/head/; revision=418143
* lang/lua53: update to 5.3.3Pietro Cerutti2016-07-062-4/+4
| | | | Notes: svn path=/head/; revision=418130
* devel/icu: bump PORTREVISION on missing dependent portsPietro Cerutti2016-07-061-1/+1
| | | | | | | Reported by: rakuco Notes: svn path=/head/; revision=418128
* devel/icu: bump PORTREVISION on dependent portsPietro Cerutti2016-07-065-3/+5
| | | | Notes: svn path=/head/; revision=418119
* Remove expired ports without open PRs:Rene Ladan2016-07-0423-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 Notes: svn path=/head/; revision=418057