1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

Update to 20050827.

This commit is contained in:
Jun Kuriyama 2005-08-28 12:15:43 +00:00
parent e9b010fccb
commit 9758f60c4c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=141099
4 changed files with 27 additions and 12 deletions

View File

@ -17,6 +17,8 @@ COMMENT= Embeddable Fulltext Search Engine
LIB_DEPENDS= mecab-razil:${PORTSDIR}/japanese/mecab-razil
USE_LIBTOOL_VER=15
USE_AUTOCONF_VER= 259
USE_AUTOMAKE_VER= 14
USE_GMAKE= YES
INSTALLS_SHLIB= YES
CONFIGURE_ARGS= --with-sennahome=${SENNA_HOME}
@ -24,12 +26,11 @@ CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib"
MAKE_ARGS= CFLAGS="${CFLAGS} -I${LOCALBASE}/include"
WRKSRC= ${WRKDIR}/${PORTNAME}
SNAPDATE= 20050628
SNAPDATE= 20050827
SENNA_HOME?= /var/senna
post-patch:
cd ${WRKSRC}; \
${TOUCH} -r configure.ac.orig configure.ac; \
${TOUCH} -r configure.orig configure
${TOUCH} -r configure.ac.orig configure.ac
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
MD5 (senna-20050628-svn.tar.gz) = 9e0e5a89aea29989db7e3b4f1bbab291
SIZE (senna-20050628-svn.tar.gz) = 338431
MD5 (senna-20050827-svn.tar.gz) = c5c0fcb8649b309ad6fb8d5bc78b849d
SIZE (senna-20050827-svn.tar.gz) = 353158

View File

@ -1,17 +1,21 @@
--- lib/senna_in.h.orig Fri Jun 3 23:59:02 2005
+++ lib/senna_in.h Wed Jun 29 01:59:39 2005
@@ -14,6 +14,9 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
--- lib/senna_in.h.orig Sat Aug 27 23:59:02 2005
+++ lib/senna_in.h Sun Aug 28 13:13:56 2005
@@ -14,16 +14,28 @@
License along with this library; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
+#ifndef _SENNA_IN_H
+#define _SENNA_IN_H
+
#include "config.h"
#ifdef HAVE_STDLIB_H
@@ -22,8 +25,14 @@
#include <stdlib.h>
#endif /* HAVE_STDLIB_H */
+/* #include <sys/types.h> */
+#include <unistd.h>
+
#ifdef HAVE_STDINT_H
#include <stdint.h>
+#else

View File

@ -0,0 +1,10 @@
--- lib/str.c.orig Sun Aug 28 13:10:19 2005
+++ lib/str.c Sun Aug 28 13:10:29 2005
@@ -14,6 +14,7 @@
License along with this library; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
+#include <sys/types.h>
#include <stdio.h>
#include <string.h>
#include <sys/mman.h>