Sat May 4 13:13:45 2013 UTC ()
libuuid will never be used if buitin uuidgen(2) exists.  For the moment,
[over-?]confidently assume that means Linux only.

Suggested by obache@


(dsainty)
diff -r1.4 -r1.5 pkgsrc/sysutils/testdisk/Makefile

cvs diff -r1.4 -r1.5 pkgsrc/sysutils/testdisk/Makefile (expand / switch to unified diff)

--- pkgsrc/sysutils/testdisk/Makefile 2013/05/04 12:38:28 1.4
+++ pkgsrc/sysutils/testdisk/Makefile 2013/05/04 13:13:44 1.5
@@ -1,24 +1,28 @@ @@ -1,24 +1,28 @@
1# $NetBSD: Makefile,v 1.4 2013/05/04 12:38:28 dsainty Exp $ 1# $NetBSD: Makefile,v 1.5 2013/05/04 13:13:44 dsainty Exp $
2# 2#
3 3
4DISTNAME= testdisk-6.13 4DISTNAME= testdisk-6.14-WIP
5PKGREVISION= 2 
6CATEGORIES= sysutils 5CATEGORIES= sysutils
7MASTER_SITES= http://www.cgsecurity.org/ 6MASTER_SITES= http://www.cgsecurity.org/
8EXTRACT_SUFX= .tar.bz2 7EXTRACT_SUFX= .tar.bz2
9 8
10MAINTAINER= pancake@phreaker.net 9MAINTAINER= pancake@phreaker.net
11HOMEPAGE= http://www.cgsecurity.org/wiki/TestDisk 10HOMEPAGE= http://www.cgsecurity.org/wiki/TestDisk
12COMMENT= Tool to check and undelete partitions 11COMMENT= Tool to check and undelete partitions
13LICENSE= gnu-gpl-v2 12LICENSE= gnu-gpl-v2
14 13
15GNU_CONFIGURE= yes 14GNU_CONFIGURE= yes
16 15
 16.include "../../mk/bsd.prefs.mk"
 17
 18.if ${OPSYS} == "Linux"
 19.include "../../devel/libuuid/buildlink3.mk"
 20.endif
 21
17# testdisk uses either ntfsprogs or fuse-ntfs-3g, but not both, and prefers 22# testdisk uses either ntfsprogs or fuse-ntfs-3g, but not both, and prefers
18# fuse-ntfs-3g. Ignore configure-time warnings that the ntfs library is 23# fuse-ntfs-3g. Ignore configure-time warnings that the ntfs library is
19# disabled. 24# disabled.
 25.include "../../filesystems/fuse-ntfs-3g/buildlink3.mk"
20 26
21.include "../../mk/jpeg.buildlink3.mk" 27.include "../../mk/jpeg.buildlink3.mk"
22.include "../../devel/libuuid/buildlink3.mk" 
23.include "../../filesystems/fuse-ntfs-3g/buildlink3.mk" 
24.include "../../mk/bsd.pkg.mk" 28.include "../../mk/bsd.pkg.mk"