svn commit: r358002 - in head/japanese/kasumi: . files

MANTANI Nobutaka nobutaka at FreeBSD.org
Mon Jun 16 14:31:30 UTC 2014


Author: nobutaka
Date: Mon Jun 16 14:31:28 2014
New Revision: 358002
URL: http://svnweb.freebsd.org/changeset/ports/358002
QAT: https://qat.redports.org/buildarchive/r358002/

Log:
  Fix build error.
  Support staging.

Added:
  head/japanese/kasumi/files/patch-configure   (contents, props changed)
Modified:
  head/japanese/kasumi/Makefile
  head/japanese/kasumi/pkg-plist

Modified: head/japanese/kasumi/Makefile
==============================================================================
--- head/japanese/kasumi/Makefile	Mon Jun 16 14:31:22 2014	(r358001)
+++ head/japanese/kasumi/Makefile	Mon Jun 16 14:31:28 2014	(r358002)
@@ -13,17 +13,13 @@ COMMENT=	A dictionary management tool fo
 
 USES=		gmake pkgconfig
 USE_GNOME=	gnomehier gtk20
-LIB_DEPENDS=	anthy.1:${PORTSDIR}/japanese/anthy
+LIB_DEPENDS=	libanthy.so:${PORTSDIR}/japanese/anthy
 
 GNU_CONFIGURE=	yes
 
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
-MAN1=		kasumi.1
-
-NO_STAGE=	yes
-
 OPTIONS_DEFINE=	NLS
 
 .include <bsd.port.options.mk>

Added: head/japanese/kasumi/files/patch-configure
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/japanese/kasumi/files/patch-configure	Mon Jun 16 14:31:28 2014	(r358002)
@@ -0,0 +1,20 @@
+--- configure.orig	2014-06-16 23:25:01.000000000 +0900
++++ configure	2014-06-16 23:25:34.000000000 +0900
+@@ -7365,7 +7365,7 @@
+   fi
+   if test "X$ltrpathdirs" != "X"; then
+             for found_dir in $ltrpathdirs; do
+-      LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-R$found_dir"
++      LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }"
+     done
+   fi
+ 
+@@ -8587,7 +8587,7 @@
+   fi
+   if test "X$ltrpathdirs" != "X"; then
+             for found_dir in $ltrpathdirs; do
+-      LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }-R$found_dir"
++      LTLIBINTL="${LTLIBINTL}${LTLIBINTL:+ }"
+     done
+   fi
+ 

Modified: head/japanese/kasumi/pkg-plist
==============================================================================
--- head/japanese/kasumi/pkg-plist	Mon Jun 16 14:31:22 2014	(r358001)
+++ head/japanese/kasumi/pkg-plist	Mon Jun 16 14:31:28 2014	(r358002)
@@ -1,4 +1,5 @@
 bin/kasumi
+man/man1/kasumi.1.gz
 %%NLS%%share/locale/ja/LC_MESSAGES/kasumi.mo
 %%NLS%%share/locale/it/LC_MESSAGES/kasumi.mo
 share/applications/kasumi.desktop


More information about the svn-ports-head mailing list