Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Aug 2004 02:00:08 +0900
From:      KATO Tsuguru <tkato432@yahoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/70780: Update port: archivers/rvm
Message-ID:  <20040822020008.5233a8f9.tkato432@yahoo.com>
Resent-Message-ID: <200408211710.i7LHA6nc058563@freefall.freebsd.org>

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

>Number:         70780
>Category:       ports
>Synopsis:       Update port: archivers/rvm
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Aug 21 17:10:06 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.10-RELEASE-p2 i386
>Organization:
>Environment:
>Description:
- Fix build on -current after gcc 3.4 import

New file:
files/patch-rconfig.h

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/archivers/rvm/Makefile archivers/rvm/Makefile
--- /usr/ports/archivers/rvm/Makefile	Mon Aug 16 22:35:30 2004
+++ archivers/rvm/Makefile	Sat Aug 21 02:21:24 2004
@@ -28,10 +28,4 @@
 MAN1=		rvm.1
 PLIST_FILES=	bin/rvm
 
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 502126
-BROKEN=		"Does not compile with gcc 3.4.2"
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff -urN /usr/ports/archivers/rvm/files/patch-rconfig.h archivers/rvm/files/patch-rconfig.h
--- /usr/ports/archivers/rvm/files/patch-rconfig.h	Thu Jan  1 09:00:00 1970
+++ archivers/rvm/files/patch-rconfig.h	Sat Aug 21 02:01:48 2004
@@ -0,0 +1,11 @@
+--- rconfig.h.orig	Sun May  9 07:57:35 2004
++++ rconfig.h	Sat Aug 21 01:55:46 2004
+@@ -259,7 +259,7 @@
+ 	action_type m_action;
+ 	bool m_default;
+ 	class timestamp m_timestamp;
+-	class cfgfiles_type m_cfgfiles;
++	cfgfiles_type m_cfgfiles;
+ 	std::string m_link_catalog_dir;
+ 	std::string m_log_dir;
+ 	std::string m_rsync_local_path;
>Release-Note:
>Audit-Trail:
>Unformatted:



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