ports/63378: [Patch] sysutils/vobcopy 0.5.8 -> 0.5.11

michael johnson ahze at ahze.net
Thu Feb 26 05:00:38 UTC 2004


>Number:         63378
>Category:       ports
>Synopsis:       [Patch] sysutils/vobcopy 0.5.8 -> 0.5.11
>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:   Wed Feb 25 21:00:37 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     michael johnson
>Release:        5.2-CURRENT
>Organization:
>Environment:
>Description:
0.5.11 has a few bug fixes.
>How-To-Repeat:
diff -ruN sysutils/vobcopy.orig/Makefile sysutils/vobcopy/Makefile
--- sysutils/vobcopy.orig/Makefile	Wed Feb 25 21:56:25 2004
+++ sysutils/vobcopy/Makefile	Wed Feb 25 23:38:23 2004
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	vobcopy
-PORTVERSION=	0.5.8
+PORTVERSION=	0.5.11
 CATEGORIES=	sysutils
 MASTER_SITES=	http://lpn.rnbhq.org/download/
 
@@ -38,11 +38,16 @@
 	@${REINPLACE_CMD} -E -e 's|declare -i i=0||' \
 		${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT}
 # -CURRENT after 500041 has getopt_long
-# do not use libgnugetopt 
+# do not use libgnugetopt
 .if ${OSVERSION} >= 500041
 	@${REINPLACE_CMD} -E \
 		-e 's|-lgnugetopt||' \
 		${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT}
+.endif
+
+.if ${OSVERSION} < 500000
+	@${REINPLACE_CMD} -e 's|#include <stdint.h>||' \
+		${WRKSRC}/vobcopy.c
 .endif
 
 post-configure:
diff -ruN sysutils/vobcopy.orig/distinfo sysutils/vobcopy/distinfo
--- sysutils/vobcopy.orig/distinfo	Wed Feb 25 21:56:25 2004
+++ sysutils/vobcopy/distinfo	Wed Feb 25 21:57:46 2004
@@ -1,2 +1,2 @@
-MD5 (vobcopy-0.5.8.tar.bz2) = a282523f14aebada41ffbf28c49dae0c
-SIZE (vobcopy-0.5.8.tar.bz2) = 35437
+MD5 (vobcopy-0.5.11.tar.bz2) = 4eee4e7a39692d929f910d2afa09f1bc
+SIZE (vobcopy-0.5.11.tar.bz2) = 42615

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



More information about the freebsd-ports-bugs mailing list