svn commit: r351602 - head/lang/gcc-aux

John Marino marino at FreeBSD.org
Sat Apr 19 17:01:38 UTC 2014


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 \


More information about the svn-ports-all mailing list