Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 May 2006 00:24:37 +0200 (CEST)
From:      Martin Matuska <martin@matuska.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/97536: [PATCH] sysutils/ntfsprogs to 1.13.0_1
Message-ID:  <20060520222437.24DBB22B66@mail.vx.sk>
Resent-Message-ID: <200605202230.k4KMUJ5m095422@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060520222437.24DBB22B66>