[MacPorts] #46069: [NEW] libyal/libbde

MacPorts noreply at macports.org
Sun Jun 7 17:26:38 PDT 2015


#46069: [NEW] libyal/libbde
-------------------------+--------------------------------
  Reporter:  jul_bsd@…   |      Owner:  macports-tickets@…
      Type:  submission  |     Status:  new
  Priority:  Normal      |  Milestone:
 Component:  ports       |    Version:
Resolution:              |   Keywords:
      Port:  libbde      |
-------------------------+--------------------------------

Comment (by ryandesign@…):

 From `./configure --help`, there are a lot of optional
 dependencies—libraries libbde will link with if they are present:

 {{{
   --with-libcstring[=DIR] search for libcstring in includedir and libdir
 or in
                           the specified DIR, or no if to use local version
                           [default=auto-detect]
   --with-libcerror[=DIR]  search for libcerror in includedir and libdir or
 in
                           the specified DIR, or no if to use local version
                           [default=auto-detect]
   --with-libcthreads[=DIR]
                           search for libcthreads in includedir and libdir
 or
                           in the specified DIR, or no if to use local
 version
                           [default=auto-detect]
   --with-pthread[=DIR]    search for pthread in includedir and libdir or
 in
                           the specified DIR, or no if not to use pthread
                           [default=auto-detect]
   --with-libcdata[=DIR]   search for libcdata in includedir and libdir or
 in
                           the specified DIR, or no if to use local version
                           [default=auto-detect]
   --with-libclocale[=DIR] search for libclocale in includedir and libdir
 or in
                           the specified DIR, or no if to use local version
                           [default=auto-detect]
   --with-libcnotify[=DIR] search for libcnotify in includedir and libdir
 or in
                           the specified DIR, or no if to use local version
                           [default=auto-detect]
   --with-libcsplit[=DIR]  search for libcsplit in includedir and libdir or
 in
                           the specified DIR, or no if to use local version
                           [default=auto-detect]
   --with-libuna[=DIR]     search for libuna in includedir and libdir or in
 the
                           specified DIR, or no if to use local version
                           [default=auto-detect]
   --with-libcfile[=DIR]   search for libcfile in includedir and libdir or
 in
                           the specified DIR, or no if to use local version
                           [default=auto-detect]
   --with-libcpath[=DIR]   search for libcpath in includedir and libdir or
 in
                           the specified DIR, or no if to use local version
                           [default=auto-detect]
   --with-libbfio[=DIR]    search for libbfio in includedir and libdir or
 in
                           the specified DIR, or no if to use local version
                           [default=auto-detect]
   --with-libfcache[=DIR]  search for libfcache in includedir and libdir or
 in
                           the specified DIR, or no if to use local version
                           [default=auto-detect]
   --with-libfdata[=DIR]   search for libfdata in includedir and libdir or
 in
                           the specified DIR, or no if to use local version
                           [default=auto-detect]
   --with-libfdatetime[=DIR]
                           search for libfdatetime in includedir and libdir
 or
                           in the specified DIR, or no if to use local
 version
                           [default=auto-detect]
   --with-libfguid[=DIR]   search for libfguid in includedir and libdir or
 in
                           the specified DIR, or no if to use local version
                           [default=auto-detect]
   --with-libfvalue[=DIR]  search for libfvalue in includedir and libdir or
 in
                           the specified DIR, or no if to use local version
                           [default=auto-detect]
   --with-libhmac[=DIR]    search for libhmac in includedir and libdir or
 in
                           the specified DIR, or no if to use local version
                           [default=auto-detect]
   --with-openssl[=DIR]    search for openssl in includedir and libdir or
 in
                           the specified DIR, or no if not to use openssl
                           [default=auto-detect]
   --with-libcaes[=DIR]    search for libcaes in includedir and libdir or
 in
                           the specified DIR, or no if to use local version
                           [default=auto-detect]
   --with-libcsystem[=DIR] search for libcsystem in includedir and libdir
 or in
                           the specified DIR, or no if to use local version
                           [default=auto-detect]
   --with-libfuse[=DIR]    search for libfuse in includedir and libdir or
 in
                           the specified DIR, or no if not to use libfuse
                           [default=auto-detect]
   --with-pythondir[=no]   use to specify the Python directory (pythondir)
                           [default=no]
   --with-pyprefix[=no]    use `python-config --prefix' to determine the
 prefix
                           of pythondir instead of --prefix [default=no]
 }}}

 For each one, we'll need to decide whether we want that dependency. If so,
 add the dependency; if not, add the corresponding `--without-...`
 configure arg.

-- 
Ticket URL: <https://trac.macports.org/ticket/46069#comment:2>
MacPorts <https://www.macports.org/>
Ports system for OS X


More information about the macports-tickets mailing list