summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2012-05-09 17:41:14 +0000
committerAlexis Ballier <aballier@gentoo.org>2012-05-09 17:41:14 +0000
commitcfd274090db6bd3daccd3eb43f1ccc3025229b98 (patch)
tree54dfdc24945ea9cc650d2f01430337e8861a7fe1 /profiles
parentx86 stable wrt security bug #386081 (diff)
downloadhistorical-cfd274090db6bd3daccd3eb43f1ccc3025229b98.tar.gz
historical-cfd274090db6bd3daccd3eb43f1ccc3025229b98.tar.bz2
historical-cfd274090db6bd3daccd3eb43f1ccc3025229b98.zip
bring back pcre in default useflags
Diffstat (limited to 'profiles')
-rw-r--r--profiles/default/bsd/ChangeLog5
-rw-r--r--profiles/default/bsd/fbsd/make.defaults4
2 files changed, 6 insertions, 3 deletions
diff --git a/profiles/default/bsd/ChangeLog b/profiles/default/bsd/ChangeLog
index 244c633a56c6..b164613107f4 100644
--- a/profiles/default/bsd/ChangeLog
+++ b/profiles/default/bsd/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for profile directory
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/ChangeLog,v 1.87 2012/05/09 12:38:12 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/ChangeLog,v 1.88 2012/05/09 17:41:14 aballier Exp $
+
+ 09 May 2012; Alexis Ballier <aballier@gentoo.org> fbsd/make.defaults:
+ bring back pcre in default useflags
09 May 2012; Alexis Ballier <aballier@gentoo.org> fbsd/make.defaults:
factorize and cleanup a bit
diff --git a/profiles/default/bsd/fbsd/make.defaults b/profiles/default/bsd/fbsd/make.defaults
index 56ef8c2f3d96..4f26a5f5095d 100644
--- a/profiles/default/bsd/fbsd/make.defaults
+++ b/profiles/default/bsd/fbsd/make.defaults
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation.
# Distributed under the terms of the GNU General Public License, v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/make.defaults,v 1.11 2012/05/09 12:38:12 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/make.defaults,v 1.12 2012/05/09 17:41:14 aballier Exp $
# Last building sandbox breaks gfind, bug #374425
FEATURES="-sandbox"
@@ -11,7 +11,7 @@ ELIBC="FreeBSD"
MAKE="gmake"
-USE="berkdb crypt iconv ipv6 ncurses nls oss pam readline ssl tcpd zlib"
+USE="berkdb crypt iconv ipv6 ncurses nls oss pam pcre readline ssl tcpd zlib"
# 2006/03/07 - Donnie Berkholz <dberkholz@gentoo.org>
# Modular X: Support direct rendering by default