Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Apr 2014 17:01:37 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r351602 - head/lang/gcc-aux
Message-ID:  <201404191701.s3JH1b3W046789@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Sat Apr 19 17:01:37 2014
New Revision: 351602
URL: http://svnweb.freebsd.org/changeset/ports/351602
QAT: https://qat.redports.org/buildarchive/r351602/

Log:
  lang/gcc-aux: Fix a testsuite application typo, add test to list
  
  Both of these issues affect dragonfly only.  The *-*-dragonfly* target
  for dejagnu needs to be added to a few hundred tests but a typo
  prevented that from happening.  No revbump as testing does not affect
  the final package, nor is it a default option.

Modified:
  head/lang/gcc-aux/Makefile
  head/lang/gcc-aux/Makefile.common

Modified: head/lang/gcc-aux/Makefile
==============================================================================
--- head/lang/gcc-aux/Makefile	Sat Apr 19 16:58:13 2014	(r351601)
+++ head/lang/gcc-aux/Makefile	Sat Apr 19 17:01:37 2014	(r351602)
@@ -182,7 +182,7 @@ post-extract:
 	@${PATCH} -d ${WRKSRC} -s -E < ${FILESDIR}/diff-${suffix}
 .endfor
 	@(cd ${WRKSRC}/libstdc++-v3/testsuite && ${REINPLACE_CMD} \
-	  -e 's|\*-\*-freebsd\*|*-*-dragonfly *-*-freebsd*|' ${CXXTS4DF})
+	  -e 's|\*-\*-freebsd\*|*-*-dragonfly* *-*-freebsd*|' ${CXXTS4DF})
 	@(cd ${WRKSRC}/libstdc++-v3/testsuite/22_locale && ${REINPLACE_CMD} \
 	  -e 's|ISO-8859|ISO8859|g' \
 	  -e 's|ja_JP.eucjp|ja_JP.eucJP|g' \

Modified: head/lang/gcc-aux/Makefile.common
==============================================================================
--- head/lang/gcc-aux/Makefile.common	Sat Apr 19 16:58:13 2014	(r351601)
+++ head/lang/gcc-aux/Makefile.common	Sat Apr 19 17:01:37 2014	(r351602)
@@ -43,6 +43,7 @@ CXXTS4DF= \
 	30_threads/condition_variable/cons/1.cc \
 	30_threads/condition_variable/members/1.cc \
 	30_threads/condition_variable/members/2.cc \
+	30_threads/condition_variable/members/53841.cc \
 	30_threads/condition_variable/native_handle/typesizes.cc \
 	30_threads/condition_variable_any/50862.cc \
 	30_threads/condition_variable_any/cons/1.cc \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404191701.s3JH1b3W046789>