Update to olsrd 0.5.6-r2. Take over maintainership.

This commit is contained in:
John Hay 2008-10-11 06:18:20 +00:00
parent 23916a222f
commit db316ad2ea
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=221407
3 changed files with 19 additions and 16 deletions

View File

@ -6,12 +6,12 @@
#
PORTNAME= olsrd
PORTVERSION= 0.5.4
DISTVERSION= 0.5.6-r2
CATEGORIES= net
MASTER_SITES= http://www.olsr.org/releases/0.5/ \
http://bernd.petrovitsch.priv.at/olsr-ng/
http://ftp2.za.freebsd.org/pub/mesh/pc/protocols/olsr/
MAINTAINER= dave@dogwood.com
MAINTAINER= jhay@freebsd.org
COMMENT= OLSR routing daemon
BUILD_DEPENDS= makedepend:${PORTSDIR}/devel/makedepend
@ -48,7 +48,7 @@ CFLAGS+= -fPIC
.if !defined(WITH_MULTI_IF)
pre-everything::
@${ECHO_MSG} ""
@${ECHO_MSG} " To enable multiple interface support make with"
@${ECHO_MSG} " To enable IPv4 multiple interface support make with"
@${ECHO_MSG} " WITH_MULTI_IF defined"
@${ECHO_MSG} ""
.endif

View File

@ -1,3 +1,3 @@
MD5 (olsrd-0.5.4.tar.bz2) = 471d0d268fae388d18f925ea9dfe0150
SHA256 (olsrd-0.5.4.tar.bz2) = 9a4215d52178bdd112739e3c8b46b6c72d2b63a16bad0f2bcdd9bb0d1965f34f
SIZE (olsrd-0.5.4.tar.gz) = 495872
MD5 (olsrd-0.5.6-r2.tar.bz2) = eb72e4899142daa1a6237831da40eb74
SHA256 (olsrd-0.5.6-r2.tar.bz2) = 3214291dec50e814e7990218ed8d39a9bcfa703a75ecf4c182ded643a9304e54
SIZE (olsrd-0.5.6-r2.tar.bz2) = 544143

View File

@ -1,19 +1,22 @@
--- Makefile.orig 2007-10-20 13:27:59.000000000 +0200
+++ Makefile 2007-10-20 18:58:02.000000000 +0200
@@ -107,12 +107,14 @@
--- Makefile.orig 2008-01-02 16:00:15.000000000 +0200
+++ Makefile 2008-01-04 12:23:05.000000000 +0200
@@ -102,15 +102,15 @@
install_olsrd: install_bin
@echo ========= C O N F I G U R A T I O N - F I L E ============
@echo $(EXENAME) uses the configfile $(CFGFILE)
- @echo a default configfile. A sample RFC-compliance aimed
- @echo configfile can be installed. Note that a LQ-based configfile
- @echo configfile can be found in olsrd.conf.default.rfc.
- @echo However none of the larger OLSRD using networks use that
- @echo so install a configfile with activated link quality exstensions
- @echo per default.
- @echo can be found at files/olsrd.conf.default.lq
+ @echo an RFC compliant version is installed as $(CFGFILE).rfc
+ @echo an LQ version is installed as $(CFGFILE).lq
+ @echo an LQ fisheye version is installed as $(CFGFILE).lq-fisheye
+ @echo a default configfile. Sample config files are
+ @echo installed as $(CFGFILE).rfc, $(CFGFILE).lq and
+ @echo $(CFGFILE).lq-fishey
+ @echo copy and edit one of these to $(CFGFILE)
@echo ==========================================================
- mkdir -p $(ETCDIR)
- -cp -i files/olsrd.conf.default.rfc $(CFGFILE)
mkdir -p $(ETCDIR)
- -cp -i files/olsrd.conf.default.lq $(CFGFILE)
+ -cp files/olsrd.conf.default.rfc $(CFGFILE).rfc
+ -cp files/olsrd.conf.default.lq $(CFGFILE).lq
+ -cp files/olsrd.conf.default.lq-fisheye $(CFGFILE).lq-fisheye