Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/pkgsrc/archivers/dar/Makefile,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/archivers/dar/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.20 retrieving revision 1.21 diff -u -p -r1.20 -r1.21 --- pkgsrc/archivers/dar/Makefile 2006/05/07 05:01:29 1.20 +++ pkgsrc/archivers/dar/Makefile 2006/05/26 10:10:08 1.21 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.20 2006/05/07 05:01:29 minskim Exp $ +# $NetBSD: Makefile,v 1.21 2006/05/26 10:10:08 adam Exp $ -DISTNAME= dar-2.2.2 -PKGREVISION= 3 +DISTNAME= dar-2.3.0 CATEGORIES= archivers sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dar/} @@ -14,13 +13,15 @@ PKG_INSTALLATION_TYPES= overwrite pkgvie USE_LANGUAGES= c c++ USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes +USE_TOOLS+= gmake GNU_CONFIGURE= yes -UNLIMIT_RESOURCES= datasize - -CONFIGURE_ARGS+= --disable-nodump-flag CONFIGURE_ARGS+= --disable-dar-static -CONFIGURE_ARGS+= --enable-examples +CONFIGURE_ARGS+= --disable-nodump-flag CONFIGURE_ARGS+= --disable-upx +CONFIGURE_ARGS+= --enable-examples + +PKGCONFIG_OVERRIDE= src/libdar/libdar.pc.tmpl.in +UNLIMIT_RESOURCES= datasize # Needed for getopt() with SunPro CPPFLAGS.SunOS+= -D__EXTENSIONS__