pkgtools.conf

Information

Location: /usr/local/etc/pkgtools.conf

pkgtools.conf is used when upgrading or installing dependencies

Proceedure

I've added the following MAKE_ARGS to pkgtools.conf:

  MAKE_ARGS = {
   'databases/mysql*' => [
        'WITH_OPENSSL=yes',
        'BUILD_OPTIMIZED=yes',
        'BUILD_STATIC=yes',
   ],
   'www/apache*' => [
        'WITH_FULLBUILD=yes',
        'WITH_MYSQL=yes',
        'WITHOUT_IPV6=yes',
        'WITH_PCRE_FROM_PORTS=yes',
        'WITH_BERKELEYDB=db41',
   ],
   'lang/php*' => [
        'WITH_APACHE=yes',
        'WITHOUT_IPV6=yes',
   ],
   'devel/subversion*' => [
        'WITH_PERL=yes',
        'WITH_MOD_DAV_SVN=yes',
        'WITH_APACHE2_APR=yes',
        'WITH_BERKELEYDB=db41',
        'WITH_SVNSERVE_WRAPPER=yes',
   ],
   'mail/mutt*' => [
        'WITH_MUTT_SLANG2=yes',
        'WIHTOUT_NLS=yes',
        'WITH_MUTT_IMAP_HEADER_CACHE=yes',
   ],
  }
freebsd/pkgtools.conf.txt · Last modified: 2007/09/02 06:07 by john
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Noncommercial-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki