diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2010-05-30 06:40:24 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2010-05-30 06:40:24 +0000 |
commit | 9dff8fcb242342375701dedfb6688ebd7101a14b (patch) | |
tree | 2b96e4531938b05855d95b9e5ceb81562b13c8ca /databases | |
parent | ce34d4bef70b7570641d29dff5f93e4b1e45a9a3 (diff) | |
download | ports-9dff8fcb242342375701dedfb6688ebd7101a14b.tar.gz ports-9dff8fcb242342375701dedfb6688ebd7101a14b.zip |
Notes
Diffstat (limited to 'databases')
-rw-r--r-- | databases/flare/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/flare/Makefile b/databases/flare/Makefile index 1c8e0b41c77e..4ae33e74c84a 100644 --- a/databases/flare/Makefile +++ b/databases/flare/Makefile @@ -7,6 +7,7 @@ PORTNAME= flare PORTVERSION= 1.0.9 +PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= http://labs.gree.jp/data/source/ EXTRACT_SUFX= .tgz @@ -21,7 +22,8 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -DHAVE_KQUEUE" LDFLAGS=-L${LOCALBASE}/lib +# There is a stability and performance issue, so temporary disabled HAVE_KQUEUE. +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS=-L${LOCALBASE}/lib USE_RC_SUBR= flared.sh flarei.sh SUB_FILES= pkg-message |