[44914] trunk/dports/devel/git-core/Portfile
Blair Zajac
blair at orcaware.com
Fri Jan 9 10:13:41 PST 2009
Joshua Root wrote:
> blair at macports.org wrote:
>> Revision: 44914
>> http://trac.macports.org/changeset/44914
>> Author: blair at macports.org
>> Date: 2009-01-04 11:50:27 -0800 (Sun, 04 Jan 2009)
>> Log Message:
>> -----------
>> Add a depends_build on p5-scalar-list-utils. Without this, the
>> installation fails when Scalar::Util cannot be found.
>>
>> Modified Paths:
>> --------------
>> trunk/dports/devel/git-core/Portfile
>>
>> Modified: trunk/dports/devel/git-core/Portfile
>> ===================================================================
>> --- trunk/dports/devel/git-core/Portfile 2009-01-04 18:52:21 UTC (rev 44913)
>> +++ trunk/dports/devel/git-core/Portfile 2009-01-04 19:50:27 UTC (rev 44914)
>> @@ -4,6 +4,7 @@
>>
>> name git-core
>> version 1.6.1
>> +revision 1
>> description A fast version control system
>> long_description Git is a fast, scalable, distributed open source version \
>> control system focusing on speed and efficiency.
>> @@ -22,6 +23,7 @@
>> checksums git-${version}${extract.suffix} sha1 4caeafd06a5482337052f142073be66f2a39134a \
>> git-manpages-${version}${extract.suffix} sha1 fa2d94dc966484b14ae11d39d0d8336946a93001
>>
>> +depends_build port:p5-scalar-list-utils
>
> The p5-scalar-list-utils port conflicts with perl5.8, and git-core seems
> to build fine without that dependency. Maybe the update to perl 5.8.9
> made this happen.
It looks like perl 5.8.9 now includes Scalar::List::Utils so we could drop that
dependency. I was having issues installing git-core with 5.8.8.
Blair
More information about the macports-dev
mailing list