Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Nov 2013 07:41:51 +0000 (UTC)
From:      Daichi GOTO <daichi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r334057 - in head/japanese/xdtp: . files
Message-ID:  <201311170741.rAH7fpWw086671@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: daichi
Date: Sun Nov 17 07:41:50 2013
New Revision: 334057
URL: http://svnweb.freebsd.org/changeset/ports/334057

Log:
  fixed a build issue on 10

Added:
  head/japanese/xdtp/files/
  head/japanese/xdtp/files/patch-src_include_xdtp.h   (contents, props changed)
  head/japanese/xdtp/files/patch-src_main.cpp   (contents, props changed)
  head/japanese/xdtp/files/patch-src_util_Utilities.cpp   (contents, props changed)
Modified:
  head/japanese/xdtp/Makefile

Modified: head/japanese/xdtp/Makefile
==============================================================================
--- head/japanese/xdtp/Makefile	Sun Nov 17 03:56:20 2013	(r334056)
+++ head/japanese/xdtp/Makefile	Sun Nov 17 07:41:50 2013	(r334057)
@@ -3,7 +3,7 @@
 
 PORTNAME=	xdtp
 PORTVERSION=	1.5.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	japanese
 MASTER_SITES=	http://www.ongs.co.jp/software/xdtp/
 EXTRACT_SUFX=	.tgz

Added: head/japanese/xdtp/files/patch-src_include_xdtp.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/japanese/xdtp/files/patch-src_include_xdtp.h	Sun Nov 17 07:41:50 2013	(r334057)
@@ -0,0 +1,10 @@
+--- src/include/xdtp.h.orig	2013-10-06 03:58:31.000000000 +0900
++++ src/include/xdtp.h	2013-10-06 03:58:44.000000000 +0900
+@@ -40,6 +40,7 @@
+ #include <string.h>
+ #include <locale.h>
+ #include <errno.h>
++#include <unistd.h>
+ 
+ #include "xdtptypes.h"
+ 

Added: head/japanese/xdtp/files/patch-src_main.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/japanese/xdtp/files/patch-src_main.cpp	Sun Nov 17 07:41:50 2013	(r334057)
@@ -0,0 +1,11 @@
+--- src/main.cpp.orig	2013-10-06 03:56:39.000000000 +0900
++++ src/main.cpp	2013-10-06 03:56:58.000000000 +0900
+@@ -36,6 +36,8 @@
+ #include "xdtp.h"
+ #include "XDTPTransform.h"
+ 
++#include <getopt.h>
++
+ using namespace XDTP;
+ 
+ static void initialize_locale();

Added: head/japanese/xdtp/files/patch-src_util_Utilities.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/japanese/xdtp/files/patch-src_util_Utilities.cpp	Sun Nov 17 07:41:50 2013	(r334057)
@@ -0,0 +1,12 @@
+--- src/util/Utilities.cpp.orig	2013-10-06 03:57:39.000000000 +0900
++++ src/util/Utilities.cpp	2013-10-06 03:57:55.000000000 +0900
+@@ -37,7 +37,9 @@
+ 
+ #include <stdio.h>
+ #include <fcntl.h>
++#include <unistd.h>
+ #include <sys/errno.h>
++#include <sys/types.h>
+ 
+ #ifdef __linux__
+ #include <sys/file.h>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311170741.rAH7fpWw086671>