[MacPorts] #20352: beecrypt build failure

MacPorts noreply at macports.org
Thu Aug 6 14:19:20 PDT 2009


#20352: beecrypt build failure
------------------------------+---------------------------------------------
 Reporter:  snc@…             |       Owner:  macports-tickets@…                   
     Type:  defect            |      Status:  new                                  
 Priority:  Normal            |   Milestone:                                       
Component:  ports             |     Version:  1.7.1                                
 Keywords:                    |        Port:  beecrypt                             
------------------------------+---------------------------------------------

Comment(by bm55b@…):

 I updated my Portfile to v4.2.1 and turned off cplusplus and java
 interface library creation with this Portfile...


 {{{
 PortSystem 1.0
 name             beecrypt
 version          4.2.1
 revision         2
 categories       devel
 maintainers      nomaintainer
 description      cryptography toolkit
 long_description \
         BeeCrypt is an ongoing project to provide a strong and \
         fast cryptography toolkit. Includes entropy sources, \
         random generators, block ciphers, hash functions, \
         message authentication codes, multiprecision integer \
         routines, and public key primitives.
 homepage         http://sourceforge.net/projects/beecrypt/
 platforms        darwin freebsd
 master_sites     sourceforge
 checksums        md5 8441c014170823f2dff97e33df55af1e

 depends_lib      port:icu

 configure.args   --without-python --without-cplusplus --without-java

 platform puredarwin {
         depends_run-append    bin:python:python24
         configure.args-delete --without-python
         configure.args-append --without-java
 }
 }}}

-- 
Ticket URL: <http://trac.macports.org/ticket/20352#comment:6>
MacPorts <http://www.macports.org/>
Ports system for Mac OS


More information about the macports-tickets mailing list