diff options
author | Roy Marples <uberlord@gentoo.org> | 2007-10-02 13:33:20 +0000 |
---|---|---|
committer | Roy Marples <uberlord@gentoo.org> | 2007-10-02 13:33:20 +0000 |
commit | 5b3018894e550c5edc0ea039a480c00b23ca548a (patch) | |
tree | 36f98ed80d24bb7d317d326737795cf95ce7ba52 /sys-freebsd/freebsd-bin/freebsd-bin-6.2.ebuild | |
parent | Version bump, bug #194494 (diff) | |
download | gentoo-2-5b3018894e550c5edc0ea039a480c00b23ca548a.tar.gz gentoo-2-5b3018894e550c5edc0ea039a480c00b23ca548a.tar.bz2 gentoo-2-5b3018894e550c5edc0ea039a480c00b23ca548a.zip |
support POSIX character class RE match for sh
(Portage version: 2.1.3.11)
Diffstat (limited to 'sys-freebsd/freebsd-bin/freebsd-bin-6.2.ebuild')
-rw-r--r-- | sys-freebsd/freebsd-bin/freebsd-bin-6.2.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys-freebsd/freebsd-bin/freebsd-bin-6.2.ebuild b/sys-freebsd/freebsd-bin/freebsd-bin-6.2.ebuild index 508c9d811b01..3af7d277d25d 100644 --- a/sys-freebsd/freebsd-bin/freebsd-bin-6.2.ebuild +++ b/sys-freebsd/freebsd-bin/freebsd-bin-6.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-bin/freebsd-bin-6.2.ebuild,v 1.2 2007/05/18 16:47:49 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-bin/freebsd-bin-6.2.ebuild,v 1.3 2007/10/02 13:33:19 uberlord Exp $ inherit bsdmk freebsd @@ -27,7 +27,8 @@ S=${WORKDIR}/bin PATCHES="${FILESDIR}/${PN}-6.0-flex-2.5.31.patch ${FILESDIR}/${PN}-6.2-mkdir-posix.patch - ${FILESDIR}/${PN}-6.2-sh-libedit.patch" + ${FILESDIR}/${PN}-6.2-sh-libedit.patch + ${FILESDIR}/${PN}-6.2-sh-cclass.patch" pkg_setup() { use nls || mymakeopts="${mymakeopts} NO_NLS= " |