Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Oct 2014 23:49:21 +0000 (UTC)
From:      Matthias Andree <mandree@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r370618 - head/sysutils/busybox
Message-ID:  <201410102349.s9ANnLal078242@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mandree
Date: Fri Oct 10 23:49:20 2014
New Revision: 370618
URL: https://svnweb.freebsd.org/changeset/ports/370618
QAT: https://qat.redports.org/buildarchive/r370618/

Log:
  + Add a STATIC ports option to build a static executable [1].
  + USE_BZIP2 -> USES=...tar:bz2.
  + Move PORTSCOUT line down to appease portlint.
  + No PORTREVISION bump for now, no functional change unless options
    changed.
  
  PR:		194294 [1]
  Submitted by:	bdrewery [1]

Modified:
  head/sysutils/busybox/Makefile

Modified: head/sysutils/busybox/Makefile
==============================================================================
--- head/sysutils/busybox/Makefile	Fri Oct 10 23:37:48 2014	(r370617)
+++ head/sysutils/busybox/Makefile	Fri Oct 10 23:49:20 2014	(r370618)
@@ -19,20 +19,21 @@ COMMENT=	Busybox for FreeBSD
 
 LICENSE=	GPLv2
 
-PORTSCOUT=	skipv:1.23.0
-
 BUILD_DEPENDS=	gsed:${PORTSDIR}/textproc/gsed
 
 CONFLICTS_INSTALL=	busybox-unstable-*
 
+PORTSCOUT=	skipv:1.23.0
+
 MAKE_ARGS+=	SKIP_STRIP=y CC="${CC}" HOSTCC="${CC}" CXX="${CXX}" HOSTCXX="${CXX}"
-USE_BZIP2=	yes
 # findutils/find.c l. 752+, uses a GCC extension/invalid C code:
-USES=		compiler:nestedfct gmake
+USES=		compiler:nestedfct gmake tar:bz2
 
 PLIST_FILES=	bin/busybox
 
-OPTIONS_DEFINE=	DOCS
+OPTIONS_DEFINE=	DOCS STATIC
+
+STATIC_LDFLAGS=	-static
 
 .include <bsd.port.options.mk>
 



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