Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 May 2014 11:31:14 +0000 (UTC)
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r354315 - head/japanese/scim-skk
Message-ID:  <201405171131.s4HBVE1F037403@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pawel
Date: Sat May 17 11:31:14 2014
New Revision: 354315
URL: http://svnweb.freebsd.org/changeset/ports/354315
QAT: https://qat.redports.org/buildarchive/r354315/

Log:
  - Port is stage safe
  - Convert to USES=libtool
  - Instal striped binaries

Modified:
  head/japanese/scim-skk/Makefile
  head/japanese/scim-skk/pkg-plist

Modified: head/japanese/scim-skk/Makefile
==============================================================================
--- head/japanese/scim-skk/Makefile	Sat May 17 11:22:43 2014	(r354314)
+++ head/japanese/scim-skk/Makefile	Sat May 17 11:31:14 2014	(r354315)
@@ -4,7 +4,7 @@
 
 PORTNAME=	scim-skk
 PORTVERSION=	0.5.2
-PORTREVISION=	9
+PORTREVISION=	10
 CATEGORIES=	japanese
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE_JP}
 MASTER_SITE_SUBDIR=	scim-imengine/18121
@@ -15,24 +15,18 @@ COMMENT=	SCIM IMEngine module like SKK
 BUILD_DEPENDS=	scim:${PORTSDIR}/textproc/scim
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-USE_AUTOTOOLS=	libtool
-USES=		gmake iconv pkgconfig
+USES=		gmake iconv libtool pkgconfig
 GNU_CONFIGURE=	yes
 
 CONFIGURE_ENV=	PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
 		PTHREAD_LIBS="${PTHREAD_LIBS}"
 
+INSTALL_TARGET=	install-strip
+
 CPPFLAGS+=	-I${LOCALBASE}/include -D__STDC_ISO_10646__
 LDFLAGS+=	-L${LOCALBASE}/lib
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} "s|LOCALBASE|${LOCALBASE}|" ${WRKSRC}/src/scim_skk_prefs.h
 
-post-install:
-	@${CAT} ${PKGMESSAGE}
-	@${ECHO}
-	@${ECHO} To display this message again, type \`pkg_info -D ${PKGNAME}\'
-	@${ECHO}
-
 .include <bsd.port.mk>

Modified: head/japanese/scim-skk/pkg-plist
==============================================================================
--- head/japanese/scim-skk/pkg-plist	Sat May 17 11:22:43 2014	(r354314)
+++ head/japanese/scim-skk/pkg-plist	Sat May 17 11:31:14 2014	(r354315)
@@ -1,9 +1,6 @@
 lib/scim-1.0/1.4.0/IMEngine/skk.a
-lib/scim-1.0/1.4.0/IMEngine/skk.la
 lib/scim-1.0/1.4.0/IMEngine/skk.so
 lib/scim-1.0/1.4.0/SetupUI/skk-imengine-setup.a
-lib/scim-1.0/1.4.0/SetupUI/skk-imengine-setup.la
 lib/scim-1.0/1.4.0/SetupUI/skk-imengine-setup.so
 share/locale/ja/LC_MESSAGES/scim-skk.mo
 share/scim/icons/scim-skk.png
-@dirrmtry share/scim/icons



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