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)
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-gecko
To unsubscribe, send any mail to "[email protected]"

Reply via email to