public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in profiles/default/bsd: ChangeLog profile.bashrc
@ 2009-01-25 16:20 Alexis Ballier (aballier)
  0 siblings, 0 replies; 4+ messages in thread
From: Alexis Ballier (aballier) @ 2009-01-25 16:20 UTC (permalink / raw
  To: gentoo-commits

aballier    09/01/25 16:20:36

  Modified:             ChangeLog profile.bashrc
  Log:
  Add a profile.bashrc test for test == construction that does not work on BSD in order to get automatic warnings for things like bug #256305

Revision  Changes    Path
1.13                 profiles/default/bsd/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/default/bsd/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/default/bsd/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/default/bsd/ChangeLog?r1=1.12&r2=1.13

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/default/bsd/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	24 Jan 2009 21:58:18 -0000	1.12
+++ ChangeLog	25 Jan 2009 16:20:36 -0000	1.13
@@ -1,6 +1,10 @@
 # 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.12 2009/01/24 21:58:18 the_paya Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/ChangeLog,v 1.13 2009/01/25 16:20:36 aballier Exp $
+
+  25 Jan 2009; Alexis Ballier <aballier@gentoo.org> profile.bashrc:
+  Add a profile.bashrc test for test == construction that does not work on
+  BSD in order to get automatic warnings for things like bug #256305
 
   24 Jan 2009; Javier Villavicencio <the_paya@gentoo.org>
   fbsd/profile.bashrc:



1.2                  profiles/default/bsd/profile.bashrc

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/default/bsd/profile.bashrc?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/default/bsd/profile.bashrc?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/default/bsd/profile.bashrc?r1=1.1&r2=1.2

Index: profile.bashrc
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/default/bsd/profile.bashrc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- profile.bashrc	19 Jan 2009 22:15:17 -0000	1.1
+++ profile.bashrc	25 Jan 2009 16:20:36 -0000	1.2
@@ -5,4 +5,10 @@
 		eerror "http://bugs.gentoo.org/enter_bug.cgi?product=Gentoo%20BSD"
 		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"
+        fi
 fi






^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in profiles/default/bsd: ChangeLog profile.bashrc
@ 2009-03-04 20:52 Timothy Redaelli (drizzt)
  0 siblings, 0 replies; 4+ messages in thread
From: Timothy Redaelli (drizzt) @ 2009-03-04 20:52 UTC (permalink / raw
  To: gentoo-commits

drizzt      09/03/04 20:52:38

  Modified:             ChangeLog profile.bashrc
  Log:
  Fix bugzilla URL and product.

Revision  Changes    Path
1.18                 profiles/default/bsd/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/default/bsd/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/default/bsd/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/default/bsd/ChangeLog?r1=1.17&r2=1.18

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/default/bsd/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	31 Jan 2009 08:45:07 -0000	1.17
+++ ChangeLog	4 Mar 2009 20:52:35 -0000	1.18
@@ -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:



1.3                  profiles/default/bsd/profile.bashrc

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/default/bsd/profile.bashrc?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/default/bsd/profile.bashrc?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/default/bsd/profile.bashrc?r1=1.2&r2=1.3

Index: profile.bashrc
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/default/bsd/profile.bashrc,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- profile.bashrc	25 Jan 2009 16:20:36 -0000	1.2
+++ profile.bashrc	4 Mar 2009 20:52:35 -0000	1.3
@@ -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






^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in profiles/default/bsd: ChangeLog profile.bashrc
@ 2010-04-23 11:01 Alexis Ballier (aballier)
  0 siblings, 0 replies; 4+ messages in thread
From: Alexis Ballier (aballier) @ 2010-04-23 11:01 UTC (permalink / raw
  To: gentoo-commits

aballier    10/04/23 11:01:59

  Modified:             ChangeLog profile.bashrc
  Log:
  Do not try to access $S if it does not exist.

Revision  Changes    Path
1.35                 profiles/default/bsd/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/default/bsd/ChangeLog?rev=1.35&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/default/bsd/ChangeLog?rev=1.35&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/default/bsd/ChangeLog?r1=1.34&r2=1.35

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/default/bsd/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog	22 Apr 2010 18:30:24 -0000	1.34
+++ ChangeLog	23 Apr 2010 11:01:59 -0000	1.35
@@ -1,6 +1,10 @@
 # ChangeLog for profile directory
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/ChangeLog,v 1.34 2010/04/22 18:30:24 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/ChangeLog,v 1.35 2010/04/23 11:01:59 aballier Exp $
+
+  23 Apr 2010; Alexis Ballier <aballier@gentoo.org> fbsd/profile.bashrc,
+  profile.bashrc:
+  Do not try to access $S if it does not exist.
 
   22 Apr 2010; Alexis Ballier <aballier@gentoo.org> fbsd/package.use.mask:
   unmask ruby[threads], seems to work



1.4                  profiles/default/bsd/profile.bashrc

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/default/bsd/profile.bashrc?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/default/bsd/profile.bashrc?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/default/bsd/profile.bashrc?r1=1.3&r2=1.4

Index: profile.bashrc
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/default/bsd/profile.bashrc,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- profile.bashrc	4 Mar 2009 20:52:35 -0000	1.3
+++ profile.bashrc	23 Apr 2010 11:01:59 -0000	1.4
@@ -1,4 +1,4 @@
-if [[ ${EBUILD_PHASE} == compile ]] ; then
+if [[ ${EBUILD_PHASE} == compile ]] && [ -d "${S}" ] ; 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/Alt product for component FreeBSD."






^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in profiles/default/bsd: ChangeLog profile.bashrc
@ 2012-05-02 14:02 Naohiro Aota (naota)
  0 siblings, 0 replies; 4+ messages in thread
From: Naohiro Aota (naota) @ 2012-05-02 14:02 UTC (permalink / raw
  To: gentoo-commits

naota       12/05/02 14:02:16

  Modified:             ChangeLog profile.bashrc
  Log:
  Match only for the word beginning

Revision  Changes    Path
1.78                 profiles/default/bsd/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/bsd/ChangeLog?rev=1.78&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/bsd/ChangeLog?rev=1.78&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/bsd/ChangeLog?r1=1.77&r2=1.78

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/default/bsd/ChangeLog,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -r1.77 -r1.78
--- ChangeLog	25 Apr 2012 15:17:17 -0000	1.77
+++ ChangeLog	2 May 2012 14:02:16 -0000	1.78
@@ -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.77 2012/04/25 15:17:17 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/ChangeLog,v 1.78 2012/05/02 14:02:16 naota Exp $
+
+  02 May 2012; Naohiro Aota <naota@gentoo.org> profile.bashrc:
+  Match only for the word beginning
 
   25 Apr 2012; Alexis Ballier <aballier@gentoo.org> +fbsd/amd64/7.2/deprecated,
   +fbsd/amd64/8.0/deprecated, +fbsd/sparc/7.2/deprecated,
@@ -84,7 +87,7 @@
   07 Jun 2011; Naohiro Aota <naota@gentoo.org> packages:
   Add -*>=sys-apps/shadow-4.1
 
-  09 May 2011; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+  09 May 2011; Ch鱈-Thanh Christopher Nguy畛…n <chithanh@gentoo.org>
   use.mask:
   Mask video_cards_nouveau, bug #364027.
 
@@ -113,10 +116,10 @@
   03 Apr 2011; Ulrich Mueller <ulm@gentoo.org> fbsd/packages.build:
   Remove old-style virtual/gzip, bug 358829.
 
-  31 Mar 2011; Tomáš Chvátal <scarabeus@gentoo.org> fbsd/package.use.mask:
+  31 Mar 2011; Tom叩邸 Chv叩tal <scarabeus@gentoo.org> fbsd/package.use.mask:
   Drop obsolete pgsql masks on threads useflag
 
-  29 Mar 2011; Tomáš Chvátal <scarabeus@gentoo.org> fbsd/package.mask:
+  29 Mar 2011; Tom叩邸 Chv叩tal <scarabeus@gentoo.org> fbsd/package.mask:
   Drop mask on KDE releases no longer in main tree.
 
   14 Mar 2011; Ulrich Mueller <ulm@gentoo.org> fbsd/virtuals:
@@ -331,14 +334,14 @@
   08 Aug 2008; Alexis Ballier <aballier@gentoo.org> package.use.mask:
   mask dc1394 useflag for vlc, its linux only
 
-  01 Aug 2008; Diego Pettenò <flameeyes@gentoo.org> fbsd/package.use.mask:
+  01 Aug 2008; Diego Petten嘆 <flameeyes@gentoo.org> fbsd/package.use.mask:
   Mask sha512 USE flag for pambase on FreeBSD.
 
   31 Jul 2008; Javier Villavicencio <the_paya@gentoo.org>
   fbsd/package.use.mask:
   Removed passwdqc + added ssh to pambase use masks.
 
-  28 Jul 2008; Jean-Noël Rivasseau <elvanor@gentoo.org>
+  28 Jul 2008; Jean-No谷l Rivasseau <elvanor@gentoo.org>
   fbsd/6.2/x86/package.use.mask:
   masked test for icu4j, no jdk-1.6
 
@@ -346,7 +349,7 @@
   mask sctp for dev-lang/erlang, requires a library too close to the linux
   kernel
 
-  04 Jul 2008; Petteri Räty <betelgeuse@gentoo.org> use.mask:
+  04 Jul 2008; Petteri R辰ty <betelgeuse@gentoo.org> use.mask:
   use.mask java6 as there is no provider for >=virtual/jdk-1.6 on BSD.
 
   04 Jul 2008; Javier Villavicencio <the_paya@gentoo.org> fbsd/packages:
@@ -372,10 +375,10 @@
   12 Mar 2008; Peter Weller <welp@gentoo.org> use.mask:
   Add m17n-lib to use.mask; requested by ulm
 
-  05 Mar 2008; Diego Pettenò <flameeyes@gentoo.org> +fbsd/package.use:
+  05 Mar 2008; Diego Petten嘆 <flameeyes@gentoo.org> +fbsd/package.use:
   Add default USE flags for FreeBSD for pambase.
 
-  21 Feb 2008; Diego Pettenò <flameeyes@gentoo.org> fbsd/package.use.mask:
+  21 Feb 2008; Diego Petten嘆 <flameeyes@gentoo.org> fbsd/package.use.mask:
   Mask consolekit and cracklib USE flags for pambase.
 
   29 Jan 2008; Peter Weller <welp@gentoo.org> package.mask:
@@ -384,19 +387,19 @@
   29 Jan 2008; Peter Weller <welp@gentoo.org> package.mask:
   package.mask >=app-shells/bash-3.2_p33 due to portage blockages
 
-  25 Jan 2008; Diego Pettenò <flameeyes@gentoo.org> profile.bashrc:
+  25 Jan 2008; Diego Petten嘆 <flameeyes@gentoo.org> profile.bashrc:
   Fix typo in the error message.
 
   23 Jan 2008; Alon Bar-Lev <alonbl@gentoo.org> package.use.mask:
   Add net-misc/openvpn pkcs11
 
-  21 Nov 2007; Sébastien Fabbro <bicatali@gentoo.org> virtuals:
+  21 Nov 2007; S辿bastien Fabbro <bicatali@gentoo.org> virtuals:
   Removed virtual/lapack, now new style
 
   15 Oct 2007; Roy Marples <uberlord@gentoo.org> package.mask:
   unmask m4-1.4.10 as it now works for us
 
-  10 Oct 2007; Sébastien Fabbro <bicatali@gentoo.org> virtuals:
+  10 Oct 2007; S辿bastien Fabbro <bicatali@gentoo.org> virtuals:
   removed virtual/blas, now new style
 
   23 Sep 2007; Joe Peterson <lavajoe@gentoo.org> virtuals:
@@ -406,18 +409,18 @@
   fbsd/package.use.mask:
   No nvidia drivers work on fbsd with xorg-server 1.4 yet.
 
-  08 Aug 2007; Tiziano Müller <dev-zero@gentoo.org> fbsd/6.2/make.defaults:
+  08 Aug 2007; Tiziano M端ller <dev-zero@gentoo.org> fbsd/6.2/make.defaults:
   Removed libg++ USE-flag (bug #148416)
 
   07 Jun 2007; Joe Peterson <lavajoe@gentoo.org> virtuals:
   For FreeBSD, default to the "reference implementation" versions rather
   than using the "atlas" versions of LAPACK and BLAS.
 
-  28 May 2007; Diego Pettenò <flameeyes@gentoo.org> package.use.mask, use.mask
+  28 May 2007; Diego Petten嘆 <flameeyes@gentoo.org> package.use.mask, use.mask
   fbsd/package.use.mask: Unmask the useflags that shouldn't have been masked
   in the first place.
 
-  26 May 2007; Olivier Crête <tester@gentoo.org> package.use.mask:
+  26 May 2007; Olivier Cr棚te <tester@gentoo.org> package.use.mask:
   Mask zephyr flag for pidgin on bsd because mit-krb5 is not keyworded
 
   25 May 2007; Steve Dibb <beandog@gentoo.org> package.use.mask:



1.5                  profiles/default/bsd/profile.bashrc

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/bsd/profile.bashrc?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/bsd/profile.bashrc?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/bsd/profile.bashrc?r1=1.4&r2=1.5

Index: profile.bashrc
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/default/bsd/profile.bashrc,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- profile.bashrc	23 Apr 2010 11:01:59 -0000	1.4
+++ profile.bashrc	2 May 2012 14:02:16 -0000	1.5
@@ -5,7 +5,7 @@
 		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
+        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/Alt product for component FreeBSD."






^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-05-02 14:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-25 16:20 [gentoo-commits] gentoo-x86 commit in profiles/default/bsd: ChangeLog profile.bashrc Alexis Ballier (aballier)
  -- strict thread matches above, loose matches on Subject: below --
2009-03-04 20:52 Timothy Redaelli (drizzt)
2010-04-23 11:01 Alexis Ballier (aballier)
2012-05-02 14:02 Naohiro Aota (naota)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox