| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.
Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.
Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them
Bump revision of all impacted ports
PR: 232907
exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17816
Notes:
svn path=/head/; revision=484628
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Member names containing '..' components are now skipped when extracting.
* Report erroneous use of position-sensitive options.
* --numeric-owner now affects private headers too.
* Fixed the --delay-directory-restore option
* The --warnings=failed-read option
* The --warnings=none option now suppresses all warnings
* Fix reporting of hardlink mismatches during compare
Notes:
svn path=/head/; revision=468822
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
- Switch to USES=localbase
- Switch to ${TOUCH}
PR: 210637
Approved by: naddy@FreeBSD.org (maintainer)
Notes:
svn path=/head/; revision=417776
|
|
|
|
|
|
|
|
|
|
| |
http://docs.freebsd.org/cgi/mid.cgi?slrnmvro62.94q.naddy
PR: 210100
Reported by: vas@mpeks.tomsk.su
Notes:
svn path=/head/; revision=416591
|
|
|
|
|
|
|
|
|
|
| |
I can't reproduce this on 10.3, but have a report from 9.3.
Differences in make(1)?
Reported by: Rob Levandowski <robl@macwhiz.com>
Notes:
svn path=/head/; revision=416416
|
|
|
|
|
|
|
|
|
|
|
| |
* New options: --verbatim-files-from, --no-verbatim-files-from
* --null option reads file names verbatim
* New options: --owner-map=FILE and --group-map=FILE
* New option --clamp-mtime
* Deprecated --preserve option removed
Notes:
svn path=/head/; revision=416332
|
|
|
|
|
|
|
| |
While here, also strip more libraries.
Notes:
svn path=/head/; revision=399214
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=397815
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=387021
|
|
|
|
| |
Notes:
svn path=/head/; revision=380396
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
first contains runtime libraries such as libintl and the latter contains
developer tools such as msgfmt. Ports that use gettext will usually need
a LIB_DEPENDS on gettext-runtime and a BUILD_DEPENDS on gettext-tools.
USES=gettext-runtime can be used to set a LIB/BUILD/RUN_DEPENDS on
devel/gettext-runtime and USES=gettext-tools can be used to set a
BUILD/RUN_DEPENDS on devel/gettext-tools. USES=gettext is now the same
as "USES=gettext-runtime gettext-tools" meaning a LIB_DEPENDS on
devel/gettext-runtime and a BUILD_DEPENDS on devel/gettext-tools.
Update gettext to 0.19.3.
Remove :oldver from converters/libiconv and devel/gettext-runtime. Leave
symlinks with the old library versions to avoid the need to bump
PORTREVISION on a large number of dependent ports. When most of the
dependent ports have had normal version updates, PORTREVISION can be
bumped on the remaining ones (low number) and the links can be removed.
Fix some ports that installed files in lib/locale instead of share/locale.
PR: 194038
Reviewed by: bapt
Exp-run: antoine
Approved by: portmgr (antoine)
Notes:
svn path=/head/; revision=373636
|
|
|
|
| |
Notes:
svn path=/head/; revision=371222
|
|
|
|
|
|
|
|
|
|
|
|
| |
* New checkpoint action: totals
* Extended checkpoint format specification.
* New option --one-top-level
* New option --sort
* New exclusion options
* Manpages
Notes:
svn path=/head/; revision=364215
|
|
|
|
| |
Notes:
svn path=/head/; revision=359292
|
|
|
|
| |
Notes:
svn path=/head/; revision=359107
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Fix unquoting of file names obtained via the -T option.
* Fix GNU long link header timestamp (backward compatibility).
* Fix extracting sparse members from star archives.
PR: 189675
Submitted by: Jason Harris <jharris@widomaker.com>
Notes:
svn path=/head/; revision=353898
|
|
|
|
|
|
|
| |
USE_XZ -> USES+=tar:xz
Notes:
svn path=/head/; revision=348096
|
|
|
|
| |
Notes:
svn path=/head/; revision=340670
|
|
|
|
| |
Notes:
svn path=/head/; revision=336736
|
|
|
|
|
|
|
|
|
|
| |
* Add license information.
PR: 183987
Submitted by: Rodrigo Osorio <rodrigo@bebik.net>
Notes:
svn path=/head/; revision=334222
|
|
|
|
|
|
|
| |
Fix dependencies for STATIC option.
Notes:
svn path=/head/; revision=329714
|
|
|
|
|
|
|
| |
Fix combination of NLS and STATIC options.
Notes:
svn path=/head/; revision=328143
|
|
|
|
|
|
|
| |
archivers)
Notes:
svn path=/head/; revision=327699
|
|
|
|
| |
Notes:
svn path=/head/; revision=325019
|
|
|
|
|
|
|
|
| |
* remove MAKE_JOBS_SAFE (default now)
* change USE_GMAKE=yes to USES=gmake
Notes:
svn path=/head/; revision=324122
|
|
|
|
|
|
|
|
|
| |
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: bapt, kwm
Notes:
svn path=/head/; revision=316654
|
|
|
|
|
|
|
| |
Approved by: portmgr (bapt)
Notes:
svn path=/head/; revision=316464
|
|
|
|
| |
Notes:
svn path=/head/; revision=309200
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav
Notes:
svn path=/head/; revision=282282
|
|
|
|
| |
Notes:
svn path=/head/; revision=270975
|
|
|
|
|
|
|
| |
PR: 155553
Notes:
svn path=/head/; revision=270959
|
|
|
|
|
|
|
|
|
|
| |
This is important for at least misc/amanda-client.
Submitted by: John Hein <jhein@symmetricom.com>
Obtained from: upstream
Notes:
svn path=/head/; revision=265294
|
|
|
|
| |
Notes:
svn path=/head/; revision=265098
|
|
|
|
| |
Notes:
svn path=/head/; revision=263089
|
|
|
|
|
|
|
|
| |
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs
Notes:
svn path=/head/; revision=261230
|
|
|
|
|
|
|
|
| |
Submitted by: John Hein <jhein@symmetricom.com>
Obtained from: upstream
Notes:
svn path=/head/; revision=256402
|
|
|
|
| |
Notes:
svn path=/head/; revision=255371
|
|
|
|
|
|
|
| |
the dependency on the archivers/xz port conditional on OSVERSION.
Notes:
svn path=/head/; revision=254738
|
|
|
|
| |
Notes:
svn path=/head/; revision=251743
|
|
|
|
|
|
|
|
|
| |
From upstream.
Security: c175d72f-3773-11df-8bb8-0211d880e350
Notes:
svn path=/head/; revision=251453
|
|
|
|
|
|
|
| |
Submitted by: Dennis Noordsij <noordsij@cs.helsinki.fi>
Notes:
svn path=/head/; revision=248274
|
|
|
|
|
|
|
| |
Feature safe: yes
Notes:
svn path=/head/; revision=241878
|
|
|
|
|
|
|
|
| |
PR: 133014
Submitted by: mm
Notes:
svn path=/head/; revision=230891
|
|
|
|
|
|
|
|
| |
However, xz itself does not have a stable release yet, so don't force
a runtime dependency.
Notes:
svn path=/head/; revision=229838
|
|
|
|
|
|
|
|
|
|
|
| |
- Some new flags, e.g. -J for lzma compression and --lzop.
- transformation scope flags
Testsuite fixes from upstream CVS.
* Drop workarounds for no longer supported FreeBSD releases.
Notes:
svn path=/head/; revision=225012
|
|
|
|
|
|
|
| |
Tested by: exp build run (erwin)
Notes:
svn path=/head/; revision=218886
|
|
|
|
|
|
|
|
|
| |
be automatically run on the package build cluster.
Suggested by Pedro <pfgshield-freebsd@yahoo.com>.
Notes:
svn path=/head/; revision=215367
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
Notes:
svn path=/head/; revision=214428
|
|
|
|
|
|
|
|
|
|
| |
- Update to 1.20.
Notable changes: This release adds support for lzma compression
and the -a option to select the compression algorithm based on
the suffix of the archive file name.
Notes:
svn path=/head/; revision=211722
|