From owner-svn-ports-all@FreeBSD.ORG Mon Jun 15 11:48:57 2015 Return-Path: Delivered-To: svn-ports-all@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A9259FA4; Mon, 15 Jun 2015 11:48:57 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 98173825; Mon, 15 Jun 2015 11:48:57 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5FBmvM8075649; Mon, 15 Jun 2015 11:48:57 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5FBmvGs075646; Mon, 15 Jun 2015 11:48:57 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201506151148.t5FBmvGs075646@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 15 Jun 2015 11:48:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r389689 - head/devel/libdsp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Jun 2015 11:48:57 -0000 Author: amdmi3 Date: Mon Jun 15 11:48:56 2015 New Revision: 389689 URL: https://svnweb.freebsd.org/changeset/ports/389689 Log: - Strip library Modified: head/devel/libdsp/Makefile Modified: head/devel/libdsp/Makefile ============================================================================== --- head/devel/libdsp/Makefile Mon Jun 15 11:48:50 2015 (r389688) +++ head/devel/libdsp/Makefile Mon Jun 15 11:48:56 2015 (r389689) @@ -3,7 +3,7 @@ PORTNAME= libdsp PORTVERSION= 5.0.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel audio MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-stable-src/${PORTVERSION} \ http://mirror.mcx2.org/ @@ -24,4 +24,7 @@ INLINE_VER= 1.4.0 CFLAGS_i386+= -DDSP_X86 +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libdsp.so + .include