Date: 12 Apr 2000 03:44:49 -0000 From: lioux@uol.com.br To: FreeBSD-gnats-submit@freebsd.org Subject: ports/17942: New port devel/rvm needed for coda 5.3.6 Message-ID: <20000412034449.6924.qmail@Fedaykin.here>
next in thread | raw e-mail | index | archive | help
>Number: 17942 >Category: ports >Synopsis: New port devel/rvm needed for coda 5.3.6 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Apr 11 20:50:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Mario Sergio Fujikawa Ferreira >Release: FreeBSD 4.0-STABLE i386 >Organization: >Environment: Latest FBSD 4.0-STABLE >Description: This port is based on the original rvm FBSD port from ftp://ftp.coda.cs.cmu.edu/pub/rvm/ maintained by the coda group. That's why I kept the original maintainer found on the port file. However, I can be the maintainer if that is okay. I wouldn't mind. :) I did updated it to the latest bsd.port.mk specifications, i.e., PORTNAME and PORTVERSION. Besides, I did minimize the port directives and fixed the PLIST. This port depends on devel/lwp submited in PR ports/17941. >How-To-Repeat: Build the port. >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # rvm # rvm/Makefile # rvm/files # rvm/files/md5 # rvm/pkg # rvm/pkg/COMMENT # rvm/pkg/DESCR # rvm/pkg/PLIST # echo c - rvm mkdir -p rvm > /dev/null 2>&1 echo x - rvm/Makefile sed 's/^X//' >rvm/Makefile << 'END-of-rvm/Makefile' X# New ports collection makefile for: rvm X# Version required: 1.1 X# Date created: Thu Apr 6 21:30:52 EDT 2000 X# Whom: jaharkes X# $FreeBSD$ X# X XPORTNAME= rvm XPORTVERSION= 1.1 XCATEGORIES= devel XMASTER_SITES= ftp://ftp.coda.cs.cmu.edu/pub/rvm/src/ X XMAINTAINER= coda@cs.cmu.edu X XLIB_DEPENDS= lwp.1:${PORTSDIR}/devel/lwp X XGNU_CONFIGURE= yes XUSE_GMAKE= yes XUSE_LIBTOOL= yes X Xpost-configure: X @${CP} ${PREFIX}/bin/${LIBTOOL} ${WRKSRC} X X.include <bsd.port.mk> END-of-rvm/Makefile echo c - rvm/files mkdir -p rvm/files > /dev/null 2>&1 echo x - rvm/files/md5 sed 's/^X//' >rvm/files/md5 << 'END-of-rvm/files/md5' XMD5 (rvm-1.1.tar.gz) = 0e50aa56c2816ee465dafb17169f0b36 END-of-rvm/files/md5 echo c - rvm/pkg mkdir -p rvm/pkg > /dev/null 2>&1 echo x - rvm/pkg/COMMENT sed 's/^X//' >rvm/pkg/COMMENT << 'END-of-rvm/pkg/COMMENT' XRVM persistent VM library END-of-rvm/pkg/COMMENT echo x - rvm/pkg/DESCR sed 's/^X//' >rvm/pkg/DESCR << 'END-of-rvm/pkg/DESCR' XThe RVM persistent VM library. The RVM library is used by the Coda distributed Xfilesystem. END-of-rvm/pkg/DESCR echo x - rvm/pkg/PLIST sed 's/^X//' >rvm/pkg/PLIST << 'END-of-rvm/pkg/PLIST' Xinclude/rvm/rds.h Xinclude/rvm/rvm.h Xinclude/rvm/rvm_segment.h Xinclude/rvm/rvm_statistics.h Xlib/librds.a Xlib/librds.la Xlib/librds.so Xlib/librds.so.1 Xlib/librdslwp.a Xlib/librdslwp.la Xlib/librdslwp.so Xlib/librdslwp.so.1 Xlib/librvm.a Xlib/librvm.la Xlib/librvm.so Xlib/librvm.so.1 Xlib/librvmlwp.a Xlib/librvmlwp.la Xlib/librvmlwp.so Xlib/librvmlwp.so.1 Xlib/libseg.a Xlib/libseg.la Xlib/libseg.so Xlib/libseg.so.1 Xsbin/rdsinit Xsbin/rvmutl X@dirrm include/rvm X@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B X@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R END-of-rvm/pkg/PLIST exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000412034449.6924.qmail>