ports/97536: [PATCH] sysutils/ntfsprogs to 1.13.0_1

Martin Matuska martin at matuska.org
Sat May 20 22:31:01 UTC 2006


>Number:         97536
>Category:       ports
>Synopsis:       [PATCH] sysutils/ntfsprogs to 1.13.0_1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat May 20 22:30:18 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Martin Matuska
>Release:        FreeBSD 6.1-RELEASE
>Organization:
>Environment:
FreeBSD 6.0-RELEASE i386 amd64
>Description:
Does not compile on 4.x
>How-To-Repeat:
>Fix:
--- Makefile.orig	Sat May 20 23:59:48 2006
+++ Makefile	Sun May 21 00:02:26 2006
@@ -7,6 +7,7 @@
 
 PORTNAME=	ntfsprogs
 PORTVERSION=	1.13.0
+PORTREVISION=	1
 CATEGORIES=	sysutils
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	linux-ntfs
@@ -44,6 +45,10 @@
 MLINKS=		mkntfs.8 mkfs.ntfs.8
 
 .include <bsd.port.pre.mk>
+
+.if (${OSVERSION} < 500000)
+BROKEN= Does not build on FreeBSD < 5.x
+.endif
 
 .if defined(WITH_GNOMEVFS2)
 CONFIGURE_ARGS+=--enable-gnome-vfs
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list