Ignore:
Timestamp:
Mar 22, 2012, 11:19:36 AM (13 years ago)
Author:
rick
Message:

Merge package building into the central config file, to make custom
configurations more easy to maintain also done at iris and proxy.

File:
1 edited

Legend:

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

    r10124 r10272  
    2828NANO_PACKAGE_DIR=$NANO_CONF_DIR/../pkg/All
    2929
    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/*
     30PORTSDIR='/usr/ports'
     31WL_PORTSDIR="$NANO_CONF_DIR/../ports/"
     32# Dirty quirk to allow comments in part below
     33PACKAGE_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
     56PKG_MAKE_ARGS=`cat <<EOF | sed 's/#.*$//g'
     57PACKAGES=$(dirname $NANO_PACKAGE_DIR)
     58BATCH=yes PACKAGE_BUILDING=yes
     59# www/py-cherrypy
     60WITH_APACHE=yes
     61# net-mgmt/net-snmp
     62WITHOUT_PERL=yes
     63# net-mgmt/nagios-plugins
     64WITH_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
     68WITHOUT_THREADS=yes
     69`
     70
    3471##NANO_PACKAGE_LIST=
    3572
Note: See TracChangeset for help on using the changeset viewer.