Bug 63378 - [Patch] sysutils/vobcopy 0.5.8 -> 0.5.11
Summary: [Patch] sysutils/vobcopy 0.5.8 -> 0.5.11
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Mario Sergio Fujikawa Ferreira
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-26 05:00 UTC by Michael Johnson
Modified: 2004-03-09 20:44 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Johnson 2004-02-26 05:00:37 UTC
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
Comment 1 Kirill Ponomarev freebsd_committer freebsd_triage 2004-02-26 10:03:36 UTC
Responsible Changed
From-To: freebsd-ports-bugs->lioux

Over to maintainer
Comment 2 Pav Lucistnik freebsd_committer freebsd_triage 2004-03-09 20:44:28 UTC
State Changed
From-To: open->closed

Committed, thanks!