summaryrefslogtreecommitdiff
path: root/archivers/gtar (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Most commonly used build systems support silent builds, when theyDmitry Marakasov2016-09-091-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* - Fix licenseDmitry Marakasov2016-06-291-5/+4
| | | | | | | | - Switch to USES=localbase - Switch to ${TOUCH} PR: 210637 Approved by: naddy@FreeBSD.org (maintainer)
* Work around a bug in FreeBSD 9 make(1).Christian Weisgerber2016-06-091-0/+13
| | | | | | | http://docs.freebsd.org/cgi/mid.cgi?slrnmvro62.94q.naddy PR: 210100 Reported by: vas@mpeks.tomsk.su
* Do not attempt to rebuild tar.info after patching configure.Christian Weisgerber2016-06-051-0/+4
| | | | | | | 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>
* Update to 1.29. User-visible changes:Christian Weisgerber2016-06-034-10/+33
| | | | | | | | * 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
* Use the new test framework in my ports, if applicable.Christian Weisgerber2015-10-131-6/+4
| | | | While here, also strip more libraries.
* - Switch to options helpersDmitry Marakasov2015-09-251-7/+2
| | | | Approved by: portmgr blanket
* Remove $FreeBSD$ from patches files in categories a-j.Mathieu Arnold2015-05-221-2/+0
| | | | | With hat: portmgr Sponsored by: Absolight
* Add CPE information.Christian Weisgerber2015-03-031-2/+3
|
* Split devel/gettext in devel/gettext-runtime and devel/gettext-tools. TheTijl Coosemans2014-11-291-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* Clean up plistBaptiste Daroussin2014-10-191-2/+0
|
* Update to 1.28. Noteworthy changes in this release:Christian Weisgerber2014-08-064-5/+11
| | | | | | | | | * New checkpoint action: totals * Extended checkpoint format specification. * New option --one-top-level * New option --sort * New exclusion options * Manpages
* Allow to build with texinfo from portsBaptiste Daroussin2014-06-251-1/+1
|
* Add USES=charsetfixBaptiste Daroussin2014-06-241-1/+1
|
* Update to 1.27.1. Bug fixes:Christian Weisgerber2014-05-122-5/+4
| | | | | | | | | * 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>
* USE_BZIP2 -> USES+=tar:bzip2Christian Weisgerber2014-03-131-2/+1
| | | | USE_XZ -> USES+=tar:xz
* Fix properties on pkg-plistBaptiste Daroussin2014-01-211-1/+0
|
* Use MAKE_CMD to run regression tests.Christian Weisgerber2013-12-171-1/+1
|
* * Regenerate patch to fix harmless but confusing warning.Christian Weisgerber2013-11-182-3/+5
| | | | | | | * Add license information. PR: 183987 Submitted by: Rodrigo Osorio <rodrigo@bebik.net>
* Update to 1.27.Christian Weisgerber2013-10-075-33/+14
| | | | Fix dependencies for STATIC option.
* Convert to stage and option helpers.Christian Weisgerber2013-09-242-18/+23
| | | | Fix combination of NLS and STATIC options.
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | archivers)
* Simplify by dropping workarounds for unsupported FreeBSD versions.Christian Weisgerber2013-08-191-17/+3
|
* For all my portsChristian Weisgerber2013-08-011-2/+1
| | | | | * remove MAKE_JOBS_SAFE (default now) * change USE_GMAKE=yes to USES=gmake
* - Convert USE_ICONV=yes to USES=iconvMarcus von Appen2013-04-271-1/+1
| | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here Reviewed by: bapt, kwm
* - Convert USE_GETTEXT to USES (part 3)Alex Kozlov2013-04-241-1/+1
| | | | Approved by: portmgr (bapt)
* Convert to OptionsNG and trim Makefile headers.Christian Weisgerber2012-12-181-7/+7
|
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-4/+4
| | | | | | | | | - 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
* Update to bugfix release 1.26.Christian Weisgerber2011-03-157-76/+16
|
* Allow building as root.Christian Weisgerber2011-03-151-0/+7
| | | | PR: 155553
* Fix bug with --one-file-system and --listed-incremental.Christian Weisgerber2010-11-275-3/+62
| | | | | | | This is important for at least misc/amanda-client. Submitted by: John Hein <jhein@symmetricom.com> Obtained from: upstream
* Update to 1.25, which mostly brings miscellaneous bug fixes.Christian Weisgerber2010-11-247-208/+16
|
* Punt autoconf267->autoconf268Ade Lovett2010-10-161-1/+1
|
* Autotools update. Read ports/UPDATING 20100915 for details.Ade Lovett2010-09-151-2/+2
| | | | | Approved by: portmgr (for Mk/bsd.port.mk part) Tested by: Multiple -exp runs
* Fix dead loop on extracting existing symlinks with the -k option.Christian Weisgerber2010-06-112-1/+160
| | | | | Submitted by: John Hein <jhein@symmetricom.com> Obtained from: upstream
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-0/+1
|
* The xz utils and lzma library have been imported into base, so makeChristian Weisgerber2010-05-211-2/+8
| | | | the dependency on the archivers/xz port conditional on OSVERSION.
* Update to 1.23: miscellaneous bug fixes and minor additions.Christian Weisgerber2010-03-2910-102/+60
|
* Fix a buffer overflow in the rmt client functionality.Christian Weisgerber2010-03-242-1/+29
| | | | | | From upstream. Security: c175d72f-3773-11df-8bb8-0211d880e350
* Fix a geline() segfault on 8.0 when using --listed-incremental.Christian Weisgerber2010-01-212-1/+24
| | | | Submitted by: Dennis Noordsij <noordsij@cs.helsinki.fi>
* You can now use -J to (un)compress xz format files (.tar.xz, .txz).Christian Weisgerber2009-09-211-3/+3
| | | | Feature safe: yes
* Mark MAKE_JOBS_SAFE for SMP compilation.Christian Weisgerber2009-03-241-0/+1
| | | | | PR: 133014 Submitted by: mm
* Update to 1.22 which adds --xz/-J support for xz compression.Christian Weisgerber2009-03-105-99/+7
| | | | | However, xz itself does not have a stable release yet, so don't force a runtime dependency.
* * Update to 1.21. Notable changes:Christian Weisgerber2008-12-307-30/+108
| | | | | | | | - 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.
* Conversion from (now defunct) autoconf-2.61 to autoconf-2.62Ade Lovett2008-08-201-1/+1
| | | | Tested by: exp build run (erwin)
* Rename manual "test" target to "regression-test" so that it willChristian Weisgerber2008-06-201-2/+2
| | | | | | be automatically run on the package build cluster. Suggested by Pedro <pfgshield-freebsd@yahoo.com>.
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+1
| | | | | | | | | | 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)
* - Revert previous workaround, 8.0-CURRENT has grown fdopendir(3).Christian Weisgerber2008-04-214-28/+9
| | | | | | | - 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.
* Work around the assumption that openat() implies the existence ofChristian Weisgerber2008-04-112-0/+19
| | | | | | fdopendir(). FreeBSD 8 has the former, but not the latter. PR: 122433
* Update to 1.19. Changes in this releases:Christian Weisgerber2008-01-165-30/+35
| | | | | * new option --exclude-vcs * miscellaneous bug fixes