diff options
author | salo <salo@pkgsrc.org> | 2003-02-15 09:33:03 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2003-02-15 09:33:03 +0000 |
commit | 45df9c0bf64b12ed2a14023e26e441d41af9f7a4 (patch) | |
tree | 6cc6bd1075df19d4bde2af60f254e99fa912368b /sysutils/gkrellm/Makefile | |
parent | e3a55e9f5669a99959fd0b6617179d482de735bb (diff) | |
download | pkgsrc-45df9c0bf64b12ed2a14023e26e441d41af9f7a4.tar.gz |
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 <bhines--at--alumni.ucsd.edu> 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 <firepile@speakeasy.net> patch:
Fix IMAP login fail if password had certain chars.
o Christian Rose <menthos--at--menthos.com> sv.po update.
o Przemyslaw Sulek <pbs--at--linux.net.pl> pl.po update.
o de.po translation update.
o Jerome UZEL <jerome.uzel--at--wanadoo.fr> fr.po update.
o Grigory Batalov <bga--at--altlinux.ru> ru.po update.
o Chris <chris@starforge.co.uk> patch adds clock chime option.
Diffstat (limited to 'sysutils/gkrellm/Makefile')
-rw-r--r-- | sysutils/gkrellm/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
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 |