aboutsummaryrefslogtreecommitdiff
path: root/textproc/groonga/Makefile
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2015-02-11 11:12:29 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2015-02-11 11:12:29 +0000
commit5c21ff51e572876b7b0f530b5a9dea8cb7e383a5 (patch)
treeb3729c05759f68610c72a999fd413c3909ce0f41 /textproc/groonga/Makefile
parentf98c17d5604fa31cc2db3d11c2886b9950e96256 (diff)
downloadports-5c21ff51e572876b7b0f530b5a9dea8cb7e383a5.tar.gz
ports-5c21ff51e572876b7b0f530b5a9dea8cb7e383a5.zip
Notes
Diffstat (limited to 'textproc/groonga/Makefile')
-rw-r--r--textproc/groonga/Makefile14
1 files changed, 5 insertions, 9 deletions
diff --git a/textproc/groonga/Makefile b/textproc/groonga/Makefile
index f615a5264b38..796265e0e253 100644
--- a/textproc/groonga/Makefile
+++ b/textproc/groonga/Makefile
@@ -1,11 +1,11 @@
# $FreeBSD$
PORTNAME= groonga
-PORTVERSION= 4.0.6.1
+PORTVERSION= 5.0.0
CATEGORIES= textproc
MASTER_SITES= http://packages.groonga.org/source/groonga/
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= bofh@FreeBSD.org
COMMENT= Open-source fulltext search engine and column store
LICENSE= LGPL21
@@ -30,8 +30,6 @@ USE_LDCONFIG= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
-PKGDEINSTALL= ${PKGINSTALL}
-
BROKEN_ia64= does not compile on ia64
BROKEN_powerpc= does not compile on powerpc
BROKEN_sparc64= does not compile on sparc64
@@ -56,10 +54,6 @@ SUGGEST_CONFIGURE_OFF= --without-libevent \
.include <bsd.port.options.mk>
-.if ${ARCH} == i386
-USE_GCC= any
-.endif
-
post-patch:
@${REINPLACE_CMD} -e \
's|lib/$${PACKAGE}/db/db|db/$${PACKAGE}/db| ; \
@@ -68,9 +62,11 @@ post-patch:
'/NGX_PID_PATH/s|mkdir|${TRUE}| ; \
/NGX_HTTP_LOG_PATH/s|mkdir|${TRUE}| ; \
/NGX_ERROR_LOG_PATH/s|mkdir|${TRUE}|' \
- ${WRKSRC}/vendor/nginx-1.7.6/auto/install
+ ${WRKSRC}/vendor/nginx-1.7.9/auto/install
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/groonga-httpd
+ @${MKDIR} ${STAGEDIR}/var/log/groonga/httpd
+ @${MKDIR} ${STAGEDIR}/var/run/groonga
.include <bsd.port.mk>