summaryrefslogtreecommitdiffstats
path: root/sysutils/slmon
diff options
context:
space:
mode:
authorpetef <petef@FreeBSD.org>2003-05-18 19:43:26 +0000
committerpetef <petef@FreeBSD.org>2003-05-18 19:43:26 +0000
commit6548a97e032af40e740ad2a852eedba9eb3c2184 (patch)
treec0cb8a2f2eb6c666c1daa387f6f0750a4405ffed /sysutils/slmon
parent075b62d84edde60f6b68ccd9c8f6ae37dc009578 (diff)
downloadFreeBSD-ports-6548a97e032af40e740ad2a852eedba9eb3c2184.zip
FreeBSD-ports-6548a97e032af40e740ad2a852eedba9eb3c2184.tar.gz
- update to 0.5.12
- use USE_GETOPT_LONG PR: 51386 Submitted by: Ports Fury
Diffstat (limited to 'sysutils/slmon')
-rw-r--r--sysutils/slmon/Makefile9
-rw-r--r--sysutils/slmon/distinfo2
-rw-r--r--sysutils/slmon/files/patch-Makefile.in11
3 files changed, 3 insertions, 19 deletions
diff --git a/sysutils/slmon/Makefile b/sysutils/slmon/Makefile
index 94f781c..580f9ee 100644
--- a/sysutils/slmon/Makefile
+++ b/sysutils/slmon/Makefile
@@ -7,8 +7,7 @@
#
PORTNAME= slmon
-PORTVERSION= 0.5.11
-PORTREVISION= 1
+PORTVERSION= 0.5.12
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -19,6 +18,7 @@ COMMENT= S-Lang System Monitor
LIB_DEPENDS= gtop-2.0.2:${PORTSDIR}/devel/libgtop2 \
slang.1:${PORTSDIR}/devel/libslang
+USE_GETOPT_LONG= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
@@ -28,11 +28,6 @@ MAN1= slmon.1
CPPFLAGS= -I${LOCALBASE}/include
LDFLAGS= -L${LOCALBASE}/lib -lncurses
-.if !exists(/usr/include/getopt.h)
-LIB_DEPENDS+= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
-LDFLAGS+= -lgnugetopt
-.endif
-
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 400010
diff --git a/sysutils/slmon/distinfo b/sysutils/slmon/distinfo
index 5de6e23..95e1377 100644
--- a/sysutils/slmon/distinfo
+++ b/sysutils/slmon/distinfo
@@ -1 +1 @@
-MD5 (slmon-0.5.11.tar.gz) = ed571bc6076a9d96265e72bebc514c62
+MD5 (slmon-0.5.12.tar.gz) = 1b36e3d49038008cfec11b5820b77ac6
diff --git a/sysutils/slmon/files/patch-Makefile.in b/sysutils/slmon/files/patch-Makefile.in
deleted file mode 100644
index ff54c25..0000000
--- a/sysutils/slmon/files/patch-Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.in.orig Sat Sep 8 16:43:50 2001
-+++ Makefile.in Sat Sep 8 16:46:44 2001
-@@ -70,7 +70,7 @@
- LIBGTOP_INCS = @LIBGTOP_INCS@
- LIBGTOP_INTERFACE_AGE = @LIBGTOP_INTERFACE_AGE@
- LIBGTOP_LIBDIR = @LIBGTOP_LIBDIR@
--LIBGTOP_LIBS = @LIBGTOP_LIBS@
-+LIBGTOP_LIBS = @LIBGTOP_LIBS@ @LIBGTOP_EXTRA_LIBS@
- LIBGTOP_MAJOR_VERSION = @LIBGTOP_MAJOR_VERSION@
- LIBGTOP_MICRO_VERSION = @LIBGTOP_MICRO_VERSION@
- LIBGTOP_MINOR_VERSION = @LIBGTOP_MINOR_VERSION@
OpenPOWER on IntegriCloud