From d2498df303318d1b560f349e27b41cfbe47a62d7 Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Wed, 15 Oct 2003 22:54:23 +0000 Subject: unbreak port by adding a lot of \n\s noticed by bento informed maiuntainer --- net/rancid/Makefile | 10 ++-------- net/rancid/files/patch-bin::hpfilter.c | 20 ++++++++++++++++++++ 2 files changed, 22 insertions(+), 8 deletions(-) create mode 100644 net/rancid/files/patch-bin::hpfilter.c (limited to 'net') diff --git a/net/rancid/Makefile b/net/rancid/Makefile index cc5c23bf8f8c..ec6d4faf7a67 100644 --- a/net/rancid/Makefile +++ b/net/rancid/Makefile @@ -7,7 +7,7 @@ PORTNAME= rancid PORTVERSION= 2.2.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net MASTER_SITES= ftp://ftp.shrubbery.net/pub/rancid/ @@ -38,12 +38,6 @@ MAN5= env.5 lg.conf.5 cloginrc.5 router.db.5 CONFIG_FILES= bin/env util/lg/lg.conf -.include - -.if ${OSVERSION} >= 501000 -BROKEN= "Does not compile" -.endif - post-install: @ ${SED} -e "s:%%INSTDIR%%:${PREFIX}/rancid:g" pkg-message >${PKGMESSAGE} .if !defined(BATCH) @@ -58,4 +52,4 @@ post-install: fi .endfor -.include +.include diff --git a/net/rancid/files/patch-bin::hpfilter.c b/net/rancid/files/patch-bin::hpfilter.c new file mode 100644 index 000000000000..fd749ebde788 --- /dev/null +++ b/net/rancid/files/patch-bin::hpfilter.c @@ -0,0 +1,20 @@ +--- bin/hpfilter.c.orig Wed Oct 15 15:52:48 2003 ++++ bin/hpfilter.c Wed Oct 15 15:53:08 2003 +@@ -382,7 +382,7 @@ + usage(void) + { + fprintf(stderr, +-"usage: %s [-hv] ++"usage: %s [-hv] \n\ + ", progname); + return; + } +@@ -391,7 +391,7 @@ + vers(void) + { + fprintf(stderr, +-"%s: %s version %s ++"%s: %s version %s\n\ + ", progname, package, version); + return; + } -- cgit v1.2.3