Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Nov 2016 14:10:55 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r425743 - head/shells/dash
Message-ID:  <201611081410.uA8EAtKG037188@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Tue Nov  8 14:10:55 2016
New Revision: 425743
URL: https://svnweb.freebsd.org/changeset/ports/425743

Log:
  Revert experimental code accidentally committed in r378465

Modified:
  head/shells/dash/Makefile

Modified: head/shells/dash/Makefile
==============================================================================
--- head/shells/dash/Makefile	Tue Nov  8 13:57:29 2016	(r425742)
+++ head/shells/dash/Makefile	Tue Nov  8 14:10:55 2016	(r425743)
@@ -8,9 +8,6 @@ MASTER_SITES=	http://gondor.apana.org.au
 MAINTAINER=	bdrewery@FreeBSD.org
 COMMENT=	POSIX-compliant implementation of /bin/sh
 
-SEPARATE_BUILD=	flavored
-FLAVORS=	static
-FLAVOR?=
 GNU_CONFIGURE=	yes
 # This work in 11-CURRENT r266677M amd64 but fails to work in 11.0-CURRENT r266677 i386
 CFLAGS+=	-DUNUSABLE_RT_SIGNALS
@@ -19,10 +16,6 @@ USES=		gmake
 
 PLIST_FILES=	bin/dash man/man1/dash.1.gz
 
-.if ${FLAVOR:Mstatic}
-LDFLAGS+=	-static
-.endif
-
 post-patch:
 	${REINPLACE_CMD} -e '/COMMON_CFLAGS =/ s|$$| ${CFLAGS}|' \
 		${WRKSRC}/src/Makefile.in



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