Changes between Version 37 and Version 38 of FreeBSD10_Guide


Ignore:
Timestamp:
Aug 27, 2014, 8:15:06 PM (10 years ago)
Author:
huub
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FreeBSD10_Guide

    v37 v38  
    6666build# source /root/.cshrc
    6767
    68 === A.4. install lvrouted port ===
     68=== A.4. update lvrouted port ===
    6969
    70 To compile lvrouted you need ocaml support, without X11, without TOOLBOX:
    71 {{{
    72 build# make -C /usr/ports/lang/ocaml-nox11 install clean BATCH=YES
    73 build# make -C /usr/ports/devel/ocaml-findlib install clean WITHOUT="TOOLBOX X11 TK" BATCH=YES
    74 }}}
    75 
    76 Warning: Following steps ONLY if you want to update the lvrouted version (present version is 12878):
     70Warning: Skip the following steps unless you want to update the current lvrouted version (12878):
    7771
    7872Checkout latest version of lvrouted (i.e. beyond 12878):
     
    8074build# svn checkout http://svn.wirelessleiden.nl/svn/node-config/other/lvrouted/trunk /usr/local/share/lvrouted
    8175}}}
    82 run the release.sh script to produce the tar 'release' file (lvrouted-12878.tar.gz):
     76run the release.sh script to produce the tar 'release' file (lvrouted-.......tar.gz):
    8377{{{
    8478build# cd /usr/local/share/lvrouted/
     
    8781
    8882Upload the lvrouted-12878.tar.gz to the webfolder.wirelessleiden.nl/lvrouted/ directory and
    89 modify the SHA256 en filesize in $R/ports/net/lvrouted/distinfo.
    9083
     84- update PORTVERSION in $R/ports/net/lvrouted/Makefile
     85- run 'sha256 lvrouted-......tar.gz' to determin the sha (secure hash) value
     86- modify the SHA256 en filesize in $R/ports/net/lvrouted/distinfo.
     87- commit  $R/ports/net/lvrouted
    9188
    9289=== A.5. OPTIONAL, every developer has his own preferences, e.g. ===