diff options
author | marino <marino@FreeBSD.org> | 2015-04-18 21:49:18 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2015-04-18 21:49:18 +0800 |
commit | b3288be24cd8d3a8258cb42d3e86dbb5f0a43913 (patch) | |
tree | 9eec8085c6d7160b6f8b255a2a019fe161911880 /science/openbabel/Makefile | |
parent | c4494e0a604bfe5ad12b1452d5637026f4f48520 (diff) | |
download | freebsd-ports-gnome-b3288be24cd8d3a8258cb42d3e86dbb5f0a43913.tar.gz freebsd-ports-gnome-b3288be24cd8d3a8258cb42d3e86dbb5f0a43913.tar.zst freebsd-ports-gnome-b3288be24cd8d3a8258cb42d3e86dbb5f0a43913.zip |
science/openbabel: Support gcc5 (taken from upstream)
This was really painful. I consolidated numerous shared_ptr (TR1)
patches to a single big patch (including moving part of an existing
patch to it because the target needed yet another change).
Tested on FreeBSD 8/i386 and FreeBSD 10/amd64. This was previously
built on DragonFly with gcc 4.7, but libstdc++ incompatibilities caused
avogadro to break which eventually broken kde4 metapackage.
Those openbabel guys are long overdue for a new release, this was a bit
absurd although maybe some clever sed'ding could have reduced the patch
count.
Approved by: blanket (gcc5 & DF breakage)
Diffstat (limited to 'science/openbabel/Makefile')
-rw-r--r-- | science/openbabel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/openbabel/Makefile b/science/openbabel/Makefile index 905ccdec49b9..787e09522a5f 100644 --- a/science/openbabel/Makefile +++ b/science/openbabel/Makefile @@ -3,7 +3,7 @@ PORTNAME= openbabel PORTVERSION= 2.3.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science MASTER_SITES= SF |