Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Apr 2014 18:24:08 +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: r352039 - head/japanese/scim-anthy
Message-ID:  <201404241824.s3OIO8Uw070122@svn.freebsd.org>

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

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

Modified:
  head/japanese/scim-anthy/Makefile

Modified: head/japanese/scim-anthy/Makefile
==============================================================================
--- head/japanese/scim-anthy/Makefile	Thu Apr 24 18:21:56 2014	(r352038)
+++ head/japanese/scim-anthy/Makefile	Thu Apr 24 18:24:08 2014	(r352039)
@@ -3,7 +3,7 @@
 
 PORTNAME=	scim-anthy
 PORTVERSION=	1.2.7
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	japanese
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE_JP}
 MASTER_SITE_SUBDIR=scim-imengine/37309
@@ -12,25 +12,14 @@ MAINTAINER=	ports@FreeBSD.org
 COMMENT=	SCIM IMEngine module using Anthy
 
 BUILD_DEPENDS=	scim:${PORTSDIR}/textproc/scim
-LIB_DEPENDS=	anthy.1:${PORTSDIR}/japanese/anthy
+LIB_DEPENDS=	libanthy.so:${PORTSDIR}/japanese/anthy
 RUN_DEPENDS:=	${BUILD_DEPENDS} \
 		kasumi:${PORTSDIR}/japanese/kasumi
 
-USE_GNOME=	lthack
-USES=		gmake iconv pkgconfig
+USES=		gmake iconv libtool:keepla pkgconfig
 GNU_CONFIGURE=	yes
 
-CONFIGURE_ENV=	PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
-		PTHREAD_LIBS="${PTHREAD_LIBS}"
-
 CPPFLAGS+=	-I${LOCALBASE}/include -D__STDC_ISO_10646__
 LDFLAGS+=	-L${LOCALBASE}/lib
 
-NO_STAGE=	yes
-post-install:
-	@${CAT} ${PKGMESSAGE}
-	@${ECHO}
-	@${ECHO} To display this message again, type \`pkg_info -D ${PKGNAME}\'
-	@${ECHO}
-
 .include <bsd.port.mk>



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