[Midnightbsd-cvs] mports [19973] trunk/lang/ruby22/Makefile: the stripping code is failing miserably on magus

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Aug 22 18:41:04 EDT 2015


Revision: 19973
          http://svnweb.midnightbsd.org/mports/?rev=19973
Author:   laffer1
Date:     2015-08-22 18:41:02 -0400 (Sat, 22 Aug 2015)
Log Message:
-----------
the stripping code is failing miserably on magus

Modified Paths:
--------------
    trunk/lang/ruby22/Makefile

Modified: trunk/lang/ruby22/Makefile
===================================================================
--- trunk/lang/ruby22/Makefile	2015-08-22 22:35:39 UTC (rev 19972)
+++ trunk/lang/ruby22/Makefile	2015-08-22 22:41:02 UTC (rev 19973)
@@ -179,16 +179,6 @@
 
 post-install:
 #
-# XXX: hack to strip ruby binary. Ruby uses its own install script that seems
-# bogus to hack.
-#
-.if defined(STRIP) && ${STRIP} == -s && ! ${PORT_OPTIONS:MDEBUG}
-	${STRIP_CMD} ${PREFIX}/bin/${RUBY_NAME}
-	${STRIP_CMD} ${PREFIX}/lib/libruby${RUBY_SHLIBVER}.so.${RUBY_SHLIBVER}
-	${FIND} ${RUBY_ARCHLIBDIR} -type f -name '*\.so' -exec ${STRIP_CMD} {} \;
-.endif
-
-#
 # Link just installed "ruby" to "ruby22", etc.
 #
 .if ${RUBY_VER} == ${RUBY_DEFAULT_VER}



More information about the Midnightbsd-cvs mailing list