diff options
author | erwin <erwin@FreeBSD.org> | 2006-05-11 03:14:43 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2006-05-11 03:14:43 +0800 |
commit | f17d10599d555848118518b94a21fca0e938d675 (patch) | |
tree | 3e35273c29a956a3ed0069705d9c451ff8b51eaf /math/fxt | |
parent | 421c7d50e2c7371d840017f4be6b7c7de39475a3 (diff) | |
download | freebsd-ports-gnome-f17d10599d555848118518b94a21fca0e938d675.tar.gz freebsd-ports-gnome-f17d10599d555848118518b94a21fca0e938d675.tar.zst freebsd-ports-gnome-f17d10599d555848118518b94a21fca0e938d675.zip |
- Update to 2006.04.12 [1]
- Pet portlint while I'm here
PR: 97096 [1]
Submitted by: Martin Wilke <freebsd@unixfreunde.de>
Diffstat (limited to 'math/fxt')
-rw-r--r-- | math/fxt/Makefile | 5 | ||||
-rw-r--r-- | math/fxt/distinfo | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/math/fxt/Makefile b/math/fxt/Makefile index 8ae093475765..dbb51437a0ac 100644 --- a/math/fxt/Makefile +++ b/math/fxt/Makefile @@ -7,7 +7,7 @@ # PORTNAME= fxt -PORTVERSION= 2005.11.20 +PORTVERSION= 2006.04.12 CATEGORIES= math MASTER_SITES= http://www.jjj.de/fxt/ EXTRACT_SUFX= .tgz @@ -18,7 +18,6 @@ COMMENT= FFT code and related stuff WRKSRC= ${WRKDIR}/${PORTNAME} USE_GCC= 3.4+ -USE_REINPLACE= yes USE_GMAKE= yes MAKEFILE= makefile MAKE_ENV= CXX="${CXX}" OFLAGS="${CXXFLAGS}" @@ -36,7 +35,7 @@ post-patch: s|^GFLAGS|#GFLAGS|g ; \ s|^PFLAGS|#PFLAGS|g ; \ s|^FXT_CXXFLAGS|#FXT_CXXFLAGS|g' ${WRKSRC}/makefile - @${REINPLACE_CMD} -e 's|sinl|Sin|g' ${WRKSRC}/src/aux0/trigrec.h + @${REINPLACE_CMD} -e 's|sinl|Sin|g' ${WRKSRC}/src/aux0/trigrec.h @${REINPLACE_CMD} -e 's|sinl|sin|g' ${WRKSRC}/src/fht/hartleyshift.h do-install: diff --git a/math/fxt/distinfo b/math/fxt/distinfo index aa8ca316db92..8225b3c257f8 100644 --- a/math/fxt/distinfo +++ b/math/fxt/distinfo @@ -1,3 +1,3 @@ -MD5 (fxt-2005.11.20.tgz) = 309d763611c4b57317936f617c898552 -SHA256 (fxt-2005.11.20.tgz) = b86fdd57775eec95d74780acd3fe74d480c45e6a894a333098b4c1fb3a1df981 -SIZE (fxt-2005.11.20.tgz) = 821542 +MD5 (fxt-2006.04.12.tgz) = 0668a2bcf28f2f8853d26348d28011f2 +SHA256 (fxt-2006.04.12.tgz) = b371cc4482f77e920c1c8f3588cfab86d7a633fd4b4c2a6f0cf20cb27c9fb1ce +SIZE (fxt-2006.04.12.tgz) = 822005 |