Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Apr 2014 18:33:57 +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: r352046 - head/japanese/scim-uim
Message-ID:  <201404241833.s3OIXv2J074785@svn.freebsd.org>

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

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

Modified:
  head/japanese/scim-uim/Makefile

Modified: head/japanese/scim-uim/Makefile
==============================================================================
--- head/japanese/scim-uim/Makefile	Thu Apr 24 18:32:47 2014	(r352045)
+++ head/japanese/scim-uim/Makefile	Thu Apr 24 18:33:57 2014	(r352046)
@@ -3,34 +3,22 @@
 
 PORTNAME=	scim-uim
 PORTVERSION=	0.2.0
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	japanese
 MASTER_SITES=	SF/scim/${PORTNAME}/${PORTVERSION} \
 		http://freedesktop.org/~suzhe/sources/
 
-
 MAINTAINER=	s_yanagita@ybb.ne.jp
 COMMENT=	SCIM IMEngine module using UIM input method library
 
 BUILD_DEPENDS=	scim:${PORTSDIR}/textproc/scim
-LIB_DEPENDS=	uim:${PORTSDIR}/textproc/uim
+LIB_DEPENDS=	libuim.so:${PORTSDIR}/textproc/uim
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-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
 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?201404241833.s3OIXv2J074785>