79 Commits

Author SHA1 Message Date
pirofti
ba6c8c9422 Update math/gnuplot to 5.2.5.
Here is a minor update to gnuplot.

  http://www.gnuplot.info/ReleaseNotes_5_2_5.html

Contains new features and a couple of bug fixes.

OK ajacoutot@
2018-12-22 09:35:30 +00:00
sthen
25f0e460f2 Add COMPILER lines to c++ ports which currently use the default. Adjust
some existing COMPILER lines with arch restrictions etc. In the usual
case this is now using "COMPILER = base-clang ports-gcc base-gcc" on
ports with c++ libraries in WANTLIB.

This is basically intended to be a noop on architectures using clang
as the system compiler, but help with other architectures where we
currently have many ports knocked out due to building with an unsuitable
compiler -

- some ports require c++11/newer so the GCC version in base that is used
on these archirtectures is too old.

- some ports have conflicts where an executable is built with one compiler
(e.g. gcc from base) but a library dependency is built with a different
one (e.g. gcc from ports), resulted in mixing incompatible libraries in the
same address space.

devel/gmp is intentionally skipped as it's on the path to building gcc -
the c++ library there is unused in ports (and not built by default upstream)
so intending to disable building gmpcxx in a future commit.
2018-10-24 14:27:57 +00:00
solene
da6adbc447 Update to gnuplot-5.2.4
ok pirofti@ jca@
2018-08-09 12:25:55 +00:00
pirofti
234ef441c6 Update gnuplot to 5.2.2.
OK steven@
2018-04-30 11:57:12 +00:00
pirofti
569fbf97f8 Update to gnuplot 5.2.1.
While at it remove obsolete emacs dependency, use GNU readline and
take maintainership.

OK and input feinerer@, OK steven@
2017-11-04 17:21:41 +00:00
sthen
5e964ab0df bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. 2017-07-26 22:45:14 +00:00
espie
c114d7057b add pthread to COMPILER_LIBCXX.
white lie, but it allows clang and gcc to be more similar
bump accordingly.
2017-07-23 09:26:25 +00:00
espie
8ac47fd9c6 use COMPILER_LIBCXX where applicable 2017-07-16 19:18:47 +00:00
rsadowski
88404f29cf Bump REVISION and adjust WANTLIB after gd update
ok sthen@, "looks okay" @landry
2017-05-15 19:56:02 +00:00
sthen
bcbf44ab87 use LIBCXX 2017-04-10 11:46:18 +00:00
naddy
a29ecc2a37 replace libiconv and gettext modules, regen wantlib 2016-04-27 21:41:07 +00:00
pirofti
78c317c699 Update to gnuplot 3.6.6.
From Ingo Feinerer who also tested the affected ports, thanks!
Okay sthen@
2015-06-03 07:28:28 +00:00
jca
6b1af994ab Use emacs>=24 at build time. 2014-11-01 00:56:44 +00:00
sthen
41b1db3c57 unbreak gnuplot,no_x11 following gd changes; reported by/analysis nigel@ 2014-03-18 11:33:29 +00:00
sthen
dcb445207e sync follow graphics/gd update 2014-03-17 23:21:26 +00:00
naddy
10bfdff492 the png headers are now directly under include/ 2013-06-04 18:41:39 +00:00
jasper
3a56a8d6f4 - update to gnuplot 4.6.3
testing by various
ok sthen@
2013-05-29 14:32:11 +00:00
espie
0662a4e9d6 PERMIT_* / REGRESS->TEST sweep 2013-03-11 11:20:26 +00:00
espie
8d51bb15a5 FLAVOR:L 2011-12-05 22:36:54 +00:00
jasper
5d3e86e4d8 - regen WANTLIB 2011-11-03 20:28:09 +00:00
nigel
88ed261be5 Change --disable-lua to --without-lua
ok: aja@
2011-10-02 13:14:15 +00:00
ajacoutot
94ccb4c91a Use the libiconv|gettext MODULE. 2011-07-06 23:56:08 +00:00
rpointel
4bab4b8f57 Modify DESCR, spotted and corrected by Anthony J. Bentley (thanks).
Bump revision.
2011-06-25 06:54:35 +00:00
jasper
b8e14b586f - don't pickup pdflib if it's installed
found the hardway by naddy@
2011-06-23 14:16:46 +00:00
jasper
5425240e13 - bugfix update to 4.4.3 2011-06-19 21:00:24 +00:00
jasper
230ffe6536 - update gnuplot to 4.4.2
- remove maintainer after various time-outs

joint work with patrick keshishian
2011-01-06 23:45:07 +00:00
espie
9ff53f35ab remaining WANTLIB go .>= to >= 2010-11-22 10:16:08 +00:00
espie
bc8dc9adb1 new depends 2010-11-19 07:23:05 +00:00
espie
cc12c18d21 WANTLIB for math 2010-11-07 20:33:58 +00:00
ajacoutot
ff07e285bc Remove USE_X11. 2010-10-24 20:58:58 +00:00
espie
3075d068d4 USE_GROFF=Yes 2010-10-18 20:52:05 +00:00
sthen
c84a42b60c Update to 4.2.6, maintainer timeout. 2009-10-07 20:01:06 +00:00
ajacoutot
6058656d84 Make use of REGRESS_IS_INTERACTIVE=x11
ok jasper@ sthen@
2009-09-06 10:46:25 +00:00
kili
8fc6287292 WANTLIB changes after xcb addition and bump. 2009-08-10 06:29:51 +00:00
steven
43c56f53c2 update to 4.2.5
tested/looks good to kili@
2009-04-19 15:06:50 +00:00
ajacoutot
09dce0e760 - little orphan found a new parent: Weldon Goree... thank you. 2008-07-02 17:53:11 +00:00
ajacoutot
95e343fe4c - remove Dan Harnett from MAINTAINER per his request
- bump
2008-07-01 16:41:19 +00:00
steven
c8cabd0ced enable regression tests 2008-05-23 21:06:46 +00:00
steven
70072baf9a update to 4.2.3 2008-05-23 20:57:32 +00:00
steven
1a959e62d4 maintenance update to 4.2.2
ok sthen@
2007-09-20 12:14:30 +00:00
steven
907a85c549 remove quotes from COMMENT/PERMIT*/BROKEN 2007-09-15 18:44:36 +00:00
espie
9eafbbfb35 base64 checksums. 2007-04-05 16:19:55 +00:00
steven
bcd1250517 update to gnuplot 4.2.0
maintainer timeout
2007-03-28 16:50:58 +00:00
espie
a1396a349f Bundle source patches with the package. After all, it's small, and that
way, we meet the licence for redistribution.
2006-08-25 10:08:33 +00:00
espie
948f8f98f0 more new lib specs 2006-08-03 20:04:51 +00:00
alek
042ffe959d Don't build lisp stuff
ok danh@
2005-03-06 07:57:17 +00:00
naddy
8e0d7f62ec SIZE 2005-01-05 17:05:00 +00:00
danh
0521c0ff3f update to gnuplot 4.0.0 2004-12-21 16:56:59 +00:00
espie
d7c7e778ad new style PLISTs 2004-09-15 09:11:58 +00:00
xsa
7ff18c228b add new MASTER_SITES; ok danh@. 2004-02-04 15:02:09 +00:00