summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Redaelli <drizzt@gentoo.org>2009-03-04 20:52:35 +0000
committerTimothy Redaelli <drizzt@gentoo.org>2009-03-04 20:52:35 +0000
commita8b7b0444bcf8af8981bbb5d35944f25205d6107 (patch)
tree6d328612fd177b32a428c545897e150c5fc65034 /profiles
parentBump KDE 4.2.1 (diff)
downloadgentoo-2-a8b7b0444bcf8af8981bbb5d35944f25205d6107.tar.gz
gentoo-2-a8b7b0444bcf8af8981bbb5d35944f25205d6107.tar.bz2
gentoo-2-a8b7b0444bcf8af8981bbb5d35944f25205d6107.zip
Fix bugzilla URL and product.
Diffstat (limited to 'profiles')
-rw-r--r--profiles/default/bsd/ChangeLog5
-rw-r--r--profiles/default/bsd/profile.bashrc8
2 files changed, 8 insertions, 5 deletions
diff --git a/profiles/default/bsd/ChangeLog b/profiles/default/bsd/ChangeLog
index 50fde582bd6e..fc17875bf811 100644
--- a/profiles/default/bsd/ChangeLog
+++ b/profiles/default/bsd/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for profile directory
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/ChangeLog,v 1.17 2009/01/31 08:45:07 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/ChangeLog,v 1.18 2009/03/04 20:52:35 drizzt Exp $
+
+ 03 Mar 2009; Timothy Redaelli <drizzt@gentoo.org> profile.bashrc:
+ Fix bugzilla URL and product.
31 Jan 2009; Alexis Ballier <aballier@gentoo.org> fbsd/package.use.mask,
package.use.mask:
diff --git a/profiles/default/bsd/profile.bashrc b/profiles/default/bsd/profile.bashrc
index 78b6152ab4c9..0cf58d3be47f 100644
--- a/profiles/default/bsd/profile.bashrc
+++ b/profiles/default/bsd/profile.bashrc
@@ -1,14 +1,14 @@
if [[ ${EBUILD_PHASE} == compile ]] ; then
if grep -q "Assume that mode_t is passed compatibly" ${S} -r --include openat.c; then
eerror "The source code contains a faulty openat.c unit from gnulib."
- eerror "Please report this on Gentoo Bugzilla in Gentoo BSD product."
- eerror "http://bugs.gentoo.org/enter_bug.cgi?product=Gentoo%20BSD"
+ eerror "Please report this on Gentoo Bugzilla in Gentoo/Alt product for component FreeBSD."
+ eerror "http://bugs.gentoo.org/enter_bug.cgi?product=Gentoo%2FAlt&component=FreeBSD&op_sys=FreeBSD"
die "Broken openat.c gnulib unit."
fi
if grep -q "test .*==" "${S}" -r --include configure; then
eerror "Found a non POSIX test construction in a configure script"
eerror "The configure checks of this package may not function properly"
- eerror "Please report this on Gentoo Bugzilla in Gentoo BSD product."
- eerror "http://bugs.gentoo.org/enter_bug.cgi?product=Gentoo%20BSD"
+ eerror "Please report this on Gentoo Bugzilla in Gentoo/Alt product for component FreeBSD."
+ eerror "http://bugs.gentoo.org/enter_bug.cgi?product=Gentoo%2FAlt&component=FreeBSD&op_sys=FreeBSD"
fi
fi