The NetBSD Project

CVS log for pkgsrc/archivers/dar/Makefile

[BACK] Up to [cvs.netbsd.org] / pkgsrc / archivers / dar

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.39 / (download) - annotate - [select for diffs], Wed Feb 15 19:20:36 2012 UTC (2 months, 4 weeks ago) by hans
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1, HEAD
Changes since 1.38: +2 -2 lines
Diff to previous 1.38 (colored)

REPLACE_BASH on all installed shell scripts.

Revision 1.38 / (download) - annotate - [select for diffs], Sun Jan 29 02:54:18 2012 UTC (3 months, 2 weeks ago) by sbd
Branch: MAIN
Changes since 1.37: +12 -1 lines
Diff to previous 1.37 (colored)

Build a static binary with threads is currently broken with glibc.

Revision 1.37 / (download) - annotate - [select for diffs], Sat Aug 20 16:02:23 2011 UTC (8 months, 3 weeks ago) by cheusov
Branch: MAIN
CVS Tags: pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3
Changes since 1.36: +10 -12 lines
Diff to previous 1.36 (colored)


Update to 2.4.1. For a list of changes in this release,
see the documentation.

Revision 1.36 / (download) - annotate - [select for diffs], Fri Apr 22 13:42:49 2011 UTC (12 months, 3 weeks ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2011Q2-base, pkgsrc-2011Q2
Changes since 1.35: +2 -2 lines
Diff to previous 1.35 (colored)

recursive bump from gettext-lib shlib bump.

Revision 1.35 / (download) - annotate - [select for diffs], Sun Jan 17 12:02:03 2010 UTC (2 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1
Changes since 1.34: +2 -1 lines
Diff to previous 1.34 (colored)

Recursive PKGREVISION bump for jpeg update to 8.

Revision 1.34 / (download) - annotate - [select for diffs], Sun Jun 22 22:33:37 2008 UTC (3 years, 10 months ago) by dsainty
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.33: +2 -3 lines
Diff to previous 1.33 (colored)

Update Dar to 2.3.8:

from 2.3.6 to 2.3.7
- fixed bug in dar_manager about the localization of the archive in which to fin
d the latest EA
- fixed bug in configure script to properly report full blowfish encryption supp
ort
- fixed a bug in the statistics calculus of dar_manager for most recent files pe
r archive
- removed inappropriate internal error check
- added --disable-libdl-linking option
- fixed mistake in API tutorial
- updated Swedish translation by Peter Landgren
- fixed bug in the file filtering based on listing file ( -[ option )
- fixed typo and spelling errors in documentation
- updated code for clean compilation with gcc-4.2.3
- updated code for clean compilation with gcc-4.3 20080208 (experimental gcc)

from 2.3.7 to 2.3.8
- fixed bug in libdar met when user supply an empty file as a list of file to
  include or exclude ( -[ and -] options )
- fixed bug concerning elastic buffers used beside strong encryption. No
  security issue here, just in some almost rare situations the generated archive
  was not readable (testing your archive prevents you loosing data in this
  situation)
- added some speed optimizations
- avoided warning to appear without -v option set, when an error is met while
  fetching value of nodump flag (flag not supported on filesystem for example).

Revision 1.33 / (download) - annotate - [select for diffs], Fri Jan 18 05:06:18 2008 UTC (4 years, 3 months ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2008Q1-base, pkgsrc-2008Q1
Changes since 1.32: +2 -1 lines
Diff to previous 1.32 (colored)

Per the process outlined in revbump(1), perform a recursive revbump
on packages that are affected by the switch from the openssl 0.9.7
branch to the 0.9.8 branch. ok jlam@

Revision 1.32 / (download) - annotate - [select for diffs], Tue Dec 11 22:34:49 2007 UTC (4 years, 5 months ago) by bjs
Branch: MAIN
CVS Tags: pkgsrc-2007Q4-base, pkgsrc-2007Q4
Changes since 1.31: +63 -24 lines
Diff to previous 1.31 (colored)



Update to version 2.3.6:

    Changes within pkgsrc:

 	(*)	While here, add some logic to allow REPLACE_PERL and
		REPLACE_BASH to work without USE_TOOLS+="perl bash".
		Thus, the paths in share/dar/samples will now [usually]
		be correct.  Simplify options handling.


	(*)	Use PTHREAD_AUTO_VARS to ensure harmony with the
		rest of pkgsrc, add USE_FEATURES.openssl=threads
		when necessary.  Threads are enabled if a built-in
		thread library is used.


    Changes in source (since version 2.3.5):

	(*)	fixed:  Makefile.am in src/dar_suite
		        (removed "/" after $(DESTDIR))

	(*) 	fixed:  bug in regex mask building when not using
		        ordered masks

	(*) 	fixed:  bug that led dar_manager to report no error while
	 	        some files failed to be restored due to command-line
		        for dar being too large.

	(*) 	fixed:  bug encountered when user aborts operation while
		        dar is finalizing archive creation [SF #1800507]

	(*)	fixed:  problem with execvp when dar_manager launches dar

Revision 1.31 / (download) - annotate - [select for diffs], Tue Oct 23 11:15:25 2007 UTC (4 years, 6 months ago) by dsainty
Branch: MAIN
Changes since 1.30: +2 -1 lines
Diff to previous 1.30 (colored)

If OpenSSL is available, Dar will use it for crypto support.  Buildlink this back under Pkgsrc control.

Revision 1.30 / (download) - annotate - [select for diffs], Sun Sep 16 07:33:15 2007 UTC (4 years, 8 months ago) by dsainty
Branch: MAIN
CVS Tags: pkgsrc-2007Q3-base, pkgsrc-2007Q3
Changes since 1.29: +2 -2 lines
Diff to previous 1.29 (colored)

Update dar to version 2.3.5:

This is a minor release. Changes from 2.3.4 are:

- changed displayed message when adding a hard link to an archive while
  performing a differential backup
- added back the possibility to use old blowfish implementation (bfw cipher)
- integrated optimization patch from Sonni Norlov
- updated Swedish translation by Peter Landgren
- updated French translation
- fixed broken Native Language Support in 2.3.x (where x<5)

Revision 1.29 / (download) - annotate - [select for diffs], Fri Aug 31 12:05:43 2007 UTC (4 years, 8 months ago) by dsainty
Branch: MAIN
Changes since 1.28: +2 -2 lines
Diff to previous 1.28 (colored)

Fix spelling in comment in revision 1.27, no functional change

Revision 1.28 / (download) - annotate - [select for diffs], Thu Aug 30 13:54:23 2007 UTC (4 years, 8 months ago) by joerg
Branch: MAIN
Changes since 1.27: +2 -2 lines
Diff to previous 1.27 (colored)

CHECK_INTERPRETER_SKIP expects a filename or pattern. Fix.

Revision 1.27 / (download) - annotate - [select for diffs], Mon Aug 20 12:36:24 2007 UTC (4 years, 8 months ago) by dsainty
Branch: MAIN
Changes since 1.26: +13 -9 lines
Diff to previous 1.26 (colored)

Update dar to version 2.3.4:

Pkgsrc changes:

- Use an option group for dar-int32 Vs dar-int64 Vs neither (infinint)
- Default to dar-int64 (the infinint support is excessive, and hugely
  expensive)
- REPLACE_FOO doesn't work if FOO isn't a dependency, and we don't want to
  pull in Bash and Perl just for a few samples!  So, don't replace the
  interpreters in the samples, just leave them as is.

ChangeLog from 2.3.3 to 2.3.4:

- fixed behavior when differential backup is interrupted (no more store file
  that would have been read if no interruption had been done as "deleted"
  since thearchive of reference) [SF #1669091].
- added official method to access catalogue's statistics through the API (for
  kdar next version).
- Fixed syntax error in dar_par_create.duc and dar_par_test.duc files
  (Parchive integration with dar).
- minor spelling fix in error message (compressor.cpp)
- added Wiebe Cazemier's two patches for dar man page
- integrated patch from Dwayne C. Litzenberger to fix weakness in dar's
  implementation of the blowfish encryption.
- improved the returned message when an invalid path is given as argument
- updated doc/sample/sample1.txt script file

Revision 1.26 / (download) - annotate - [select for diffs], Tue Jul 24 14:23:26 2007 UTC (4 years, 9 months ago) by joerg
Branch: MAIN
Changes since 1.25: +2 -1 lines
Diff to previous 1.25 (colored)

Skip example directory for the interpreter check.

Revision 1.25 / (download) - annotate - [select for diffs], Sun Mar 18 04:36:23 2007 UTC (5 years, 2 months ago) by dsainty
Branch: MAIN
CVS Tags: pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1
Changes since 1.24: +6 -2 lines
Diff to previous 1.24 (colored)

Update to dar 2.3.3, and also fix PLIST for dar-int32 and dar-int64 Pkgsrc
options.

Upgrading to 2.3.3 is strongly recommended if you use Dar to backup across
multiple filesystems:

  http://article.gmane.org/gmane.comp.sysutils.backup.dar.announce/31

Changelog entry from 2.3.2 to 2.3.3:

- avoid using getpwuid() and getgrgid() for static linking.
- fixed typo in dar's man page
- update FAQ
- fixed bug: uncaught exception thrown when CTRC-C was hit while dar waits an
  answer from the user [SF #1612205]
- fixed bug: unusable archive generated when CTRC-C was hit and blowfish
  encryption used [SF #1632273]
- added a check to verify that the libdar used is compatible with the current
  dar suite programs [SF #1587643]
- fixed bug: added workaround for the right arithmetic shift operator (the
  binary produced by gcc-3.4.2 produces computes "v>>s" equal to "v" when when
  v is a integer field composed of s exactly bits. It should rather compute it
  to zero...).
  this problem leads 32 bits generated archive incompatible with 64 bits
  generated archive only when blowfish is used.
- fixed bug met when the inode space is exhausted, thanks to "Jo - Ex-Bart" for
  this new feedback. [SF #1632738]
- replaced &, <, >, ' and " in XML listing by &...; corresponding sequence.
  [SF #1597403]
- dar_manager can receive arguments after stick to -o options (it is an error
  in regard to documentation, but no warning was issued in that case, leading
  to confusion for some users) [SF #1598138]
- updated Veysel Ozer's automatic_backup script
- fixed hard link detection problem [SF #1667400]
- verbose output did not displayed hard links information
- merged patch on dar_cp by Andrea Palazzi to have it to return EXIT_DATA_ERROR
  when some data have been reported [SF #1622913]

Revision 1.24 / (download) - annotate - [select for diffs], Sun Jan 7 13:29:20 2007 UTC (5 years, 4 months ago) by rillig
Branch: MAIN
Changes since 1.23: +7 -2 lines
Diff to previous 1.23 (colored)

Updated dar to 2.3.2.

from 2.3.1 to 2.3.2
- fixed bug in Native Language Support when --enable-locale-dir was not set (Thomas Jacob's patch)
- updated Swedish translation by Peter Landgren
-  --verbose=skipped was not available (only the short -vs form was available)
- reviewed regex with ordered mask for the feature to better fits user's need (Dave Vasilevsky's feedback)
- fixed bug where compression algorithm was changed to maximum (fixed with Richard Fish's adequate patch)
- fixed tutorial with command line evolution (dar's -g option in particular)
- latest version of Grzegorz Adam Hankiewicz's mini-howto
- fixed bug concerning restoration of only more recent files

Revision 1.23 / (download) - annotate - [select for diffs], Sat Oct 7 07:10:29 2006 UTC (5 years, 7 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base, pkgsrc-2006Q4
Changes since 1.22: +2 -2 lines
Diff to previous 1.22 (colored)

Update dar to 2.3.1.
Patch provided by Martin Wilke via PR 34430.

- Changelog

	from 2.3.0 to 2.3.1

	- set back Nick Alcock's patch which has been dropped from
	  2.2.x to 2.3.x (patch name is "Do not moan about every
	  single file on a non-ext2 filesystem")
	- fixed compilation problem when thread-safe code is disabled
	- integrated Wiebe Cazemier's patch for dar's man page
	- fixed bug in listing: -as option also listed files that
	  had EA even when theses were not saved in the archive
	- file permission of installed sample scripts lacked the
	  executable bit
	- fixed a bug that appeared when a file is removed while at
	  the time it is saved by dar
	- avoid having an unnecessary warning appearing when
  	restoring a file in a directory that has default EA set
	- Cygwin has changed and does not support anymore the path
 	 in the form "c:/some/where", you have to use
 	 "/cygdrive/c/some/where" instead. Documentation has been
 	 updated in consequence.

Revision 1.22 / (download) - annotate - [select for diffs], Sat Jul 8 07:09:34 2006 UTC (5 years, 10 months ago) by dsainty
Branch: MAIN
CVS Tags: pkgsrc-2006Q3-base, pkgsrc-2006Q3
Changes since 1.21: +18 -1 lines
Diff to previous 1.21 (colored)

Add support for dar-int32 and dar-int64 package options.

Dar is built by default with an arbitrary-size-integer library for managing
all file length/timestamp details.  If 32-bit or 64-bit integers (with
overflow protection) are sufficient for requirements, the dar-int32 and
dar-int64 options can significantly reduce the run-time memory and CPU
overheads of Dar.

Leave the default unchanged (thus no package version bump).

Revision 1.21 / (download) - annotate - [select for diffs], Fri May 26 10:10:08 2006 UTC (5 years, 11 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2006Q2-base, pkgsrc-2006Q2
Changes since 1.20: +8 -7 lines
Diff to previous 1.20 (colored)

Changes 2.3.0:
- added user_interaction::pause2() method
- added the snapshot feature
- added the Cache Directory Tagging detection feature
- adapted Wesley's patch for a pkgconfig for libdar
- more...

Revision 1.20 / (download) - annotate - [select for diffs], Sun May 7 05:01:29 2006 UTC (6 years ago) by minskim
Branch: MAIN
Changes since 1.19: +2 -2 lines
Diff to previous 1.19 (colored)

Do not convert char* to int, which may cause an error on 64-bit platforms.
Bump PKGREVISION.

Revision 1.19 / (download) - annotate - [select for diffs], Sat Mar 4 21:28:52 2006 UTC (6 years, 2 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base, pkgsrc-2006Q1
Changes since 1.18: +2 -2 lines
Diff to previous 1.18 (colored)

Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.

Revision 1.18 / (download) - annotate - [select for diffs], Sun Feb 5 23:08:04 2006 UTC (6 years, 3 months ago) by joerg
Branch: MAIN
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (colored)

Recursive revision bump / recommended bump for gettext ABI change.

Revision 1.17 / (download) - annotate - [select for diffs], Mon Dec 5 20:20:10 2005 UTC (6 years, 5 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4
Changes since 1.16: +4 -1 lines
Diff to previous 1.16 (colored)

SunPro on Solaris needs -D__EXTENSIONS__ for getopt().

Revision 1.16 / (download) - annotate - [select for diffs], Wed Sep 7 18:17:22 2005 UTC (6 years, 8 months ago) by reed
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base, pkgsrc-2005Q3
Changes since 1.15: +3 -1 lines
Diff to previous 1.15 (colored)

Add patch to check the gettext implementation correctly --
so it  doesn't build with its own libintl.

The error was: error: too many arguments to function `const
char* _nl_expand_alias()'

Include devel/gettext-lib/buildlink3.mk.

Bump PKGREVISION.

This is for PR 30993.

Revision 1.15 / (download) - annotate - [select for diffs], Thu Jul 14 13:47:55 2005 UTC (6 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (colored)

Reset maintainer, mail bounced.

Revision 1.14 / (download) - annotate - [select for diffs], Thu Jun 30 18:31:24 2005 UTC (6 years, 10 months ago) by minskim
Branch: MAIN
Changes since 1.13: +2 -1 lines
Diff to previous 1.13 (colored)

USE_PKGLOCALEDIR=yes

Revision 1.13 / (download) - annotate - [select for diffs], Wed Jun 29 07:38:40 2005 UTC (6 years, 10 months ago) by martti
Branch: MAIN
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored)

Updated dar to 2.2.2

* lots of new options
* lots of bug fixes
* translation updates
* documentation updates

Revision 1.12 / (download) - annotate - [select for diffs], Mon Apr 11 21:44:48 2005 UTC (7 years, 1 month ago) by tv
Branch: MAIN
CVS Tags: pkgsrc-2005Q2-base, pkgsrc-2005Q2
Changes since 1.11: +1 -2 lines
Diff to previous 1.11 (colored)

Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.

Revision 1.11 / (download) - annotate - [select for diffs], Mon Jan 24 16:58:06 2005 UTC (7 years, 3 months ago) by tv
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1
Changes since 1.10: +1 -7 lines
Diff to previous 1.10 (colored)

Fix build on Interix.  (Changes submitted to author.)

Revision 1.10 / (download) - annotate - [select for diffs], Fri Jan 21 02:29:33 2005 UTC (7 years, 3 months ago) by tv
Branch: MAIN
Changes since 1.9: +7 -2 lines
Diff to previous 1.9 (colored)

Need --enable-os-bits for Interix.

Revision 1.9 / (download) - annotate - [select for diffs], Tue Nov 9 13:02:39 2004 UTC (7 years, 6 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2004Q4-base, pkgsrc-2004Q4
Changes since 1.8: +3 -4 lines
Diff to previous 1.8 (colored)

Changes 2.1.5:
- added protection code against bad_alloc exception
- new configure option to bypass libdl test
- removed expected exception list in deci, limitint, real_infinint
  and storage modules to improve global robustness
- remove the #pragma implementation/interface directives
  which tend today to become obsolete, and seems to be the
  cause of compilation problem on (recent) Linux kernel 2.6.7
  for example.
- added protection code to report bug conditions
- code simplification for filesystem reading (while performing
  backup)
- fixed bug #29 (crash when saving hard link without read
  permission)
- fixed code syntax to support gcc-3.4.x

Revision 1.8 / (download) - annotate - [select for diffs], Sun Oct 3 00:13:04 2004 UTC (7 years, 7 months ago) by tv
Branch: MAIN
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored)

Libtool fix for PR pkg/26633, and other issues.  Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.

Revision 1.7 / (download) - annotate - [select for diffs], Sat May 29 18:16:15 2004 UTC (7 years, 11 months ago) by minskim
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base, pkgsrc-2004Q3, pkgsrc-2004Q2-base, pkgsrc-2004Q2
Changes since 1.6: +3 -1 lines
Diff to previous 1.6 (colored)

Enable pkgviews installation.

Revision 1.6 / (download) - annotate - [select for diffs], Sat May 29 18:07:38 2004 UTC (7 years, 11 months ago) by minskim
Branch: MAIN
Changes since 1.5: +1 -6 lines
Diff to previous 1.5 (colored)

Remove superfluous SED/MV.

Revision 1.5 / (download) - annotate - [select for diffs], Sun May 16 16:37:02 2004 UTC (8 years ago) by minskim
Branch: MAIN
Changes since 1.4: +3 -1 lines
Diff to previous 1.4 (colored)

USE_LANGUAGES= c c++
USE_LIBTOOL=   yes

Revision 1.4 / (download) - annotate - [select for diffs], Wed May 12 05:31:28 2004 UTC (8 years ago) by minskim
Branch: MAIN
Changes since 1.3: +2 -1 lines
Diff to previous 1.3 (colored)

Explicitly disable upx.

Revision 1.3 / (download) - annotate - [select for diffs], Tue Mar 30 18:56:50 2004 UTC (8 years, 1 month ago) by minskim
Branch: MAIN
Changes since 1.2: +6 -1 lines
Diff to previous 1.2 (colored)

Make this package use buildlink3 framework, and add dependencies on
bzip2 and zlib.  Bump PKGREVISION.

Revision 1.2 / (download) - annotate - [select for diffs], Tue Feb 10 05:22:47 2004 UTC (8 years, 3 months ago) by grant
Branch: MAIN
CVS Tags: pkgsrc-2004Q1-base, pkgsrc-2004Q1
Changes since 1.1: +2 -2 lines
Diff to previous 1.1 (colored)

MAINTAINER should only contain an email address.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Mon Dec 15 17:51:43 2003 UTC (8 years, 5 months ago) by agc
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

Initial import of dar-2.0.2 into the NetBSD Packages Collection.

Provided in PR 23738 by David Simas.

DAR is a Disk ARchiver, for backing-up file systems to disk.  It's rather
in the spirit of TAR, with some additions.  Notably:

	DAR can break up a archive into multiple files, to facillitate
	storage on portable media, like CDs or DVDs.

	Can perform incremental back-ups against a reference archive, or,
	more conveniently, a "catalog" of an archive, which is sort of a 
	combination of a TAR table-of-contents and a file checksum list.

DAR also supports filtering, so files or directories can be excluded from
an archive, compression, filtered compression, and the inclusion of parity
in archives, to help recover from media errors.

See http://dar.sourceforge.net/

Revision 1.1 / (download) - annotate - [select for diffs], Mon Dec 15 17:51:43 2003 UTC (8 years, 5 months ago) by agc
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>