49914b64c3
pkgsrc changes: - introduce various patches to fix compilation problems (gkrellm is a complete mess). - activate sensors-common.c on NetBSD. 2.2.9 - Fri Mar 31, 2006 ------------------------ * Bugfixes o Segfault if select config Builtins->Battery with no batteries present. 2.2.8 - Thu Mar 30, 2006 ------------------------ * Add battery monitor option to use percent capacity remaining for alerts. * Filippo Giunchedi linux.c patch: make sensor code able to read apple/pmu's sysfs based sensors. * Jindrich Makovicka linux.c patch: subtract the memory allocated to slabs from the used memory and add it to the cached value instead. * Put multiple instances lock files in /var/lock. * Bugfixes: o Fix gkrellm_125_sequence() off by a bit here and there. o Invalidate chart text runs when chart height changed. o mbmon sensors decimal point char can be different from current locale. o Read linux cpu stats from /proc/stat as 64 bits. o Segfault on editing disk chart format string after disabling a disk. o gkrellmd -plog segfaulted if no plugins are installed. o Don't NULL serve_name prior to each gkrellmd plugin serve_data call. o Use a per client input_func in gkrellmd_client_read(). * Translation updates o bg.po new Bulgarian translation by Vasko Vasilev. o es.po from Cristian Othon Martinez Vera o ru.po from Vitaly Lipatov
38 lines
1.1 KiB
Text
38 lines
1.1 KiB
Text
# $NetBSD: Makefile.common,v 1.15 2006/04/13 19:14:44 cube Exp $
|
|
|
|
DISTNAME= ${GKRELLM_DISTBASE}
|
|
PKGNAME= ${GKRELLM_PKGBASE}-${GKRELLM_VERSION}
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://members.dslextreme.com/users/billw/gkrellm/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= cube@NetBSD.org
|
|
HOMEPAGE= http://gkrellm.net/
|
|
|
|
CONFLICTS+= gkrellm-1*
|
|
|
|
USE_TOOLS+= gmake
|
|
USE_PKGLOCALEDIR= YES
|
|
|
|
MAKE_ENV+= LOCALEDIR=${PREFIX}/${PKGLOCALEDIR}/locale
|
|
MAKE_ENV+= GREP=${GREP:Q}
|
|
|
|
.if defined(GKRELLM_DEBUG)
|
|
MAKE_ENV+= DEBUG=yes
|
|
.endif
|
|
|
|
GKRELLM_VERSION= 2.2.9
|
|
GKRELLM_DISTBASE= gkrellm-${GKRELLM_VERSION}
|
|
GKRELLM_SRCDIR= ${WRKDIR}/${GKRELLM_DISTBASE}
|
|
|
|
FILESDIR= ${.CURDIR}/../../sysutils/gkrellm/files
|
|
PATCHDIR= ${.CURDIR}/../../sysutils/gkrellm/patches
|
|
DISTINFO_FILE= ${.CURDIR}/../../sysutils/gkrellm/distinfo
|
|
|
|
post-extract:
|
|
${CP} ${FILESDIR}/top.Makefile ${WRKSRC}/Makefile
|
|
${CP} ${FILESDIR}/top.Makefile.inc ${WRKSRC}/Makefile.inc
|
|
${CP} ${FILESDIR}/po.Makefile ${WRKSRC}/po/Makefile
|
|
${CP} ${FILESDIR}/server.Makefile ${WRKSRC}/server/Makefile
|
|
${CP} ${FILESDIR}/src.Makefile ${WRKSRC}/src/Makefile
|
|
${CP} ${FILESDIR}/dragonfly.c ${WRKSRC}/src/sysdeps
|