From e651bbc51af6500d0560a2c8c9c96781f26e9b3c Mon Sep 17 00:00:00 2001 From: "Ralf S. Engelschall" Date: Mon, 9 Oct 2006 07:40:34 +0000 Subject: [PATCH] fix tracking and upgrade to latest version to fix FreeBSD 7.0 build problems --- bar/bar.patch | 12 ------------ bar/bar.spec | 10 ++++------ 2 files changed, 4 insertions(+), 18 deletions(-) delete mode 100644 bar/bar.patch diff --git a/bar/bar.patch b/bar/bar.patch deleted file mode 100644 index 633388d9bf..0000000000 --- a/bar/bar.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- io.c.orig 2003-09-11 15:35:46.000000000 +0200 -+++ io.c 2003-09-11 20:20:22.000000000 +0200 -@@ -25,6 +25,9 @@ - #ifdef HAVE_TIME_H - #include - #endif -+#ifdef HAVE_SYS_TIME_H -+#include -+#endif - #ifdef HAVE_ERRNO_H - #include - #endif diff --git a/bar/bar.spec b/bar/bar.spec index 062c793d5f..ae178d6773 100644 --- a/bar/bar.spec +++ b/bar/bar.spec @@ -32,12 +32,11 @@ Distribution: OpenPKG Class: PLUS Group: Terminal License: GPL -Version: 1.10 -Release: 20060524 +Version: 1.10.7 +Release: 20061009 # list of sources -Source0: http://switch.dl.sourceforge.net/clpbar/bar-%{version}.tar.gz -Patch0: bar.patch +Source0: http://switch.dl.sourceforge.net/clpbar/bar_%{version}.tar.gz # build information Prefix: %{l_prefix} @@ -58,12 +57,11 @@ AutoReqProv: no prog bar = { version = %{version} url = http://prdownloads.sourceforge.net/clpbar/ - regex = bar-(\d+\.\d+)\.tar\.gz + regex = bar_(\d+\.\d+(\.\d+)*)\.tar\.gz } %prep %setup -q - %patch -p0 %build CC="%{l_cc}" \