diff options
author | jbeich <jbeich@FreeBSD.org> | 2016-11-23 20:45:46 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2016-11-23 20:45:46 +0800 |
commit | 3c5cf0a44299e8b909fd3062e8aa0cc710649894 (patch) | |
tree | 9f8db44177ed46a64b46576a24dfdf8ada114376 /audio/csound6 | |
parent | 14033ee9eea4482bcff0519551003d231b38c244 (diff) | |
download | freebsd-ports-gnome-3c5cf0a44299e8b909fd3062e8aa0cc710649894.tar.gz freebsd-ports-gnome-3c5cf0a44299e8b909fd3062e8aa0cc710649894.tar.zst freebsd-ports-gnome-3c5cf0a44299e8b909fd3062e8aa0cc710649894.zip |
devel/boost-*: update to 1.62.0
- Enable `long double` C99 math usage
- Switch 9.x back to building with GCC
Changes: http://www.boost.org/users/history/
PR: 199601
Submitted by: Chen Xu, bapt, amdmi3, truckman (based on)
Reviewed by: rakuco (kde) (earlier version)
Exp-run by: antoine (3 tries), truckman (consumers only, earlier versions)
Approved by: bapt (office)
Diffstat (limited to 'audio/csound6')
-rw-r--r-- | audio/csound6/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/csound6/Makefile b/audio/csound6/Makefile index 39dfaeb21b7a..248862b1d988 100644 --- a/audio/csound6/Makefile +++ b/audio/csound6/Makefile @@ -3,7 +3,7 @@ PORTNAME= csound PORTVERSION= 6.06 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio lang MASTER_SITES= SF/${PORTNAME}/${PORTNAME}6/${PORTNAME:S/c/C/}${PORTVERSION} PKGNAMESUFFIX= 6 |