Index: head/devel/rpc2/Makefile =================================================================== --- head/devel/rpc2/Makefile (revision 435882) +++ head/devel/rpc2/Makefile (revision 435883) @@ -1,25 +1,25 @@ # Created by: jaharkes # $FreeBSD$ PORTNAME= rpc2 PORTVERSION= 2.10 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= http://ftp.coda.cs.cmu.edu/pub/rpc2/src/ \ http://ftp.wu-wien.ac.at/pub/systems/coda/src/ \ ftp://ftp.coda.cs.cmu.edu/pub/rpc2/src/ \ ftp://ftp.wu-wien.ac.at/pub/systems/coda/src/ MAINTAINER= ports@FreeBSD.org COMMENT= Interprocess communication library LICENSE= LGPL20 LIB_DEPENDS= liblwp.so:devel/lwp USES= gmake libtool pathfix perl5 pkgconfig GNU_CONFIGURE= yes USE_LDCONFIG= yes INSTALL_TARGET= install-strip .include Index: head/devel/rvm/Makefile =================================================================== --- head/devel/rvm/Makefile (revision 435882) +++ head/devel/rvm/Makefile (revision 435883) @@ -1,27 +1,27 @@ # Created by: jaharkes # $FreeBSD$ PORTNAME= rvm PORTVERSION= 1.17 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= http://ftp.coda.cs.cmu.edu/pub/rvm/src/ \ http://ftp.wu-wien.ac.at/pub/systems/coda/src/ \ ftp://ftp.coda.cs.cmu.edu/pub/rvm/src/ \ ftp://ftp.wu-wien.ac.at/pub/systems/coda/src/ MAINTAINER= ports@FreeBSD.org COMMENT= Persistent VM library LICENSE= LGPL20 LIB_DEPENDS= liblwp.so:devel/lwp BROKEN_aarch64= Fails to link: missing sbrk USES= libtool pathfix pkgconfig GNU_CONFIGURE= yes USE_LDCONFIG= yes INSTALL_TARGET= install-strip .include Index: head/net/coda6_server/Makefile =================================================================== --- head/net/coda6_server/Makefile (revision 435882) +++ head/net/coda6_server/Makefile (revision 435883) @@ -1,49 +1,49 @@ # Created by: Tim Robbins # $FreeBSD$ PORTNAME= coda PORTVERSION= 6.9.4 -PORTREVISION?= 4 +PORTREVISION?= 5 CATEGORIES= net MASTER_SITES= ftp://ftp.coda.cs.cmu.edu/pub/coda/src/ \ ftp://ftp.planetmirror.com/pub/coda/src/ \ ftp://ftp.nctu.edu.tw/mirror/Coda/src/ \ ftp://ftp.wu-wien.ac.at/pub/systems/coda/src/ PKGNAMESUFFIX= -${CODA_SUITE} MAINTAINER= ports@FreeBSD.org COMMENT= Server programs for a replicated high-performance network file system LIB_DEPENDS= liblwp.so:devel/lwp \ librpc2.so:devel/rpc2 \ librvmlwp.so:devel/rvm USES= pkgconfig gmake shebangfix perl5 readline USE_PERL5= run SHEBANG_FILES= coda-src/scripts/tape.pl \ coda-src/scripts/volinfo.pl \ coda-src/scripts/volsizes.pl \ coda-src/scripts/volmunge GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-${CODA_SUITE} CODA_SUITE?= server .if ${CODA_SUITE} == server CONFLICTS= openafs-[0-9]* .endif .include .if ${CODA_SUITE} == client # this needs testing with the new version (6.1.1) #IGNORE= makes a kernel panic on this version of FreeBSD pre-everything:: @${ECHO_CMD} "" @${ECHO_CMD} "WARNING:" @${ECHO_CMD} "This version ${PORTVERSION} of the coda client has not been tested at all under FreeBSD." @${ECHO_CMD} "Previous version 6.0.7 was known to cause a kernel panic." @${ECHO_CMD} "If you make some tests, please send the results to ports@FreeBSD.org" @${ECHO_CMD} "" .endif .include