OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Torsten Homeyer
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 27-Jan-2005 12:14:10
Branch: HEAD Handle: 2005012711141000
Modified files:
openpkg-src/multitail multitail.spec
Log:
upgrading package: multitail 3.4.4 -> 3.4.5
Summary:
Revision Changes Path
1.67 +11 -3 openpkg-src/multitail/multitail.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/multitail/multitail.spec
============================================================================
$ cvs diff -u -r1.66 -r1.67 multitail.spec
--- openpkg-src/multitail/multitail.spec 17 Jan 2005 08:02:12 -0000
1.66
+++ openpkg-src/multitail/multitail.spec 27 Jan 2005 11:14:10 -0000
1.67
@@ -33,8 +33,8 @@
Class: PLUS
Group: Terminal
License: GPL
-Version: 3.4.4
-Release: 20050117
+Version: 3.4.5
+Release: 20050127
# list of sources
Source0: http://www.vanheusden.com/multitail/multitail-%{version}.tgz
@@ -68,7 +68,15 @@
%build
libs="-lncurses -lm"
case "%{l_platform -t}" in
- *-freebsd* | *-linux* ) libs="$libs -lutil" ;;
+ *-freebsd* )
+ libs="$libs -lutil"
+ %{l_shtool} subst \
+ -e 's;off64_t;off_t;g' \
+ -e 's;stat64;stat;g' \
+ -e 's;open64;open;g' \
+ utils.c utils.h mt.c
+ ;;
+ *-linux* ) libs="$libs -lutil" ;;
esac
%{l_make} %{l_mflags} \
CC="%{l_cc}" \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]