abed FreshPorts -- devel/rvm
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
rvm 1.17 devel on this many watch lists=3 search for ports that depend on this port
A persistent VM library

There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org search for ports maintained by this maintainer
Port Added: 29 May 2000 01:17:29
License: not specified in port


The RVM persistent VM library. The RVM library is used by the Coda distributed
filesystem.

Project contact information below.

EMAIL: coda@cs.cmu.edu
WWW: http://www.coda.cs.cmu.edu/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. devel/pkgconf
  2. devel/gmake
Required Libraries:
  1. devel/lwp

This port is required by:

for Libraries

To install the port: cd /usr/ports/devel/rvm/ && make install clean
To add the package: pkg_add -r rvm


Configuration Options
     No options to configure

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. ftp://ftp.coda.cs.cmu.edu/pub/rvm/src/
  3. ftp://ftp.nctu.edu.tw/mirror/Coda/src/
  4. ftp://ftp.planetmirror.com/pub/coda/src/
  5. ftp://ftp.wu-wien.ac.at/pub/systems/coda/src/

Number of commits found: 34

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
23 Apr 2013 10:13:20
Original commit files touched by this commit  1.17
bapt search for other commits by this committer
Convert devel to USES=pkgconfig
26 Jul 2012 05:40:24
Original commit files touched by this commit  1.17
bapt search for other commits by this committer
new devel/pkgconf added to replace devel/pkg-config. new version of pkg-config
are no more self hosting so we are stuck with 0.25 version while pkgconf provide
the same set of features as 0.27 and a compatible frontend. A symlink to
pkg-config has been added for convenience and compatibility

This also introduces a new macro to use pkgconf in your ports:
USE_PKGCONFIG

it can take the following arguments:
 - yes (meaning build only dep)
 - build (meaning build only dep)
 - run (meaning run only dep)
 - both (meaning run and build dep)

From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG
The old gnome macro has been modified to use pkgconf but still the sameway: run
and build dep to avoid large breakage.

While here fix some ports relying on pkg-config but not specifying it, fix some
ports broken because testing wrong .pc files, and fix ports using pkg-config
--version to determine pkg-config version instead of
pkg-config --modversion pkg-config like recommanded by pkg-config

With Hat:	portmgr
Exp-runs by:	bapt (pointhat-west), beat (pointyhat)
22 Jul 2012 23:24:00
Original commit files touched by this commit  1.17
dougb search for other commits by this committer
For the ports that are maintained by ports@ that have pkgconfig as their
only USE_GNOME feature, convert to a BUILD_DEPENDS. This avoids both the
bug of the bogus run depend introduced by bsd.gnome.mk, and also avoids
needlessly pulling that file in.
03 Jul 2011 14:59:23
Original commit files touched by this commit  1.17
ohauer search for other commits by this committer
-remove MD5
01 Apr 2010 00:46:52
Original commit files touched by this commit  1.17
wen search for other commits by this committer
- Update to 1.17
- Reset maintainer to ports@
21 Jan 2009 23:22:26
Original commit files touched by this commit  1.16
beech search for other commits by this committer
- Update to 1.16

PR:             ports/130745
Submitted by:   Wen Heping <wenheping@gmail.com> (maintainer)
21 Aug 2008 06:18:49
Original commit files touched by this commit  1.15
rafan search for other commits by this committer
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
(Only the first 15 lines of the commit message are shown above View all of this commit message)
18 Apr 2008 07:51:43
Original commit files touched by this commit  1.15
clsung search for other commits by this committer
- update to 1.15 from 1.14
- submitter => maintainer

PR:             ports/122795
Submitted by:   maintainer (Wen heping)
20 Apr 2007 22:26:51
Original commit files touched by this commit  1.14
miwi search for other commits by this committer
- Update to 1.14
05 Oct 2006 17:09:55
Original commit files touched by this commit  1.13
vd search for other commits by this committer
Upgrade:

* net/coda6_server and net/coda6_client from 6.0.7 to 6.1.1 and thus
  un-DEPRECATE them
* devel/rvm from 1.10 to 1.13
* devel/lwp from 1.12 to 2.3
* devel/rpc2 from 1.28 to 2.2

These four are tightly related so I upgrade them in one.. well.. changeset
04 Sep 2006 09:09:13
Original commit files touched by this commit  1.10_1
linimon search for other commits by this committer
Reset inactive maintainer (a mailing list).

Hat:            portmgr
23 Feb 2006 10:40:45
Original commit files touched by this commit  1.10_1
ade search for other commits by this committer
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
22 Jan 2006 08:30:12
Original commit files touched by this commit  1.10
edwin search for other commits by this committer
SHA256ify

Approved by:    krion@
15 Nov 2005 06:52:12
Original commit files touched by this commit  1.10
ade search for other commits by this committer
Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
        http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
24 Dec 2004 12:57:08
Original commit files touched by this commit  1.10
sem search for other commits by this committer
- Update devel/rvm to 1.10

PR:             ports/74035
Submitted by:   Radim Kolar <hsn(at)netmag.cz>
Reviewed by:    maintainer (timeout: 2 weeks from second remind)
11 Aug 2004 08:23:48
Original commit files touched by this commit  1.9
osa search for other commits by this committer
Remove needless patch.
10 Aug 2004 17:06:15
Original commit files touched by this commit  1.9
osa search for other commits by this committer
Update coda5*- and coda6*-affiliated software.
Fix build under fresh -CURRENT (gcc 3.4.2).

Bump or remove PORTREVISION where it needed.
16 Apr 2004 19:32:35
Original commit files touched by this commit  1.7_1
linimon search for other commits by this committer
Per dosirak run, fix plist.
10 Apr 2004 16:07:10
Original commit files touched by this commit  1.7_1
trevor search for other commits by this committer
Trim whitespace.
31 Mar 2004 03:12:58
Original commit files touched by this commit  1.7_1
trevor search for other commits by this committer
SIZEify (maintainer timeout)
04 Feb 2004 05:21:48
Original commit files touched by this commit  1.7_1
marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
28 Mar 2003 05:09:19
Original commit files touched by this commit  1.7
kevlo search for other commits by this committer
Update to version 1.7

PR: 50337
Submitted by: Tim Robbins <tim@robbins.dropbear.id.au>
21 Feb 2003 11:23:04
Original commit files touched by this commit  1.6
knu search for other commits by this committer
De-pkg-comment.
14 Jun 2001 20:09:14
files touched by this commit
shafeeq search for other commits by this committer
Updated to Coda 5.3.15   Always using the provided configure script now    
23 Apr 2001 21:41:47
files touched by this commit
shafeeq search for other commits by this committer
Updated to Coda 5.3.14    
19 Jan 2001 21:57:53
files touched by this commit
shafeeq search for other commits by this committer
Updated for coda-5.3.12, skipping past 5.3.11    
13 Nov 2000 10:47:05
files touched by this commit
asami search for other commits by this committer
Remove .la files, which aren't installed.  (This is, of course, a good   thing.)
   
08 Oct 2000 02:10:04
files touched by this commit
asami search for other commits by this committer
Convert category devel to new layout.  
05 Oct 2000 23:42:10
files touched by this commit
shafeeq search for other commits by this committer
Updated to latest versions needed by coda-5.3.9 release    
20 Jun 2000 11:02:05
files touched by this commit
sobomax search for other commits by this committer
Change MAINTAINER.    
16 Jun 2000 22:52:41
files touched by this commit
asami search for other commits by this committer
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB.  (There was a typo in the   previous
commit message to bsd.port.mk, which said INSTALL_SHLIBS.  Boo.)    
16 Jun 2000 09:19:52
files touched by this commit
sobomax search for other commits by this committer
Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because I  
just cun'n'pasted the name from Satoshi's commit message without checking   it. 
  
15 Jun 2000 18:59:45
files touched by this commit
sobomax search for other commits by this committer
Third round of INSTALL_SHLIBS=yes fixes.    
29 May 2000 05:17:29
files touched by this commit
steve search for other commits by this committer
Adding rvm version 1.1.   A persistent VM library developed as part of the CODA
project.    

Number of commits found: 34

2828
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
plibMay 19
plibMay 19
linux-f10-flashplugin10May 16
linux-f10-flashplugin11May 16
nginx*May 16
nginx-devel*May 16
firefoxMay 15
firefox-develMay 15
firefox-esrMay 15
firefox10May 15
firefox15May 15
firefox3May 15
firefox3-develMay 15
firefox35May 15
firefox36May 15

5 vulnerabilities affecting 20 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24526
Broken 217
Deprecated 473
Ignore 636
Forbidden 3
Restricted 292
No CDROM 109
Vulnerable 27
Expired 132
Set to expire 511
Interactive 33
new 24 hours 4
new 48 hours11
new 7 days27
new fortnight58
new month212

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0