1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

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.
This commit is contained in:
John Marino 2014-04-19 17:01:37 +00:00
parent f07640c809
commit 7e86d0296e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=351602
2 changed files with 2 additions and 1 deletions

View File

@ -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' \

View File

@ -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 \