Date: Wed, 7 Apr 2004 02:30:07 +0900 From: KATO Tsuguru <tkato@prontomail.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/65259: Update port: archivers/rvm to 0.80.2.a Message-ID: <20040407023007.6c4454e5.tkato@prontomail.com> Resent-Message-ID: <200404061740.i36He8J8054393@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 65259 >Category: ports >Synopsis: Update port: archivers/rvm to 0.80.2.a >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: Tue Apr 06 10:40:08 PDT 2004 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.9-RELEASE-p4 i386 >Organization: >Environment: >Description: - Update to version 0.80.2.a New file: files/patch-Makefile.in files/patch-estring.cc files/patch-reporter.cc files/patch-vaulter.cc >How-To-Repeat: >Fix: diff -urN /usr/ports/archivers/rvm/Makefile archivers/rvm/Makefile --- /usr/ports/archivers/rvm/Makefile Mon Mar 15 17:05:46 2004 +++ archivers/rvm/Makefile Sat Apr 3 22:12:07 2004 @@ -7,7 +7,7 @@ # PORTNAME= rvm -PORTVERSION= 0.80.a +PORTVERSION= 0.80.2.a CATEGORIES= archivers MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -23,8 +23,13 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-default-config-file=${PREFIX}/etc/rvm.conf +MAN1= rvm.1 PLIST_FILES= bin/rvm -MAN1= rvm.1 +.include <bsd.port.pre.mk> -.include <bsd.port.mk> +.if ${OSVERSION} > 500034 +CXXFLAGS+= -O0 +.endif + +.include <bsd.port.post.mk> diff -urN /usr/ports/archivers/rvm/distinfo archivers/rvm/distinfo --- /usr/ports/archivers/rvm/distinfo Mon Mar 15 16:34:34 2004 +++ archivers/rvm/distinfo Sat Apr 3 20:48:58 2004 @@ -1,2 +1,2 @@ -MD5 (rvm-0.80-alpha.tar.gz) = 60c97f5fe46423471317ae5e5cf26fd8 -SIZE (rvm-0.80-alpha.tar.gz) = 193520 +MD5 (rvm-0.80.2-alpha.tar.gz) = 7a58ee0f0b573673c2ebc1b832042428 +SIZE (rvm-0.80.2-alpha.tar.gz) = 207172 diff -urN /usr/ports/archivers/rvm/files/patch-Makefile.in archivers/rvm/files/patch-Makefile.in --- /usr/ports/archivers/rvm/files/patch-Makefile.in Thu Jan 1 09:00:00 1970 +++ archivers/rvm/files/patch-Makefile.in Sat Apr 3 21:35:59 2004 @@ -0,0 +1,11 @@ +--- Makefile.in.orig Thu Mar 25 00:19:43 2004 ++++ Makefile.in Sat Apr 3 21:35:46 2004 +@@ -75,7 +75,7 @@ + install_sh = @install_sh@ + local_rsync = @local_rsync@ + +-CXXFLAGS = -g -Wall ++CXXFLAGS = @CXXFLAGS@ + + bin_PROGRAMS = rvm + diff -urN /usr/ports/archivers/rvm/files/patch-estring.cc archivers/rvm/files/patch-estring.cc --- /usr/ports/archivers/rvm/files/patch-estring.cc Thu Jan 1 09:00:00 1970 +++ archivers/rvm/files/patch-estring.cc Sat Apr 3 21:20:32 2004 @@ -0,0 +1,10 @@ +--- estring.cc.orig Thu Mar 25 00:36:48 2004 ++++ estring.cc Sat Apr 3 21:20:18 2004 +@@ -4,6 +4,7 @@ + #include <string> + #include <cstdio> + #include <cctype> ++#include <cassert> + + #include "debug.h" + #include "types.h" diff -urN /usr/ports/archivers/rvm/files/patch-reporter.cc archivers/rvm/files/patch-reporter.cc --- /usr/ports/archivers/rvm/files/patch-reporter.cc Thu Jan 1 09:00:00 1970 +++ archivers/rvm/files/patch-reporter.cc Sat Apr 3 21:27:02 2004 @@ -0,0 +1,10 @@ +--- reporter.cc.orig Thu Mar 25 00:28:09 2004 ++++ reporter.cc Sat Apr 3 21:26:51 2004 +@@ -4,6 +4,7 @@ + #include <string> + #include <vector> + #include <algorithm> ++#include <cassert> + + #include "debug.h" + #include "error.h" diff -urN /usr/ports/archivers/rvm/files/patch-vaulter.cpp archivers/rvm/files/patch-vaulter.cpp --- /usr/ports/archivers/rvm/files/patch-vaulter.cpp Thu Jan 1 09:00:00 1970 +++ archivers/rvm/files/patch-vaulter.cpp Sat Apr 3 21:24:48 2004 @@ -0,0 +1,10 @@ +--- vaulter.cc.orig Wed Mar 24 05:03:42 2004 ++++ vaulter.cc Sat Apr 3 21:24:37 2004 +@@ -4,6 +4,7 @@ + #include <vector> + #include <map> + #include <string> ++#include <cassert> + + #include "debug.h" + #include "error.h" >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040407023007.6c4454e5.tkato>