Date: Sun, 12 Oct 2014 15:26:30 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370720 - in head/net/openh323: . files Message-ID: <201410121526.s9CFQU7g009976@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.post.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410121526.s9CFQU7g009976>