Index: head/mail/thunderbird/files/patch-bug1509757 =================================================================== --- head/mail/thunderbird/files/patch-bug1509757 (nonexistent) +++ head/mail/thunderbird/files/patch-bug1509757 (revision 485923) @@ -0,0 +1,20 @@ +Don't rely on GNU regex extension for character classes. + +$ echo --with-system-nspr --with-system-nss | gsed -e 's/--with-system-nspr\S* *//' +--with-system-nss +$ echo --with-system-nspr --with-system-nss | sed -e 's/--with-system-nspr\S* *//' +sed: 1: "s/--with-system-nspr\S* ...": RE error: trailing backslash (\) + +diff --git old-configure.in old-configure.in +index 7722587fadac..acf5d8d67a60 100644 +--- old-configure.in ++++ old-configure.in +@@ -4405,7 +4405,7 @@ ac_configure_args="$_SUBDIR_CONFIG_ARGS" + + # --with-system-nspr will have been converted into the relevant $NSPR_CFLAGS + # and $NSPR_LIBS. +-ac_configure_args="`echo $ac_configure_args | sed -e 's/--with-system-nspr\S* *//'`" ++ac_configure_args="`echo $ac_configure_args | sed -e 's/--with-system-nspr[[^[:space:]]]* *//'`" + + if test "$_INTL_API" = no; then + ac_configure_args="$ac_configure_args --without-intl-api" Property changes on: head/mail/thunderbird/files/patch-bug1509757 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/www/firefox/files/patch-bug1509757 =================================================================== --- head/www/firefox/files/patch-bug1509757 (nonexistent) +++ head/www/firefox/files/patch-bug1509757 (revision 485923) @@ -0,0 +1,20 @@ +Don't rely on GNU regex extension for character classes. + +$ echo --with-system-nspr --with-system-nss | gsed -e 's/--with-system-nspr\S* *//' +--with-system-nss +$ echo --with-system-nspr --with-system-nss | sed -e 's/--with-system-nspr\S* *//' +sed: 1: "s/--with-system-nspr\S* ...": RE error: trailing backslash (\) + +diff --git old-configure.in old-configure.in +index 7722587fadac..acf5d8d67a60 100644 +--- old-configure.in ++++ old-configure.in +@@ -4405,7 +4405,7 @@ ac_configure_args="$_SUBDIR_CONFIG_ARGS" + + # --with-system-nspr will have been converted into the relevant $NSPR_CFLAGS + # and $NSPR_LIBS. +-ac_configure_args="`echo $ac_configure_args | sed -e 's/--with-system-nspr\S* *//'`" ++ac_configure_args="`echo $ac_configure_args | sed -e 's/--with-system-nspr[[^[:space:]]]* *//'`" + + if test "$_INTL_API" = no; then + ac_configure_args="$ac_configure_args --without-intl-api" Property changes on: head/www/firefox/files/patch-bug1509757 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/www/firefox-esr/files/patch-bug1509757 =================================================================== --- head/www/firefox-esr/files/patch-bug1509757 (nonexistent) +++ head/www/firefox-esr/files/patch-bug1509757 (revision 485923) @@ -0,0 +1,20 @@ +Don't rely on GNU regex extension for character classes. + +$ echo --with-system-nspr --with-system-nss | gsed -e 's/--with-system-nspr\S* *//' +--with-system-nss +$ echo --with-system-nspr --with-system-nss | sed -e 's/--with-system-nspr\S* *//' +sed: 1: "s/--with-system-nspr\S* ...": RE error: trailing backslash (\) + +diff --git old-configure.in old-configure.in +index 7722587fadac..acf5d8d67a60 100644 +--- old-configure.in ++++ old-configure.in +@@ -4405,7 +4405,7 @@ ac_configure_args="$_SUBDIR_CONFIG_ARGS" + + # --with-system-nspr will have been converted into the relevant $NSPR_CFLAGS + # and $NSPR_LIBS. +-ac_configure_args="`echo $ac_configure_args | sed -e 's/--with-system-nspr\S* *//'`" ++ac_configure_args="`echo $ac_configure_args | sed -e 's/--with-system-nspr[[^[:space:]]]* *//'`" + + if test "$_INTL_API" = no; then + ac_configure_args="$ac_configure_args --without-intl-api" Property changes on: head/www/firefox-esr/files/patch-bug1509757 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/www/palemoon/files/patch-bug1509757 =================================================================== --- head/www/palemoon/files/patch-bug1509757 (nonexistent) +++ head/www/palemoon/files/patch-bug1509757 (revision 485923) @@ -0,0 +1,20 @@ +Don't rely on GNU regex extension for character classes. + +$ echo --with-system-nspr --with-system-nss | gsed -e 's/--with-system-nspr\S* *//' +--with-system-nss +$ echo --with-system-nspr --with-system-nss | sed -e 's/--with-system-nspr\S* *//' +sed: 1: "s/--with-system-nspr\S* ...": RE error: trailing backslash (\) + +diff --git old-configure.in old-configure.in +index 7722587fadac..acf5d8d67a60 100644 +--- configure.in ++++ configure.in +@@ -4405,7 +4405,7 @@ ac_configure_args="$_SUBDIR_CONFIG_ARGS" + + # --with-system-nspr will have been converted into the relevant $NSPR_CFLAGS + # and $NSPR_LIBS. +-ac_configure_args="`echo $ac_configure_args | sed -e 's/--with-system-nspr\S* *//'`" ++ac_configure_args="`echo $ac_configure_args | sed -e 's/--with-system-nspr[[^[:space:]]]* *//'`" + + if test "$_INTL_API" = no; then + ac_configure_args="$ac_configure_args --without-intl-api" Property changes on: head/www/palemoon/files/patch-bug1509757 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/www/seamonkey/files/patch-bug1509757 =================================================================== --- head/www/seamonkey/files/patch-bug1509757 (nonexistent) +++ head/www/seamonkey/files/patch-bug1509757 (revision 485923) @@ -0,0 +1,20 @@ +Don't rely on GNU regex extension for character classes. + +$ echo --with-system-nspr --with-system-nss | gsed -e 's/--with-system-nspr\S* *//' +--with-system-nss +$ echo --with-system-nspr --with-system-nss | sed -e 's/--with-system-nspr\S* *//' +sed: 1: "s/--with-system-nspr\S* ...": RE error: trailing backslash (\) + +diff --git old-configure.in old-configure.in +index 7722587fadac..acf5d8d67a60 100644 +--- mozilla/old-configure.in ++++ mozilla/old-configure.in +@@ -4405,7 +4405,7 @@ ac_configure_args="$_SUBDIR_CONFIG_ARGS" + + # --with-system-nspr will have been converted into the relevant $NSPR_CFLAGS + # and $NSPR_LIBS. +-ac_configure_args="`echo $ac_configure_args | sed -e 's/--with-system-nspr\S* *//'`" ++ac_configure_args="`echo $ac_configure_args | sed -e 's/--with-system-nspr[[^[:space:]]]* *//'`" + + if test "$_INTL_API" = no; then + ac_configure_args="$ac_configure_args --without-intl-api" Property changes on: head/www/seamonkey/files/patch-bug1509757 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property