forked from ports/contrib
multitail: updated to 5.2.12
This commit is contained in:
parent
a435f2645a
commit
f86571f64b
@ -1,2 +1,2 @@
|
||||
eb76b33226f89d1bd2e22be56639efb2 Makefile.diff
|
||||
6496b3d78660ff8d11c743a0d03cca34 multitail-5.2.6.tgz
|
||||
92bc0de413fb70bcfb8d9ca460f049f8 Makefile.diff
|
||||
15fc4a54778327192b0b5f1c0005a1b3 multitail-5.2.12.tgz
|
||||
|
@ -1,5 +1,6 @@
|
||||
--- Makefile.orig 2008-08-27 08:18:54.000000000 +0200
|
||||
+++ Makefile 2008-08-27 08:21:59.000000000 +0200
|
||||
diff -up ./Makefile ../multitail-5.2.12.p/Makefile
|
||||
--- ./Makefile 2013-01-16 11:56:10.000000000 +0000
|
||||
+++ ../multitail-5.2.12.p/Makefile 2013-05-07 20:21:48.739039617 +0000
|
||||
@@ -1,7 +1,7 @@
|
||||
include version
|
||||
|
||||
@ -7,9 +8,9 @@
|
||||
-CONFIG_FILE=$(DESTDIR)/etc/multitail.conf
|
||||
+CONFIG_FILE=$(DESTDIR)/usr/etc/multitail.conf
|
||||
|
||||
CC=gcc
|
||||
DEBUG=-g # -D_DEBUG # -pg # -D_DEBUG #-pg -W -pedantic # -pg #-fprofile-arcs
|
||||
LDFLAGS+=-lpanel -lncurses -lutil -lm $(DEBUG) -rdynamic
|
||||
@@ -19,19 +19,15 @@ multitail_ccmalloc: $(OBJS)
|
||||
@@ -20,19 +20,15 @@ multitail_ccmalloc: $(OBJS)
|
||||
ccmalloc --no-wrapper $(CC) -Wall -W $(OBJS) $(LDFLAGS) -o ccmultitail
|
||||
|
||||
install: multitail
|
||||
@ -23,7 +24,7 @@
|
||||
### COPIED multitail.conf.new, YOU NEED TO REPLACE THE multitail.conf
|
||||
### YOURSELF WITH THE NEW FILE
|
||||
#
|
||||
- cp multitail.conf $(DESTDIR)/etc/multitail.conf.new
|
||||
- cp multitail.conf $(CONFIG_FILE).new
|
||||
- mkdir -p $(DESTDIR)/etc/multitail/
|
||||
- cp convert-* colors-* $(DESTDIR)/etc/multitail/
|
||||
- rm -f $(DESTDIR)/usr/share/man/man1/multitail.1.gz
|
||||
|
@ -5,14 +5,16 @@
|
||||
# Depends on: ncurses
|
||||
|
||||
name=multitail
|
||||
version=5.2.6
|
||||
version=5.2.12
|
||||
release=1
|
||||
source=(http://www.vanheusden.com/$name/$name-$version.tgz \
|
||||
Makefile.diff)
|
||||
|
||||
build () {
|
||||
cd $name-$version
|
||||
|
||||
patch -p0 -i $SRC/Makefile.diff
|
||||
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user