Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Dec 2013 11:44:17 GMT
From:      svn-freebsd-gecko@chruetertee.ch
To:        freebsd-gecko@freebsd.org
Subject:   [SVN-Commit] r1427 - trunk/www/linux-seamonkey
Message-ID:  <201312031144.rB3BiHH6052302@trillian.chruetertee.ch>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312031144.rB3BiHH6052302>