[EMAIL PROTECTED] wrote: > It seems that the developer can't solve the mystery of the failed builds > of rrdtool > 1.3.2 and up on OS X 10.4, so I guess there is nothing else > to do but have an 'rrdtool12' port since the 1.2 series works ok. Can > anyone give tips on getting that done in svn?
Find the last revision of rrdtool using svn log that had the 1.2.x port and do these. It looks like 36855 is the youngest commit for 1.2.x. $ cd net $ svn cp -r 36855 https://svn.macports.org/repository/macports/trunk/dports/net/rrdtool rrdtool12 $ cd rrdtool12 $ # rename port in Portfile $ cd .. $ svn commit Regards, Blair -- Blair Zajac, Ph.D. CTO, OrcaWare Technologies <[EMAIL PROTECTED]> Subversion training, consulting and support http://www.orcaware.com/svn/ _______________________________________________ macports-dev mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev
