svn commit: r425743 - head/shells/dash

Antoine Brodin antoine at FreeBSD.org
Tue Nov 8 14:10:57 UTC 2016


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 at 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


More information about the svn-ports-all mailing list