Ignore:
Timestamp:
Apr 4, 2013, 8:17:58 AM (12 years ago)
Author:
rick
Message:

Ports now uses different way of setting arguments.

Also see: https://wiki.freebsd.org/Ports/Options/OptionsNG#What_users_need_to_know

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/releng-9/nanobsd/cfg/nanobsd.wleiden

    r11036 r12218  
    6262`
    6363# Package target
    64 # Dirty quirk to allow comments in part below
    65 PKG_MAKE_ARGS=`cat <<EOF | sed 's/#.*$//g' | xargs
    66 PACKAGES=$(dirname $NANO_PACKAGE_DIR)
    67 BATCH=yes PACKAGE_BUILDING=yes
    68 # www/py-cherrypy
    69 WITH_APACHE=yes
    70 # net-mgmt/net-snmp
    71 WITHOUT_PERL=yes
    72 WITHOUT_PERL_EMBEDDED=yes
    73 # net-mgmt/nagios-plugins
    74 WITH_FPING=yes
    75 # threads is broken in the version (atleast up to 9.0 - 20120213)
    76 # Should be fix in current version in linux, but for some reason
    77 # Not yet in BSD. We don't need threads
    78 WITHOUT_THREADS=yes
    79 # shells/bash-static
    80 WITH_SYSLOG=yes
    81 # net/mtr
    82 WITHOUT_X11=yes
    83 `
     64PKG_MAKE_ARGS="PACKAGES=$(dirname $NANO_PACKAGE_DIR) BATCH=yes PACKAGE_BUILDING=yes"
     65
     66PKG_MAKE_CONF="
     67# www/py-cherrypy         - include apache templating
     68# net-mgmt/net-snmp       - no perl please (size)
     69# net-mgmt/nagios-plugins - no threading (single CPU)
     70# shells/bash-static      - logging via syslog
     71# net/mtr                 - no X11 (no screen)
     72OPTIONS_SET=    APACHE FPING SYSLOG
     73OPTIONS_UNSET=  PERL PERL_EMBEDDED THREADS X11
     74"
    8475
    8576##NANO_PACKAGE_LIST=
Note: See TracChangeset for help on using the changeset viewer.