Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Feb 2015 01:26:50 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r379976 - head/sysutils/xfsprogs
Message-ID:  <201502260126.t1Q1Qoha055116@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Feb 26 01:26:49 2015
New Revision: 379976
URL: https://svnweb.freebsd.org/changeset/ports/379976
QAT: https://qat.redports.org/buildarchive/r379976/

Log:
  - Strip binaries

Modified:
  head/sysutils/xfsprogs/Makefile

Modified: head/sysutils/xfsprogs/Makefile
==============================================================================
--- head/sysutils/xfsprogs/Makefile	Thu Feb 26 01:26:34 2015	(r379975)
+++ head/sysutils/xfsprogs/Makefile	Thu Feb 26 01:26:49 2015	(r379976)
@@ -21,7 +21,7 @@ USES=		gettext gmake libtool:build readl
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	OPTIMIZER=" "
 CONFIGURE_ARGS=	--disable-shared --enable-readline
-ALL_TARGET=
+ALL_TARGET=	# empty
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 
@@ -46,4 +46,12 @@ post-patch:
 	@${REINPLACE_CMD} 's|$$(PKG_LOCALE_DIR)|$$(DESTDIR)&|' \
 		${WRKSRC}/include/buildmacros
 
+post-install:
+.for f in xfs_db xfs_growfs xfs_io xfs_logprint xfs_mdrestore xfs_quota xfs_rtcp
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${f}
+.endfor
+.for f in xfs_repair mkfs.xfs
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/${f}
+.endfor
+
 .include <bsd.port.mk>



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