Sat Dec 3 03:40:46 2011 UTC ()
Add devel/libuuid buildlink.

Bump PKGREVISION


(sbd)
diff -r1.8 -r1.9 pkgsrc/sysutils/ntfsprogs/Makefile

cvs diff -r1.8 -r1.9 pkgsrc/sysutils/ntfsprogs/Makefile (expand / switch to unified diff)

--- pkgsrc/sysutils/ntfsprogs/Makefile 2008/06/20 01:09:36 1.8
+++ pkgsrc/sysutils/ntfsprogs/Makefile 2011/12/03 03:40:45 1.9
@@ -1,24 +1,26 @@ @@ -1,24 +1,26 @@
1# $NetBSD: Makefile,v 1.8 2008/06/20 01:09:36 joerg Exp $ 1# $NetBSD: Makefile,v 1.9 2011/12/03 03:40:45 sbd Exp $
2 2
3DISTNAME= ntfsprogs-2.0.0 3DISTNAME= ntfsprogs-2.0.0
 4PKGREVISION= 1
4CATEGORIES= sysutils 5CATEGORIES= sysutils
5MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=linux-ntfs/} 6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=linux-ntfs/}
6EXTRACT_SUFX= .tar.bz2 7EXTRACT_SUFX= .tar.bz2
7 8
8MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://www.linux-ntfs.org/ 10HOMEPAGE= http://www.linux-ntfs.org/
10COMMENT= Linux-NTFS project utilities for the Windows NT Filesystem 11COMMENT= Linux-NTFS project utilities for the Windows NT Filesystem
11 12
12PKG_DESTDIR_SUPPORT= user-destdir 13PKG_DESTDIR_SUPPORT= user-destdir
13 14
14USE_LANGUAGES= c c++ 15USE_LANGUAGES= c c++
15USE_LIBTOOL= yes 16USE_LIBTOOL= yes
16GNU_CONFIGURE= yes 17GNU_CONFIGURE= yes
17 18
18# XXX support for this should be possibly integrated with other 19# XXX support for this should be possibly integrated with other
19# gnome pkgsrc and this could be a configurable option 20# gnome pkgsrc and this could be a configurable option
20CONFIGURE_ARGS+= --disable-gnome-vfs 21CONFIGURE_ARGS+= --disable-gnome-vfs
21 22
22GCC_REQD+= 2.96 23GCC_REQD+= 2.96
23 24
 25.include "../../devel/libuuid/buildlink3.mk"
24.include "../../mk/bsd.pkg.mk" 26.include "../../mk/bsd.pkg.mk"