| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
With hat: portmgr
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
Tested for no-harm on amd64.
Submitted by: jhibbits
Approved by: portmgr (tier-2 blanket)
Differential Revision: D13126
|
|
|
|
|
|
|
|
|
|
| |
done for aarch64). Change is harmless on amd64.
While here, sort OPTIONS.
PR: 224271
Submitted by: mikael.urankar
Approved by: portmgr (tier-2 blanket)
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Changes: https://www.ruby-lang.org/en/news/2018/03/28/ruby-2-5-1-released/
Security: eb69bcf2-18ef-4aa2-bb0c-83b263364089
|
|
|
|
|
| |
Changes: https://www.ruby-lang.org/en/news/2018/03/28/ruby-2-3-7-released/
Security: eb69bcf2-18ef-4aa2-bb0c-83b263364089
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
| |
Changelog: http://www.php.net/ChangeLog-7.php#7.2.4
|
|
|
|
| |
Changelog: http://www.php.net/ChangeLog-7.php#7.1.16
|
|
|
|
| |
Changelog: http://www.php.net/ChangeLog-7.php#7.0.29
|
|
|
|
|
|
|
|
| |
Fix linking with ld.lld
PR: 226985
Submitted by: emaste
Approved by: portmgr (LLD_UNSAFE blanket)
|
|
|
|
|
|
|
|
| |
output target.
PR: 226987
Submitted by: emaste
Approved by: portmgr (LLD_UNSAFE blanket)
|
|
|
|
|
|
|
|
| |
output target.
PR: 226991
Submitted by: emaste
Approved by: portmgr (LLD_UNSAFE blanket)
|
|
|
|
|
|
|
|
| |
output target.
PR: 226988
Submitted by: emaste
Approved by: portmgr (LLD_UNSAFE blanket)
|
|
|
|
|
| |
PR: 226381
Submitted by: Yasuhiro KIMURA
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
|
| |
PR: 226852
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
|
|
|
|
|
|
|
|
| |
Regression-tested on amd64.
PR: 224271
Submitted by: mikael.urankar
Approved by: kwm (maintainer timeout)
|
|
|
|
| |
2018-03-19 lang/x10: Broken for more than 6 months
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
| |
- Repair my rookie mistake of earlier today
- Bump revision of dependent ports (again)
Reported by: antoine
|
|
|
|
|
|
|
|
|
|
| |
- 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)
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
| |
Port changes:
* Change to DISTVERSION
* Group USExx
* Substitute PORTVERSION in pkg-plist
PR: 226724
Submitted by: Anton Shterenlikht <as@cmplx.uk> (maintainer)
|
| |
|
|
|
|
|
| |
PR: 226726
Submitted by: Neel Chauhan <neel@neelc.org> (maintainer)
|
|
|
|
|
|
| |
PR: 226661
Reviewed by: joemann@beefree.free.de (maintainer)
Approved by: brooks
|
| |
|
|
|
|
| |
Sponsored by: Absolight
|
| |
|
|
|
|
| |
Only changed the shared object version (forgotten on the previous release).
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: 226607
Submitted by: ports@nicandneal.net (maintainer)
|
|
|
|
|
|
| |
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
|
|
|
|
|
|
|
|
| |
that armvX do.
While here, remove duplicate OPTIONS_EXCLUDE_aarch64 line, and sort.
Approved by: portmgr (tier-2 blanket)
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Changelog: http://www.php.net/ChangeLog-7.php#7.0.28
MFH: 2018Q1
|
|
|
|
|
|
| |
the cluster on armv6 again.
Approved by: portmgr (tier-2 blanket)
|
|
|
|
|
| |
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D14668
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
|
|
| |
PR: 220536
Submitted by: azathoth <gothorium@mail.com>
Approved by: maintainer timeout (> 6 months)
|
|
|
|
|
|
|
|
| |
Update MAINTAINER email address for Fernando Apesteguia
from fernando.apesteguia@gmail.com
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D14668
|
|
|
|
|
| |
PR: 226487
Exp-run by: antoine
|
|
|
|
|
| |
PR: 226498
Exp-run by: antoine
|
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
|
|
| |
Changelog: http://www.php.net/ChangeLog-7.php#7.1.15
MFH: 2018Q1
|
|
|
|
|
| |
PR: 226550
MFH: 2018Q1
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
|
|
| |
- Following migration of Mk/bsd.apache.mk to Mk/Uses/apache.mk
With hat: apache
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
| |
With hat: portmgr
|
|
|
|
|
|
|
| |
Tested for no regression on amd64.
PR: 224271
Approved by: tz (maintainer)
|
|
|
|
|
| |
PR: 224444
Approved by: ericturgeon.bsd@gmail.com (maintainer timeout, 2 months)
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
| |
version 1.1.0 (via revision 464079).
|
|
|
|
|
|
|
| |
PR: 225560
Submitted by: Yasuhiro KIMURA <yasu@utahime@org>
Reviewed by: cpm
Approved by: portmgr (antoine)
|
|
|
|
| |
Submitted by: Greg V <greg@unrelenting.technology> (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
- 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
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
Changelog: http://www.php.net/ChangeLog-7.php#7.2.3
MFH: 2018Q1
|
| |
|
|
|
|
|
| |
PR: 226135
With hat: portmgr
|
|
|
|
|
| |
Reported by: pkg-fallout
With hat: portmgr
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
| |
|
| |
|
|
|
|
| |
- Convert to options target helper
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
Also some cleanup of dead entries.
PR: 226203
Submitted by: Sam H
Sponsored by: Absolight
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
| |
Sponsored by: Absolight
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Test::Pod and Pod::Coverage are developer-only. They're not for end-user
testing.
|
|
|
|
| |
With hat: portmgr
|
| |
|
|
|
|
|
| |
PR: 224251
Submitted by: Jens Grassel <jan0sch@mykolab.com> (maintainer)
|
| |
|
|
|
|
|
|
| |
It doesn't show much, but it least gives an idea what it's chewing on.
Approved by: maintainer (greg unrelenting technology)
|
|
|
|
| |
Approved by: hat apache@
|
|
|
|
| |
Reported by: pkg-fallout (via fpc-symbolic)
|
| |
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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.
|
| |
|
|
|
|
| |
libstd. We only need to patch one of them.
|
|
|
|
| |
With hat: portmgr-secretary
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
| |
This is a follow up commit of r461915.
MFH: 2018Q1
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
This version includes updates from swills, Greg V <greg@unrelenting.technology>
and me.
PR: 205444
Submitted by: Franz Bettag <franz@bett.ag>
|
|
|
|
|
| |
PR: 225752
Submitted by: Yasuhiro KIMURA
|
| |
|
|
|
|
| |
Reported by: jhale
|
|
|
|
|
| |
PR: 226057
Submitted by: Greg V <greg@unrelenting.technology> (maintainer)
|
|
|
|
|
|
|
| |
The announcement is available on Rust blog:
https://blog.rust-lang.org/2018/02/15/Rust-1.24.html
PR: 225582
|
|
|
|
|
| |
PR: 222585
Submitted by: Anton Shterenlikht <as@cmplx.uk> (maintainer)
|
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
|
| |
PR: 224459
Submitted by: Greg V <greg@unrelenting.technology>
|
|
|
|
|
| |
PR: 225752
Submitted by: Yasuhiro KIMURA
|
|
|
|
|
|
| |
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
|
| |
|
| |
|
|
|
|
|
| |
Suggested by: cy
Reference: https://lists.freebsd.org/pipermail/svn-ports-all/2018-February/174892.html
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
|
|
|
| |
We do not need to patch those files which will be regenerated during build.
Reference: https://bugs.ruby-lang.org/issues/14261
PR: 225470
|
| |
|
| |
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
PR: 223985
Submitted by: linimon
MFH: 2018Q1
|
|
|
|
| |
Changes: https://github.com/ashinn/chibi-scheme/compare/0.7.3...0.8
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
PR: 225869
Exp-run by: antoine
Reviewed by: rakuco
Differential Revision: https://reviews.freebsd.org/D14287
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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]
|
|
|
|
|
|
|
|
| |
Reference: https://bugs.python.org/issue30622
https://github.com/python/cpython/commit/b2d096bd2a5ff86e53c25d00ee5fa097b36bf1d8
PR: 225882
Submitted by: brnrd
MFH: 2018Q1
|
|
|
|
|
|
| |
PR: 225871
Submitted by: brnrd
MFH: 2018Q1
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
| |
PR: 222523
Submitted by: 1wkmmr@gmail.com
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
For python 3.5 I have 404 errors
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
|
|
|
| |
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 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
| |
- Sort USES
- Remove CPE_*: all of them are default values
- Update http:// links in Makefile comments and patch files
|
|
|
|
|
|
|
|
| |
- 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
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Reported by: pkg-fallout (via devel/dub)
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
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).
|
| |
|
|
|
|
| |
Announcement: https://sourceforge.net/p/tcl/mailman/message/36215275/
|
|
|
|
|
|
| |
- Switch to options helpers
Approved by: portmgr blanket
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
$ 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
|
|
|
|
|
|
| |
- Add run-dependency on python because of the named script
Approved by: portmgr blanket
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
| |
|
|
|
|
| |
Sponsored by: Absolight
|
| |
|
|
|
|
| |
Approved by: portmgr (blanket)
|
| |
|
| |
|
|
|
|
|
|
| |
- Fix plists for py-qt5* for python3 case, adding missing .pyi files
Approved by: portmgr blanket
|
|
|
|
|
|
| |
depends of LLVM version
- Change llvm dependency to devel/llvm40
- Respect llvm40 detection
|
|
|
|
|
|
|
| |
lang/gcc49 and earlier already carry and recommend GCC 6 or later
instead of GCC 5.
PR: 225629
|
| |
|
|
|
|
|
|
|
|
| |
Changelog: http://www.php.net/ChangeLog-7.php#7.1.14
Remove patch since upstream integrated a fix for the issue
MFH: 2018Q1
|
|
|
|
|
|
| |
Changelog: http://www.php.net/ChangeLog-7.php#7.2.2
MFH: 2018Q1
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
- Connect www/fpc-libmicrohttpd
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
With hat: portmgr
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
- Link www/fpc-libmicrohttpd
|
| |
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
|
| |
Submitted by: asmodai
Sponsored by: Absolight
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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.
|
|
|
|
|
|
|
|
| |
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)
|