aboutsummaryrefslogtreecommitdiffstats
path: root/lang
Commit message (Collapse)AuthorAgeFilesLines
* Revert r466162, exp-run is still in progressantoine2018-04-013-10/+6
| | | | With hat: portmgr
* - Update to 3.6.5wen2018-04-013-6/+10
|
* - Update to 2.78.4wen2018-04-012-4/+4
|
* Update to version 1.4.6krion2018-04-013-7/+13
|
* Update to the 20180329 snapshot of GCC 7.3.1.gerald2018-03-312-4/+4
|
* Allow gcc compilers to be built on new arch 'powerpcspe'.linimon2018-03-3112-6/+114
| | | | | | | | Tested for no-harm on amd64. Submitted by: jhibbits Approved by: portmgr (tier-2 blanket) Differential Revision: D13126
* Disable dtrace usdt on armvX to fix builds on those platforms (as was alreadylinimon2018-03-313-6/+12
| | | | | | | | | | done for aarch64). Change is harmless on amd64. While here, sort OPTIONS. PR: 224271 Submitted by: mikael.urankar Approved by: portmgr (tier-2 blanket)
* Update to the 20180325 snapshot of GCC 8.gerald2018-03-302-4/+4
|
* Update to the 20180328 snapshot of GCC 6.4.1.gerald2018-03-302-4/+4
|
* Mark BROKEN, DEPRECATED and set EXPIRATION_DATE to 2018-04-30sunpoet2018-03-301-0/+4
|
* Update to 2.5.1sunpoet2018-03-307-10045/+9
| | | | | Changes: https://www.ruby-lang.org/en/news/2018/03/28/ruby-2-5-1-released/ Security: eb69bcf2-18ef-4aa2-bb0c-83b263364089
* Update to 2.3.7sunpoet2018-03-302-3/+9
| | | | | Changes: https://www.ruby-lang.org/en/news/2018/03/28/ruby-2-3-7-released/ Security: eb69bcf2-18ef-4aa2-bb0c-83b263364089
* Fix permissions in installed Qt5 header filestcberner2018-03-301-0/+1
| | | | | | | | | | | | | | | For the qt5-* ports bsd.qt.mk sets EXTRACT_AFTER_ARGS, and thereby does not get the normal default value of --no-same-owner --no-same-permissions passed when extracting. This lead to for example header files being installed (i.e. copied), with permissions group write permissions. Manually append that to the bsd.qt.mk shenanigans (also do the same in www/qt5-webchannel, which opts out of the bsd.qt.mk value) PR: 227027 Reported by: grarpamp@gmail.com
* Update to 2018-03-28bdrewery2018-03-302-4/+4
|
* lang/fpc: Set LLD_UNSAFEemaste2018-03-291-0/+1
| | | | | | | | | | | | | | fpc produces and needs to link an object file with invalid section header alignment, which lld refuses to do. The build fails with: /usr/bin/ld: error: x86_64/units/x86_64-freebsd/i_linux.o: \ invalid alignment of section headers Setting LLD_UNSAFE makes the port link with ld.bfd instead. PR: 222172 Approved by: portmgr (LLD_UNSAFE blanket) Sponsored by: The FreeBSD Foundation
* Use BINARY_ALIAS to make LLD_UNSAFE more widely applicableemaste2018-03-294-5/+1
| | | | | | | | | | Some ports do not honour $LD or -fuse-ld=bfd in $CFLAGS, but do invoke ld via $PATH. Automatically set BINARY_ALIAS+=ld=${LD} when LLD_UNSAFE is active to use ld.bfd for these ports. Approved by: portmgr (antoine) Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D14876
* Mark some ports broken with openssl-devel.mat2018-03-291-0/+2
| | | | Sponsored by: Absolight
* lang/php72: Update from 7.2.3 to 7.2.4tz2018-03-292-5/+5
| | | | Changelog: http://www.php.net/ChangeLog-7.php#7.2.4
* Update PHP 7.1 from 7.1.15 to 7.1.16tz2018-03-292-5/+5
| | | | Changelog: http://www.php.net/ChangeLog-7.php#7.1.16
* lang/php70: Update from 7.0.28 to 7.0.29tz2018-03-292-5/+5
| | | | Changelog: http://www.php.net/ChangeLog-7.php#7.0.29
* Update to 1.73.02krion2018-03-292-4/+4
| | | | | | | | Fix linking with ld.lld PR: 226985 Submitted by: emaste Approved by: portmgr (LLD_UNSAFE blanket)
* Switch to ld.bfd by default as ld.ldd doesn't have built-in defaultkrion2018-03-291-0/+2
| | | | | | | | output target. PR: 226987 Submitted by: emaste Approved by: portmgr (LLD_UNSAFE blanket)
* Switch to ld.bfd by default as ld.ldd doesn't have built-in defaultkrion2018-03-291-0/+2
| | | | | | | | output target. PR: 226991 Submitted by: emaste Approved by: portmgr (LLD_UNSAFE blanket)
* Switch to ld.bfd by default as ld.ldd doesn't have built-in defaultkrion2018-03-291-0/+2
| | | | | | | | output target. PR: 226988 Submitted by: emaste Approved by: portmgr (LLD_UNSAFE blanket)
* Update to 1.19.0knu2018-03-292-4/+4
| | | | | PR: 226381 Submitted by: Yasuhiro KIMURA
* In lang/ccl:olgeni2018-03-283-0/+39
| | | | | | | | | | - Explicitly include <machine/trap.h> for accessing T_PAGEFLT. - Use 'mc_flags' in mcontext_t to check for valid AVX state, rather than 'mc_trapno'. PR: 226809 Submitted by: jhb
* lang/myrddin: Fix build when ld is ld.lldtobik2018-03-281-1/+5
| | | | | | | | | | | ld: error: <internal>: section sh_addralign is not a power of 2 Myrddin's build system directly calls ld so LLD_UNSAFE can't work here. Workaround the issue by adding a binary alias to ld.bfd to fix the build for now. PR: 226986 Reported by: emaste
* lang/tcl85, lang/tcl86: remove MODULES optiongahr2018-03-274-28/+24
| | | | | | | | MODULES conflict with WITHOUT_MODULES from make.conf (see bug 226557). Moreover, they don't require any additional dependencies and their cost in terms of size is small wrt the total size of these ports. PR: 226557
* Update to v5.27.10-21-g811612a.mat2018-03-265-7/+9
| | | | Sponsored by: Absolight
* lang/ruby25: fix build with LibreSSL 2.7swills2018-03-261-0/+28
| | | | | PR: 226852 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
* Disable dtrace usdt on armvX. It causes link failures.linimon2018-03-253-0/+15
| | | | | | | | Regression-tested on amd64. PR: 224271 Submitted by: mikael.urankar Approved by: kwm (maintainer timeout)
* Remove expired port:rene2018-03-259-711/+0
| | | | 2018-03-19 lang/x10: Broken for more than 6 months
* Update to the 20180322 snapshot of GCC 7.3.1.gerald2018-03-242-4/+4
|
* Update to the 20180321 snapshot of GCC 6.4.1.gerald2018-03-242-4/+4
|
* Update lang/erlang-java to version 19.3.6.7.olgeni2018-03-232-3/+6
|
* Update lang/erlang-wx to version 19.3.6.7.olgeni2018-03-232-3/+6
|
* Update lang/erlang to version 19.3.6.7.olgeni2018-03-232-5/+9
|
* Update lang/erlang-runtime19 to version 19.3.6.7.olgeni2018-03-232-5/+9
|
* Update lang/erlang-runtime20 to version 20.3.2.olgeni2018-03-232-6/+10
|
* lang/rust: Update to 1.24.1dumbbell2018-03-232-5/+6
| | | | | | | | | The announcement is available on Rust blog: https://blog.rust-lang.org/2018/03/01/Rust-1.24.1.html There is a compilation error when it builds `clippy-driver` and `miri` but it apparently doesn't affect the result. There are probably optional tools/dependencies.
* devel/apr1: Bump portrevisionbrnrd2018-03-221-1/+1
| | | | | | | - Repair my rookie mistake of earlier today - Bump revision of dependent ports (again) Reported by: antoine
* devel/apr1: Fix runtime issues of dependent portbrnrd2018-03-221-1/+1
| | | | | | | | | | - iconv is in base in all supported FreeBSD versions - Fix build with MariaDB 10.2 [2] - Bump portrevision in dependencies PR: 226705 [1], 226026 [2] With hat: apache Approved by: joneum (apache)
* Update rust-nightly to 2018-03-21.bdrewery2018-03-224-443/+25
| | | | | The ABI patch and bootstrap patching are no longer needed on head after fixes fully upstreamed in https://github.com/rust-lang/rust/issues/42681.
* lang/opencoarrays: Update to 2.0.0yuri2018-03-213-9/+8
| | | | | | | | | | Port changes: * Change to DISTVERSION * Group USExx * Substitute PORTVERSION in pkg-plist PR: 226724 Submitted by: Anton Shterenlikht <as@cmplx.uk> (maintainer)
* Fix CCACHE_BUILD support.bdrewery2018-03-211-2/+4
|
* lang/c: Update to 0.11swills2018-03-202-3/+4
| | | | | PR: 226726 Submitted by: Neel Chauhan <neel@neelc.org> (maintainer)
* Use current signal code constants for SIGFPE rather than deprecated ones.jhb2018-03-201-0/+13
| | | | | | PR: 226661 Reviewed by: joemann@beefree.free.de (maintainer) Approved by: brooks
* Update to 0.4.21 release.ale2018-03-202-4/+5
|
* Update to v5.27.9-177-g8fe9e9e.mat2018-03-195-10/+15
| | | | Sponsored by: Absolight
* - Update to 2.4.14lwhsu2018-03-192-6/+6
|
* devel/oniguruma: Update to 6.8.1yuri2018-03-195-5/+5
| | | | Only changed the shared object version (forgotten on the previous release).
* Update to the 20180318 snapshot of GCC 8.gerald2018-03-192-4/+4
|
* Update lang/elixir to version 1.6.4.olgeni2018-03-192-6/+6
|
* Update lang/erlang-java to version 19.3.6.6.olgeni2018-03-192-3/+5
|
* Update lang/erlang-wx to version 19.3.6.6.olgeni2018-03-192-3/+5
|
* Update lang/erlang to version 19.3.6.6.olgeni2018-03-192-6/+13
|
* Update lang/erlang-runtime20 to version 20.3.1.olgeni2018-03-192-18/+15
|
* Update lang/erlang-runtime19 to version 19.3.6.6.olgeni2018-03-192-7/+15
|
* Update lang/erlang-runtime18 to version 18.3.4.8.olgeni2018-03-192-4/+6
|
* Update to upstream version 0.18.0riggs2018-03-195-29/+37
| | | | | PR: 226607 Submitted by: ports@nicandneal.net (maintainer)
* Mark as broken on aarch64.linimon2018-03-181-2/+4
| | | | | | While here, pet portlint. Approved by: portmgr (tier-2 blanket)
* Turn off DTRACE option by default for mips. It fails the exact same waylinimon2018-03-183-21/+12
| | | | | | | | that armvX do. While here, remove duplicate OPTIONS_EXCLUDE_aarch64 line, and sort. Approved by: portmgr (tier-2 blanket)
* devel/oniguruma: Update to 6.8.0yuri2018-03-185-5/+5
| | | | | | | | | | | Changelog: https://github.com/kkos/oniguruma/releases/tag/v6.8.0 Bumping 9 depending ports because oniguruma's interface actually changed in an incompatible way, see https://github.com/kkos/oniguruma/issues/79 , while the shared library lib/libonig.so.4.0.0 didn't change the revision number. This is a bug in the upstream release.
* New port: lang/mujs: Embeddable Javascript interpreter in Cyuri2018-03-185-0/+65
|
* Update to the 20180315 snapshot of GCC 7.3.1.gerald2018-03-172-5/+4
|
* Update to the 20180314 snapshot of GCC 6.4.1.gerald2018-03-172-5/+4
|
* Update to the 20180311 snapshot of GCC 8.gerald2018-03-172-5/+4
|
* Add missing SHEBANG_FILESbdrewery2018-03-161-2/+40
|
* lang/php70: Update from 7.0.27 to 7.0.28tz2018-03-162-4/+4
| | | | | | Changelog: http://www.php.net/ChangeLog-7.php#7.0.28 MFH: 2018Q1
* This built for me on the most recent armv7 run. Let's try it onlinimon2018-03-151-2/+0
| | | | | | the cluster on armv6 again. Approved by: portmgr (tier-2 blanket)
* Remove Ego-Lines from fernape's portsfernape2018-03-141-1/+0
| | | | | Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D14668
* - Limit python version, fix build with python3 as defaultamdmi32018-03-141-1/+1
| | | | Approved by: portmgr blanket
* lang/pharo: Reset maintainertobik2018-03-131-1/+1
| | | | | | PR: 220536 Submitted by: azathoth <gothorium@mail.com> Approved by: maintainer timeout (> 6 months)
* Update MAINTAINER to new FreeBSD.org accountfernape2018-03-131-1/+1
| | | | | | | | Update MAINTAINER email address for Fernando Apesteguia from fernando.apesteguia@gmail.com Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D14668
* Update py-sip to 4.19.8 and qscintilla2 to 2.10.3tcberner2018-03-131-1/+1
| | | | | PR: 226487 Exp-run by: antoine
* Update KDE Frameworks to 5.44tcberner2018-03-131-3/+3
| | | | | PR: 226498 Exp-run by: antoine
* Update to v5.27.9-137-g5d70f8f.mat2018-03-122-4/+4
| | | | Sponsored by: Absolight
* Update PHP 7.1 from 7.1.14 to 7.1.15tz2018-03-122-4/+4
| | | | | | Changelog: http://www.php.net/ChangeLog-7.php#7.1.15 MFH: 2018Q1
* Update security/mbedtls to 2.7.1.tijl2018-03-121-1/+1
| | | | | PR: 226550 MFH: 2018Q1
* Expand _LICENSE_PERMS_DEFAULTsunpoet2018-03-121-1/+1
| | | | Approved by: portmgr (blanket)
* Migrate USE_APACHE to USES= apachebrnrd2018-03-124-4/+4
| | | | | | - Following migration of Mk/bsd.apache.mk to Mk/Uses/apache.mk With hat: apache
* Mk/Uses/apache.mk: Migrate Mk/bsd.apache.mk to Usesbrnrd2018-03-114-4/+4
| | | | | | | | | | | | | - Chase required changes in framework (bsd.sanity.mk, bsd.port.mk) - Chase required changes in ports (version checks) - Chase required changes in PHP ports (include bsd.apache.mk) - exp-run by antoine, brnrd, joneum PR: 223691 (exp-run) Reviewed by: joneum (hat apache), mat (portmgr), antoine (portmgr) Approved by: joneum (hat apache) Approved by: portmgr With hat: apache
* Return maho@'s ports to the pool after his commit bit expired.rene2018-03-111-1/+1
| | | | With hat: portmgr
* Disable dtrace usdt on armv6, armv7 and aarch64, for lang/php* ports.linimon2018-03-113-8/+21
| | | | | | | Tested for no regression on amd64. PR: 224271 Approved by: tz (maintainer)
* Mark as broken on aarch64/12.linimon2018-03-111-0/+2
| | | | | PR: 224444 Approved by: ericturgeon.bsd@gmail.com (maintainer timeout, 2 months)
* - Update security/polarssl13 to 1.3.22.tijl2018-03-111-1/+1
| | | | | | | - Update security/mbedtls to 2.7.0 and bump dependent ports. MFH: 2018Q1 Security: https://tls.mbed.org/tech-updates/security-advisories/mbedtls-security-advisory-2018-01
* Bump PORTREVISIONs of all users of math/mpc that we just updated togerald2018-03-1135-28/+39
| | | | version 1.1.0 (via revision 464079).
* Bump PORTREVISION due upgrade of devel/boehm-gc to 7.6.4cpm2018-03-107-5/+7
| | | | | | | PR: 225560 Submitted by: Yasuhiro KIMURA <yasu@utahime@org> Reviewed by: cpm Approved by: portmgr (antoine)
* Fix bootstrap for 12 after r464065cpm2018-03-102-7/+8
| | | | Submitted by: Greg V <greg@unrelenting.technology> (maintainer)
* lang/neko: Update to 2.2.0yuri2018-03-103-20/+30
| | | | | | | | | | | | | | | | Port changes: * Changed to DISTVERSION * Added LICENSE_FILE * Simplified BUILD_DEPENDS * Added to LIB_DEPENDS * USES=cmake:outsource * Added USES=mysql * Added the options APACHE UI PR: 226183 Submitted by: Marcin Cieślak <saper@saper.info> (original version) Submitted by: Petr Penzin <penzin.dev@gmail.com> (maintainer, accepted version) Approved by: tcberner (mentor, implicit)
* Fix WITH_CCACHE_BUILD when using Poudriere's ccache-memcached support.bdrewery2018-03-101-1/+1
|
* lang/tcl87: simplify Makefile and patches, remove obsolete OPTIONs, bumpgahr2018-03-094-132/+81
|
* Update to the 20180308 snapshot of GCC 7.3.1.gerald2018-03-092-4/+4
|
* Update lang/elixir to version 1.6.3.olgeni2018-03-092-6/+6
|
* - Fix kevent on head by binding to the old ABI symbol version.bdrewery2018-03-093-1/+78
| | | | | | | - Add some context in the patches for where they came from. They need to be in 1 patch due to needing to use the .orig file for fixing up checksums. Obtained from: rust upstream
* Update to 2018-03-06bdrewery2018-03-095-89/+4
|
* Update to the 20180307 snapshot of GCC 6.4.1.gerald2018-03-092-4/+4
|
* Introduce PHP flavors.mat2018-03-094-4/+4
| | | | | | | | | | | | | | Ports using USES=php:phpize, php:ext, php:zend, and php:pecl are now flavored. They will automatically get flavors (php56, php70, php71, php72) depending of the versions they support (set with IGNORE_WITH_PHP). As a consequence, ports using USES=pear and USES=horde are also flavored. PR: 226242 Submitted by: mat Exp-run by: antoine Approved by: portmgr Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D14208
* Update lang/elixir to version 1.6.2.olgeni2018-03-063-21/+21
|
* Update to the 20180308 snapshot of GCC 8.gerald2018-03-062-4/+4
|
* Update to v5.27.9-99-g8e4ae0f.mat2018-03-054-5/+7
| | | | Sponsored by: Absolight
* lang/seed7: update to 05_20180304gahr2018-03-053-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 20180304: - In fil_rtl.c and ut8_rlt.c the functions filLineRead, filWordRead, ut8LineRead and ut8WordRead have been improved to use getc_unlocked() instead of getc(). This way the performance of the functions has been improved by a factor of 2 (filLineRead has been measured with gcc and valgrind). - In listutl.c the performance of the function copy_list has been improved by 15% (measured with gcc and valgrind). - In getf.s7i the performance of the function readf has been improved by a factor of 4 (measured with gcc and valgrind). - The functions free_helem and free_hash in hshlib.c have been improved to stop searching for helems as soon as the last helem has been freed. This improves the performance free_hash by 36% (measured with gcc and valgrind). - In fil_rtl.c the function read_and_alloc_stri and filGets have been improved to have less usages of err_info and num_of_chars_read. - In soc_rtl.c the function receive_and_alloc_stri has been improved to have less usages of err_info and better logError messages. - In hsh_rtl.c and hshlib.c the function create_hash has been improved to use memset to initialize empty hash tables. - The functions bstCmp, genericCmp, ptrCmp, rflCmp and typCmp have been improved to use a result variable named signumValue. - Interpreter and compiler have been improved to support the actions ACT_ICONV1, ACT_ICONV3, INT_ICONV1, INT_ICONV3 and REF_HSHLENGTH. - The libraries integer.s7i, bin32.s7i, bin64.s7i, category.s7i and graph.s7i have been improved to use the new primitive actions. - The function boolean(), which converts a string to a boolean value, has been added to boolean.s7i. - The function char(), which converts a string to a char value, has been added to char.s7i. - The function float(), which converts a string to a float value, has been added to float.s7i. - The compiler has been improved to support the actions ACT_GEN and TYP_VARFUNC. - The compiler now uses the function process_call_by_name_expr to create code for loop conditions, loop bodies and other call by name parameters. - The functions process_match and process_inline_param have been added to the compiler. - The compiler has been improved to implement functions, which just call one of the special actions HSH_CONTAINS, HSH_EXCL, HSH_INCL, HSH_KEYS, SET_BASELIT, SET_CONV, SET_ELEM, SET_EXCL, SET_INCL, SET_NOT_ELEM, as inline functions. This allows optimizations for the types set of char and set of string. - The compiler has been improved to optimize the action HSH_CONTAINS, when the hash table is constant. - The compiler optimizations for the actions SET_ELEM and SET_NOT_ELEM have been improved. - A test, that checks for-loops over hash tables, has been added to chkhsh.sd7.
* Mark BROKEN: fails to buildantoine2018-03-051-0/+2
| | | | | | | | | | | | | | | CXX(target) /wrkdirs/usr/ports/lang/v8-devel/work/v8-3.27.7/out/native/obj.target/v8_base/src/accessors.o In file included from ../src/accessors.cc:5: In file included from .././src/v8.h:29: .././include/v8.h:5690:54: error: 'CreateHandle' is a protected member of 'v8::HandleScope' return Handle<T>(reinterpret_cast<T*>(HandleScope::CreateHandle( ~~~~~~~~~~~~~^~~~~~~~~~~~ .././include/v8.h:820:29: .././src/ast.h:915:15: error: 'ComputeFeedbackSlotCount' overrides a member function but is not marked 'override' [-Werror,-Winconsistent-missing-override] virtual int ComputeFeedbackSlotCount() { return 1; } ^ Reported by: pkg-fallout
* Update to version 1.4.5krion2018-03-052-6/+6
|
* Update to the 20180301 snapshot of GCC 7.3.1.gerald2018-03-042-4/+4
|
* Update to the 20180225 snapshot of GCC 8.gerald2018-03-042-4/+4
|
* Update to the 20180228 snapshot of GCC 6.4.1.gerald2018-03-042-4/+4
|
* Work around the lack of definition of union semun per POSIX.brooks2018-03-033-0/+22
| | | | | | | | | | | | When feasible do this by adding -D_WANT_SEMUN to CFLAGS or CXXFLAGS. Where this fails due to ports not honoring C*FLAGS, patch using __FreeBSD_version to enable the definition. PR: 224300, 224443 (exp-run) Approved by: portmgr (antoine) Exp-run: antoine Sponsored by: DARPA, AFRL Differential Revision: https://reviews.freebsd.org/D14137
* lang/php72: Update from 7.2.2 to 7.2.3tz2018-03-022-4/+4
| | | | | | Changelog: http://www.php.net/ChangeLog-7.php#7.2.3 MFH: 2018Q1
* Update to 5.6.34 release.ale2018-03-022-4/+4
|
* Revert r462630, it introduced regressionsantoine2018-03-021-2/+0
| | | | | PR: 226135 With hat: portmgr
* Revert r463321, it breaks lang/python27 on at least vanilla FreeBSD 10.xantoine2018-03-021-11/+5
| | | | | Reported by: pkg-fallout With hat: portmgr
* lang/python27: Fix build regressionkoobs2018-03-011-5/+11
| | | | | | | | | | | | | | | | | | | r462630 added OpenSSL include/library paths to CFLAGS/LIBS which caused the _elementtree and pyexpat modules to fail to build. Adding paths to CFLAGS is known to cause issues [1]. Accordingly: - Switch to using CPPFLAGS for OpenSSL include/library paths (like NLS). - Move the comment describing why this is necessary to the top of the port with reasonable warning about what can happen and why. [1] https://svnweb.freebsd.org/ports?view=revision&revision=326729 PR: 226135, 222795) Reported by: many Reviewed by: sunpoet (python) Approved by: koobs (python)
* Update to 2018-02-28bdrewery2018-03-013-19/+18
|
* Sort distinfo file (NOP)bdrewery2018-03-011-11/+11
|
* Respect LUA_PKGNAMEPREFIXsunpoet2018-02-281-7/+6
| | | | - Convert to options target helper
* devel/hugs: workaround to fix build on currenttcberner2018-02-281-1/+7
| | | | | | | | runhugs binary crashes when compiled with -O2 on i386 12-CURRENT system. Workaround it by compiling with -O0 Submitted by: Gleb Popov <6yearold_gmail.com> Differential Revision: https://reviews.freebsd.org/D14187
* Switch some MASTER_SITES from http/ftp to https.mat2018-02-271-1/+1
| | | | | | | | Also some cleanup of dead entries. PR: 226203 Submitted by: Sam H Sponsored by: Absolight
* - Fix shebangsamdmi32018-02-271-2/+3
| | | | Approved by: portmgr blanket
* Update to v5.27.8-403-g9fa1876.mat2018-02-262-4/+4
| | | | Sponsored by: Absolight
* Support WITH_CCACHE_BUILD for bundled LLVMbdrewery2018-02-252-0/+10
|
* Confirmed i386 buildsbdrewery2018-02-251-1/+1
|
* - Update to 0.9.0.1ashish2018-02-253-6/+15
|
* Remove p5-Test-Pod and p5-Pod-Coverage from TEST_DEPENDSadamw2018-02-251-13/+2
| | | | | Test::Pod and Pod::Coverage are developer-only. They're not for end-user testing.
* Revert r462854 and r462855 and unbreakantoine2018-02-251-1/+1
| | | | With hat: portmgr
* lang/alchemist.el: unbreak build with flavors.olgeni2018-02-251-1/+1
|
* lang/spec.alpha: New port; library dependency for Clojure 1.9jrm2018-02-254-0/+45
| | | | | PR: 224251 Submitted by: Jens Grassel <jan0sch@mykolab.com> (maintainer)
* Update to the 20180222 snapshot of GCC 7.3.1.gerald2018-02-242-4/+4
|
* Show progress while building.adamw2018-02-241-1/+1
| | | | | | It doesn't show much, but it least gives an idea what it's chewing on. Approved by: maintainer (greg unrelenting technology)
* lang/neko: Migrate to USE_APACHE_BUILDbrnrd2018-02-241-1/+2
| | | | Approved by: hat apache@
* Do not override PLIST_SUB set by the frameworkantoine2018-02-241-2/+2
| | | | Reported by: pkg-fallout (via fpc-symbolic)
* Didn't mean to set FILESDIR in r462771.bdrewery2018-02-241-1/+0
|
* Apply the proper patches, namely the needed llvm-config one.bdrewery2018-02-241-0/+2
| | | | | | In r462769 I incorrectly changed PATCHDIR, after a build test, thinking it was wrong. The note about PATCHDIR in the commit message was wrong as the patches were already coming from the lang/rust-nightly/files dir.
* Actually I didn't get i386 tested yetbdrewery2018-02-241-1/+1
|
* Unbreak on i386/amd64 and update to 1.25.0-2018-02-19bdrewery2018-02-2412-71/+562
| | | | | | | | | | | | - Stop using git to build as it is unmaintainable due to submodules, but more importantly because src/vendor is no longer bundled. Just fetch the source already generated that has all dependencies bundled. It may be a bit slower to get updates but is far more maintainable. - Copy all patches to lang/rust-nightly/files since they may not always apply exactly between both versions. - Add in patch for llvm-config getting -lexecinfo wrong, this is in review with LLVM at https://reviews.llvm.org/D42702. - Bring in other random updates from lang/rust.
* No need to actually recompress rust-std, libarchive does the right thingbdrewery2018-02-241-1/+1
|
* Newer versions (rust-nightly 2018-02-19) pack multiple .o files intobdrewery2018-02-241-1/+1
| | | | libstd. We only need to patch one of them.
* Reset vg@'s ports after he resigned.rene2018-02-241-1/+1
| | | | With hat: portmgr-secretary
* Update to the 20180221 snapshot of GCC 6.4.1.gerald2018-02-232-4/+4
|
* lang/rust: unbreak on aarch64 after r459911jbeich2018-02-231-0/+60
| | | | | | | | | | | | gmake: Leaving directory '.../aarch64-unknown-freebsd/release/build/rustc_binaryen-cfb76adb9420e94c/out/build' --- stderr c++: error: the clang compiler does not support '-march=native' c++: error: the clang compiler does not support '-march=native' PR: 225600 Reported by: Gergely Czuczy, pkg-fallout Obtained from: upstream (binaryen 1.37.35) Approved by: portmgr blanket
* Mark BROKEN_SSL=openssl-develsunpoet2018-02-231-0/+2
| | | | | | | We backported an upstream patch for NPN detection (bpo-30622) in r461919 but it is not enough. This port still fails to build with OpenSSL 1.1.0. Tested by: brnrd, sunpoet (myself)
* Fix build with OpenSSL 1.1.0 (security/openssl-devel)sunpoet2018-02-231-0/+2
| | | | | | This is a follow up commit of r461915. MFH: 2018Q1
* Give the KDE SC4 applications ports a -kde4 suffixtcberner2018-02-235-2/+2
| | | | | | | | | | In order to make room for the up-to-date version of the KDE Desktop and its applications move the KDE Application ports based on Qt4. PR: 225992 Exp-run by: antoine Reviewed by: rakuco, adridg Differential Revision: https://reviews.freebsd.org/D14413
* Use https for fetching bootstrap packagesbdrewery2018-02-221-1/+1
|
* PORT_LLVM was removed in lang/rustbdrewery2018-02-221-8/+0
|
* Add lang/ponyc, Pony language compilerlwhsu2018-02-226-0/+426
| | | | | | | | This version includes updates from swills, Greg V <greg@unrelenting.technology> and me. PR: 205444 Submitted by: Franz Bettag <franz@bett.ag>
* Remove dependency on the python metaportantoine2018-02-222-5/+5
| | | | | PR: 225752 Submitted by: Yasuhiro KIMURA
* Update to 1.50.tobez2018-02-212-4/+4
|
* Fix pkg-plist. The library version depends on the GCC version.tijl2018-02-212-3/+9
| | | | Reported by: jhale
* Fix bootstrap for 12lwhsu2018-02-212-4/+4
| | | | | PR: 226057 Submitted by: Greg V <greg@unrelenting.technology> (maintainer)
* lang/rust: Update to 1.24.0dumbbell2018-02-203-39/+28
| | | | | | | The announcement is available on Rust blog: https://blog.rust-lang.org/2018/02/15/Rust-1.24.html PR: 225582
* Update to 1.9.3.tijl2018-02-204-16/+19
| | | | | PR: 222585 Submitted by: Anton Shterenlikht <as@cmplx.uk> (maintainer)
* Update to v5.27.8-323-g7e55bd9.mat2018-02-194-6/+9
| | | | Sponsored by: Absolight
* Add lang/crystal, language with Ruby-like syntax and static type checkinglwhsu2018-02-199-0/+1040
| | | | | PR: 224459 Submitted by: Greg V <greg@unrelenting.technology>
* Reduce dependency on the python2 metaportantoine2018-02-196-8/+9
| | | | | PR: 225752 Submitted by: Yasuhiro KIMURA
* Mark broken on armv7 the same way as armv6, after local testing.linimon2018-02-191-5/+5
| | | | | | While here, pet portlint. Approved by: portmgr (tier-2 blanket)
* Update to 2.4.13.vanilla2018-02-182-6/+6
|
* Fix typosunpoet2018-02-181-1/+1
|
* Revert r462121sunpoet2018-02-181-1/+1
| | | | | Suggested by: cy Reference: https://lists.freebsd.org/pipermail/svn-ports-all/2018-February/174892.html
* Update QScintilla 2.10.2.rakuco2018-02-181-2/+2
| | | | | | | | | | | Upstream has renamed its libraries and we no longer need to patch devel/qscintilla-qt5 to create a library whose name does not conflict with devel/qscintilla's. However, the library names are different so we need to bump PORTREVISION in several ports (the SOVERSION has changed too). Thanks to antoine for the exp-run. PR: 225928
* Deprecate ports broken for more than 6 monthsantoine2018-02-182-0/+4
|
* lang/chibi-scheme: Portscout, please ignore the bad 'stable' upstream tagtobik2018-02-171-0/+2
|
* Use BROKEN_SSLsunpoet2018-02-171-7/+3
| | | | Approved by: portmgr (blanket)
* Use BROKEN_SSLsunpoet2018-02-171-7/+3
| | | | Approved by: portmgr (blanket)
* Remove unnecessary patchessunpoet2018-02-171-1/+1
| | | | | | | We do not need to patch those files which will be regenerated during build. Reference: https://bugs.ruby-lang.org/issues/14261 PR: 225470
* Fix typosunpoet2018-02-171-1/+1
|
* Fix typosunpoet2018-02-171-1/+1
|
* lang/rust: Grep `std-$hash.*.o` name from `libstd-*.rlib`dumbbell2018-02-171-1/+1
| | | | | | The suffix of that file changed in recent versions of Rust and it's changing again between Rust 1.23.0 and 1.24.0. So let's grep the filename from the list of files contained in the ar archive.
* Upgrade lang/vala to 0.36.12:truckman2018-02-172-4/+4
| | | | | | | | | | | | | | | | | | | 0.36.12 - manual: Update from wiki.gnome.org - compiler: Prefix headers for set_cheader_override() if includedir is given - codegen: Avoid critical when connecting dynamic signals - codegen: Fix GDestroyNotify of delegate parameters in delegate declaration 0.36.11 * Regression fix - codegen: Don't try to infer error argument on async begin methods [#793158] This was a regression introduced by [#614294] PR: 225947 Reported by: Ryan Stark <rstark@rackspace.com>, cpm
* Update to the 20180211 snapshot of GCC 8.gerald2018-02-172-4/+4
|
* Update to the 20180215 snapshot of GCC 7.3.1.gerald2018-02-172-4/+4
|
* Update to the 20180214 snapshot of GCC 6.4.1.gerald2018-02-172-4/+4
|
* - Update to 1.10jlaffaye2018-02-173-93/+582
|
* Clean up ARCH statementsunpoet2018-02-161-1/+1
| | | | | | PR: 223985 Submitted by: linimon MFH: 2018Q1
* lang/chibi-scheme: Update to 0.8tobik2018-02-164-12/+121
| | | | Changes: https://github.com/ashinn/chibi-scheme/compare/0.7.3...0.8
* lang/ruby25: apply upstream patch to fix segfaultswills2018-02-165-0/+10042
| | | | | | | PR: 225470 Submitted by: Charlie Li <ml+freebsd@vishwin.info> Obtained from: https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=61523 Differential Revision: https://reviews.freebsd.org/D14073
* Update KDE Frameworks to 5.43.0tcberner2018-02-161-3/+3
| | | | | | | PR: 225869 Exp-run by: antoine Reviewed by: rakuco Differential Revision: https://reviews.freebsd.org/D14287
* security/openssl-devel: Remove BROKEN from some portsbrnrd2018-02-151-7/+1
| | | | | | | | | | | | | | | | | | | | | * databases/freetds: Fixed 2017-02-14 * databases/postgresql10-server: Fixed 2016-09-15 [1] * ftp/lftp: Fixed in 4.8.0 * ftp/proftpd: Fixed in 1.3.5c * ftp/wget: Fixed in 1.19.3 [2] * lang/erlang-runtime20: Fixed in 20.0 * net/socat: Fixed in 1.7.3.2 * security/libssh2: Fixed in 1.8.0 [3] * security/p5-Crypt-OpenSSL-X509: Fixed in 1.8.8 * sysutils/bacula9-server: Fixed in 9.0.6 * www/nginx: Fixed in 1.9.14 * Bulk build OK 10.3/11.1 both i386 and amd64: - multimedia/librtmp - net/libvncserver - www/lynx PR: 225875 [1], 225872 [2], 225873 [3]
* Fix build with OpenSSL 1.1.0 (security/openssl-devel)sunpoet2018-02-151-0/+118
| | | | | | | | Reference: https://bugs.python.org/issue30622 https://github.com/python/cpython/commit/b2d096bd2a5ff86e53c25d00ee5fa097b36bf1d8 PR: 225882 Submitted by: brnrd MFH: 2018Q1
* Remove BROKEN_SSL=openssl-develsunpoet2018-02-151-2/+0
| | | | | | PR: 225871 Submitted by: brnrd MFH: 2018Q1
* Fix build with OpenSSL 1.1.0 (security/openssl-devel)sunpoet2018-02-152-2/+145
| | | | | | | | | | | - Remove BROKEN_SSL=openssl-devel Reference: https://bugs.python.org/issue30622 https://github.com/python/cpython/commit/b2d096bd2a5ff86e53c25d00ee5fa097b36bf1d8 https://github.com/python/cpython/commit/af64aff9f7de2ee60c20bfb331e8a00ea0521c1e PR: 225870 Submitted by: brnrd MFH: 2018Q1
* Fix build with OpenSSL 1.1.0 (security/openssl-devel)sunpoet2018-02-152-2/+128
| | | | | | | | | | - Remove BROKEN_SSL=openssl-devel Reference: https://bugs.python.org/issue30622 https://github.com/python/cpython/commit/b2d096bd2a5ff86e53c25d00ee5fa097b36bf1d8 PR: 222795 Submitted by: brnrd MFH: 2018Q1
* Fix documentation build error (makeinfo)johans2018-02-151-0/+11
| | | | | PR: 222523 Submitted by: 1wkmmr@gmail.com
* PyQt: Unconditionally install the .pyi filesrakuco2018-02-152-2/+2
| | | | | | | | | | | | | | r460809 started installing .pyi with the %%PYTHON3%% substitution in the plists. Support for .pyi files was added in Python 3.5, and PyQt's configure.py only installs the files on Python >= 3.5. This patch removes the version checks from configure.py (the files are just unused in earlier Python versions), as it is easier than checking Python 3's version in each PyQt port's Makefile (or to add the logic to Mk/Uses/pyqt.mk). PR: 225773 Reviewed by: tcberner Differential Revision: https://reviews.freebsd.org/D14361
* Add distinfo for python 3.4 and 3.6 documentationantoine2018-02-141-41/+17
| | | | For python 3.5 I have 404 errors
* Silence patch messagessunpoet2018-02-131-1/+1
|
* Silence patch messagessunpoet2018-02-131-1/+1
|
* Silence patch messagessunpoet2018-02-131-1/+1
|
* Silence patch messagessunpoet2018-02-131-2/+2
|
* Update to v5.27.8-251-gc16e7f9.mat2018-02-122-4/+4
| | | | Sponsored by: Absolight
* Remove over-patched shebang fix of Lib/cgi.pysunpoet2018-02-121-2/+0
| | | | | | | The change from /usr/local/bin/python to /usr/local/bin/python3.6 is already done by USES=shebangfix. % head -1 /usr/local/lib/python3.6/cgi.py #!/usr/local/bin/python3.63.6
* Update to 3.5.5sunpoet2018-02-125-29/+33
| | | | | | | | | | | | | - Update Makefile and PLIST to be similar with python36 - Sort USES - Remove CPE_*: all of them are default values - Update PLIST_FILES: do not use %% - Remove over-patched shebang fix of Lib/cgi.py - Update http:// links in Makefile comments and patch files Changes: https://docs.python.org/3.5/whatsnew/changelog.html Security: 0fe70bcd-2ce3-46c9-a64b-4a7da097db07 MFH: 2018Q1
* Update to 3.4.8sunpoet2018-02-128-4937/+4951
| | | | | | | | | | | | | | | | - Set PORTNAME to python and add PKGNAMESUFFIX - Update Makefile and PLIST to be similar with python36 - Sort USES - Remove CPE_*: all of them are default values - Update PLIST_FILES: do not use %% - Fix shebang: - Update SHEBANG_FILES - Remove over-patched shebang fix of Lib/cgi.py - Update http:// links in Makefile comments and patch files Changes: https://docs.python.org/3.4/whatsnew/changelog.html Security: 0fe70bcd-2ce3-46c9-a64b-4a7da097db07 MFH: 2018Q1
* Set PORTNAME to python and add PKGNAMESUFFIXsunpoet2018-02-122-11/+9
| | | | | | - Sort USES - Remove CPE_*: all of them are default values - Update http:// links in Makefile comments and patch files
* Clean up Makefilesunpoet2018-02-112-20/+19
| | | | | | | | - Move BROKEN_SSL upward - Sort USES - Remove CPE_*: all of them are default values - Update PLIST_FILES: do not use %% - Update http:// links in Makefile comments and patch files
* Update to the 20180208 snapshot of GCC 7.3.1.gerald2018-02-112-4/+4
|
* Depend on llvm40 package instead of clang40 binaryantoine2018-02-111-2/+2
|
* Rename KDE4 meta portstcberner2018-02-101-1/+1
| | | | | | | | | | | This is done for * consistency, * and to simplify the import of the newer KDE Plasma5 desktop and KDE applications Bumps the dependencies. Reviewed by: adridg Differential Revision: https://reviews.freebsd.org/D12979
* Add a run dependency on llvm40, some binaries link against libLLVMantoine2018-02-101-1/+2
| | | | Reported by: pkg-fallout (via devel/dub)
* Switch C compiler used to compile GHC to base Clang.tcberner2018-02-107-15/+48
| | | | | | | | | | | | This removes build dependency on gcc and runtime dependency on gcc's runtime libraries. Big thanks to Gleb for working on this. PR: 225185 Submitted by: Gleb Popov <6yearold@gmail.com> Exp-run by: antoine Reviewed by: pgj Differential Revision: https://reviews.freebsd.org/D12043
* devel/icu: drop C++98 compatibility workaroundsjbeich2018-02-092-2/+20
| | | | | | | | Now that both USE_GCC and -CURRENT default to C++14 there's little reason to complicate maintenance. Revert r449685 to usher consumers into post-C++11 world. PR: 222433 222434 222435
* Update to the 20180204 snapshot of GCC 8.gerald2018-02-092-4/+4
|
* Update to the 20180207 snapshot of GCC 6.4.1.gerald2018-02-092-4/+4
|
* Update to 1.9.4jlaffaye2018-02-093-4/+6
|
* lang/expect: update to 5.45.4gahr2018-02-087-538/+1248
| | | | | | | Announcement: https://sourceforge.net/p/tcl/mailman/message/36215275/ While at it, set LICENSE and import TEA 3.10 (which fixes the shared library generation).
* lang/expect: revert upgrade to 5.45.4, will need some more timegahr2018-02-081-4/+2
|
* lang/expect: update to 5.45.4gahr2018-02-082-1/+5
| | | | Announcement: https://sourceforge.net/p/tcl/mailman/message/36215275/
* - Fix shebangsamdmi32018-02-071-4/+5
| | | | | | - Switch to options helpers Approved by: portmgr blanket
* lang/beignet: always bypass LLVM tools autodetectionjbeich2018-02-072-29/+4
| | | | | | | | | | | | | | | | $ MESA_LLVM_VER=-devel make all DISABLE_MAKE_JOBS= [...] -- LLVM llvm-config found at: /usr/local/bin/llvm-config-devel -- find unstable LLVM version 7.0.0svn [...] [1/269] cd /wrkdirs/usr/ports/lang/beignet/work/Beignet-1.3.2-Source/backend/src/libocl && mkdir -p /wrkdirs/usr/ports/lang/beignet/work/Beignet-1.3.2-Source/backend/src/libocl//usr/local/lib/beignet// && LLVM_AS_EXECUTABLE-NOTFOUND -o /wrkdirs/usr/ports/lang/beignet/work/Beignet-1.3.2-Source/backend/src/libocl//usr/local/lib/beignet//ocl_barrier.bc /wrkdirs/usr/ports/lang/beignet/work/Beignet-1.3.2-Source/backend/src/libocl/src/ocl_barrier.ll FAILED: backend/src/libocl/usr/local/lib/beignet/ocl_barrier.bc cd /wrkdirs/usr/ports/lang/beignet/work/Beignet-1.3.2-Source/backend/src/libocl && mkdir -p /wrkdirs/usr/ports/lang/beignet/work/Beignet-1.3.2-Source/backend/src/libocl//usr/local/lib/beignet// && LLVM_AS_EXECUTABLE-NOTFOUND -o /wrkdirs/usr/ports/lang/beignet/work/Beignet-1.3.2-Source/backend/src/libocl//usr/local/lib/beignet//ocl_barrier.bc /wrkdirs/usr/ports/lang/beignet/work/Beignet-1.3.2-Source/backend/src/libocl/src/ocl_barrier.ll /bin/sh: LLVM_AS_EXECUTABLE-NOTFOUND: not found ninja: build stopped: subcommand failed. *** Error code 1 MFH: 2018Q1
* - Fix shebang for scan-view scriptamdmi32018-02-071-2/+3
| | | | | | - Add run-dependency on python because of the named script Approved by: portmgr blanket
* - Limit python version with 2.7, fails with python3:amdmi32018-02-071-2/+3
| | | | | | | | | | | checking for python >= 2.5... File "<string>", line 1 import sys; print sys.version.split()[0] ^ SyntaxError: invalid syntax - Fix shebang in scan-view script Approved by: portmgr blanket
* Revert removal of llvm 3.4 it is still in used by audio/faustbapt2018-02-0617-0/+998
|
* Remove llvm and clang 3.4 which are not in use anymorebapt2018-02-0617-998/+0
|
* Update SWI Prolog to 7.6.4johans2018-02-053-5/+5
|
* Update to v5.27.8-154-g4bfb553.mat2018-02-053-6/+6
| | | | Sponsored by: Absolight
* Bump PORTREVISION in the PyQt5 ports after r460809.rakuco2018-02-051-0/+1
|
* Update WWWsunpoet2018-02-041-1/+1
| | | | Approved by: portmgr (blanket)
* lang/beignet: unbreak with llvm60jbeich2018-02-041-0/+37
|
* Update to the 20180201 snapshot of GCC 7.3.1.gerald2018-02-042-4/+4
|
* - Update WWWs for all py-qt4* and py-qt5* portsamdmi32018-02-032-1/+2
| | | | | | - Fix plists for py-qt5* for python3 case, adding missing .pyi files Approved by: portmgr blanket
* - Revert latest commit because it didn't solve pkg-plist problem. jit supportacm2018-02-032-13/+16
| | | | | | depends of LLVM version - Change llvm dependency to devel/llvm40 - Respect llvm40 detection
* GCC 5 reached end-of-life last year, so add a deprecation note likegerald2018-02-031-0/+1
| | | | | | | lang/gcc49 and earlier already carry and recommend GCC 6 or later instead of GCC 5. PR: 225629
* - Fix pkg-plist on i386acm2018-02-032-5/+9
|
* Update PHP 7.1 from 7.1.13 to 7.1.14tz2018-02-022-4/+4
| | | | | | | | Changelog: http://www.php.net/ChangeLog-7.php#7.1.14 Remove patch since upstream integrated a fix for the issue MFH: 2018Q1
* lang/php72: Update from 7.2.1 to 7.2.2tz2018-02-022-4/+4
| | | | | | Changelog: http://www.php.net/ChangeLog-7.php#7.2.2 MFH: 2018Q1
* - Fix buildacm2018-02-021-2/+2
|
* - Bump PORTREVISIONacm2018-02-021-0/+1
|
* - Update to 2.078.1acm2018-02-022-4/+4
|
* - Update to 1.7.0acm2018-02-024-35/+60
|
* Flavorize and modernize Emacs portsjrm2018-02-028-29/+35
| | | | | | | | | | | | | | | | | | | | | - Convert USE_EMACS to USES=emacs - Remove editors/emacs-nox11 (refer to nox flavors of editors/emacs and editors/emacs-devel) - Permit default Emacs flavor to be specified in make.conf - Rename japanese/migemo-emacs23 to japanese/migemo-emacs - Update and simplify audio/emms and fix build on FreeBSD 10 [1] - Update databases/bbdd and fix build on FreeBSD 10 [1] - Update editors/emacs-devel - Ensure Makefile shell commands that change directory are executed in a subshell - Silence some portlint warnings [1] By not depending on base texinfo PR: 225404 Reviewed by: antoine Approved by: portmgr (mat) ashish (maintainer) Differential Revision: https://reviews.freebsd.org/D13506
* Update to the 20180128 snapshot of GCC 8.gerald2018-02-022-4/+4
|
* Update to the 20180131 snapshot of GCC 6.4.1.gerald2018-02-022-4/+4
|
* - Fix distinfoacm2018-02-011-1/+1
|
* - Bump PORTREVISION. lang/fpc was updated to 3.0.4acm2018-02-011-1/+1
|
* - Update to 2.78.3wen2018-02-012-4/+4
|
* - Update to 3.0.4acm2018-02-016-25/+23
| | | | - Connect www/fpc-libmicrohttpd
* Upgrade vala from 0.36.7 to 0.36.10, which fixes the bug in versionstruckman2018-02-012-4/+4
| | | | | | | | | | | | | | | | | | | 0.36.8 and 0.36.9 that broke the x11/altyo build as reported in PR 225476. * Various bug fixes: - girparser: + Set NoAccessorMethod for non-readable and construct-only properties + Ignore conflicting closure/destroy indexes + Don't accept methods as property-accessor which throw errors [#792998] - codegen: + Infer error parameter from abstract/virtual base methods [#614294] + Fix return-type for cancelled async creation methods of classes [#792942] - vala: Variadic constructors without a real first parameter are not allowed PR: 225476
* Update to version 1.4.4krion2018-02-012-6/+6
|
* Remove lang/ruby22sunpoet2018-02-0113-18412/+0
|
* - Fix plistamdmi32018-01-312-0/+3
| | | | Approved by: portmgr blanket
* Multiple ports:jwb2018-01-312-4/+1
| | | | | | | | Change maintainer email bacon4000@gmail.com to jwb@FreeBSD.org Remove Created by comments for same user Approved by: jrm (mentor) Differential Revision: https://reviews.freebsd.org/D14128
* Revert recent fpc changes, they were obviously untestedantoine2018-01-316-17/+25
| | | | With hat: portmgr
* lang/mono: update to version 5.2.0.215 (and enhance USES=mono)dbn2018-01-3121-349/+1595
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Highlights: - New Roslyn compiler for C# available - Improved support for nuget packages in USES=mono General: - fix pkg-plist: mono now produces '.pdb' debug files instead of '.mdb' - bump all dependant ports USES=mono: - properly handle caching of nuget packages - add support for multiple feeds for nuget packages - add support for nuget dependencies in a separate file - add support for paket packages lang/mono: - update to version 5.2.0.215 - automate certificate initialisation [2] - increase test coverage - mark as conflicting with net/czmq (conflicting on makecert) [1] - patch mono to use $PREFIX/share/mono instead of /usr/share/.mono devel/google-gdata: - use nunit.framework nuget package as the Mono shipped version is no longer suppport. - switch to using csc(1) for compiling (mcs(1) is depreciated). - use delayed signing (and then sign with sn(1)) as csc(1) does not support signing. - fix reference to system assemblies (the '.dll' suffix is required). - fix reference to HttpUtility: csc(1) is more strict about scoping devel/monodevelop: - reroll distinfo (no changes to content) lang/fsharp: - reroll distinfo (no changes to content) security/gnome-keyring-sharp: - delay sign (then sign with sn(1)) as csc(1) does not support direct signing. PR: 223188 [1] PR: 209670 [2] Differential Revision: https://reviews.freebsd.org/D13752
* - Update to 3.0.4acm2018-01-316-25/+17
| | | | - Link www/fpc-libmicrohttpd
* Update lang/elixir to version 1.6.1.olgeni2018-01-303-13/+13
|
* New port: lang/retro12: Clean, elegant, and pragmatic dialect of Forthyuri2018-01-305-0/+120
| | | | | | | | | See details in https://forthworks.com/retro PR: 225320 Submitted by: Mateusz Piotrowski <mpp302@gmail.com> Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D14102
* Update to v5.27.8-30-g3b6c52c.mat2018-01-293-5/+4
| | | | Sponsored by: Absolight
* Typo.mat2018-01-291-1/+1
| | | | | Submitted by: asmodai Sponsored by: Absolight
* - Update textproc/py-sphinx to 1.6.5. [0]araujo2018-01-294-1/+43
| | | | | | | | | | | | - Update all ports that depends of py-sphinx. [0] - Add conditional RUN_DEPENDS. [1] - Add TEST_DEPENDS. [1] PR: ports/221891 [0] and ports/225136 [1] Submitted by: sunpoet [1] Approved by: antoine (portmgr) Exprun by: antoine (several rounds) Sponsored by: iXsystems, Inc.
* Downgrade vala from 0.36.9 to 0.36.7 and bump PORTEPOCH. Vala versionstruckman2018-01-292-4/+5
| | | | | | | | 0.36.8 and 0.36.9 incorrectly generate vte-2.91.vapi when building x11-toolkits/vte3, which breaks the build of x11/altyo. PR: 225476 Reported by: antoine (portmgr)