Changeset 10272 in hybrid for branches/releng-9.0/nanobsd/cfg/nanobsd.wleiden
- Timestamp:
- Mar 22, 2012, 11:19:36 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/releng-9.0/nanobsd/cfg/nanobsd.wleiden
r10124 r10272 28 28 NANO_PACKAGE_DIR=$NANO_CONF_DIR/../pkg/All 29 29 30 # XXX: Create function which populate the right packages and fixes the 31 # dependencies. Package build script could benefit from this list, as it 32 # could build this list beforehand 33 ## pkg_info -qr pkg/All/* 30 PORTSDIR='/usr/ports' 31 WL_PORTSDIR="$NANO_CONF_DIR/../ports/" 32 # Dirty quirk to allow comments in part below 33 PACKAGE_LIST=`cat <<EOF | sed 's/#.*$//g' 34 $PORTSDIR/dns/dnsmasq 35 $PORTSDIR/www/thttpd 36 $PORTSDIR/editors/vim-lite 37 $PORTSDIR/lang/python 38 $PORTSDIR/net-mgmt/net-snmp 39 $PORTSDIR/benchmarks/iperf 40 $PORTSDIR/net/pen 41 $PORTSDIR/devel/py-yaml 42 $PORTSDIR/sysutils/ucspi-tcp 43 $PORTSDIR/www/tinyproxy 44 $PORTSDIR/editors/vim-lite 45 $PORTSDIR/security/nmap 46 $PORTSDIR/ftp/curl 47 $PORTSDIR/security/openvpn 48 $PORTSDIR/net/sixxs-aiccu 49 50 51 # Wireless Leiden ports at $WL_PORTSDIR 52 $WL_PORTSDIR/net/lvrouted 53 ` 54 # Package target 55 # Dirty quirk to allow comments in part below 56 PKG_MAKE_ARGS=`cat <<EOF | sed 's/#.*$//g' 57 PACKAGES=$(dirname $NANO_PACKAGE_DIR) 58 BATCH=yes PACKAGE_BUILDING=yes 59 # www/py-cherrypy 60 WITH_APACHE=yes 61 # net-mgmt/net-snmp 62 WITHOUT_PERL=yes 63 # net-mgmt/nagios-plugins 64 WITH_FPING=yes 65 # threads is broken in the version (atleast up to 9.0 - 20120213) 66 # Should be fix in current version in linux, but for some reason 67 # Not yet in BSD. We don't need threads 68 WITHOUT_THREADS=yes 69 ` 70 34 71 ##NANO_PACKAGE_LIST= 35 72
Note:
See TracChangeset
for help on using the changeset viewer.