[csw-devel] SF.net SVN: gar:[7786] csw/mgar/pkg/sysstat/trunk
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Tue Dec 29 10:44:04 CET 2009
Revision: 7786
http://gar.svn.sourceforge.net/gar/?rev=7786&view=rev
Author: dmichelsen
Date: 2009-12-29 09:44:04 +0000 (Tue, 29 Dec 2009)
Log Message:
-----------
sysstat: Update to 20091228a and force ncurses on this release
Modified Paths:
--------------
csw/mgar/pkg/sysstat/trunk/Makefile
csw/mgar/pkg/sysstat/trunk/checksums
Modified: csw/mgar/pkg/sysstat/trunk/Makefile
===================================================================
--- csw/mgar/pkg/sysstat/trunk/Makefile 2009-12-29 08:05:51 UTC (rev 7785)
+++ csw/mgar/pkg/sysstat/trunk/Makefile 2009-12-29 09:44:04 UTC (rev 7786)
@@ -1,5 +1,5 @@
GARNAME = sysstat
-GARVERSION = 20091024
+GARVERSION = 20091228a
CATEGORIES = utils
DESCRIPTION = Key system statistics at a glance
@@ -26,6 +26,8 @@
SPKG_SOURCEURL = http://www.maier-komor.de/sysstat.html
+LICENSE = LICENSE
+
PATCHFILES = patch-onlyisaexec-sysstatd.diff
CONFIGURE_SCRIPTS = custom
@@ -75,15 +77,15 @@
@( echo "OS = SunOS"; \
echo "INSTALL = /usr/sbin/install"; \
echo "CC = ${CC}"; \
- echo "C_CFLAGS = ${CFLAGS} -xc99=no_lib -I$(includedir)/ncurses -DUSECURSES -DSOLARIS=$(SOLARIS)"; \
- echo "D_CFLAGS = ${CFLAGS} -xc99=no_lib -I$(includedir)/ncurses -DUSECURSES -DSOLARIS=$(SOLARIS)"; \
+ echo "C_CFLAGS = ${CFLAGS} -xc99=no_lib -I$(includedir)/ncurses -I$(includedir) -DSOLARIS=$(SOLARIS)"; \
+ echo "D_CFLAGS = ${CFLAGS} -xc99=no_lib -I$(includedir)/ncurses -I$(includedir) -DSOLARIS=$(SOLARIS)"; \
echo "CDIR = app"; \
echo "DDIR = daemon"; \
echo 'C_LIBS += $(LDFLAGS) -lncurses -lsocket -lnsl'; \
echo 'LIBS = '; \
echo "PREFIX = ${DESTDIR}${prefix}"; \
echo "ISAEXEC = ${bindir}/isaexec"; \
- echo "MKDEP = ${CC} -xM1 ${CFLAGS} -I$(includedir)/ncurses"; \
+ echo "MKDEP = ${CC} -xM1 ${CFLAGS} -I$(includedir)/ncurses -I$(includedir)"; \
echo "modules: $(MKRULES_MODULES)"; \
echo "install: $(MKRULES_INSTALL)"; \
) > $@
Modified: csw/mgar/pkg/sysstat/trunk/checksums
===================================================================
--- csw/mgar/pkg/sysstat/trunk/checksums 2009-12-29 08:05:51 UTC (rev 7785)
+++ csw/mgar/pkg/sysstat/trunk/checksums 2009-12-29 09:44:04 UTC (rev 7786)
@@ -1,2 +1,2 @@
7a7f0f67bb68484b56375d4a922fb63f patch-onlyisaexec-sysstatd.diff
-747dc25cec5c888b1dacf78730d726c0 sysstat-20091024.tgz
+c723b839df3aaad9ea19b0d3a1a3aef0 sysstat-20091228a.tgz
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list