Subject: CVS commit: pkgsrc/archivers/dar
To: None <pkgsrc-changes@NetBSD.org>
From: Blair Sadewitz <bjs@netbsd.org>
List: pkgsrc-changes
Date: 12/11/2007 22:34:49
Module Name:	pkgsrc
Committed By:	bjs
Date:		Tue Dec 11 22:34:49 UTC 2007

Modified Files:
	pkgsrc/archivers/dar: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -r1.31 -r1.32 pkgsrc/archivers/dar/Makefile
cvs rdiff -r1.21 -r1.22 pkgsrc/archivers/dar/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.