diff options
author | martin <martin> | 2010-02-05 15:27:27 +0000 |
---|---|---|
committer | martin <martin> | 2010-02-05 15:27:27 +0000 |
commit | 6fb317689336d48ed33efa3cc10e6e3da2fd8719 (patch) | |
tree | 7099db2e556f122bfca2c962e7ff34e3e07f1719 /misc | |
parent | 744711bd6977cd174057f0e98f0805318987c449 (diff) | |
download | pkgsrc-6fb317689336d48ed33efa3cc10e6e3da2fd8719.tar.gz |
Update to version 1.10
Diffstat (limited to 'misc')
-rw-r--r-- | misc/open2300-mysql/MESSAGE | 5 | ||||
-rw-r--r-- | misc/open2300-mysql/Makefile | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/misc/open2300-mysql/MESSAGE b/misc/open2300-mysql/MESSAGE index 6d5deaacaa7..820165afe25 100644 --- a/misc/open2300-mysql/MESSAGE +++ b/misc/open2300-mysql/MESSAGE @@ -1,5 +1,5 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.4 2005/09/28 14:15:49 rillig Exp $ +$NetBSD: MESSAGE,v 1.5 2010/02/05 15:27:27 martin Exp $ Before you can use this program, you need to configure the MySQL connection in the open2300.conf file. The mysql user used by the @@ -45,7 +45,8 @@ versions) works as well: `rel_hum_out` int(11) NOT NULL default '0', `windspeed` float NOT NULL default '0', `wind_angle` float NOT NULL default '0', - `wind_direction` enum('N','NNE','NE','ENE','E','ESE','SE','SSE','S','SSW','SW','WSW','W','WNW','NW','NNW') NOT NULL default 'N', + `wind_direction` enum('N','NNE','NE','ENE','E','ESE','SE','SSE','S', + 'SSW','SW','WSW','W','WNW','NW','NNW') NOT NULL default 'N', `wind_chill` float NOT NULL default '0', `rain_1h` float NOT NULL default '0', `rain_24h` float NOT NULL default '0', diff --git a/misc/open2300-mysql/Makefile b/misc/open2300-mysql/Makefile index 7f6f575e49a..3d552979658 100644 --- a/misc/open2300-mysql/Makefile +++ b/misc/open2300-mysql/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.9 2010/02/04 17:37:51 joerg Exp $ +# $NetBSD: Makefile,v 1.10 2010/02/05 15:27:27 martin Exp $ # PKGNAME= ${DISTNAME:S/-/-mysql-/} -PKGREVISION= 2 COMMENT= WS 23xx weather station MySQL support +LICENSE= gnu-gpl-v2 PKG_DESTDIR_SUPPORT= user-destdir @@ -14,7 +14,7 @@ LIBS+= -lmysqlclient LIBS.SunOS+= -lnsl -lsocket MAKE_ENV+= LIBS=${LIBS:M*:Q} -INSTALLATION_DIRS+= bin +PKG_DESTDIR_SUPPORT= user-destdir .include "../../mk/mysql.buildlink3.mk" .include "../../misc/open2300/Makefile.common" |