Date: Thu, 26 Mar 2015 12:56:27 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r382301 - head/audio/vamp-plugin-sdk/files Message-ID: <201503261256.t2QCuRAl056035@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Thu Mar 26 12:56:26 2015 New Revision: 382301 URL: https://svnweb.freebsd.org/changeset/ports/382301 QAT: https://qat.redports.org/buildarchive/r382301/ Log: audio/vamp-plugin-sdk: Add DragonFly support Bring in fix from dports (port is not maintained) I confirmed it still builds on FreeBSD. Added: head/audio/vamp-plugin-sdk/files/patch-Makefile.in (contents, props changed) Deleted: head/audio/vamp-plugin-sdk/files/patch-Makefile Added: head/audio/vamp-plugin-sdk/files/patch-Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/vamp-plugin-sdk/files/patch-Makefile.in Thu Mar 26 12:56:26 2015 (r382301) @@ -0,0 +1,35 @@ +--- Makefile.in.orig 2011-11-24 13:27:03 UTC ++++ Makefile.in +@@ -87,11 +87,11 @@ INSTALL_HOSTSDK_LINK_DEV = libvamp-host + INSTALL_HOSTSDK_STATIC = libvamp-hostsdk.a + INSTALL_HOSTSDK_LA = libvamp-hostsdk.la + +-INSTALL_PKGCONFIG = $(INSTALL_PREFIX)/lib/pkgconfig ++INSTALL_PKGCONFIG = $(INSTALL_PREFIX)/libdata/pkgconfig + + # Flags required to tell the compiler to create a dynamically loadable object + # +-DYNAMIC_LDFLAGS = -static-libgcc -shared -Wl,-Bsymbolic ++DYNAMIC_LDFLAGS = -shared -Wl,-Bsymbolic + SDK_DYNAMIC_LDFLAGS = $(DYNAMIC_LDFLAGS) -Wl,-soname=$(INSTALL_SDK_LINK_ABI) + HOSTSDK_DYNAMIC_LDFLAGS = $(DYNAMIC_LDFLAGS) -Wl,-soname=$(INSTALL_HOSTSDK_LINK_ABI) + +@@ -288,18 +288,6 @@ install: $(SDK_STATIC) $(SDK_DYNAMIC) $( + > $(DESTDIR)$(INSTALL_PKGCONFIG)/vamp-sdk.pc + sed "s,%PREFIX%,$(INSTALL_PREFIX)," $(PCDIR)/vamp-hostsdk.pc.in \ + > $(DESTDIR)$(INSTALL_PKGCONFIG)/vamp-hostsdk.pc +- sed -e "s,%LIBNAME%,$(INSTALL_SDK_LIBNAME),g" \ +- -e "s,%LINK_ABI%,$(INSTALL_SDK_LINK_ABI),g" \ +- -e "s,%LINK_DEV%,$(INSTALL_SDK_LINK_DEV),g" \ +- -e "s,%STATIC%,$(INSTALL_SDK_STATIC),g" \ +- -e "s,%LIBS%,$(INSTALL_SDK_LIBS),g" $(SDK_LA).in \ +- > $(DESTDIR)$(INSTALL_SDK_LIBS)/$(INSTALL_SDK_LA) +- sed -e "s,%LIBNAME%,$(INSTALL_HOSTSDK_LIBNAME),g" \ +- -e "s,%LINK_ABI%,$(INSTALL_HOSTSDK_LINK_ABI),g" \ +- -e "s,%LINK_DEV%,$(INSTALL_HOSTSDK_LINK_DEV),g" \ +- -e "s,%STATIC%,$(INSTALL_HOSTSDK_STATIC),g" \ +- -e "s,%LIBS%,$(INSTALL_SDK_LIBS),g" $(HOSTSDK_LA).in \ +- > $(DESTDIR)$(INSTALL_SDK_LIBS)/$(INSTALL_HOSTSDK_LA) + + depend: + makedepend -Y. */*.cpp */*/*.cpp */*/*/*.cpp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503261256.t2QCuRAl056035>