Changeset 12218 in hybrid for branches/releng-9/nanobsd/cfg/nanobsd.wleiden
- Timestamp:
- Apr 4, 2013, 8:17:58 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/releng-9/nanobsd/cfg/nanobsd.wleiden
r11036 r12218 62 62 ` 63 63 # 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 ` 64 PKG_MAKE_ARGS="PACKAGES=$(dirname $NANO_PACKAGE_DIR) BATCH=yes PACKAGE_BUILDING=yes" 65 66 PKG_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) 72 OPTIONS_SET= APACHE FPING SYSLOG 73 OPTIONS_UNSET= PERL PERL_EMBEDDED THREADS X11 74 " 84 75 85 76 ##NANO_PACKAGE_LIST=
Note:
See TracChangeset
for help on using the changeset viewer.