1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-12-26 04:17:33 +00:00

- Mention FreeBSD support in ChangeLog

- Disable NetBSD support: we have NetBSD specific code but it has not been
  touched since torsmo times, so it most likely doesn't build even


git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@248 7f574dfc-610e-0410-a909-a81674777703
This commit is contained in:
Roman Bogorodskiy 2005-08-31 05:20:10 +00:00
parent 4ee616c528
commit d2310dccd5
2 changed files with 8 additions and 5 deletions

View File

@ -1,5 +1,8 @@
# $Id$
2005-08-31
* FreeBSD support was added
2005-08-27
* added threaded execi, $texeci
* feature freeze

View File

@ -21,12 +21,12 @@ case $uname in
WANT_KVM=yes
WANT_DEVSTAT=yes
;;
NetBSD*)
WANT_KVM=yes
WANT_OSSLIB=yes
;;
# Solaris doesn't work at all right now
# NetBSD*)
# WANT_KVM=yes
# WANT_OSSLIB=yes
# ;;
# Solaris doesn't work at all right now
# SunOS*)
# WANT_KSTAT=yes
# ;;