notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: archivers/gtar/Makefile
SVNWeb

Number of commits found: 94

Fri, 5 May 2023
[ 22:01 Christian Weisgerber (naddy) search for other commits by this committer ]    commit hash:5ea94b852ffe7d9f95c3012f239435556c8a44d5  commit hash:5ea94b852ffe7d9f95c3012f239435556c8a44d5  commit hash:5ea94b852ffe7d9f95c3012f239435556c8a44d5  5ea94b8 
archivers/gtar: switch the default archive to stdin/stdout

The gtar port tries to use the same default archive location as the
base system tar.  Starting with libarchive 3.6.0, bsdtar defaults
to reading/writing the archive from stdin/to stdout in the common
case where the /dev/sa0 device does not exist on a system.

Using "-" as the default archive file is also the GNU upstream
default.

PR:		271260
Reported by:	Michael Stone <mstone2001@msn.com>
Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 20 Jul 2022
[ 14:20 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:1ced9d288a7e33f5b7e7922ea8c5f965bbc55768  commit hash:1ced9d288a7e33f5b7e7922ea8c5f965bbc55768  commit hash:1ced9d288a7e33f5b7e7922ea8c5f965bbc55768  1ced9d2  (Only the first 10 of 199 ports in this commit are shown above. View all ports for this commit)
archivers: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Albert Vernon <f3cun3c02@sneakemail.com>
  *  Alex Dupre <ale@FreeBSD.org>
  *  Alex Samorukov <samm@freebsd.org>
  *  Alexander Kuehn <freebsd@nagilum.org>
  *  Alexander Logvinov <ports@logvinov.com>
  *  Alexander Zhuravlev <zaa@zaa.pp.ru>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Alexey Dokuchaev <danfe@regency.nsu.ru>
  *  Anders Nordby <anders@FreeBSD.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Tue, 16 Feb 2021
[ 21:28 naddy search for other commits by this committer ] Original commit   Revision:565461
archivers/gtar: update to bugfix release 1.34
Sun, 17 Jan 2021
[ 18:23 naddy search for other commits by this committer ] Original commit   Revision:561856
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
Mon, 25 Feb 2019
[ 22:14 naddy search for other commits by this committer ] Original commit   Revision:493902
Update to 1.32 for some bug and testsuite fixes.
Sun, 13 Jan 2019
[ 15:33 naddy search for other commits by this committer ] Original commit   Revision:490146
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.
Sat, 10 Nov 2018
[ 18:12 bapt search for other commits by this committer ] Original commit   Revision:484628 (Only the first 10 of 386 ports in this commit are shown above. View all ports for this commit)
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
Wed, 2 May 2018
[ 10:49 naddy search for other commits by this committer ] Original commit   Revision:468822
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
Fri, 9 Sep 2016
[ 19:42 amdmi3 search for other commits by this committer ] Original commit   Revision:421635 (Only the first 10 of 100 ports in this commit are shown above. View all ports for this commit)
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)
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 29 Jun 2016
[ 15:27 amdmi3 search for other commits by this committer ] Original commit   Revision:417776
- Fix license
- Switch to USES=localbase
- Switch to ${TOUCH}

PR:		210637
Approved by:	naddy@FreeBSD.org (maintainer)
Sun, 5 Jun 2016
[ 18:58 naddy search for other commits by this committer ] Original commit   Revision:416416
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>
Fri, 3 Jun 2016
[ 19:24 naddy search for other commits by this committer ] Original commit   Revision:416332
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
Tue, 13 Oct 2015
[ 20:07 naddy search for other commits by this committer ] Original commit   Revision:399214
Use the new test framework in my ports, if applicable.
While here, also strip more libraries.
Fri, 25 Sep 2015
[ 11:50 amdmi3 search for other commits by this committer ] Original commit   Revision:397815
- Switch to options helpers

Approved by:	portmgr blanket
Tue, 3 Mar 2015
[ 20:53 naddy search for other commits by this committer ] Original commit   Revision:380396
Add CPE information.
Sat, 29 Nov 2014
[ 18:22 tijl search for other commits by this committer ] Original commit   Revision:373636 (Only the first 10 of 165 ports in this commit are shown above. View all ports for this commit)
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)
Wed, 6 Aug 2014
[ 19:21 naddy search for other commits by this committer ] Original commit   Revision:364215
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
Wed, 25 Jun 2014
[ 19:37 bapt search for other commits by this committer ] Original commit   Revision:359292
Allow to build with texinfo from ports
Tue, 24 Jun 2014
[ 16:25 bapt search for other commits by this committer ] Original commit   Revision:359107
Add USES=charsetfix
Mon, 12 May 2014
[ 21:31 naddy search for other commits by this committer ] Original commit   Revision:353898
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>
Thu, 13 Mar 2014
[ 16:11 naddy search for other commits by this committer ] Original commit   Revision:348096
USE_BZIP2 -> USES+=tar:bzip2
USE_XZ    -> USES+=tar:xz
Tue, 17 Dec 2013
[ 16:01 naddy search for other commits by this committer ] Original commit   Revision:336736
Use MAKE_CMD to run regression tests.
Mon, 18 Nov 2013
[ 16:40 naddy search for other commits by this committer ] Original commit   Revision:334222
* Regenerate patch to fix harmless but confusing warning.
* Add license information.

PR:		183987
Submitted by:	Rodrigo Osorio <rodrigo@bebik.net>
Mon, 7 Oct 2013
[ 16:53 naddy search for other commits by this committer ] Original commit   Revision:329714
Update to 1.27.

Fix dependencies for STATIC option.
Tue, 24 Sep 2013
[ 15:11 naddy search for other commits by this committer ] Original commit   Revision:328143
Convert to stage and option helpers.
Fix combination of NLS and STATIC options.
Fri, 20 Sep 2013
[ 13:11 bapt search for other commits by this committer ] Original commit   Revision:327699 (Only the first 10 of 221 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
archivers)
Mon, 19 Aug 2013
[ 20:54 naddy search for other commits by this committer ] Original commit   Revision:325019
Simplify by dropping workarounds for unsupported FreeBSD versions.
Thu, 1 Aug 2013
[ 20:22 naddy search for other commits by this committer ] Original commit   Revision:324122 (Only the first 10 of 21 ports in this commit are shown above. View all ports for this commit)
For all my ports
* remove MAKE_JOBS_SAFE (default now)
* change USE_GMAKE=yes to USES=gmake
Sat, 27 Apr 2013
[ 08:50 mva search for other commits by this committer ] Original commit   Revision:316654 (Only the first 10 of 196 ports in this commit are shown above. View all ports for this commit)
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here

Reviewed by:	bapt, kwm
Wed, 24 Apr 2013
[ 18:10 ak search for other commits by this committer ] Original commit   Revision:316464 (Only the first 10 of 1028 ports in this commit are shown above. View all ports for this commit)
- Convert USE_GETTEXT to USES (part 3)

Approved by:	portmgr (bapt)
Tue, 18 Dec 2012
[ 21:29 naddy search for other commits by this committer ] Original commit   Revision:309200
Convert to OptionsNG and trim Makefile headers.
Fri, 23 Sep 2011
[ 22:26 amdmi3 search for other commits by this committer ] Original commit  (Only the first 10 of 2369 ports in this commit are shown above. View all ports for this commit)
- 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
Tue, 15 Mar 2011
[ 22:13 naddy search for other commits by this committer ] Original commit 
Update to bugfix release 1.26.
[ 17:36 naddy search for other commits by this committer ] Original commit 
Allow building as root.

PR:             155553
Sat, 27 Nov 2010
[ 20:31 naddy search for other commits by this committer ] Original commit 
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
Wed, 24 Nov 2010
[ 18:02 naddy search for other commits by this committer ] Original commit 
Update to 1.25, which mostly brings miscellaneous bug fixes.
Sat, 16 Oct 2010
[ 11:52 ade search for other commits by this committer ] Original commit  (Only the first 10 of 445 ports in this commit are shown above. View all ports for this commit)
Punt autoconf267->autoconf268
Wed, 15 Sep 2010
[ 18:35 ade search for other commits by this committer ] Original commit  (Only the first 10 of 652 ports in this commit are shown above. View all ports for this commit)
Autotools update.   Read ports/UPDATING 20100915 for details.

Approved by:    portmgr (for Mk/bsd.port.mk part)
Tested by:      Multiple -exp runs
Fri, 11 Jun 2010
[ 19:03 naddy search for other commits by this committer ] Original commit 
Fix dead loop on extracting existing symlinks with the -k option.

Submitted by:   John Hein <jhein@symmetricom.com>
Obtained from:  upstream
Mon, 31 May 2010
[ 02:01 ade search for other commits by this committer ] Original commit  (Only the first 10 of 1416 ports in this commit are shown above. View all ports for this commit)
Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
Fri, 21 May 2010
[ 16:23 naddy search for other commits by this committer ] Original commit 
The xz utils and lzma library have been imported into base, so make
the dependency on the archivers/xz port conditional on OSVERSION.
Mon, 29 Mar 2010
[ 17:36 naddy search for other commits by this committer ] Original commit 
Update to 1.23: miscellaneous bug fixes and minor additions.
Wed, 24 Mar 2010
[ 18:46 naddy search for other commits by this committer ] Original commit 
Fix a buffer overflow in the rmt client functionality.
From upstream.

Security:       c175d72f-3773-11df-8bb8-0211d880e350
Thu, 21 Jan 2010
[ 15:32 naddy search for other commits by this committer ] Original commit 
Fix a geline() segfault on 8.0 when using --listed-incremental.

Submitted by:   Dennis Noordsij <noordsij@cs.helsinki.fi>
Mon, 21 Sep 2009
[ 14:53 naddy search for other commits by this committer ] Original commit 
You can now use -J to (un)compress xz format files (.tar.xz, .txz).

Feature safe:   yes
Tue, 24 Mar 2009
[ 18:12 naddy search for other commits by this committer ] Original commit 
Mark MAKE_JOBS_SAFE for SMP compilation.

PR:             133014
Submitted by:   mm
Tue, 10 Mar 2009
[ 14:25 naddy search for other commits by this committer ] Original commit 
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.
Tue, 30 Dec 2008
[ 17:41 naddy search for other commits by this committer ] Original commit 
* 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.
Wed, 20 Aug 2008
[ 00:57 ade search for other commits by this committer ] Original commit  (Only the first 10 of 398 ports in this commit are shown above. View all ports for this commit)
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62

Tested by:      exp build run (erwin)
Fri, 20 Jun 2008
[ 16:22 naddy search for other commits by this committer ] Original commit 
Rename manual "test" target to "regression-test" so that it will
be automatically run on the package build cluster.

Suggested by Pedro <pfgshield-freebsd@yahoo.com>.
Fri, 6 Jun 2008
[ 13:02 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 22 ports in this commit are shown above. View all ports for this commit)
Bump portrevision due to upgrade of devel/gettext.

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)
Mon, 21 Apr 2008
[ 16:03 naddy search for other commits by this committer ] Original commit 
- Revert previous workaround, 8.0-CURRENT has grown fdopendir(3).

- 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.
Fri, 11 Apr 2008
[ 16:11 naddy search for other commits by this committer ] Original commit 
Work around the assumption that openat() implies the existence of
fdopendir().  FreeBSD 8 has the former, but not the latter.

PR:             122433
Wed, 16 Jan 2008
[ 02:09 naddy search for other commits by this committer ] Original commit 
Update to 1.19.  Changes in this releases:
* new option --exclude-vcs
* miscellaneous bug fixes
Sat, 1 Sep 2007
[ 16:02 naddy search for other commits by this committer ] Original commit 
Fix directory traversal vulnerability.

PR:             115914
Submitted by:   Nick Barkas <snb@threerings.net>
Security:      
http://www.vuxml.org/freebsd/d944719e-42f4-4864-89ed-f045b541919f.html
Wed, 15 Aug 2007
[ 19:07 naddy search for other commits by this committer ] Original commit 
Update to 1.18.  Switched to GPLv3, no user visible changes.

PR:             115548
Submitted by:   rafan
Mon, 23 Jul 2007
[ 09:36 rafan search for other commits by this committer ] Original commit  (Only the first 10 of 437 ports in this commit are shown above. View all ports for this commit)
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
  supports them.  This is determined by running ``configure --help'' in
  do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
  which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
  Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
  PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
  subdirectory detection.

PR:             ports/111470
Approved by:    portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by:      pointyhat exp run
Wed, 13 Jun 2007
[ 15:04 naddy search for other commits by this committer ] Original commit 
Fix message catalog directories.

Submitted by:   kris    (pointyhat)
Sun, 10 Jun 2007
[ 20:52 naddy search for other commits by this committer ] Original commit 
Update to 1.17.  Changes in this release:
* Fix archivation of sparse files in posix mode.
* Fix operation of --verify --listed-incremental.
* Fix --occurrence.
* Scope of --transform and --strip-components options.
* End-of-volume script can send the new volume name to tar.
Wed, 13 Dec 2006
[ 21:10 naddy search for other commits by this committer ] Original commit 
Update to 1.16.1.  User-visible changes:
* New option --exclude-tag allows to specify "exclusion tag files".
* The --exclude-cache option now excludes the directories themselves, too.
* Support for reading ustar type 'N' logical records has been removed.
* Race conditions around 'tar -x --same-owner' have been fixed.
Thu, 30 Nov 2006
[ 20:31 naddy search for other commits by this committer ] Original commit 
Fix GNUTYPE_NAMES directory traversal vulnerability by not extracting
these entries.  Support for GNUTYPE_NAMES will be dropped completely
in 1.16.1.

Notified by sem@

Security:       VuXML 3dd7eb58-80ae-11db-b4ec-000854d03344
Thu, 16 Nov 2006
[ 00:46 tmclaugh search for other commits by this committer ] Original commit 
dirrmtry some directories which will be leftover on deinstall.

Notified by:    My tinderbox
Tue, 14 Nov 2006
[ 14:44 naddy search for other commits by this committer ] Original commit 
Update to 1.16.  User-visible changes:

Incompatible changes:
* No globbing by default when extracting from or listing an archive.
* -l is now an alias of --check-links

Miscellaneous new options and bug fixes.  For a complete list, see
http://lists.gnu.org/archive/html/bug-tar/2006-10/msg00031.html
Sat, 4 Mar 2006
[ 14:59 naddy search for other commits by this committer ] Original commit 
Fix a buffer overflow, caused by improper bounds checking of the
PAX extended headers.  By tricking a user into processing a specially
crafted tar archive, this could be exploited to execute arbitrary
code with the privileges of the user.

Security:       CVE-2006-0300
Approved by:    portmgr (erwin)
Obtained from:  Ubuntu
Sun, 30 Jan 2005
[ 14:55 naddy search for other commits by this committer ] Original commit 
Fix command line parsing.

Submitted by:   Jiri Pridal <jiri.pridal@jmk.izscr.cz>
Obtained from:  GNU CVS
Sun, 9 Jan 2005
[ 21:47 naddy search for other commits by this committer ] Original commit 
Update to 1.15.1.  Notable changes:
- Compressed archives are now recognized automatically.
- Numerous bug fixes.

Add a target "test" to run the included regression test suite.
Sat, 10 Jul 2004
[ 19:12 krion search for other commits by this committer ] Original commit 
Remove USE_GETTEXT
[ 18:34 krion search for other commits by this committer ] Original commit 
Support WITHOUT_NLS
Sat, 15 May 2004
[ 12:59 naddy search for other commits by this committer ] Original commit 
Update to 1.14, the first new official release in almost five years.
No user-visible changes from the last alpha version.
Wed, 28 Apr 2004
[ 21:00 naddy search for other commits by this committer ] Original commit  (Only the first 10 of 14 ports in this commit are shown above. View all ports for this commit)
Update to 1.13.94 and jettison private FreeBSD modifications.

Notable changes in this release:
- Support for POSIX.1-2001 and ustar archive formats.
- Various option flag changes.
- New message translations.
- Bug fixes.
Wed, 4 Feb 2004
[ 04:36 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 312 ports in this commit are shown above. View all ports for this commit)
Add USE_GETTEXT and bump PORTREVISION.

Submitted by:   trevor
Tested by:      bento
Fri, 23 Jan 2004
[ 18:12 trevor search for other commits by this committer ] Original commit  (Only the first 10 of 314 ports in this commit are shown above. View all ports for this commit)
Now gettext 0.12.1 is gettext-old.
Fri, 31 Oct 2003
[ 02:39 ijliao search for other commits by this committer ] Original commit 
introduce MASTER_SITE_GNU_ALPHA
Tue, 26 Aug 2003
[ 20:25 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 173 ports in this commit are shown above. View all ports for this commit)
Bump the PORTREVISION for the ports directly affected by the gettext upgrade.

Prodded by:     kris
Mon, 25 Aug 2003
[ 05:41 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 175 ports in this commit are shown above. View all ports for this commit)
Chase the libintl.so shared lib version.
Sat, 16 Aug 2003
[ 10:07 kris search for other commits by this committer ] Original commit 
Utilize INFO and bump PORTREVISION.
Wed, 11 Jun 2003
[ 19:41 naddy search for other commits by this committer ] Original commit 
IGNORE while this is identical to the base system tar.

Suggested by:   kuriyama
Fri, 21 Feb 2003
[ 12:52 naddy search for other commits by this committer ] Original commit  (Only the first 10 of 42 ports in this commit are shown above. View all ports for this commit)
pkg-comment -> COMMENT
Sat, 28 Dec 2002
[ 02:27 edwin search for other commits by this committer ] Original commit 
Removed stale master_site, informed maintainer.
Noticed by: portsurvey.
Sat, 5 Oct 2002
[ 07:50 kris search for other commits by this committer ] Original commit 
Fix a security bug that allows extracted filenames to contain ".." and
bump PORTREVISION.

Submitted by:   naddy
Thu, 1 Aug 2002
[ 16:22 ade search for other commits by this committer ] Original commit  (Only the first 10 of 191 ports in this commit are shown above. View all ports for this commit)
Chase shlib rev of devel/gettext

Submitted by:   lots and lots
Pointy hat to:  ade
Fri, 7 Jun 2002
[ 06:08 sobomax search for other commits by this committer ] Original commit 
Sync with src/contrib/tar - re-enable --same-owner for uid 0.
[ 00:07 sobomax search for other commits by this committer ] Original commit 
Sync with src/contrib/tar - don't assume that user with uid 0 doesn't really
care about umask(2).
Sun, 2 Jun 2002
[ 10:18 sobomax search for other commits by this committer ] Original commit 
Stage 1 of system GNU tar upgrade to a modern version:

Merge all applicable bugfixes, local hacks and new features from the ancient
base system tar into the port, so those two are interchangeable.

Bump PORTREVISION.
Fri, 12 Apr 2002
[ 17:10 ade search for other commits by this committer ] Original commit  (Only the first 10 of 171 ports in this commit are shown above. View all ports for this commit)
gettext upgrade uber-patch (stage 3)

- switch devel/gettext (0.11.1) on, installing full package
- flip devel/gettext-old (0.10.35) to installing only static binaries
  with a "-old" suffix -- gettext-old will have its deorbit burn
  sequence initiated just after 4.6-RELEASE
- fix up ports for the new world order

Reviewed by:    portmgr
Fri, 15 Mar 2002
[ 19:44 ade search for other commits by this committer ] Original commit  (Only the first 10 of 191 ports in this commit are shown above. View all ports for this commit)
Stage 1 of gettext update.

Move gettext (0.10.35) with gettext-old
Update gettext from gettext-devel (0.10.40)
Remove gettext-devel
Fix dependencies

Stage 2 will involve upgraded gettext to 0.11 and fixing issues
Stage 3 involves a de-orbit burn sequence for gettext-old

Reviewed by:    portmgr
Mon, 5 Nov 2001
[ 16:08 naddy search for other commits by this committer ] Original commit 
Update to 1.13.25:   * New option --overwrite-dir.   * Fixes for buffer overrun,
porting, and copyright notice problems.   * Add Korean message catalog.    
Sun, 4 Nov 2001
[ 18:45 naddy search for other commits by this committer ] Original commit 
- Fix "gtar --version" segfault on -STABLE reported by Jason R. Mastaler.   -
Bump the port revision.   - Move PKGNAMEPREFIX to where portlint wants it.    
Sat, 3 Nov 2001
[ 22:22 naddy search for other commits by this committer ] Original commit  (Only the first 10 of 18 ports in this commit are shown above. View all ports for this commit)
Update my MAINTAINER address.    
Fri, 21 Sep 2001
[ 07:05 petef search for other commits by this committer ] Original commit 
Update to 1.13.23    
Tue, 11 Sep 2001
[ 13:09 knu search for other commits by this committer ] Original commit 
Update to 1.13.22.    
Thu, 8 Feb 2001
[ 17:31 sf search for other commits by this committer ] Original commit 
change category to archivers.    

Number of commits found: 94