From owner-svn-ports-head@FreeBSD.ORG Fri Jun 28 21:55:52 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 95982720; Fri, 28 Jun 2013 21:55:52 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 6D4B41861; Fri, 28 Jun 2013 21:55:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r5SLtqod011744; Fri, 28 Jun 2013 21:55:52 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r5SLtqEC011739; Fri, 28 Jun 2013 21:55:52 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201306282155.r5SLtqEC011739@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 28 Jun 2013 21:55:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r321992 - in head/japanese: Wnn6-lib kdrill X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Jun 2013 21:55:52 -0000 Author: bapt Date: Fri Jun 28 21:55:51 2013 New Revision: 321992 URL: http://svnweb.freebsd.org/changeset/ports/321992 Log: Convert to USES=imake Trim headers Modified: head/japanese/Wnn6-lib/Makefile head/japanese/kdrill/Makefile Modified: head/japanese/Wnn6-lib/Makefile ============================================================================== --- head/japanese/Wnn6-lib/Makefile Fri Jun 28 21:48:59 2013 (r321991) +++ head/japanese/Wnn6-lib/Makefile Fri Jun 28 21:55:51 2013 (r321992) @@ -1,9 +1,5 @@ -# New ports collection makefile for: head files and libraries of Wnn6 -# Date created: 11 July 1997 -# Whom: Satoshi Taoka -# +# Created by: Satoshi Taoka # $FreeBSD$ -# PORTNAME= Wnn6-lib PORTVERSION= 2000.9.1 @@ -15,7 +11,7 @@ DISTNAME= Wnn6-SDK MAINTAINER= hrs@FreeBSD.org COMMENT= Wnn6 client library -USE_IMAKE= yes +USES= imake USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/src/contrib/im/Xsi PORTDOCS= README @@ -27,7 +23,7 @@ post-patch: ${WRKSRC}/Makefile.ini do-build: - cd ${WRKSRC} && make World -f Makefile.ini + cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} make World -f Makefile.ini post-install: ${LN} -sf libwnn6_fromsrc.a ${PREFIX}/lib/libwnn6.a Modified: head/japanese/kdrill/Makefile ============================================================================== --- head/japanese/kdrill/Makefile Fri Jun 28 21:48:59 2013 (r321991) +++ head/japanese/kdrill/Makefile Fri Jun 28 21:55:51 2013 (r321992) @@ -1,9 +1,5 @@ -# New ports collection makefile for: kdrill -# Date created: 14 November 2000 -# Whom: Seth Kingsley -# +# Created by: Seth Kingsley # $FreeBSD$ -# PORTNAME= kdrill PORTVERSION= 6.4 @@ -13,15 +9,15 @@ MASTER_SITES= http://www.bolthole.com/kd DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= sethk@meowfishies.com -COMMENT= A program to quiz you on the meanings of Kanji +COMMENT= Program to quiz you on the meanings of Kanji # Explictly state HTML'ized man pages in packing list since not all are # generated from imake. XFREE86_HTML_MAN=no MAN1= kdrill.1 makedic.1 makeedict.1 +USES= imake MANCOMPRESSED= yes -USE_IMAKE= yes USE_XORG= ice sm x11 xaw xext xmu xpm xt RUN_DEPENDS+= xjdic:${PORTSDIR}/japanese/edict