diff options
-rw-r--r-- | archivers/dar/Makefile | 22 | ||||
-rw-r--r-- | archivers/dar/distinfo | 8 |
2 files changed, 17 insertions, 13 deletions
diff --git a/archivers/dar/Makefile b/archivers/dar/Makefile index cd0d7663259..247512a65f9 100644 --- a/archivers/dar/Makefile +++ b/archivers/dar/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.26 2007/07/24 14:23:26 joerg Exp $ +# $NetBSD: Makefile,v 1.27 2007/08/20 12:36:24 dsainty Exp $ -DISTNAME= dar-2.3.3 +DISTNAME= dar-2.3.4 CATEGORIES= archivers sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dar/} @@ -21,14 +21,18 @@ CONFIGURE_ARGS+= --disable-upx CONFIGURE_ARGS+= --enable-examples CONFIGURE_ARGS+= doxygen=no +# Since these are only examples, avoid the dependencies on Bash and +# Perl. Unfortunately the interpeter replacements won't work unless +# we USE_TOOLS the two interpreters, so the samples are left as is. CHECK_INTERPRETER_SKIP+= share/dar/samples -REPLACE_PERL+= doc/samples/dar_backup -REPLACE_BASH+= doc/samples/*.bash doc/samples/clust*.sh -# No extra dependencies, since these are only examples. - -PKG_OPTIONS_VAR= PKG_OPTIONS.dar -PKG_SUPPORTED_OPTIONS= dar-int32 dar-int64 -PKG_SUGGESTED_OPTIONS= +#USE_TOOLS+= bash:run perl:run +#REPLACE_PERL+= doc/samples/dar_backup +#REPLACE_BASH+= doc/samples/*.bash doc/samples/clust*.sh + +PKG_OPTIONS_VAR= PKG_OPTIONS.dar +PKG_OPTIONS_OPTIONAL_GROUPS+= int +PKG_OPTIONS_GROUP.int= dar-int32 dar-int64 +PKG_SUGGESTED_OPTIONS+= dar-int64 .include "../../mk/bsd.options.mk" diff --git a/archivers/dar/distinfo b/archivers/dar/distinfo index 2a9153e8f4e..41ea8b71f69 100644 --- a/archivers/dar/distinfo +++ b/archivers/dar/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.19 2007/04/13 09:11:20 dsainty Exp $ +$NetBSD: distinfo,v 1.20 2007/08/20 12:36:24 dsainty Exp $ -SHA1 (dar-2.3.3.tar.gz) = ec52d7d75b3414b54f03988874c51b2e655561ab -RMD160 (dar-2.3.3.tar.gz) = 7e426a21633205738b1262fb643e1a91c8feb793 -Size (dar-2.3.3.tar.gz) = 1179147 bytes +SHA1 (dar-2.3.4.tar.gz) = 1046ad3b88371fc2d77227706dbcc894af8e33d9 +RMD160 (dar-2.3.4.tar.gz) = 088ab52d504c0475d578e8bdc9681a197a761583 +Size (dar-2.3.4.tar.gz) = 1186874 bytes SHA1 (patch-aa) = d9d9cef20573582c2f56aa70ae1b3af98b11725a SHA1 (patch-ab) = d442f8ec95909bf9a5e72e1ff10042ec263ec8d2 SHA1 (patch-ac) = 34ba67a1ae794c1069824347b67a204455d18f2e |