Changes between Version 77 and Version 78 of FreeBSD10_Guide


Ignore:
Timestamp:
Sep 23, 2014, 10:17:20 AM (10 years ago)
Author:
huub
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FreeBSD10_Guide

    v77 v78  
    9696build# source /root/.cshrc
    9797
    98 === A.4. update lvrouted port if necessary ===
    99 
    100 Warning: Skip the following steps unless you want to update the current lvrouted version (12878) and know what you are doing:
    101 
    102 Checkout latest version of lvrouted (i.e. beyond 12878):
    103 {{{
    104 build# svn checkout http://svn.wirelessleiden.nl/svn/node-config/other/lvrouted/trunk /usr/local/share/lvrouted
    105 }}}
    106 run the release.sh script to produce the tar 'release' file (lvrouted-.......tar.gz):
    107 {{{
    108 build# cd /usr/local/share/lvrouted/
    109 build# tools/release.sh
    110 }}}
    111 
    112 Upload the lvrouted-12878.tar.gz to the webfolder.wirelessleiden.nl/lvrouted/ directory and
    113 
    114 - update PORTVERSION in $R/ports/net/lvrouted/Makefile
    115 - run 'sha256 lvrouted-......tar.gz' to determin the sha (secure hash) value
    116 - modify the SHA256 en filesize in $R/ports/net/lvrouted/distinfo.
    117 - commit  $R/ports/net/lvrouted
    118 
    119 === A.5. OPTIONAL, every developer has his own preferences, e.g. ===
     98=== A.4. OPTIONAL, every developer has his own preferences, e.g. ===
    12099build# pkg install vim-lite
    121100build# pkg install sudo
     
    134113}}}
    135114
    136 === A.6. get latest sources ===
     115=== A.5. get latest sources ===
    137116build# svn co svn://svn0.eu.FreeBSD.org/base/stable/10 /usr/src
    138117
     
    307286(to be completed)
    308287
     288
     289=== Notes ===
     290
     291=== update lvrouted port (ONLY) if necessary ===
     292
     293Warning: Skip the following steps unless you want to update the current lvrouted version (12878) and know what you are doing:
     294
     295Checkout latest version of lvrouted (i.e. beyond 12878):
     296{{{
     297build# svn checkout http://svn.wirelessleiden.nl/svn/node-config/other/lvrouted/trunk /usr/local/share/lvrouted
     298}}}
     299run the release.sh script to produce the tar 'release' file (lvrouted-.......tar.gz):
     300{{{
     301build# cd /usr/local/share/lvrouted/
     302build# tools/release.sh
     303}}}
     304
     305Upload the lvrouted-12878.tar.gz to the webfolder.wirelessleiden.nl/lvrouted/ directory and
     306
     307- update PORTVERSION in $R/ports/net/lvrouted/Makefile
     308- run 'sha256 lvrouted-......tar.gz' to determin the sha (secure hash) value
     309- modify the SHA256 en filesize in $R/ports/net/lvrouted/distinfo.
     310- commit  $R/ports/net/lvrouted