summaryrefslogtreecommitdiff
path: root/math/graphthing (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* math: Add missing USES={gl,gnome,php,sdl,xorg}Tobias Kortkamp2019-11-081-1/+1
|
* 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
* 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
* USES=compiler:c++11-lang is necessary to fix build on GCC-basedMark Linimon2018-12-021-1/+1
| | | | | | | | | architectures. While here, pet portlint. PR: 233614 Submitted by: Piotr Kubaj
* - Drop deprecated WX_UNICODEDmitry Marakasov2016-08-165-15/+15
| | | | | - Regenerate patches with `make makepatch` - Fix WWW:
* Remove ansi version fo wxGTK 2.8 and only keep the unicode versionBaptiste Daroussin2015-09-161-1/+1
| | | | | | | | All applications in the ports tree works correctly with unicode version of wxGTK Newer version of wxGTK are unicode only (3.0+) Note that now WX_UNICODE macro is noop
* math category: Remove $PTHREAD_LIBSJohn Marino2015-03-251-3/+1
| | | | | | Note that math/PDL did not pass stage-QA before, so it was fixed. approved by: PTHREAD blanket
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-1/+1
| | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit)
* Use only 2.8 and unicode version of wxGTKBaptiste Daroussin2014-03-241-4/+4
|
* - Add stage supportDanilo Egea Gondolfo2014-02-161-5/+3
| | | | - Convert USE_GMAKE to USES
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | math)
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | Approved by: portmgr (bdrewery)
* Convert USE_BISON to USES= bisonBaptiste Daroussin2013-03-081-7/+2
| | | | | | | | | | | | | | It brings bison as a build dependency in case it is set the following way: USES= bison or USES= bison:build it brings bison as a run dependency in case it is set the following way: USES= bison:run it brings bison both as a run and build dependency in case it the set the following way: USES= bison:both While here trim some headers Convert some USE_GNOME= gnomehack to USES= pathfix
* Fix typos and make small modifications in COMMENT (according to Porter'sCarlo Strub2012-08-031-1/+1
| | | | | | Handbook) Approved by: portmgr@ (implicit)
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
|
* - Fix build with newer wxWidgetsMartin Wilke2012-03-242-3/+30
| | | | | | | | - Add MAKE_JOBS_SAFE PR: 166044 Submitted by: Ports Fury Feature safe: yes
* Fix build errors with latest bisonTilman Keskinoz2012-02-213-2/+40
|
* Drop maintainership, as i have not been able to fix this port before it becameTilman Keskinoz2012-02-131-1/+1
| | | | marked broken
* - Mark BROKEN: does not compilePav Lucistnik2012-02-101-0/+2
| | | | | | | | | | | | | | gt-bison.y -> gt-bison.tab.cc gt-bison.tab.cc -> gt-bison.tab.o gt-bison.y: In function 'int yy_gt_parse()': gt-bison.y:95: warning: deprecated conversion from string constant to 'char*' gt-bison.y:100: warning: deprecated conversion from string constant to 'char*' gt-bison.tab.cc:1596: error: invalid conversion from 'const char*' to 'char*' gt-bison.tab.cc:1596: error: initializing argument 1 of 'int yy_gt_error(char*)' gt-bison.tab.cc:1711: warning: deprecated conversion from string constant to 'char*' gmake[1]: *** [gt-bison.tab.o] Error 1 Reported by: pointyhat
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-3/+2
| | | | | | | | | - 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
* 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>
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
|
* Add LICENSE and LICENSE_FILE to my ports.Tilman Keskinoz2010-05-301-0/+3
|
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
|
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-1/+1
| | | | | | bumped or updated Requested by: edwin
* 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)
* Migration from bison 1.x to 2.xAde Lovett2007-10-171-2/+2
| | | | | PR: 117086 Tested by: -exp runs
* - 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}.
* Update to 1.3.2Tilman Keskinoz2006-12-272-4/+4
|
* Update to 1.3.1Tilman Keskinoz2006-12-102-4/+4
|
* - Use features of bsd.wx.mk, especially USE_WXPav Lucistnik2006-12-011-3/+2
| | | | | PR: ports/101613 Submitted by: alepulver
* Upgrade to 1.3Tilman Keskinoz2006-09-182-4/+4
|
* Remove USE_REINPLACE from ports starting with MEdwin Groothuis2006-05-101-1/+0
|
* Update to 1.2.1Tilman Keskinoz2005-11-122-5/+5
| | | | | Add SHA256 Grab back Maintainership
* Bump PORTREVISION to chase the glib20 shared library update.Joe Marcus Clarke2005-11-051-0/+1
|
* Update to 1.2Marcus Alves Grando2005-10-292-3/+3
| | | | | PR: 88192 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* Upgrade to 1.1.Thierry Thomas2005-08-014-23/+4
| | | | | PR: 84405 Submitted by: KATO Tsuguru
* Update to 1.0Tilman Keskinoz2005-07-044-26/+23
| | | | | | | - Switch from gtkmm to wxgtk PR: 82944 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* - Fix build on gcc-3.4Pav Lucistnik2005-02-252-7/+19
| | | | | PR: ports/78017 Submitted by: Johan van Selst <johans@stack.nl>
* BROKEN on 5.x: Configure failsKris Kennaway2004-09-261-1/+7
| | | | Approved by: portmgr (self)
* - Update to version 0.9.5Kirill Ponomarev2004-03-013-10/+9
| | | | | PR: ports/63594 Submitted by: Ports Fury
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | (Part 1)
* SIZEify.Trevor Johnson2004-01-291-0/+1
|
* Update to 0.9.4Tilman Keskinoz2004-01-152-4/+8
|
* Update to 0.9.3Tilman Keskinoz2003-12-182-3/+2
|
* Bump the PORTREVISION for the ports directly affected by the gettext upgrade.Joe Marcus Clarke2003-08-261-0/+1
| | | | Prodded by: kris
* Chase the libintl.so shared lib version.Joe Marcus Clarke2003-08-251-1/+1
|
* - Update to 0.9.2Kirill Ponomarev2003-08-244-15/+3
|