aboutsummaryrefslogtreecommitdiff
path: root/science/chemtool/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* science/chemtool: Update dependency transfig:print/transfig -> ↵Yuri Victorovich2020-10-181-2/+2
| | | | | | | | | fig2dev:print/fig2dev Requested by: pi (via e-mail) Notes: svn path=/head/; revision=552676
* science/chemtool: Fix build on 13 by adding -fcommonYuri Victorovich2020-09-201-0/+2
| | | | | | | MFH: 2020Q3 Notes: svn path=/head/; revision=549404
* Add USES=xorg USES=gl, ports categories sNiclas Zeising2019-11-071-1/+1
| | | | | | | | Add USES=xorg and USES=gl to ports in categories starting with 's' While here, try to sprinkle other USES (mostly gnome and sdl) as needed. Notes: svn path=/head/; revision=516988
* 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
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-0/+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
* science/chemtool: fix build with GCC-based architecturesYuri Victorovich2018-10-201-1/+1
| | | | | | | | | | Also add USES=gnome PR: 232474 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Notes: svn path=/head/; revision=482591
* science/chemtool: Update 1.6.11 -> 1.6.14Yuri Victorovich2018-03-241-17/+17
| | | | | | | | | | | | | | | Port changes: * Take maintainership * Change to DISTVERSION * Add LICENSE/LICENSE_FILE * Add missing dependencies in LIB_DEPENDS and USE_GNOME * Add the NLS option * Add PORTEXAMPLES=* * Remove post-patch (not needed) * Remove do-install (not needed, except for EXAMPLES) Notes: svn path=/head/; revision=465423
* Return maho@'s ports to the pool after his commit bit expired.Rene Ladan2018-03-111-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=464164
* Remove libintl.so.9 compatibility link that was added in r374303 toTijl Coosemans2016-12-081-1/+1
| | | | | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since. Notes: svn path=/head/; revision=428152
* 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
* - Fix missing library problems when the linker enforces explicit linkingTijl Coosemans2014-08-261-9/+8
| | | | | | | | | PR: 192062 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=366215
* Remove NOPORTDOCS and NOPORTEXAMPLES.Adam Weinberger2014-07-041-2/+2
| | | | Notes: svn path=/head/; revision=360670
* - Support stagingDmitry Marakasov2014-06-031-11/+8
| | | | | | | | | - Use new LIB_DEPENDS syntax Approved by: portmgr blanket Notes: svn path=/head/; revision=356274
* 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
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-061-5/+2
| | | | Notes: svn path=/head/; revision=326494
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-1/+1
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-0/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* Use NOPORTEXAMPLES and %%PORTEXAMPLES%% where appropiate to fix packaging withIon-Mihai Tetcu2009-04-051-1/+1
| | | | | | | | | | -DNOPORT* defined. Prompted by: QAT QA run Approved by: maintainer timeout on QATMail Notes: svn path=/head/; revision=231641
* Update to 1.6.11.Maho Nakata2009-03-171-8/+1
| | | | Notes: svn path=/head/; revision=230293
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
* Conversion from (now defunct) autoconf-2.61 to autoconf-2.62Ade Lovett2008-08-201-1/+1
| | | | | | | Tested by: exp build run (erwin) Notes: svn path=/head/; revision=218886
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* Switch autoconf dependencies from 2.53 or 2.59 to 2.61.Mark Linimon2007-09-301-2/+2
| | | | | | | | PR: ports/116639 Submitted by: aDe Notes: svn path=/head/; revision=200411
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Update to 1.6.10.Maho Nakata2007-04-171-5/+10
| | | | Notes: svn path=/head/; revision=190165
* - update to 1.6.9Maho Nakata2006-04-261-2/+1
| | | | | | | | | | - pkg-plist fixed PR: 96331 Submitted by: Martin Wilke <freebsd@unixfreunde.de> Notes: svn path=/head/; revision=160488
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* Bump PORTREVISION to chase the glib20 shared library update.Joe Marcus Clarke2005-11-051-0/+1
| | | | Notes: svn path=/head/; revision=147269
* update to 1.6.7Maho Nakata2005-10-091-2/+1
| | | | | | | | Submitted by: Martin Kroeker <martin@ruby.chemie.uni-freiburg.de> edwin Notes: svn path=/head/; revision=144651
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* Bump PORTREVISION to chase the glib20 shared lib version change.Joe Marcus Clarke2005-03-121-0/+1
| | | | Notes: svn path=/head/; revision=130974
* Update 1.6.6Maho Nakata2005-02-131-1/+1
| | | | Notes: svn path=/head/; revision=128668
* update to 1.6.5Maho Nakata2005-02-091-1/+1
| | | | | | | Submitted by: Martin Kroeker <martin@ruby.chemie.uni-freiburg.de> Notes: svn path=/head/; revision=128350
* Update to 1.6.4Maho Nakata2005-02-011-1/+2
| | | | | | | | | Submitted by: Christopher Illies <christopher.illies@web.de>, MartinKroeker <martin@ruby.chemie.uni-freiburg.de> (original author) and maho Notes: svn path=/head/; revision=127822
* Update to 1.6.3Maho Nakata2005-01-301-4/+3
| | | | | | | Submitted by: Christopher Illies <christopher.illies@web.de> Notes: svn path=/head/; revision=127678
* Make portlint happy by replacing space to tabMaho Nakata2004-05-061-1/+1
| | | | | | | | PR: 65409 Submitted by: trevor Notes: svn path=/head/; revision=108577
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-1/+1
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* Use the CPIO macro defined in bsd.port.mk.Trevor Johnson2004-01-221-1/+1
| | | | Notes: svn path=/head/; revision=98793
* Fix CONFIGURE_ENV, this is passed as-is to the shell.Maho Nakata2003-10-081-2/+2
| | | | | | | | Submitted by: will Reviewed by: Jonathan Drews <j.e.drews@att.net> Notes: svn path=/head/; revision=90591
* Honor CFLAGSMaho Nakata2003-10-041-1/+1
| | | | Notes: svn path=/head/; revision=90194
* a) add support for EMF formatMaho Nakata2003-10-041-6/+4
| | | | | | | b) bump portrevision Notes: svn path=/head/; revision=90193
* Fix very stupid error.Maho Nakata2003-09-031-1/+4
| | | | | | | Reported by: freshports and Dan Langille Notes: svn path=/head/; revision=88463
* 1) takeover maintainershipMaho Nakata2003-09-031-2/+4
| | | | | | | 2) add EMF support (not work yet) Notes: svn path=/head/; revision=88461
* Update to 1.6 and some clean-up.Maho Nakata2003-07-211-5/+20
| | | | | | | | PR: 54664 Submitted by: KATO Tsuguru <tkato@prontomail.com> aka Ports fury Notes: svn path=/head/; revision=85259
* Remove USE_GNOMENG.Joe Marcus Clarke2003-04-201-1/+0
| | | | Notes: svn path=/head/; revision=79368