Git 1.5.3.2 is out and FreeBSD has only 1.5.2.1 now. Moreover, if one wants to use git-svn, Perl package Term::ReadKey must be installed. Without it git-svn will fail the compilation stage. Fix: The following patch upgrades Git, adds switch WITH_GITSVN that brings the needed dependencies and installs new git-p4 utility from the contributed scripts. Also it enables printing the port tunables at the pre-everything build stage. How-To-Repeat: Current Git version can be consulted at http://git.or.cz/. As for git-svn, install it, make sure that you don't have Term::ReadKey package and run the utility as 'git-svn clone SOMEURL'. You will see an error: ----- Using existing [svn-remote "svn"] Authentication realm: <https://YOURURL:443> SWREP Password for 'user': Can't locate Term/ReadKey.pm in @INC (@INC contains: /usr/local/lib/perl5/site_perl/5.8.8 /usr/local/lib/perl5/5.8.8/BSDPAN /usr/local/lib/perl5/site_perl/5.8.8/mach /usr/local/lib/perl5/site_perl /usr/local/lib/perl5/5.8.8/mach /usr/local/lib/perl5/5.8.8 .) at /usr/local/bin/git-svn line 2382. -----
Responsible Changed From-To: freebsd-ports-bugs->anholt Over to maintainer
Mon, Sep 24, 2007 at 04:50:02AM +0000, FreeBSD-gnats-submit@FreeBSD.org wrote: > Thank you very much for your problem report. > It has the internal identification `ports/116593'. > The individual assigned to look at your > report is: freebsd-ports-bugs. > > You can access the state of your problem report at any time > via this link: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=116593 Sorry, this was the duplicated PR: the message was stuck in the mail queue and was resent twice. It can be closed right now: the correct PR is ports/116521. Sorry for the confusion. -- Eygene
State Changed From-To: open->closed Duplicate of ports/116521