aboutsummaryrefslogtreecommitdiff
path: root/science/openbabel/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-1/+1
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* Prepare for powerpc-on-clang by deleting hard-coded tests for libstdc++.soMark Linimon2019-07-121-2/+4
| | | | | | | | | | | | | | | | | | as a stand-in for "are we running on gcc". For people already testing powerpc on clang, it is possible that they already have both compilers in base. Thus, the assumption that "gcc is in base" (e.g. libstdc++.so exists) always means "force use of GCC" is already broken. It will be for everyone on -CURRENT once the switch is made. While here, standardize on compiler:c++11-lang instead of -lib (they are equivalent these days), pet portlint, and do some other cleanup. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=506432
* Bump a few PORTREVISIONs after r498529Antoine Brodin2019-04-101-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=498530
* Update math/eigen3 to 3.3.7Tobias C. Berner2018-12-261-1/+1
| | | | | | | | - http://eigen.tuxfamily.org/index.php?title=ChangeLog#Eigen_3.3.6 - http://eigen.tuxfamily.org/index.php?title=ChangeLog#Eigen_3.3.7 Notes: svn path=/head/; revision=488363
* Change cmake default behaviour to outsource.Tobias C. Berner2018-12-251-1/+1
| | | | | | | | | | | | | | Ports that build out of source now simply can use "USES=cmake" instead of "USES=cmake:outsource". Ports that fail to build out of source now need to specify "USES=cmake:insource". I tried to only set insource where explictely needed. PR: 232038 Exp-run by: antoine Notes: svn path=/head/; revision=488341
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-1/+1
| | | | | | | | | | | | | | | | | | defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590 Notes: svn path=/head/; revision=487272
* UnbreakAntoine Brodin2018-12-111-1/+1
| | | | Notes: svn path=/head/; revision=487265
* science/openbabel: fix build with GCC-based architecturesYuri Victorovich2018-12-111-4/+7
| | | | | | | | | | While here, also add USES=gnome. PR: 233912 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Notes: svn path=/head/; revision=487224
* science/openbabel: Take maintainership; Add the GUI option using wxWidgets-3.0Yuri Victorovich2018-06-121-8/+12
| | | | | | | | GUI is "on" by default because that's what CMakeLists.txt suggests as default. Also improve helpers use. Notes: svn path=/head/; revision=472233
* New USES=eigenTobias C. Berner2018-01-021-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Usage: USES=eigen:<version>[,<type>] version: 2 or 3 (required) type: build (default), run For example: USES=eigen:2,build,run will add a BUILD- and RUN_DEPENDS on math/eigen2, and USES=eigen:3 will add a BUILD_DEPENDS on math/eigen3. * Convert the existing ports to use it - biology/iqtree: remove run time dependency (seemed not to be needed) - graphics/movit: remove run time dependency (seemed not to be needed) - science/avogadro: add run time dependeny (installed cmake file requires it to be present) Reviewed by: rakuco, mat Differential Revision: https://reviews.freebsd.org/D13702 Notes: svn path=/head/; revision=457914
* science/openbabel: Update to 2.4.1Danilo G. Baio2017-05-241-4/+6
| | | | | | | | | | | | | | | | | | Patches removed: patch-git_c3abbdda, patch-gcc5-support (Integrated upstream) patch-scripts__CMakeLists.txt (Builds without it) While here, set LICENSE and simplify BUILD_DEPENDS. Changes: https://github.com/openbabel/openbabel/releases PR: 219382 Submitted by: Yuri Victorovich <yuri@rawbw.com> Approved by: garga (mentor) Differential Revision: https://reviews.freebsd.org/D10837 Notes: svn path=/head/; revision=441557
* Provide more descriptive error messages for ports failing on powerpc64.Mark Linimon2017-04-301-2/+2
| | | | | | | | | While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=439789
* science/openbabel: unbreak with GCC >= 6Jan Beich2017-01-211-0/+1
| | | | | | | | | | GCC defaults to C++14 since 6.0 which no longer converts istream to bool by default. Instead of fixing just downgrade to C++98. PR: 216036 Notes: svn path=/head/; revision=432091
* Reassign makc's ports back to the pool.Raphael Kubo da Costa2016-10-201-1/+1
| | | | | | | | | | | | See "Maintainer Reset" in https://www.freebsd.org/portmgr/policies_contributors.html. makc's last commit was in March 31st (r412218), and his ports have been timing out since at least July (r418155). I also emailed him 2 weeks ago and have received no response so far. Notes: svn path=/head/; revision=424339
* many ports: mark broken on powerpc64Steve Wills2016-04-211-0/+2
| | | | Notes: svn path=/head/; revision=413746
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* Convert my ports to new options helpersMax Brazhnikov2015-08-251-10/+6
| | | | Notes: svn path=/head/; revision=395231
* science/openbabel: Support gcc5 (taken from upstream)John Marino2015-04-181-1/+1
| | | | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=384227
* - Convert ports of science/ and security to new USES=pythonMarcus von Appen2014-10-241-1/+1
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371453
* The FreeBSD x11@ and graphics team proudly presentsNiclas Zeising2014-04-161-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a zeising, kwm production, with help from dumbbell, bdrewery: NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE This update switches over to use the new xorg stack by default on FreeBSD 9 and 10 stable, on osversions where vt(9) is available. It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in /etc/make.conf . FreeBSD 8-STABLE and released versions of FreeBSD still use the old version. A package repository with binary packages for new xorg will be available soon. This patch also contains updates of libxcb and related ports, pixman, as well as some drivers and utilities. Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due to xserver version change. Apart from these updates, the way shared libraries are handled has been changed for all xorg ports, as well as libxml2 and freetype, which means ltverhack is gone and as a consequence shared libraries have been bumped. The plan is that this change will make library bumps less likely in the future. All affected ports have had their portrevisions bumped as a consequence of this. Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT. Update instructions, hardware support, and more notes can be found on https://wiki.freebsd.org/Graphics Thanks to: all testers, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/187602 [1] Approved by: portmgr (bdrewery), core (jhb) Notes: svn path=/head/; revision=351411
* - Add dependency on pkgconfig when building with cairo support [1]Max Brazhnikov2013-10-171-28/+4
| | | | | | | | | | - Support staging - Use option helpers Reported by: Andreas Nilsson via mail [1] Notes: svn path=/head/; revision=330663
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | science) Notes: svn path=/head/; revision=327767
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* - convert USE_CMAKE to USESMax Brazhnikov2013-03-221-2/+1
| | | | | | | | | | - while here clean up some ports from CMAKE_VERBOSE, which is intended for users Approved by: portmgr (miwi) Notes: svn path=/head/; revision=314960
* science/openbabel:Max Brazhnikov2012-12-111-26/+54
| | | | | | | | | | | | | | | | - Update openbabel to 2.3.2 - Switch to CMake build system - Add PYTHON and CAIRO options - Don't rename babel binary, mark conflict with ancient biology/babel science/py-openbabel: - Merge py-openbabel to openbabel other: - chase openbabel update Notes: svn path=/head/; revision=308694
* - Remove WITH_FBSD10_FIX, is no longer neededMartin Wilke2011-11-091-1/+0
| | | | Notes: svn path=/head/; revision=285379
* - Fix build on FreeBSD 10Martin Wilke2011-10-291-0/+1
| | | | Notes: svn path=/head/; revision=284615
* Remove USE_GNOME=gnometarget from ports. It has been a empty keyword sinceKoop Mast2011-08-111-1/+1
| | | | | | | | | | mid 2008. PR: ports/159624 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Notes: svn path=/head/; revision=279506
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* Update to 2.2.3Max Brazhnikov2010-06-261-1/+1
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=257028
* Builds on ia64.Marcel Moolenaar2009-11-111-4/+0
| | | | | | | Approved by: makc Notes: svn path=/head/; revision=244125
* Respect LOCALBASE.Max Brazhnikov2009-10-071-1/+1
| | | | | | | Reported by: QATty Notes: svn path=/head/; revision=242565
* Update to 2.2.2Max Brazhnikov2009-08-101-5/+5
| | | | | | | Mark MAKE_JOBS_SAFE Notes: svn path=/head/; revision=239271
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr Notes: svn path=/head/; revision=238781
* - Update boost to 1.39Pav Lucistnik2009-07-281-1/+1
| | | | | | | | | | - Split boost port to separate components, with boost-all metaport PR: ports/137054 Submitted by: Alexander Churanov <churanov.port.maintainer@gmail.com> (maintainer) Notes: svn path=/head/; revision=238504
* Update to 2.2.1Max Brazhnikov2009-04-261-3/+2
| | | | Notes: svn path=/head/; revision=232776
* Use my @FreeBSD.org email for the rest of my portsMax Brazhnikov2009-02-211-1/+1
| | | | Notes: svn path=/head/; revision=228771
* - s/PORTREVSION/PORTREVISIONMartin Wilke2008-07-211-1/+1
| | | | Notes: svn path=/head/; revision=217245
* - Fix build on 6.3Martin Wilke2008-07-181-1/+5
| | | | | | | | PR: 125728 Submitted by: Max Brazhnikov <makc@issp.ac.ru> Notes: svn path=/head/; revision=217047
* - Fix build on 6.XMartin Wilke2008-07-081-0/+1
| | | | | | | | Reported by: ionbot, pavbot Approved by: maintainer via im Notes: svn path=/head/; revision=216534
* - Update to 2.2.0Beech Rintoul2008-07-071-3/+5
| | | | | | | | | | - Pass maintainership to submitter PR: ports/125335 Submitted by: Max Brazhnikov <makc@issp.ac.ru> Notes: svn path=/head/; revision=216424
* - Update to 2.1.1Martin Wilke2007-08-201-5/+3
| | | | | | | | PR: 115397 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=197952
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-07-231-1/+0
| | | | | | | | | | | | | | | | | | | | | supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run Notes: svn path=/head/; revision=196111
* - Update to 2.1.0Pav Lucistnik2007-05-241-4/+3
| | | | Notes: svn path=/head/; revision=191645
* - s,INSTALLS_SHLIB,USE_LDCONFIG,gCheng-Lung Sung2006-08-151-1/+1
| | | | | | | | | | | - these include misc/ multimedia/ net/ net-mgmt/ net-im/ net-p2p/ palm/ print/ science/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> Notes: svn path=/head/; revision=170651
* - Upgrade to 2.0.2 [1]Shaun Amott2006-08-011-3/+3
| | | | | | | | | | - portlint(1) tweak PR: ports/101196 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=169380
* - Update to version 2.0.1Sergey Matveychuk2006-04-201-2/+3
| | | | | | | | PR: ports/96010 Submitted by: Ports Fury Notes: svn path=/head/; revision=159986
* Conversion to a single libtool environment.Ade Lovett2006-02-231-1/+2
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* BROKEN on ia64: gcc internal error during buildKris Kennaway2006-01-191-1/+7
| | | | Notes: svn path=/head/; revision=153927
* Update to 2.0.0.Sam Lawrance2005-12-181-5/+18
| | | | | | | | PR: ports/90558 Submitted by: Ports Fury Notes: svn path=/head/; revision=151475