svn commit: r478813 - in head/audio/zita-resampler: . files

Steve Wills swills at FreeBSD.org
Sun Sep 2 19:19:14 UTC 2018


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 at 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


More information about the svn-ports-head mailing list