svn commit: r370720 - in head/net/openh323: . files

Antoine Brodin antoine at FreeBSD.org
Sun Oct 12 15:26:31 UTC 2014


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). at MAJOR_VERSION@ ; \
 -		ln -sf $(OH323_FILE). at MAJOR_VERSION@. at MINOR_VERSION@. at BUILD_NUMBER@ $(OH323_FILE). at MAJOR_VERSION@ \
 -	)
-+	$(INSTALL) -m 444 lib/$(OH323_FILE). at MAJOR_VERSION@ $(DESTDIR)$(LIBDIR)
++	$(BSD_INSTALL_LIB) lib/$(OH323_FILE). at MAJOR_VERSION@ $(DESTDIR)$(LIBDIR)
  	(cd $(DESTDIR)$(LIBDIR) ; \
  		rm -f  $(OH323_FILE) ; \
 -		ln -sf $(OH323_FILE). at MAJOR_VERSION@. at MINOR_VERSION@. at 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
- at dirrm include/openh323
 %%DATADIR%%/openh323u.mak
 %%DATADIR%%/version.h
- at 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
- at dirrm lib/pwlib/codecs/audio
- at dirrm lib/pwlib/codecs
- at dirrmtry lib/pwlib


More information about the svn-ports-all mailing list