Index: head/audio/zita-resampler/files/patch-Makefile =================================================================== --- head/audio/zita-resampler/files/patch-Makefile (revision 483633) +++ head/audio/zita-resampler/files/patch-Makefile (nonexistent) @@ -1,55 +0,0 @@ ---- Makefile.orig 2018-08-24 18:41:47 UTC -+++ Makefile -@@ -1,7 +1,7 @@ - # ---------------------------------------------------------------------------- - # - # Copyright (C) 2006-2018 Fons Adriaensen --# -+# - # This program is free software; you can redistribute it and/or modify - # it under the terms of the GNU General Public License as published by - # the Free Software Foundation; either version 3 of the License, or -@@ -20,10 +20,9 @@ - - # Modify as required. - # --SUFFIX := $(shell uname -m | sed -e 's/^unknown/$//' -e 's/^i.86/$//' -e 's/^x86_64/$/64/') - PREFIX ?= /usr/local - INCDIR ?= $(PREFIX)/include --LIBDIR ?= $(PREFIX)/lib$(SUFFIX) -+LIBDIR ?= $(PREFIX)/lib - - MAJVERS = 1 - MINVERS = 6.2 -@@ -33,8 +32,7 @@ DISTDIR = zita-resampler-$(VERSION) - - CPPFLAGS += -I. -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS - CXXFLAGS += -Wall -fPIC -O2 -ffast-math --CXXFLAGS += -march=native --LDFLAGS += -+LDFLAGS += - LDLIBS += - - -@@ -46,6 +44,7 @@ ZITA-RESAMPLER_O = resampler.o vresampler.o resampler- - ZITA-RESAMPLER_H = zita-resampler/resampler.h zita-resampler/resampler-table.h \ - zita-resampler/vresampler.h zita-resampler/cresampler.h - -+all: $(ZITA-RESAMPLER_MIN) - - $(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,9 +55,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 -+ ln -sf $(ZITA-RESAMPLER_MIN) $(DESTDIR)$(LIBDIR)/$(ZITA-RESAMPLER_MAJ) - ln -sf $(ZITA-RESAMPLER_MIN) $(DESTDIR)$(LIBDIR)/$(ZITA-RESAMPLER_SO) - - uninstall: Property changes on: head/audio/zita-resampler/files/patch-Makefile ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/audio/zita-resampler/files/patch-apps_Makefile =================================================================== --- head/audio/zita-resampler/files/patch-apps_Makefile (nonexistent) +++ head/audio/zita-resampler/files/patch-apps_Makefile (revision 483634) @@ -0,0 +1,10 @@ +--- ../apps/Makefile.orig 2018-10-31 16:04:18.214221199 +0000 ++++ ../apps/Makefile 2018-10-31 16:04:25.590905029 +0000 +@@ -25,7 +25,6 @@ + VERSION = 1.6.0 + CPPFLAGS += -MMD -MP -DVERSION=\"$(VERSION)\" + CXXFLAGS += -O2 -ffast-math -Wall +-CXXFLAGS += -march=native + + + all: zresample zretune zresample.1.gz zretune.1.gz Property changes on: head/audio/zita-resampler/files/patch-apps_Makefile ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/audio/zita-resampler/files/patch-source_Makefile =================================================================== --- head/audio/zita-resampler/files/patch-source_Makefile (nonexistent) +++ head/audio/zita-resampler/files/patch-source_Makefile (revision 483634) @@ -0,0 +1,55 @@ +--- Makefile.orig 2018-08-24 18:41:47 UTC ++++ Makefile +@@ -1,7 +1,7 @@ + # ---------------------------------------------------------------------------- + # + # Copyright (C) 2006-2018 Fons Adriaensen +-# ++# + # This program is free software; you can redistribute it and/or modify + # it under the terms of the GNU General Public License as published by + # the Free Software Foundation; either version 3 of the License, or +@@ -20,10 +20,9 @@ + + # Modify as required. + # +-SUFFIX := $(shell uname -m | sed -e 's/^unknown/$//' -e 's/^i.86/$//' -e 's/^x86_64/$/64/') + PREFIX ?= /usr/local + INCDIR ?= $(PREFIX)/include +-LIBDIR ?= $(PREFIX)/lib$(SUFFIX) ++LIBDIR ?= $(PREFIX)/lib + + MAJVERS = 1 + MINVERS = 6.2 +@@ -33,8 +32,7 @@ DISTDIR = zita-resampler-$(VERSION) + + CPPFLAGS += -I. -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS + CXXFLAGS += -Wall -fPIC -O2 -ffast-math +-CXXFLAGS += -march=native +-LDFLAGS += ++LDFLAGS += + LDLIBS += + + +@@ -46,6 +44,7 @@ ZITA-RESAMPLER_O = resampler.o vresampler.o resampler- + ZITA-RESAMPLER_H = zita-resampler/resampler.h zita-resampler/resampler-table.h \ + zita-resampler/vresampler.h zita-resampler/cresampler.h + ++all: $(ZITA-RESAMPLER_MIN) + + $(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,9 +55,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 ++ ln -sf $(ZITA-RESAMPLER_MIN) $(DESTDIR)$(LIBDIR)/$(ZITA-RESAMPLER_MAJ) + ln -sf $(ZITA-RESAMPLER_MIN) $(DESTDIR)$(LIBDIR)/$(ZITA-RESAMPLER_SO) + + uninstall: Property changes on: head/audio/zita-resampler/files/patch-source_Makefile ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property