From owner-svn-ports-head@FreeBSD.ORG Mon May 19 15:57:57 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A50B29A2; Mon, 19 May 2014 15:57:57 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 92C392948; Mon, 19 May 2014 15:57:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4JFvvUK036644; Mon, 19 May 2014 15:57:57 GMT (envelope-from pi@svn.freebsd.org) Received: (from pi@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4JFvvuw036643; Mon, 19 May 2014 15:57:57 GMT (envelope-from pi@svn.freebsd.org) Message-Id: <201405191557.s4JFvvuw036643@svn.freebsd.org> From: Kurt Jaeger Date: Mon, 19 May 2014 15:57:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r354549 - head/sysutils/syslinux 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.18 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: Mon, 19 May 2014 15:57:57 -0000 Author: pi Date: Mon May 19 15:57:57 2014 New Revision: 354549 URL: http://svnweb.freebsd.org/changeset/ports/354549 QAT: https://qat.redports.org/buildarchive/r354549/ Log: sysutils/syslinux: USES tar:xz, strip one file Approved by: culot (mentor) Modified: head/sysutils/syslinux/Makefile Modified: head/sysutils/syslinux/Makefile ============================================================================== --- head/sysutils/syslinux/Makefile Mon May 19 15:57:08 2014 (r354548) +++ head/sysutils/syslinux/Makefile Mon May 19 15:57:57 2014 (r354549) @@ -15,8 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm RUN_DEPENDS= mtools:${PORTSDIR}/emulators/mtools -USES= perl5 gmake -USE_XZ= yes +USES= perl5 gmake tar:xz USE_PERL5= build MAKE_ARGS= CC="${CC}" ALL_TARGET= bios @@ -39,5 +38,6 @@ do-install: @${FIND} -d ${WRKSRC} -type d -empty -delete @${MKDIR} ${STAGEDIR}${DATADIR} @(cd ${WRKSRC} && ${COPYTREE_SHARE} "bios efi32 efi64" ${STAGEDIR}${DATADIR}) + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/share/syslinux/bios/mtools/syslinux .include