Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Apr 2014 18:29:14 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r352043 - head/japanese/scim-honoka-plugin-wnn
Message-ID:  <201404241829.s3OITEVQ071045@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Thu Apr 24 18:29:13 2014
New Revision: 352043
URL: http://svnweb.freebsd.org/changeset/ports/352043
QAT: https://qat.redports.org/buildarchive/r352043/

Log:
  - Convert to USES=libtool.
  - New LIB_DEPENDS syntax.
  - Remove references to PTHREAD_CFLAGS and PTHREAD_LIBS.
  - Staging.

Modified:
  head/japanese/scim-honoka-plugin-wnn/Makefile
  head/japanese/scim-honoka-plugin-wnn/pkg-plist

Modified: head/japanese/scim-honoka-plugin-wnn/Makefile
==============================================================================
--- head/japanese/scim-honoka-plugin-wnn/Makefile	Thu Apr 24 18:28:29 2014	(r352042)
+++ head/japanese/scim-honoka-plugin-wnn/Makefile	Thu Apr 24 18:29:13 2014	(r352043)
@@ -3,7 +3,7 @@
 
 PORTNAME=	scim-honoka-plugin-wnn
 PORTVERSION=	0.9.0
-PORTREVISION=	10
+PORTREVISION=	11
 CATEGORIES=	japanese
 MASTER_SITES=	http://nop.net-p.org/files/honoka/
 DISTNAME=	honoka-plugin-wnn-${PORTVERSION}
@@ -13,20 +13,15 @@ COMMENT=	Honoka plugin for using wnn7
 
 BUILD_DEPENDS=	scim:${PORTSDIR}/textproc/scim \
 		${LOCALBASE}/lib/scim-1.0/1.4.0/IMEngine/honoka.so:${PORTSDIR}/japanese/scim-honoka
-LIB_DEPENDS=	wnn7.1:${PORTSDIR}/japanese/Wnn7-lib
+LIB_DEPENDS=	libwnn7.so:${PORTSDIR}/japanese/Wnn7-lib
 RUN_DEPENDS=	scim:${PORTSDIR}/textproc/scim \
 		${LOCALBASE}/lib/scim-1.0/1.4.0/IMEngine/honoka.so:${PORTSDIR}/japanese/scim-honoka \
 		${LOCALBASE}/lib/scim-1.0/1.4.0/honoka/plugin-romkan.so:${PORTSDIR}/japanese/scim-honoka-plugin-romkan
 
-USES=		gettext gmake iconv pathfix pkgconfig
-USE_GNOME=	lthack
-USE_AUTOTOOLS=	libtool
-
-CONFIGURE_ENV=	PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
-		PTHREAD_LIBS="${PTHREAD_LIBS}"
+GNU_CONFIGURE=	yes
+USES=		gettext gmake iconv libtool:keepla pathfix pkgconfig
 
 CPPFLAGS+=	-I${LOCALBASE}/include -D__STDC_ISO_10646__
 LDFLAGS+=	-L${LOCALBASE}/lib
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/japanese/scim-honoka-plugin-wnn/pkg-plist
==============================================================================
--- head/japanese/scim-honoka-plugin-wnn/pkg-plist	Thu Apr 24 18:28:29 2014	(r352042)
+++ head/japanese/scim-honoka-plugin-wnn/pkg-plist	Thu Apr 24 18:29:13 2014	(r352043)
@@ -3,4 +3,3 @@ lib/scim-1.0/1.4.0/honoka/plugin-wnn.la
 lib/scim-1.0/1.4.0/honoka/plugin-wnn.so
 share/locale/ja/LC_MESSAGES/honoka-plugin-wnn.mo
 @dirrmtry lib/scim-1.0/1.4.0/honoka
-@dirrmtry share/scim/honoka



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