summaryrefslogtreecommitdiff
path: root/archivers/dar/Makefile
diff options
context:
space:
mode:
authordsainty <dsainty@pkgsrc.org>2007-03-18 04:36:23 +0000
committerdsainty <dsainty@pkgsrc.org>2007-03-18 04:36:23 +0000
commit618014784d70e783f99cb361cd0398b36bdae25d (patch)
treea11ade5f95fa49048bf0b6a5758eceb5182fc6e8 /archivers/dar/Makefile
parent53f06c0a7842d2a2d3573e99d298787fc412fb6e (diff)
downloadpkgsrc-618014784d70e783f99cb361cd0398b36bdae25d.tar.gz
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]
Diffstat (limited to 'archivers/dar/Makefile')
-rw-r--r--archivers/dar/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/archivers/dar/Makefile b/archivers/dar/Makefile
index 1bd0e527190..cb544ef0718 100644
--- a/archivers/dar/Makefile
+++ b/archivers/dar/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.24 2007/01/07 13:29:20 rillig Exp $
+# $NetBSD: Makefile,v 1.25 2007/03/18 04:36:23 dsainty Exp $
-DISTNAME= dar-2.3.2
+DISTNAME= dar-2.3.3
CATEGORIES= archivers sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dar/}
@@ -38,8 +38,12 @@ PKG_SUGGESTED_OPTIONS=
# and CPU overheads of Dar.
.if !empty(PKG_OPTIONS:Mdar-int64)
CONFIGURE_ARGS+= --enable-mode=64
+PLIST_SUBST+= DARBITS=64
.elif !empty(PKG_OPTIONS:Mdar-int32)
CONFIGURE_ARGS+= --enable-mode=32
+PLIST_SUBST+= DARBITS=32
+.else
+PLIST_SUBST+= DARBITS=
.endif
PKGCONFIG_OVERRIDE= src/libdar/libdar.pc.tmpl.in