svn commit: r354549 - head/sysutils/syslinux

Kurt Jaeger pi at FreeBSD.org
Mon May 19 15:57:57 UTC 2014


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 <bsd.port.mk>


More information about the svn-ports-all mailing list