From owner-svn-ports-all@FreeBSD.ORG Sun Oct 12 15:26:31 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 013817F9; Sun, 12 Oct 2014 15:26:30 +0000 (UTC) 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 C7D4F33A; Sun, 12 Oct 2014 15:26:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9CFQUrK009979; Sun, 12 Oct 2014 15:26:30 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9CFQU7g009976; Sun, 12 Oct 2014 15:26:30 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201410121526.s9CFQU7g009976@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 12 Oct 2014 15:26:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370720 - in head/net/openh323: . files 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.18-1 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: Sun, 12 Oct 2014 15:26:31 -0000 Author: antoine Date: Sun Oct 12 15:26:29 2014 New Revision: 370720 URL: https://svnweb.freebsd.org/changeset/ports/370720 QAT: https://qat.redports.org/buildarchive/r370720/ Log: Allow stripping as a regular user Modified: head/net/openh323/Makefile head/net/openh323/files/patch-makefile.in head/net/openh323/pkg-plist Modified: head/net/openh323/Makefile ============================================================================== --- head/net/openh323/Makefile Sun Oct 12 15:03:25 2014 (r370719) +++ head/net/openh323/Makefile Sun Oct 12 15:26:29 2014 (r370720) @@ -50,7 +50,6 @@ post-patch: ${WRKSRC}/configure.ac post-install: - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libh323_r.so.1 @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/pwlib/codecs/audio/*.so .include Modified: head/net/openh323/files/patch-makefile.in ============================================================================== --- head/net/openh323/files/patch-makefile.in Sun Oct 12 15:03:25 2014 (r370719) +++ head/net/openh323/files/patch-makefile.in Sun Oct 12 15:26:29 2014 (r370720) @@ -1,5 +1,5 @@ ---- Makefile.in.orig 2005-08-05 01:31:59.000000000 +0600 -+++ Makefile.in 2007-07-13 16:11:26.000000000 +0600 +--- Makefile.in.orig 2005-08-04 19:31:59 UTC ++++ Makefile.in @@ -337,22 +337,14 @@ install: mkdir -p $(DESTDIR)$(LIBDIR) @@ -13,7 +13,7 @@ - rm -f $(OH323_FILE).@MAJOR_VERSION@ ; \ - ln -sf $(OH323_FILE).@MAJOR_VERSION@.@MINOR_VERSION@.@BUILD_NUMBER@ $(OH323_FILE).@MAJOR_VERSION@ \ - ) -+ $(INSTALL) -m 444 lib/$(OH323_FILE).@MAJOR_VERSION@ $(DESTDIR)$(LIBDIR) ++ $(BSD_INSTALL_LIB) lib/$(OH323_FILE).@MAJOR_VERSION@ $(DESTDIR)$(LIBDIR) (cd $(DESTDIR)$(LIBDIR) ; \ rm -f $(OH323_FILE) ; \ - ln -sf $(OH323_FILE).@MAJOR_VERSION@.@MINOR_VERSION@.@BUILD_NUMBER@ $(OH323_FILE) \ Modified: head/net/openh323/pkg-plist ============================================================================== --- head/net/openh323/pkg-plist Sun Oct 12 15:03:25 2014 (r370719) +++ head/net/openh323/pkg-plist Sun Oct 12 15:26:29 2014 (r370720) @@ -76,16 +76,11 @@ include/openh323/vblasterlid.h include/openh323/vpblid.h include/openh323/x224.h include/openh323/x880.h -@dirrm include/openh323 %%DATADIR%%/openh323u.mak %%DATADIR%%/version.h -@dirrmtry %%DATADIR%% lib/pwlib/codecs/audio/g726_audio_pwplugin.so lib/pwlib/codecs/audio/gsm0610_audio_pwplugin.so lib/pwlib/codecs/audio/ilbc_audio_pwplugin.so lib/pwlib/codecs/audio/ima_adpcm_audio_pwplugin.so lib/pwlib/codecs/audio/lpc10_audio_pwplugin.so lib/pwlib/codecs/audio/speex_audio_pwplugin.so -@dirrm lib/pwlib/codecs/audio -@dirrm lib/pwlib/codecs -@dirrmtry lib/pwlib