[SVN-Commit] r1427 - trunk/www/linux-seamonkey

svn-freebsd-gecko at chruetertee.ch svn-freebsd-gecko at chruetertee.ch
Tue Dec 3 11:44:24 UTC 2013


Author: jbeich
Date: Tue Dec  3 11:44:17 2013
New Revision: 1427

Log:
don't apply smaps hack on trunk

Modified:
   trunk/www/linux-seamonkey/Makefile.common

Modified: trunk/www/linux-seamonkey/Makefile.common
==============================================================================
--- trunk/www/linux-seamonkey/Makefile.common	Tue Dec  3 11:44:10 2013	(r1426)
+++ trunk/www/linux-seamonkey/Makefile.common	Tue Dec  3 11:44:17 2013	(r1427)
@@ -75,10 +75,13 @@
 	# empty port preferences
 	@${DO_NADA} >>${PREFS_FILE}
 
+. if ${DISTVERSION:R:R} < 28 || \
+ (${PORTNAME} == "seamonkey" && ${DISTVERSION:R:E} < 25)
 	# dummy resident-unique for make about:memory's "measure"
 	@${REINPLACE_CMD} -i '' \
 		's,/proc/self/smaps\(.Private\),////////dev/null\1,' \
 		${WRKSRC}/libxul.so
+. endif
 .endif
 
 .if !target(do-install)


More information about the freebsd-gecko mailing list