From owner-svn-ports-head@FreeBSD.ORG Fri Aug 8 14:06:13 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DE6B3CAD for ; Fri, 8 Aug 2014 14:06:13 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B5D9E26F3 for ; Fri, 8 Aug 2014 14:06:13 +0000 (UTC) Received: from gahr (uid 1155) (envelope-from gahr@FreeBSD.org) id 2ed8 by svn.freebsd.org (DragonFly Mail Agent v0.9+); Fri, 08 Aug 2014 14:06:13 +0000 From: Pietro Cerutti Date: Fri, 8 Aug 2014 14:06:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r364361 - head/lang/tcl86/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Message-Id: <53e4d955.2ed8.74c35ca9@svn.freebsd.org> X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Aug 2014 14:06:13 -0000 Author: gahr Date: Fri Aug 8 14:06:13 2014 New Revision: 364361 URL: http://svnweb.freebsd.org/changeset/ports/364361 QAT: https://qat.redports.org/buildarchive/r364361/ Log: - Revert stripping the shlib. Stubs need symbols. Hinted by: antoine Modified: head/lang/tcl86/files/patch-unix-Makefile.in Modified: head/lang/tcl86/files/patch-unix-Makefile.in ============================================================================== --- head/lang/tcl86/files/patch-unix-Makefile.in Fri Aug 8 13:29:34 2014 (r364360) +++ head/lang/tcl86/files/patch-unix-Makefile.in Fri Aug 8 14:06:13 2014 (r364361) @@ -22,15 +22,6 @@ # Package search path. TCL_PACKAGE_PATH = @TCL_PACKAGE_PATH@ -@@ -152,7 +154,7 @@ - # distribution, which is slower but guaranteed to work. - - INSTALL_STRIP_PROGRAM = -s --INSTALL_STRIP_LIBRARY = -S -x -+INSTALL_STRIP_LIBRARY = -s - - INSTALL = $(SHELL) $(UNIX_DIR)/install-sh -c - INSTALL_PROGRAM = ${INSTALL} @@ -611,9 +613,9 @@ # Start of rules #--------------------------------------------------------------------------