Commit graph

117 commits

Author SHA1 Message Date
Rene Ladan
a7d2ae454e Remove support for FreeBSD 12.1 from various ports.
FreeBSD 12.1 reached end-of-life today. Adjust the message
for the wine ports while here, since stable/13 has branched.

Submitted by:	rene
Reviewed by:	jbeich, mandree, mat, osa
Approved by:	portmgr (mat)
Differential Revision:	https://reviews.freebsd.org/D28406
2021-02-01 12:42:53 +00:00
Christian Weisgerber
2f7d19d082 archivers/gtar: update to 1.33
Noteworthy changes:
* POSIX extended format headers do not include PID by default
* --delay-directory-restore works for archives with reversed member ordering
* Fix extraction of a symbolic link hardlinked to another symbolic link
* Wildcards in exclude-vcs-ignore mode don't match slash
* Fix the --no-overwrite-dir option
* Fix handling of chained renames in incremental backups
* Link counting works for file names supplied with -T
* Accept only position-sensitive (file-selection) options in file list files
2021-01-17 18:23:33 +00:00
Christian Weisgerber
b6a4dec374 Update to 1.32 for some bug and testsuite fixes. 2019-02-25 22:14:46 +00:00
Christian Weisgerber
bf9d0f3e39 Update to 1.31. Noteworthy changes:
* Support for zstd compression (if zstd is installed).
* The -K option interacts properly with member names given on the command line.
* Fix handling of file shrinkage during read access when --sparse is used.
2019-01-13 15:33:22 +00:00
Baptiste Daroussin
7990f81066 Install texinfo files (GNU info) into ${PREFIX}/share/info
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
2018-11-10 18:12:57 +00:00
Christian Weisgerber
6782202db5 Update to 1.30. Noteworthy changes:
* 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
2018-05-02 10:49:13 +00:00
Dmitry Marakasov
30a00f2227 Most commonly used build systems support silent builds, when they
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
2016-09-09 19:42:46 +00:00
Dmitry Marakasov
168bf1844b - Fix license
- Switch to USES=localbase
- Switch to ${TOUCH}

PR:		210637
Approved by:	naddy@FreeBSD.org (maintainer)
2016-06-29 15:27:31 +00:00
Christian Weisgerber
ad198c077a Work around a bug in FreeBSD 9 make(1).
http://docs.freebsd.org/cgi/mid.cgi?slrnmvro62.94q.naddy

PR:		210100
Reported by:	vas@mpeks.tomsk.su
2016-06-09 11:13:10 +00:00
Christian Weisgerber
f71ba0c502 Do not attempt to rebuild tar.info after patching configure.
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>
2016-06-05 18:58:11 +00:00
Christian Weisgerber
dca513e402 Update to 1.29. User-visible changes:
* 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
2016-06-03 19:24:53 +00:00
Christian Weisgerber
0b0cf9fc3e Use the new test framework in my ports, if applicable.
While here, also strip more libraries.
2015-10-13 20:07:54 +00:00
Dmitry Marakasov
4a43f16221 - Switch to options helpers
Approved by:	portmgr blanket
2015-09-25 11:50:39 +00:00
Mathieu Arnold
8dab11a002 Remove $FreeBSD$ from patches files in categories a-j.
With hat:	portmgr
Sponsored by:	Absolight
2015-05-22 13:34:20 +00:00
Christian Weisgerber
2f5d45a25d Add CPE information. 2015-03-03 20:53:26 +00:00
Tijl Coosemans
edb7229dd4 Split devel/gettext in devel/gettext-runtime and devel/gettext-tools. The
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)
2014-11-29 18:22:32 +00:00
Baptiste Daroussin
161b92dff7 Clean up plist 2014-10-19 23:12:06 +00:00
Christian Weisgerber
bf55779e24 Update to 1.28. Noteworthy changes in this release:
* New checkpoint action: totals
* Extended checkpoint format specification.
* New option --one-top-level
* New option --sort
* New exclusion options
* Manpages
2014-08-06 19:21:24 +00:00
Baptiste Daroussin
aa57dea8a7 Allow to build with texinfo from ports 2014-06-25 19:37:36 +00:00
Baptiste Daroussin
c85a36b065 Add USES=charsetfix 2014-06-24 16:25:38 +00:00
Christian Weisgerber
c51f3f1605 Update to 1.27.1. Bug fixes:
* 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>
2014-05-12 21:31:01 +00:00
Christian Weisgerber
62ef31db61 USE_BZIP2 -> USES+=tar:bzip2
USE_XZ    -> USES+=tar:xz
2014-03-13 16:11:14 +00:00
Baptiste Daroussin
75d1dff36d Fix properties on pkg-plist 2014-01-21 22:55:59 +00:00
Christian Weisgerber
487b0e5355 Use MAKE_CMD to run regression tests. 2013-12-17 16:01:38 +00:00
Christian Weisgerber
3c0c4937c8 * Regenerate patch to fix harmless but confusing warning.
* Add license information.

PR:		183987
Submitted by:	Rodrigo Osorio <rodrigo@bebik.net>
2013-11-18 16:40:04 +00:00
Christian Weisgerber
3626747843 Update to 1.27.
Fix dependencies for STATIC option.
2013-10-07 16:53:54 +00:00
Christian Weisgerber
9ef88fa4a0 Convert to stage and option helpers.
Fix combination of NLS and STATIC options.
2013-09-24 15:11:03 +00:00
Baptiste Daroussin
b80ec3e204 Add NO_STAGE all over the place in preparation for the staging support (cat: archivers) 2013-09-20 13:11:20 +00:00
Christian Weisgerber
d4984511f5 Simplify by dropping workarounds for unsupported FreeBSD versions. 2013-08-19 20:54:39 +00:00
Christian Weisgerber
9c7a77ab1e For all my ports
* remove MAKE_JOBS_SAFE (default now)
* change USE_GMAKE=yes to USES=gmake
2013-08-01 20:22:27 +00:00
Marcus von Appen
821843ca06 - Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here

Reviewed by:	bapt, kwm
2013-04-27 08:50:46 +00:00
Alex Kozlov
e159824929 - Convert USE_GETTEXT to USES (part 3)
Approved by:	portmgr (bapt)
2013-04-24 18:10:30 +00:00
Christian Weisgerber
6f90146232 Convert to OptionsNG and trim Makefile headers. 2012-12-18 21:29:04 +00:00
Dmitry Marakasov
6f6fbe4bdf - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- 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
2011-09-23 22:26:39 +00:00
Christian Weisgerber
b6557b7e1d Update to bugfix release 1.26. 2011-03-15 22:13:34 +00:00
Christian Weisgerber
9eb21dc2e7 Allow building as root.
PR:		155553
2011-03-15 17:36:21 +00:00
Christian Weisgerber
2132f91195 Fix bug with --one-file-system and --listed-incremental.
This is important for at least misc/amanda-client.

Submitted by:	John Hein <jhein@symmetricom.com>
Obtained from:	upstream
2010-11-27 20:31:19 +00:00
Christian Weisgerber
1cb39c944d Update to 1.25, which mostly brings miscellaneous bug fixes. 2010-11-24 18:02:57 +00:00
Ade Lovett
6abd00a86b Punt autoconf267->autoconf268 2010-10-16 11:52:47 +00:00
Ade Lovett
8262a7b51d Autotools update. Read ports/UPDATING 20100915 for details.
Approved by:	portmgr (for Mk/bsd.port.mk part)
Tested by:	Multiple -exp runs
2010-09-15 18:35:24 +00:00
Christian Weisgerber
044cfb9a82 Fix dead loop on extracting existing symlinks with the -k option.
Submitted by:	John Hein <jhein@symmetricom.com>
Obtained from:	upstream
2010-06-11 19:03:50 +00:00
Ade Lovett
8d837132c7 Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. 2010-05-31 02:01:56 +00:00
Christian Weisgerber
26e0343990 The xz utils and lzma library have been imported into base, so make
the dependency on the archivers/xz port conditional on OSVERSION.
2010-05-21 16:23:46 +00:00
Christian Weisgerber
2d640b7c88 Update to 1.23: miscellaneous bug fixes and minor additions. 2010-03-29 17:36:25 +00:00
Christian Weisgerber
0f7ef19845 Fix a buffer overflow in the rmt client functionality.
From upstream.

Security:	c175d72f-3773-11df-8bb8-0211d880e350
2010-03-24 18:46:46 +00:00
Christian Weisgerber
79534bfe7b Fix a geline() segfault on 8.0 when using --listed-incremental.
Submitted by:	Dennis Noordsij <noordsij@cs.helsinki.fi>
2010-01-21 15:32:55 +00:00
Christian Weisgerber
5e595dd9e6 You can now use -J to (un)compress xz format files (.tar.xz, .txz).
Feature safe:	yes
2009-09-21 14:53:38 +00:00
Christian Weisgerber
ecb256f779 Mark MAKE_JOBS_SAFE for SMP compilation.
PR:		133014
Submitted by:	mm
2009-03-24 18:12:20 +00:00
Christian Weisgerber
e96f16b2ee Update to 1.22 which adds --xz/-J support for xz compression.
However, xz itself does not have a stable release yet, so don't force
a runtime dependency.
2009-03-10 14:25:51 +00:00
Christian Weisgerber
dbf64c8d6b * Update to 1.21. Notable changes:
- 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.
2008-12-30 17:41:11 +00:00