b7952b251a
2.2.10 - Thu Oct 26, 2006 ------------------------- * Hans de Goede patches: 1) handle sysfs sensors which represent themselves as platform drivers (/sys/class/hwmon). 2) Add a libsensors sensor monitor interface which will be used preferentially over sysfs if libsensors is installed and sensors_init() on /etc/sensors.conf succeeds. * Add --without-libsensors command line option to force using /sysfs instead of libsensors for cases when running a new Linux sensor kernel module that is not yet supported by libsensors. A fallback to /sysfs is automatic when libsensors detects zero sensors. * Linux sensor config names change with migration to libsensors, so attempt to automatically do a conversion so user won't have to redo sensor config. But this doesn't handle client/server runs so for these sensor configs must be redone. * Michael Buesch patch: Add PowerMac G5 Windfarm sensor monitor interface. * David G. North patch: Add content length check to mbox mail checking to get good mail counts even if there's a mal-formed mime content package. * New Translation o pt_BR.po from Insigne Free Software (traducao--at--insignelinux.org) * Translation updates o de.po o it.po from Vincenzo Reale * Bugfixes o Christian Schmidt patch: add -pci- to sensor config compatibility fix. o gkrellmd plugins didn't get initial update data. o Don't limit mbmon detection to i386 architectures. o Flush gtk events pending between closing and moving gkrellm so window managers can get width updates before the move. o Fix warnings from newer gcc.
38 lines
1.1 KiB
Text
38 lines
1.1 KiB
Text
# $NetBSD: Makefile.common,v 1.16 2007/05/03 20:21:27 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.10
|
|
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
|