Ignore:
Timestamp:
Apr 29, 2012, 6:02:29 PM (13 years ago)
Author:
rick
Message:

Make port building whole bunch more stupid:

1) Bundle ports in the tree itself, instead of global shared banch.
2) Copy the local ports just in the /usr/ports tree to allow playing around

with just the ordenary tools.

Location:
branches/releng-9.0/nanobsd
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/releng-9.0/nanobsd

    • Property svn:externals
      •  

        old new  
        1 ports http://svn.wirelessleiden.nl/svn/code/ports
         1
  • branches/releng-9.0/nanobsd/cfg/nanobsd.wleiden

    r10605 r10612  
    2828NANO_PACKAGE_DIR=$NANO_CONF_DIR/../pkg/All
    2929
     30# Wireless Leiden ports from $WL_PORTSDIR are copied OVER $PORTSDIR
    3031PORTSDIR='/usr/ports'
    3132WL_PORTSDIR="$NANO_CONF_DIR/../ports/"
     33
    3234# Dirty quirk to allow comments in part below
    33 PACKAGE_LIST=`cat <<EOF | sed 's/#.*$//g'
    34 $PORTSDIR/benchmarks/iperf
    35 $PORTSDIR/devel/py-Jinja2
    36 $PORTSDIR/devel/py-yaml
    37 $PORTSDIR/dns/dnsmasq
    38 $PORTSDIR/editors/vim-lite
    39 $PORTSDIR/ftp/curl
    40 $PORTSDIR/lang/python
    41 $PORTSDIR/net-mgmt/net-snmp
    42 $PORTSDIR/net/isc-dhcp42-server
    43 $PORTSDIR/net/pen
    44 $PORTSDIR/net/sixxs-aiccu
    45 $PORTSDIR/security/nmap
    46 $PORTSDIR/security/openvpn
    47 $PORTSDIR/security/sudo
    48 $PORTSDIR/shells/bash-static
    49 $PORTSDIR/sysutils/screen
    50 $PORTSDIR/sysutils/ucspi-tcp
    51 $PORTSDIR/www/thttpd
    52 $PORTSDIR/www/tinyproxy
    53 
    54 
    55 # Wireless Leiden ports at $WL_PORTSDIR
    56 $WL_PORTSDIR/net/lvrouted
     35PACKAGE_LIST=`cat <<EOF | sed -e 's/#.*$//g' | xargs
     36benchmarks/iperf
     37devel/py-Jinja2
     38devel/py-yaml
     39dns/dnsmasq
     40editors/vim-lite
     41ftp/curl
     42lang/python
     43net-mgmt/net-snmp
     44net/isc-dhcp42-server
     45net/pen
     46net/sixxs-aiccu
     47security/nmap
     48security/openvpn
     49security/sudo
     50shells/bash-static
     51sysutils/screen
     52sysutils/ucspi-tcp
     53www/thttpd
     54www/tinyproxy
     55
     56# Extra WL ports
     57net/lvrouted
    5758`
    5859# Package target
    5960# Dirty quirk to allow comments in part below
    60 PKG_MAKE_ARGS=`cat <<EOF | sed 's/#.*$//g'
     61PKG_MAKE_ARGS=`cat <<EOF | sed 's/#.*$//g' | xargs
    6162PACKAGES=$(dirname $NANO_PACKAGE_DIR)
    6263BATCH=yes PACKAGE_BUILDING=yes
Note: See TracChangeset for help on using the changeset viewer.