| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
hide actual commands executed and only show short summary line (like
"CC foo.c"). CMake and ninja enable this by default, some autotools
using ports do as well. This is unacceptable because we need complete
build logs at any time, so we now switch to verbose build logs
unconditionally. Note that this change deliberately affects ALL
builds and not only package builds on cluster, because we need to
be sure that user experiencing failure can always provide informative
build log regardless of settings and without rerunning the build.
Change summary:
- Always do verbose builds for cmake, ninja and GNU configure (the
latter includes check if --disable-silent-rules is actually supported
by the configure script; there are isolated cases when it's not true)
- Remove CMAKE_VERBOSE, NINJA_VERBOSE and
CONFIGURE_ARGS=--disable-silent-rules from all ports which set them
for this is no longer needed
- Revert hacks for --disable-silent-rules support priorly committed
to biology/ncbi-blast+ and net-p2p/mldonkey - no longer needed as well
Submitted by: amdmi3
Reviewed by: mat
Exp-run by: antoine
Approved by: portmgr (mat, antoine)
Differential Revision: D7534
Notes:
svn path=/head/; revision=421635
|
|
|
|
|
|
|
| |
While here, also strip more libraries.
Notes:
svn path=/head/; revision=399214
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Error expanding embedded variable.
for this valid construct:
FOO =
BAR = $(FOO$(BAZ))
all: $(BAR)
The bug is fixed in bmake.
Reported by: pkg-fallout
Notes:
svn path=/head/; revision=397339
|
|
|
|
| |
Notes:
svn path=/head/; revision=397203
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=386312
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
function allows remote attackers to cause a denial of service via
a large block value in a cpio archive.
Fix from a series of upstream commits by Sergey Poznyakoff.
CVE-2015-1197: cpio, when using the --no-absolute-filenames option,
allows local users to write to arbitrary files via a symlink attack
on a file in an archive.
Fix from Vitezslav Cizek after 3.5 years of gestation in the SUSE
bug tracker.
PR: 198954
Obtained from: Debian
Notes:
svn path=/head/; revision=382823
|
|
|
|
|
|
|
|
|
|
| |
PR: 198236
Submitted by: shun.fbsd.pr@dropcut.net
While here, add LICENSE, too.
Notes:
svn path=/head/; revision=380394
|
|
|
|
|
|
|
| |
USE_XZ -> USES+=tar:xz
Notes:
svn path=/head/; revision=348096
|
|
|
|
| |
Notes:
svn path=/head/; revision=340670
|
|
|
|
| |
Notes:
svn path=/head/; revision=336736
|
|
|
|
| |
Notes:
svn path=/head/; revision=328015
|
|
|
|
|
|
|
| |
archivers)
Notes:
svn path=/head/; revision=327699
|
|
|
|
|
|
|
|
| |
* remove MAKE_JOBS_SAFE (default now)
* change USE_GMAKE=yes to USES=gmake
Notes:
svn path=/head/; revision=324122
|
|
|
|
|
|
|
| |
Approved by: portmgr (bapt)
Notes:
svn path=/head/; revision=316464
|
|
|
|
| |
Notes:
svn path=/head/; revision=309200
|
|
|
|
| |
Notes:
svn path=/head/; revision=304323
|
|
|
|
|
|
|
| |
With hat: portmgr (myself)
Notes:
svn path=/head/; revision=271274
|
|
|
|
| |
Notes:
svn path=/head/; revision=255371
|
|
|
|
|
|
|
|
|
| |
* Fix the build framework so it can successfully #define a wrapper for
stat() on those systems where namei() behaves strangely--independent
of architecture.
Notes:
svn path=/head/; revision=252925
|
|
|
|
|
|
|
| |
Hat: portmgr
Notes:
svn path=/head/; revision=252182
|
|
GNU cpio copies files into or out of a cpio or tar archive. The
archive can be another file on the disk, a magnetic tape, or a pipe.
Notes:
svn path=/head/; revision=251510
|