Changes between Version 37 and Version 38 of FreeBSD10_Guide
- Timestamp:
- Aug 27, 2014, 8:15:06 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FreeBSD10_Guide
v37 v38 66 66 build# source /root/.cshrc 67 67 68 === A.4. installlvrouted port ===68 === A.4. update lvrouted port === 69 69 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): 70 Warning: Skip the following steps unless you want to update the current lvrouted version (12878): 77 71 78 72 Checkout latest version of lvrouted (i.e. beyond 12878): … … 80 74 build# svn checkout http://svn.wirelessleiden.nl/svn/node-config/other/lvrouted/trunk /usr/local/share/lvrouted 81 75 }}} 82 run the release.sh script to produce the tar 'release' file (lvrouted- 12878.tar.gz):76 run the release.sh script to produce the tar 'release' file (lvrouted-.......tar.gz): 83 77 {{{ 84 78 build# cd /usr/local/share/lvrouted/ … … 87 81 88 82 Upload 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.90 83 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 91 88 92 89 === A.5. OPTIONAL, every developer has his own preferences, e.g. ===