| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
people. Since it was installed by default before, so it shall be now. It can
be toggled with the TOOLS option. For the regression tests to run, it must be
toggled OFF due to environment restrictions.
While here:
- Switch to plain USES=zip, it extracts fine with base unzip
- Clean up whitespace
- Fix portlint warnings
- Rename LIBVERSION variable to SOVERSION
PR: 222930
Submitted by: Roberto Fernandez Cueto <roberfern@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add LICENSE (BSL)
- Add CPE data
- Remove STATIC option and always install the shared library;
no reason not to.
- Remove GCC option and use USES=compiler framework
- Add FULL_DEBUG option to address CVE-2016-7420 and add a warning if trying
to use it. It will allow the asserts to be enabled which could be a
security risk. The standard DEBUG option is now safe to use.
- Add SIMD option for i386 and amd64 - requires a recent clang or gcc
- Don't install the cryptest binary; it is really only used for regression
testing, so only build it for the TEST_TARGET. It is useless without the
data files anyways.
- Take maintainership
- Bump PORTREVISON on dependent ports due to shared library bump
PR: 215015
Reported by: <fcsk.aim@gmail.com>
MFH: 2016Q4
Security: eab68cff-bc0c-11e6-b2ca-001b3856973b
|
|
|
|
|
|
|
|
| |
functionality and fixes pkg check -d.
PR: 214857
Submitted by: myself
Approved by: delphij no longer maintainer
|
| |
|
|
|
|
|
|
|
|
|
| |
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler.
|
|
|
|
| |
Approved by: portmgr (tier-2 blanket)
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
| |
instead of their own respective settings.
|
|
|
|
| |
approved by: PTHREAD blanket
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
The definition of CRYPTOPP_BOOL_ALIGN16_ENABLED was incorrect for i386.
For NetBSD, this resulted in the inability to build cryptopp on i386.
On FreeBSD, it built, but deskutils/cdcat choked on it while building on
FreeBSD 10/i386 and FreeBSD 11/i386.
PR: 192199
Fix from: pkgsrc security/crypto++
Discussed: NetBSD GNATS 48134
Approved by: delphi@
|
|
|
|
|
|
| |
PR: 191028
Reviewed by: bapt
Approved by: bapt
|
| |
|
| |
|
|
|
|
|
|
|
| |
- Stagify
- USES=gmake instead of USE_GMAKE
- Don't build with -march=native as the build box may not be identical to the
run box.
|
|
|
|
| |
security)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Right now this is a noop in the former case and a noop in the latter
case unless lang/gcc44 has been installed explicitly.
This puts a bit more emphasis on standardizing on a canonical version
"current" GCC and makes it easier to update that canonical version
by changing the default in Mk/bsd.gcc.mk and updating the lang/gcc port.
That is, USE_GCC=yes means "use a decent/modern version of GCC" without
having to worry about details.
Approved by: portmgr (bdrewery)
|
|
|
|
| |
Approved by: portmgr (bdrewery)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* patch-misc.h
This fixes a warning triggered by testing an unsigned parameter against
0. The patch solves this by creating a different template for signed
case.
* patch-nbtheory.cpp
This is a workaround for a bug with the current version of libc++ shipped
with FreeBSD 9.x, which causes an infinite loop when generating RSA key,
possibly also other operations.
PR: ports/178827
Submitted by: Michael Gmelin <freebsd grem de>
|
|
|
|
| |
- Trim Header where applicable
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
than 0x7fffffff, as they have exceeded the range of standard int. This
makes the code to compile when -std=c++11.
The resulting binary was not changed by this commit. PORTREVISION
not bumped intentionally as this is a build fix.
While I'm there, also convert the header to new style.
PR: ports/171525
Submitted by: Michael Gmelin <freebsd grem de>
|
|
|
|
|
|
|
|
|
|
| |
convert to use OPTIONSng [1].
While I'm there, also add an option to build with GCC 4.6.x and newer
binutils, which enables use of AES-NI.
PR: ports/170045
Submitted by: Michael Gmelin <freebsd grem.de>
|
|
|
|
| |
Hat: portmgr
|
|
|
|
|
|
|
|
| |
- Name
em@i.l
or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file.
|
|
|
|
|
| |
PR: ports/160509
Submitted by: h h <aakuusta gmail.com>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
which is not always true. When PATH is being configured to a
non-standard sequence, we may found an as(1) newer than the base
one and draw wrong conclusion which leads to failed builds.
Use the result given by c++. This is also accepted to upstream.
PR: ports/154325
Submitted by: swell.k gmail.com
Feature safe: yes
|
|
|
|
|
| |
Submitted by: Michael Richards <hackish gmail.com>
Feature safe: yes
|
|
|
|
| |
correct hash if input is not properly aligned. (r470).
|
|
|
|
| |
Pointy hat to: amdmi3
|
|
|
|
| |
starting with P,R,S
|
| |
|
| |
|
|
|
|
| |
Submitted by: Wei Dai <weidai at weidai dot com>
|
| |
|
|
|
|
| |
Spotted by: pointyhat via portsmon
|
|
|
|
| |
Approved by: krion@
|
|
|
|
|
|
|
| |
PR: ports/76875
Submitted by: Thomas Melzer <tmelzer@tomesoft.de>
Reviewed by: pav
Approved by: maintainer
|
| |
|
|
|
|
| |
Approved by: Xin LI <delphij@frontfree.net> (maintainer)
|
|
|
|
| |
Approved by: portmgr (self)
|
|
|
|
|
| |
PR: 75392
Submitted by: delphij
|
|
|
|
|
|
| |
Spotted by: eik
Approved by: portmgr (self)
XL pointy hat to: self
|
|
|
|
|
| |
Approved by: portmgr (self)
Pointy hat to: self
|
|
|
|
| |
Approved by: portmgr (self)
|
|
|
|
|
|
|
|
| |
Fix build with gcc-3.4
Assign maintainership to submitter.
PR: ports/69204
Submitted by: Xin LI <delphij@frontfree.net>
|
| |
|
|
|
|
| |
(Part 1)
|
| |
|
| |
|
|
|
|
|
| |
Submitted by: Oleg Karachevtsev <ok@etrust.ru>
PR: 56998
|
|
|
|
|
|
|
|
|
|
|
| |
Submitted by:
Reviewed by:
Approved by:
Obtained from:
MFC after:
Fix bento `make package', then bump PORTREVISION.
Noticed by: kris the portsguardian.
|
| |
|
|
|
|
|
|
|
| |
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
|
|
PR: 24432
Submitted by: George Reid <greid@ukug.uk.freebsd.org>
|