Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Feb 2008 19:05:40 +0200 (EET)
From:      Andriy Gapon <avg@icyb.net.ua>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/120295: [MAINTAINER] sysutils/udfclient: fix for FUSE case
Message-ID:  <200802051705.m15H5eE4045204@rein.cybervisiontech.com.ua>
Resent-Message-ID: <200802051710.m15HA36k067460@freefall.freebsd.org>

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

>Number:         120295
>Category:       ports
>Synopsis:       [MAINTAINER] sysutils/udfclient: fix for FUSE case
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb 05 17:10:03 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Andriy Gapon
>Release:        FreeBSD 6.3-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD 6.3-RELEASE amd64
>Description:
this is an update to use newer udfclientfs version, this version fixes
work of the main udfclient program (non-fuse) when the port is built
with FUSE option.
also, there is a new option to build programs with full debug.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- udfclient-0.5.8_1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/sysutils/udfclient.orig/Makefile /usr/ports/sysutils/udfclient/Makefile
--- /usr/ports/sysutils/udfclient.orig/Makefile	2007-12-15 00:19:22.000000000 +0200
+++ /usr/ports/sysutils/udfclient/Makefile	2008-02-05 18:43:48.000000000 +0200
@@ -7,6 +7,7 @@
 
 PORTNAME=	udfclient
 PORTVERSION=	0.5.8
+PORTREVISION=	1
 CATEGORIES=	sysutils
 MASTER_SITES=	http://www.13thmonkey.org/udfclient/releases/ \
 		${MASTER_SITE_NETBSD} \
@@ -23,7 +24,8 @@
 		with_thread_libs="${PTHREAD_LIBS}"
 MAKE_ARGS+=	INSTALL="${INSTALL_PROGRAM}"
 
-OPTIONS=	FUSE	"udfclientfs via FUSE"	off
+OPTIONS=	FUSE	"udfclientfs via FUSE"	off \
+		DEBUG	"build with debuging support" off
 
 PLIST_FILES=	bin/udfdump \
 		bin/udfclient \
@@ -36,7 +38,7 @@
 
 .if defined(WITH_FUSE)
 UDFCLIENTFS_NAME=	udfclientfs
-UDFCLIENTFS_VERSION=	0.1
+UDFCLIENTFS_VERSION=	0.2
 UDFCLIENTFS_DIR=	${WRKDIR}/udfclientfs
 
 MASTER_SITES+=	http://www.icyb.net.ua/~avg/distfiles/:fuse
@@ -49,6 +51,10 @@
 PLIST_FILES+=	bin/${UDFCLIENTFS_NAME}
 .endif
 
+.if defined(WITH_DEBUG)
+CONFIGURE_ENV+=	CFLAGS="-O0 -ggdb3"
+.endif
+
 post-patch:
 .if defined(WITH_FUSE)
 	${CP} ${UDFCLIENTFS_DIR}/${UDFCLIENTFS_NAME}.c ${WRKSRC}
diff -ruN --exclude=CVS /usr/ports/sysutils/udfclient.orig/distinfo /usr/ports/sysutils/udfclient/distinfo
--- /usr/ports/sysutils/udfclient.orig/distinfo	2007-12-15 00:19:22.000000000 +0200
+++ /usr/ports/sysutils/udfclient/distinfo	2008-02-05 18:43:48.000000000 +0200
@@ -1,6 +1,6 @@
 MD5 (UDFclient.0.5.8.tgz) = 6b47cc655901e9c896ae6775eef1d78e
 SHA256 (UDFclient.0.5.8.tgz) = 11c49bbddf1c65243954d4b9e6ef3e5036cd53bda72ff2f8aaa8b4cff8735e2a
 SIZE (UDFclient.0.5.8.tgz) = 234317
-MD5 (udfclientfs-0.1.tgz) = 3ad82f25e54f7ad3ab108e0b80571eae
-SHA256 (udfclientfs-0.1.tgz) = 4537c4707da6098efc0a525f1d6100680051ae754c32c8153cfdbd56aa664d23
-SIZE (udfclientfs-0.1.tgz) = 7194
+MD5 (udfclientfs-0.2.tgz) = 541360f46823860ac37f02207fde3cfa
+SHA256 (udfclientfs-0.2.tgz) = 00de4045f7d8dad74708f28125f08dba20c0c179a5100f96b2c19414f5ca7739
+SIZE (udfclientfs-0.2.tgz) = 7227
--- udfclient-0.5.8_1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



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