From 45df9c0bf64b12ed2a14023e26e441d41af9f7a4 Mon Sep 17 00:00:00 2001 From: salo Date: Sat, 15 Feb 2003 09:33:03 +0000 Subject: Updated to version 1.2.13. Changes: - USE_PKGLOCALEDIR - don't hardcode -Wl,-E 1.2.13: ======= - Very minor changes: enforce no message popups during init_plugin(), and allow a " in mailbox passwords. - Contributions - Ben Hines added Mac OS X code so monitors now have a native Mac interface. 1.2.12: ======= - Theme changing keyboard shortcuts changed to Page_Up/Page_Down. - Fix Linux APM to use ac_online status when battery status is unknown. - Allow spaces in remote mailbox username and password. - Get data for remote fs mounts in a thread. - Use data-suffix directories when running gkrellm -c or when in force-host-config mode. - Contributions o Nick Mitchell patch: Fix IMAP login fail if password had certain chars. o Christian Rose sv.po update. o Przemyslaw Sulek pl.po update. o de.po translation update. o Jerome UZEL fr.po update. o Grigory Batalov ru.po update. o Chris patch adds clock chime option. --- sysutils/gkrellm/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'sysutils/gkrellm/Makefile') diff --git a/sysutils/gkrellm/Makefile b/sysutils/gkrellm/Makefile index 2a337548eb5..49f98bad7ec 100644 --- a/sysutils/gkrellm/Makefile +++ b/sysutils/gkrellm/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.22 2002/11/07 15:07:46 fredb Exp $ +# $NetBSD: Makefile,v 1.23 2003/02/15 09:33:03 salo Exp $ # -DISTNAME= gkrellm-1.2.11 -PKGREVISION= 2 +DISTNAME= gkrellm-1.2.13 CATEGORIES= sysutils MASTER_SITES= http://web.wt.net/~billw/gkrellm/ EXTRACT_SUFX= .tar.bz2 @@ -17,11 +16,13 @@ OSVERSION_SPECIFIC= YES USE_BUILDLINK2= YES USE_X11= YES USE_GMAKE= YES +USE_PKGLOCALEDIR= YES ALL_TARGET= netbsd INSTALL_TARGET= install_netbsd MAKE_ENV+= PTHREAD_INC="-I${LOCALBASE}/include" +MAKE_ENV+= EXPORT_SYMBOLS_LDFLAGS="${EXPORT_SYMBOLS_LDFLAGS}" post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/gkrellm -- cgit v1.2.3