svn commit: r410583 - in head/math/fxt: . files
Mathieu Arnold
mat at FreeBSD.org
Mon Mar 7 23:01:08 UTC 2016
Author: mat
Date: Mon Mar 7 23:01:06 2016
New Revision: 410583
URL: https://svnweb.freebsd.org/changeset/ports/410583
Log:
Update to 2016.02.27
PR: 206895
Submitted by: tkato432 yahoo com
Sponsored by: Absolight
Deleted:
head/math/fxt/files/patch-makefile
Modified:
head/math/fxt/Makefile
head/math/fxt/distinfo
Modified: head/math/fxt/Makefile
==============================================================================
--- head/math/fxt/Makefile Mon Mar 7 23:01:02 2016 (r410582)
+++ head/math/fxt/Makefile Mon Mar 7 23:01:06 2016 (r410583)
@@ -2,33 +2,33 @@
# $FreeBSD$
PORTNAME= fxt
-PORTVERSION= 2015.07.17
-PORTREVISION= 1
+PORTVERSION= 2016.02.27
CATEGORIES= math
MASTER_SITES= http://www.jjj.de/fxt/
MAINTAINER= ports at 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}/)
+ (cd ${WRKSRC}/demo && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR})
.include <bsd.port.mk>
Modified: head/math/fxt/distinfo
==============================================================================
--- head/math/fxt/distinfo Mon Mar 7 23:01:02 2016 (r410582)
+++ head/math/fxt/distinfo Mon Mar 7 23:01:06 2016 (r410583)
@@ -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
More information about the svn-ports-all
mailing list