update to goaccess-0.9.6

This commit is contained in:
kirby 2015-11-01 10:13:33 +00:00
parent 5153397d66
commit 65be4b4c3b
4 changed files with 26 additions and 22 deletions

View File

@ -1,11 +1,10 @@
# $OpenBSD: Makefile,v 1.7 2015/10/12 18:55:27 sthen Exp $
# $OpenBSD: Makefile,v 1.8 2015/11/01 10:13:33 kirby Exp $
PORTROACH = skipv:0.11,0.12
COMMENT = realtime console web log analyzer
DISTNAME = goaccess-0.9.4
REVISION = 1
DISTNAME = goaccess-0.9.6
CATEGORIES = www
HOMEPAGE = http://goaccess.io/

View File

@ -1,2 +1,2 @@
SHA256 (goaccess-0.9.4.tar.gz) = im4Wf2qTMMzzfGUuV3eSycYm1xNNZPhB61T+/N/2xc4=
SIZE (goaccess-0.9.4.tar.gz) = 252384
SHA256 (goaccess-0.9.6.tar.gz) = 6EgGTIVV+V53CqHAR1x4TAlLQuSuU/+FKXX2SY2PZJo=
SIZE (goaccess-0.9.6.tar.gz) = 266892

View File

@ -1,8 +1,8 @@
$OpenBSD: patch-Makefile_in,v 1.1 2015/10/12 18:55:27 sthen Exp $
--- Makefile.in.orig Mon Oct 12 09:52:04 2015
+++ Makefile.in Mon Oct 12 09:52:09 2015
@@ -295,7 +295,7 @@ goaccess_SOURCES = src/browsers.c src/browsers.h src/c
@DEBUG_FALSE@ -Wnested-externs -Wformat=2 -Wmissing-prototypes \
$OpenBSD: patch-Makefile_in,v 1.2 2015/11/01 10:13:33 kirby Exp $
--- Makefile.in.orig Mon Oct 19 06:44:29 2015
+++ Makefile.in Thu Oct 22 13:51:28 2015
@@ -292,7 +292,7 @@ goaccess_SOURCES = src/browsers.c src/browsers.h src/c
@DEBUG_FALSE@ -Wformat=2 -Wmissing-prototypes \
@DEBUG_FALSE@ -Wstrict-prototypes -Wmissing-declarations \
@DEBUG_FALSE@ -Wwrite-strings -Wshadow -Wpointer-arith \
-@DEBUG_FALSE@ -Wsign-compare -Wredundant-decls \
@ -10,8 +10,8 @@ $OpenBSD: patch-Makefile_in,v 1.1 2015/10/12 18:55:27 sthen Exp $
@DEBUG_FALSE@ -Wbad-function-cast -Winline -Wcast-align -Wextra \
@DEBUG_FALSE@ -Wdeclaration-after-statement \
@DEBUG_FALSE@ -Wno-missing-field-initializers
@@ -304,7 +304,7 @@ goaccess_SOURCES = src/browsers.c src/browsers.h src/c
@DEBUG_TRUE@ -Wnested-externs -Wformat=2 -Wmissing-prototypes \
@@ -301,7 +301,7 @@ goaccess_SOURCES = src/browsers.c src/browsers.h src/c
@DEBUG_TRUE@ -Wformat=2 -Wmissing-prototypes \
@DEBUG_TRUE@ -Wstrict-prototypes -Wmissing-declarations \
@DEBUG_TRUE@ -Wwrite-strings -Wshadow -Wpointer-arith \
-@DEBUG_TRUE@ -Wsign-compare -Wredundant-decls \

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-configure_ac,v 1.2 2015/10/12 18:55:27 sthen Exp $
--- configure.ac.orig Mon Sep 7 20:05:04 2015
+++ configure.ac Mon Oct 12 09:53:18 2015
@@ -129,7 +129,7 @@ if test "$WITH_TC" = "yes"; then
$OpenBSD: patch-configure_ac,v 1.3 2015/11/01 10:13:33 kirby Exp $
--- configure.ac.orig Mon Oct 19 06:44:24 2015
+++ configure.ac Thu Oct 22 13:52:42 2015
@@ -140,7 +140,7 @@ if test "$WITH_TC" = "yes"; then
*** Red Hat based distributions zlib-devel
]))
AC_DEFINE([HAVE_ZLIB], [1], ["Build using ZLIB"])
@ -10,7 +10,7 @@ $OpenBSD: patch-configure_ac,v 1.2 2015/10/12 18:55:27 sthen Exp $
fi
AC_ARG_ENABLE([bzip], [ --disable-bzip Build without BZIP2 compression],
@@ -143,10 +143,10 @@ if test "$WITH_TC" = "yes"; then
@@ -154,7 +154,7 @@ if test "$WITH_TC" = "yes"; then
*** Red Hat based distributions bzip2-devel
]))
AC_DEFINE([HAVE_BZ2], [1], ["Build using BZ2"])
@ -18,8 +18,13 @@ $OpenBSD: patch-configure_ac,v 1.2 2015/10/12 18:55:27 sthen Exp $
+ LDFLAGS="$LDFLAGS $BZ2_FLAG"
fi
- CFLAGS="$CFLAGS -ltokyocabinet -lrt -lc"
+ LDFLAGS="$LDFLAGS -ltokyocabinet"
# GLib otherwise
else
case "$host_os" in
@@ -162,7 +162,7 @@ if test "$WITH_TC" = "yes"; then
CFLAGS="$CFLAGS -ltokyocabinet -lc"
;;
*)
- CFLAGS="$CFLAGS -ltokyocabinet -lrt -lc"
+ LDFLAGS="$LDFLAGS -ltokyocabinet"
;;
esac
fi