Date: Sun, 2 Sep 2018 19:19:13 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r478813 - in head/audio/zita-resampler: . files Message-ID: <201809021919.w82JJDJ0073165@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Sun Sep 2 19:19:12 2018 New Revision: 478813 URL: https://svnweb.freebsd.org/changeset/ports/478813 Log: audio/zita-resampler: use updated patch This removes the ldconfig and fixes building as a user PR: 231026 [1] PR: 231075 [2] Submitted by: Goran Mekić <meka@tilda.center> (maintainer) [1] Reported by: yuri [1] Reported by: jbeich [2] Modified: head/audio/zita-resampler/Makefile (contents, props changed) head/audio/zita-resampler/files/patch-Makefile (contents, props changed) head/audio/zita-resampler/pkg-plist (contents, props changed) Modified: head/audio/zita-resampler/Makefile ============================================================================== --- head/audio/zita-resampler/Makefile Sun Sep 2 18:59:10 2018 (r478812) +++ head/audio/zita-resampler/Makefile Sun Sep 2 19:19:12 2018 (r478813) @@ -3,6 +3,7 @@ PORTNAME= zita-resampler PORTVERSION= 1.6.2 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://kokkinizita.linuxaudio.org/linuxaudio/downloads/ Modified: head/audio/zita-resampler/files/patch-Makefile ============================================================================== --- head/audio/zita-resampler/files/patch-Makefile Sun Sep 2 18:59:10 2018 (r478812) +++ head/audio/zita-resampler/files/patch-Makefile Sun Sep 2 19:19:12 2018 (r478813) @@ -38,14 +38,17 @@ $(ZITA-RESAMPLER_MIN): $(ZITA-RESAMPLER_O) $(CXX) -shared $(LDFLAGS) -Wl,-soname,$(ZITA-RESAMPLER_MAJ) -o $(ZITA-RESAMPLER_MIN) $(ZITA-RESAMPLER_O) $(ZITA-RESAMPLER_DEP) -@@ -56,8 +56,8 @@ $(ZITA-RESAMPLER_O): $(ZITA-RESAMPLER_H) +@@ -56,9 +56,10 @@ $(ZITA-RESAMPLER_O): $(ZITA-RESAMPLER_H) install: $(ZITA-RESAMPLER_MIN) install -d $(DESTDIR)$(INCDIR)/zita-resampler install -d $(DESTDIR)$(LIBDIR) - install -m 644 $(ZITA-RESAMPLER_H) $(DESTDIR)$(INCDIR)/zita-resampler - install -m 755 $(ZITA-RESAMPLER_MIN) $(DESTDIR)$(LIBDIR) +- ldconfig + ${BSD_INSTALL_DATA} -m 644 $(ZITA-RESAMPLER_H) $(DESTDIR)$(INCDIR)/zita-resampler + ${BSD_INSTALL_LIB} -m 755 $(ZITA-RESAMPLER_MIN) $(DESTDIR)$(LIBDIR) - ldconfig ++ # ldconfig ++ ln -sf $(ZITA-RESAMPLER_MIN) $(DESTDIR)$(LIBDIR)/$(ZITA-RESAMPLER_MAJ) ln -sf $(ZITA-RESAMPLER_MIN) $(DESTDIR)$(LIBDIR)/$(ZITA-RESAMPLER_SO) + uninstall: Modified: head/audio/zita-resampler/pkg-plist ============================================================================== --- head/audio/zita-resampler/pkg-plist Sun Sep 2 18:59:10 2018 (r478812) +++ head/audio/zita-resampler/pkg-plist Sun Sep 2 19:19:12 2018 (r478813) @@ -3,4 +3,5 @@ include/zita-resampler/resampler-table.h include/zita-resampler/resampler.h include/zita-resampler/vresampler.h lib/libzita-resampler.so +lib/libzita-resampler.so.1 lib/libzita-resampler.so.1.6.2
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809021919.w82JJDJ0073165>