Date: Wed, 11 Dec 2013 10:04:01 GMT From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org Subject: [SVN-Commit] r1446 - trunk/www/linux-seamonkey Message-ID: <201312111004.rBBA416V066004@trillian.chruetertee.ch>
next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Wed Dec 11 10:04:01 2013
New Revision: 1446
Log:
fix up regexp to not break linux-thunderbird with fmake
Modified:
trunk/www/linux-seamonkey/Makefile.common
Modified: trunk/www/linux-seamonkey/Makefile.common
==============================================================================
--- trunk/www/linux-seamonkey/Makefile.common Wed Dec 11 09:53:28 2013 (r1445)
+++ trunk/www/linux-seamonkey/Makefile.common Wed Dec 11 10:04:01 2013 (r1446)
@@ -76,7 +76,7 @@
@${DO_NADA} >>${PREFS_FILE}
. if (${DISTVERSION:R:R} < 28 && ${PORTNAME} != "seamonkey") || \
- (${PORTNAME} == "seamonkey" && ${DISTVERSION:C/^[0-9]\.//:C/b.*//} < 25)
+ (${PORTNAME} == "seamonkey" && ${DISTVERSION:C/[0-9]*\.//:C/b.*//} < 25)
# dummy resident-unique for make about:memory's "measure"
@${REINPLACE_CMD} -i '' \
's,/proc/self/smaps\(.Private\),////////dev/null\1,' \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312111004.rBBA416V066004>
