FreeBSD Bugzilla – Attachment 167611 Details for
Bug 206895
[PATCH] math/fxt: Update to version 2016.02.27
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
math_fxt.diff
math_fxt.diff (text/plain), 3.10 KB, created by
tkato432
on 2016-03-01 16:00:36 UTC
(
hide
)
Description:
math_fxt.diff
Filename:
MIME Type:
Creator:
tkato432
Created:
2016-03-01 16:00:36 UTC
Size:
3.10 KB
patch
obsolete
>diff -urN /usr/ports/math/fxt/Makefile math/fxt/Makefile >--- /usr/ports/math/fxt/Makefile 2016-01-07 22:32:36.628858000 +0900 >+++ math/fxt/Makefile 2016-03-02 00:00:00.000000000 +0900 >@@ -2,33 +2,34 @@ > # $FreeBSD: head/math/fxt/Makefile 405387 2016-01-06 19:48:08Z pawel $ > > PORTNAME= fxt >-PORTVERSION= 2015.07.17 >-PORTREVISION= 1 >+PORTVERSION= 2016.02.27 > CATEGORIES= math > MASTER_SITES= http://www.jjj.de/fxt/ > > MAINTAINER= ports@FreeBSD.org > COMMENT= FFT code and related stuff > >-LICENSE= GPLv3 >+LICENSE= GPLv3+ >+LICENSE_FILE= ${WRKSRC}/COPYING.txt > > WRKSRC= ${WRKDIR}/${PORTNAME} > > USES= gmake tar:tgz >+MAKE_ENV= FXT_INSTALL="${INSTALL_DATA}" > MAKEFILE= makefile > > OPTIONS_DEFINE= EXAMPLES > > post-patch: >- @${REINPLACE_CMD} -E \ >- -e 's,^(FXT_CXXFLAGS),#\1,' \ >- -e 's,^(CXXFLAGS),#\1,' \ >- ${WRKSRC}/makefile >- @${REINPLACE_CMD} -e 's|sinl|Sin|g' ${WRKSRC}/src/aux0/trigrec.h >- @${REINPLACE_CMD} -e 's|sinl|sin|g' ${WRKSRC}/src/fht/hartleyshift.h >+ @${REINPLACE_CMD} -e \ >+ 's|^\(FXT_CXXFLAGS\)|#\1| ; \ >+ s|\([[:space:]]\)\($$(INCDIR)\)|\1$$(DESTDIR)\2|g ; \ >+ s|\([[:space:]]\)\($$(LIBDIR)\)|\1$$(DESTDIR)\2|g' \ >+ ${WRKSRC}/makefile > > post-install-EXAMPLES-on: >- ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} >- (cd ${WRKSRC}/demo && ${COPYTREE_SHARE} \* ${STAGEDIR}${EXAMPLESDIR}/) >+ @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} >+ @(cd ${WRKSRC}/demo && ${COPYTREE_SHARE} . \ >+ ${STAGEDIR}${EXAMPLESDIR}) > > .include <bsd.port.mk> >diff -urN /usr/ports/math/fxt/distinfo math/fxt/distinfo >--- /usr/ports/math/fxt/distinfo 2015-08-24 03:58:08.059044000 +0900 >+++ math/fxt/distinfo 2016-03-02 00:00:00.000000000 +0900 >@@ -1,2 +1,2 @@ >-SHA256 (fxt-2015.07.17.tgz) = 516f7b1bfd8df05ce5696ba2773662ca6cdc550024dd3d8012dc341b19f648ad >-SIZE (fxt-2015.07.17.tgz) = 1810832 >+SHA256 (fxt-2016.02.27.tgz) = ebd6023876a1f15b8a1728f6a29b5acc98f977e07eb0da9df68220922233597e >+SIZE (fxt-2016.02.27.tgz) = 1826058 >diff -urN /usr/ports/math/fxt/files/patch-makefile math/fxt/files/patch-makefile >--- /usr/ports/math/fxt/files/patch-makefile 2015-08-24 03:58:08.093442000 +0900 >+++ math/fxt/files/patch-makefile 1970-01-01 09:00:00.000000000 +0900 >@@ -1,22 +0,0 @@ >---- makefile.orig 2015-07-18 10:34:30 UTC >-+++ makefile >-@@ -197,13 +197,13 @@ install: lib >- : '[$@]' >- @echo 'PREFIX=$(PREFIX) LIBDIR=$(LIBDIR) INCDIR=$(INCDIR)' >- @: >-- @test -d $(INCDIR) || mkdir $(INCDIR) >-- @$(FXT_INSTALL) $(FXTIDIR)/*.h $(INCDIR)/ >-- @cd src && for f in $(SHFXTSRCDIRS); do mkdir -p $(INCDIR)/$$f; done >-- @cd src && for f in $(SHFXTSRCDIRS); do $(FXT_INSTALL) $$f/*.h $(INCDIR)/$$f; done >-+ @test -d $(DESTDIR)$(INCDIR) || mkdir $(DESTDIR)$(INCDIR) >-+ @$(FXT_INSTALL) $(FXTIDIR)/*.h $(DESTDIR)$(INCDIR)/ >-+ @cd src && for f in $(SHFXTSRCDIRS); do mkdir -p $(DESTDIR)$(INCDIR)/$$f; done >-+ @cd src && for f in $(SHFXTSRCDIRS); do $(FXT_INSTALL) $$f/*.h $(DESTDIR)$(INCDIR)/$$f; done >- @: >-- @test -d $(LIBDIR) || mkdir $(LIBDIR) >-- @$(FXT_INSTALL) $(FXTLIB) $(LIBDIR)/ >-+ @test -d $(DESTDIR)$(LIBDIR) || mkdir $(DESTDIR)$(LIBDIR) >-+ @$(FXT_INSTALL) $(FXTLIB) $(DESTDIR)$(LIBDIR)/ >- : '[$@ OK]' >- >- .PHONY: chk-install ##x print whether installed header files are up to date
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 206895
:
166515
| 167611