svn commit: r362608 - in head/chinese/scim-fcitx: . files

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Jul 22 23:42:33 UTC 2014


Author: amdmi3
Date: Tue Jul 22 23:42:32 2014
New Revision: 362608
URL: http://svnweb.freebsd.org/changeset/ports/362608
QAT: https://qat.redports.org/buildarchive/r362608/

Log:
  - Switch to USES=libtool
  - Fix build on 10.x
  
  Approved by:	portmgr blanket

Added:
  head/chinese/scim-fcitx/files/patch-src__sp.cpp   (contents, props changed)
  head/chinese/scim-fcitx/files/patch-src__tools.cpp   (contents, props changed)
Modified:
  head/chinese/scim-fcitx/Makefile

Modified: head/chinese/scim-fcitx/Makefile
==============================================================================
--- head/chinese/scim-fcitx/Makefile	Tue Jul 22 23:37:11 2014	(r362607)
+++ head/chinese/scim-fcitx/Makefile	Tue Jul 22 23:42:32 2014	(r362608)
@@ -3,7 +3,7 @@
 
 PORTNAME=	scim
 PORTVERSION=	3.1.1
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	chinese
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-fcitx/${PORTVERSION}
 PKGNAMESUFFIX=	-fcitx
@@ -15,7 +15,7 @@ COMMENT=	SCIM IMEngine module for fcitx
 RUN_DEPENDS=	scim:${PORTSDIR}/textproc/scim
 BUILD_DEPENDS:=	${RUN_DEPENDS}
 
-USES=		tar:bzip2 gmake pkgconfig
+USES=		tar:bzip2 gmake libtool:keepla pkgconfig
 GNU_CONFIGURE=	yes
 MAKE_JOBS_UNSAFE=	yes
 

Added: head/chinese/scim-fcitx/files/patch-src__sp.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/chinese/scim-fcitx/files/patch-src__sp.cpp	Tue Jul 22 23:42:32 2014	(r362608)
@@ -0,0 +1,10 @@
+--- src/sp.cpp.orig	2005-05-08 20:11:29.000000000 +0400
++++ src/sp.cpp	2014-07-23 03:21:49.000000000 +0400
+@@ -11,6 +11,7 @@
+ #include <sys/stat.h>
+ #include <limits.h>
+ #include <ctype.h>
++#include <unistd.h> // for access()
+ 
+ #include "main.h"
+ #include "sp.h"

Added: head/chinese/scim-fcitx/files/patch-src__tools.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/chinese/scim-fcitx/files/patch-src__tools.cpp	Tue Jul 22 23:42:32 2014	(r362608)
@@ -0,0 +1,10 @@
+--- src/tools.cpp.orig	2005-05-20 18:41:12.000000000 +0400
++++ src/tools.cpp	2014-07-23 02:57:51.000000000 +0400
+@@ -14,6 +14,7 @@
+ #include <sys/stat.h>
+ #include <limits.h>
+ #include <string.h>
++#include <unistd.h> // for access()
+ 
+ #include "version.h"
+ #include "PYFA.h"


More information about the svn-ports-all mailing list