- add p5-RRD to RUN_DEPENDS

- disable the 7 second sleep during configure

ok sthen@
This commit is contained in:
okan 2010-01-05 16:36:33 +00:00
parent 0de424577a
commit b8cb5a87f7
2 changed files with 26 additions and 5 deletions

View File

@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.61 2009/06/02 21:47:02 merdely Exp $
# $OpenBSD: Makefile,v 1.62 2010/01/05 16:36:33 okan Exp $
COMMENT= multi-router traffic grapher
DISTNAME= mrtg-2.16.2
PKGNAME= ${DISTNAME}p0
CATEGORIES= net
HOMEPAGE= http://oss.oetiker.ch/mrtg/
@ -20,7 +21,8 @@ MASTER_SITES= ${HOMEPAGE}pub/ \
RUN_DEPENDS= ::net/p5-IO-Socket-INET6 \
::net/p5-Net-SNMP \
::net/p5-SNMP_Session
::net/p5-SNMP_Session \
:p5-RRD-*:net/rrdtool,-perl
LIB_DEPENDS= gd.>=18::graphics/gd
USE_X11= Yes

View File

@ -1,6 +1,6 @@
$OpenBSD: patch-configure_in,v 1.3 2005/10/24 05:12:31 fgsch Exp $
--- configure.in.orig Tue Jan 13 07:28:11 2004
+++ configure.in Sun Feb 27 10:05:00 2005
$OpenBSD: patch-configure_in,v 1.4 2010/01/05 16:36:33 okan Exp $
--- configure.in.orig Wed May 2 16:31:06 2007
+++ configure.in Mon Jan 4 12:14:57 2010
@@ -113,6 +113,11 @@ AC_CHECK_LIB(gd,gdImagePng,[
GLIBS="-lgd -lpng -lz"
],:,[-lgd -lpng -lz ${MATHLIBS}])
@ -24,3 +24,22 @@ $OpenBSD: patch-configure_in,v 1.3 2005/10/24 05:12:31 fgsch Exp $
if test x$GDFORM_EXT = xpng; then
CPPFLAGS="$CPPFLAGS -DGFORM_GD=gdImagePng"
@@ -201,18 +206,6 @@ AC_CONFIG_HEADERS(config.h)
AC_OUTPUT(Makefile)
-echo $ECHO_N "ordering CD from http://tobi.oetiker.ch/wish $ECHO_C" 1>&6
-sleep 1
-echo $ECHO_N ".$ECHO_C" 1>&6
-sleep 1
-echo $ECHO_N ".$ECHO_C" 1>&6
-sleep 1
-echo $ECHO_N ".$ECHO_C" 1>&6
-sleep 1
-echo $ECHO_N ".$ECHO_C" 1>&6
-sleep 1
-AC_MSG_RESULT([ just kidding ;-)])
-sleep 2
echo
echo "----------------------------------------------------------------"
echo "Config is DONE!"