[84151] trunk/dports/devel/openssl/Portfile
Mark Hattam
mark at dxradio.demon.co.uk
Mon Sep 19 13:10:33 PDT 2011
On 19 Sep 2011, at 19:59, Markus W. Weißmann wrote:
> Thanks -- already fixed that an hour ago! :)
>
> On 19 Sep 2011, at 19:50, David Evans wrote:
>
>> On 9/19/11 10:35 AM, mww at macports.org wrote:
>>>
>>> Revision
>>> 84151 <http://trac.macports.org/changeset/84151>
>>> Author
>>> mww at macports.org
>>> Date
>>> 2011-09-19 10:35:11 -0700 (Mon, 19 Sep 2011)
>>>
>>>
>>> Log Message
>>>
>>> openssl: fix file conflict with package on case-insensitive file systems (#31322, thanks to ak.ml at laposte.net)
>>>
>>>
>>> Modified Paths
>>>
>>> * trunk/dports/devel/openssl/Portfile <#trunkdportsdevelopensslPortfile>
>>>
>>>
>>> Diff
>>>
>>>
>>> Modified: trunk/dports/devel/openssl/Portfile (84150 => 84151)
>>>
>>>
>>> --- trunk/dports/devel/openssl/Portfile 2011-09-19 17:29:17 UTC (rev 84150)
>>> +++ trunk/dports/devel/openssl/Portfile 2011-09-19 17:35:11 UTC (rev 84151)
>>> @@ -5,7 +5,7 @@
>>>
>>> name openssl
>>> version 1.0.0e
>>> -revision 0
>>> +revision 1
>>> epoch 1
>>> platforms darwin freebsd
>>> categories devel security
>>> @@ -30,7 +30,7 @@
>>> depends_lib port:zlib
>>>
>>> platform darwin {
>>> - patchfiles patch-Makefile.org.diff patch-crypto-Makefile.diff
>>> + patchfiles patch-Makefile.org.diff patch-crypto-Makefile.diff patch-bn_internal.pod.diff
>>> }
>>>
>>> configure.cmd ./config
>>>
>>>
>> patch file
>>
>> patch-bn_internal.pod.diff
>>
>> is missing
>>
iMac:~ mark$ sudo port upgrade openssl
---> Computing dependencies for openssl
---> Fetching archive for openssl
---> Attempting to fetch openssl-1.0.0e_1.darwin_10.x86_64.tbz2 from http://packages.macports.org/openssl
---> Attempting to fetch openssl-1.0.0e_1.darwin_10.x86_64.tbz2.rmd160 from http://packages.macports.org/openssl
---> Installing openssl @1.0.0e_1
---> Cleaning openssl
---> Computing dependencies for openssl
---> Deactivating openssl @1.0.0e_0
Error: Target org.macports.deactivate returned: could not read "/opt/local/share/man/man3/BN_print.3ssl.gz": no such file or directory
Log for openssl is at: /opt/local/var/macports/logs/_opt_local_var_macports_registry_portfiles_openssl_1.0.0e_0/openssl/main.log
Warning: Failed to execute portfile from registry for openssl @1.0.0e_0
---> Deactivating openssl @1.0.0e_0
---> Activating openssl @1.0.0e_1
---> Cleaning openssl
lrwxr-xr-x 1 root admin 17 19 Sep 19:09 BN_print.3ssl.gz -> BN_bn2bin.3ssl.gz
-r--r--r-- 1 root admin 3040 19 Sep 19:08 BN_bn2bin.3ssl.gz
The main.log is fine up til
:error:deactivate Target org.macports.deactivate returned: could not read "/opt/local/share/man/man3/BN_print.3ssl.gz": no such file or directory
:debug:deactivate Backtrace: could not read "/opt/local/share/man/man3/BN_print.3ssl.gz": no such file or directory
while executing
"file type $dstfile"
(procedure "_deactivate_file" line 2)
invoked from within
"_deactivate_file $file"
("foreach" body line 2)
invoked from within
"foreach file $files {
_deactivate_file $file
}"
invoked from within
"registry::write {
$port deactivate $imagefiles
foreach file $files {
_deactivate_file $file
}
..."
(procedure "_deactivate_contents" line 37)
invoked from within
"_deactivate_contents $requested [$requested files] $force"
(procedure "portimage::deactivate" line 54)
invoked from within
"registry_deactivate $subport $version $revision $portvariants [array get user_options]"
(procedure "portdeactivate::deactivate_main" line 3)
invoked from within
"$procedure $targetname"
:info:deactivate Warning: the following items did not execute (for openssl): org.macports.deactivate
:notice:deactivate Log for openssl is at: /opt/local/var/macports/logs/_opt_local_var_macports_registry_portfiles_openssl_1.0.0e_0/openssl/main.log
iMac:man3 mark$ port installed | grep openssl
openssl @1.0.0d_0
openssl @1.0.0e_0
openssl @1.0.0e_1 (active)
More information about the macports-dev
mailing list