Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 May 2008 04:28:15 GMT
From:      Josh Paetzel <josh@tcbug.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/123283: [maintainer update] update sysutils/vobcopy
Message-ID:  <200805010428.m414SFiH088964@www.freebsd.org>
Resent-Message-ID: <200805010430.m414U1io033123@freefall.freebsd.org>

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

>Number:         123283
>Category:       ports
>Synopsis:       [maintainer update] update sysutils/vobcopy
>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:   Thu May 01 04:30:00 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Josh Paetzel
>Release:        6.3-RELEASE-p2
>Organization:
>Environment:
FreeBSD homebase.tcbug.org 6.3-RELEASE-p2 FreeBSD 6.3-RELEASE-p2 #4: Thu Apr 17 01:30:50 CDT 2008     root@homebase.tcbug.org:/usr/obj/usr/src/sys/HOMEBASE  i386

>Description:
Upgrade sysutils/vobcopy to version 1.1.1
>How-To-Repeat:
N/A
>Fix:
--- Makefile.old        2008-04-30 23:12:14.000000000 -0500
+++ Makefile    2008-04-30 23:13:45.000000000 -0500
@@ -6,7 +6,7 @@
 #

 PORTNAME=      vobcopy
-PORTVERSION=   1.0.2
+PORTVERSION=   1.1.1
 CATEGORIES=    sysutils
 MASTER_SITES=  http://lpn.rnbhq.org/download/

@@ -25,7 +25,7 @@
 MAN1=  vobcopy.1

 PLIST_FILES=   bin/vobcopy
-PORTDOCS=      COPYING Changelog README Release-Notes TODO \
+PORTDOCS=      Changelog FAQ README THANKS TODO \
                alternative_programs.txt

 .include <bsd.port.pre.mk>

--- distinfo.old        2008-04-30 23:14:02.000000000 -0500
+++ distinfo    2008-04-30 23:15:19.000000000 -0500
@@ -1,3 +1,3 @@
-MD5 (vobcopy-1.0.2.tar.bz2) = 8bc06614d4e8131b13faa1339cdb0b64
-SHA256 (vobcopy-1.0.2.tar.bz2) = b17637d0cdaa8ed7a45ef53c46d2ac47cdbc75d5e5ab6c38797320005d7d42ed
-SIZE (vobcopy-1.0.2.tar.bz2) = 43626
+MD5 (vobcopy-1.1.1.tar.bz2) = f3331ff362c8f271731944b1a9dea108
+SHA256 (vobcopy-1.1.1.tar.bz2) = 4c7ddc3f7618d72c579c2d708df96ca54757420feaa56b9b3546c73787b90583
+SIZE (vobcopy-1.0.2.tar.bz2) = 43362

Rather than send a diff of a diff, please replace files/patch-vobcopy.h with the following file:

-- vobcopy.h.orig       2008-04-13 14:01:03.000000000 +0000
+++ vobcopy.h   2008-04-13 14:08:18.000000000 +0000
@@ -58,7 +58,7 @@
 /* //////////  *BSD //////////  */
 #if ( defined( BSD ) && ( BSD >= 199306 ) )

-#  if  !defined( __NetBSD__ ) ) || \
+#  if  ! ( defined( __NetBSD__ ) ) || \
        ( defined( __NetBSD__) && ( __NetBSD_Version__ < 200040000 ) )
 #include <sys/mount.h>
 #define USE_STATFS 1
@@ -87,12 +87,13 @@
 #define GETMNTINFO_USES_STATVFS

 #    endif
+#  endif

-#  else
-
+#if defined(__FreeBSD__)
+#include <sys/statvfs.h>
+#else
 #include <sys/vfs.h>
-
-#  endif
+#endif

 #define HAS_LARGEFILE 1


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



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