From owner-svn-ports-head@freebsd.org Wed Nov 8 06:04:46 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DE24AE6EE15; Wed, 8 Nov 2017 06:04:46 +0000 (UTC) (envelope-from ak@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A83C46C311; Wed, 8 Nov 2017 06:04:46 +0000 (UTC) (envelope-from ak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vA864jQp092351; Wed, 8 Nov 2017 06:04:45 GMT (envelope-from ak@FreeBSD.org) Received: (from ak@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vA864jT0092349; Wed, 8 Nov 2017 06:04:45 GMT (envelope-from ak@FreeBSD.org) Message-Id: <201711080604.vA864jT0092349@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ak set sender to ak@FreeBSD.org using -f From: Alex Kozlov Date: Wed, 8 Nov 2017 06:04:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r453718 - in head/vietnamese: unicode-uhoai vis2u X-SVN-Group: ports-head X-SVN-Commit-Author: ak X-SVN-Commit-Paths: in head/vietnamese: unicode-uhoai vis2u X-SVN-Commit-Revision: 453718 X-SVN-Commit-Repository: ports 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.23 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: Wed, 08 Nov 2017 06:04:47 -0000 Author: ak Date: Wed Nov 8 06:04:45 2017 New Revision: 453718 URL: https://svnweb.freebsd.org/changeset/ports/453718 Log: - Remove archivers/zip build dependency - Use PLIST_FILES Deleted: head/vietnamese/unicode-uhoai/pkg-plist head/vietnamese/vis2u/pkg-plist Modified: head/vietnamese/unicode-uhoai/Makefile head/vietnamese/vis2u/Makefile Modified: head/vietnamese/unicode-uhoai/Makefile ============================================================================== --- head/vietnamese/unicode-uhoai/Makefile Wed Nov 8 05:53:30 2017 (r453717) +++ head/vietnamese/unicode-uhoai/Makefile Wed Nov 8 06:04:45 2017 (r453718) @@ -11,15 +11,16 @@ DISTNAME= uhoaiw21 MAINTAINER= ports@FreeBSD.org COMMENT= Unicode TrueType Font with UHoai Vietnamese encoding -USES= fonts zip:infozip +USES= fonts zip NO_WRKSUBDIR= yes -NO_BUILD= taken care of in do-install target +NO_BUILD= yes +PLIST_FILES= %%FONTSDIR%%/uhoaiw21.ttf + FONTNAME= TrueType -EXTRACT_BEFORE_ARGS= -qoL do-install: @${MKDIR} ${STAGEDIR}${FONTSDIR} - ${INSTALL_DATA} ${WRKSRC}/uhoaiw21.ttf ${STAGEDIR}${FONTSDIR} + ${INSTALL_DATA} ${WRKSRC}/UHOAIW21.TTF ${STAGEDIR}${FONTSDIR}/uhoaiw21.ttf .include Modified: head/vietnamese/vis2u/Makefile ============================================================================== --- head/vietnamese/vis2u/Makefile Wed Nov 8 05:53:30 2017 (r453717) +++ head/vietnamese/vis2u/Makefile Wed Nov 8 06:04:45 2017 (r453718) @@ -10,12 +10,13 @@ DISTNAME= ${PORTNAME}${PORTVERSION:S/.//g} MAINTAINER= ports@FreeBSD.org COMMENT= VISCII->Unicode conversion -USES= zip:infozip +USES= zip NO_WRKSUBDIR= yes -EXTRACT_BEFORE_ARGS= -qoL +PLIST_FILES= bin/vis2u + do-build: - cd ${WRKSRC} ; make vis2u + ${CC} -x c ${CFLAGS} ${WRKSRC}/VIS2U.C -o ${WRKSRC}/vis2u do-install: ${INSTALL_PROGRAM} ${WRKSRC}/vis2u ${STAGEDIR}${PREFIX}/bin