Date: Mon, 14 Jan 2013 11:48:19 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r310371 - in head/shells: . bash-static-devel Message-ID: <201301141148.r0EBmJbs060233@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ehaupt Date: Mon Jan 14 11:48:19 2013 New Revision: 310371 URL: http://svnweb.freebsd.org/changeset/ports/310371 Log: Add shells/bash-static-devel. The goal of this port is to have a more up to date version of shells/bash-static. This port has also been converted to use OPTIONSng. Added: head/shells/bash-static-devel/ head/shells/bash-static-devel/Makefile (contents, props changed) Modified: head/shells/Makefile Modified: head/shells/Makefile ============================================================================== --- head/shells/Makefile Mon Jan 14 11:47:17 2013 (r310370) +++ head/shells/Makefile Mon Jan 14 11:48:19 2013 (r310371) @@ -9,6 +9,7 @@ SUBDIR += bash-completion SUBDIR += bash-devel SUBDIR += bash-static + SUBDIR += bash-static-devel SUBDIR += bashc SUBDIR += ch SUBDIR += dash Added: head/shells/bash-static-devel/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/shells/bash-static-devel/Makefile Mon Jan 14 11:48:19 2013 (r310371) @@ -0,0 +1,8 @@ +# Created by: Emanuel Haupt <ehaupt@FreeBSD.org> +# $FreeBSD$ + +MASTERDIR= ${.CURDIR}/../../shells/bash-devel + +OPTIONS_SET= STATIC_BASH + +.include "${MASTERDIR}/Makefile"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201301141148.r0EBmJbs060233>