summaryrefslogtreecommitdiff
path: root/math/oleo/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Fix the build when MOTIF is selected;Thierry Thomas2021-01-131-0/+49
| | | | | | | | | | - Register missing dependencies. PR: 251535 Submitted by: Marty Stanquist Notes: svn path=/head/; revision=561508
* Fix buildStefan Eßer2020-09-231-1/+13
| | | | | | | | | | | | | | | | The configure script ran into an infinite loop due to an optimization that assumes multiplication of 2 positive numbers was always positive (ignoring wrap-around). Pass "-fwrapv" to the configure script and build the package with that option. Two parsers are generated and both use the same global variables. Fix the build with -fno-common by use of pre-processor macros that rename the variables used in one of those source files. Passing -p to set a non-conflicting prefix other than "yy" does not work with implicit ".c.y" rules and was therefore not applicable. Notes: svn path=/head/; revision=549724
* Fix build with Perl 5.26.Mathieu Arnold2018-03-281-0/+27
| | | | | | | | | | | | | Unescaped left brace in regex is illegal in regex when not used as a quantifier. - /foo{3}/ will match foofoofoo. - /\\new{bar}/ is illegal and should be written as /\\new\{bar}/. PR: 226817 Sponsored by: Absolight Notes: svn path=/head/; revision=465819
* math/oleo: document ncurses and remove extern errnoJohn Marino2016-08-2322-79/+95
| | | | | | | While here, regenerate all patches with makepatch Notes: svn path=/head/; revision=420708
* Remove $FreeBSD$ from patches files everywhere.Mathieu Arnold2015-05-222-4/+0
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=387082
* Fix build with Perl 5.21.1+Mathieu Arnold2015-04-201-0/+23
| | | | | | | | | | | | "defined(@array)" and "defined(%hash)" are now fatal errors These have been deprecated since v5.6.1 and have raised deprecation warnings since v5.16. With hat: perl@ Sponsored by: Absolight Notes: svn path=/head/; revision=384372
* Remove USE_AUTOTOOLS and remove DATADIRNAME patchTijl Coosemans2014-09-241-16/+0
| | | | Notes: svn path=/head/; revision=369200
* Rename math/ patch-xy patches to reflect the files they modify.Adam Weinberger2014-07-2817-0/+0
| | | | Notes: svn path=/head/; revision=363276
* - STAGE-cleanPietro Cerutti2014-02-143-2/+94
| | | | | | | | - Convert to new LIB_DEPENDS format - Add LICENSE Notes: svn path=/head/; revision=344172
* - Fix build with gcc 4.2Martin Wilke2008-02-083-0/+47
| | | | | | | | | | - Pass maintainership to submitter PR: 120415 Submitted by: "Pietro Cerutti" <gahr@gahr.ch> Notes: svn path=/head/; revision=206919
* Fix build with gcc34 & open-motifVolker Stolz2005-01-192-5/+43
| | | | | | | | PR: ports/75900 Noticed by: Tyler Davidson Notes: svn path=/head/; revision=126849
* Fix build on 5.x and fix build with new X headers.Eric Anholt2004-07-153-3/+45
| | | | | | | Reported by: pointyhat via kris Notes: svn path=/head/; revision=113689
* - unbreak;Thierry Thomas2004-06-073-3/+24
| | | | | | | - do some cleaning. Notes: svn path=/head/; revision=111034
* Fix build, and another fixes for building.Maho Nakata2003-07-194-0/+62
| | | | | | | | | | Unbreak. PR: 51923 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=85174
* Add a patch to fix build with bison in -current.Pete Fritchman2003-01-021-0/+12
| | | | | | | | PR: 46690 Submitted by: Andreas Schulz <ats@first.fraunhofer.de> Notes: svn path=/head/; revision=72224
* Unbreak: fix compilation.Pete Fritchman2002-06-091-0/+13
| | | | Notes: svn path=/head/; revision=60982
* Update to version 1.99.14Kevin Lo2000-12-025-79/+80
| | | | | | | | PR: 23226 Submitted by: Ports Fury Notes: svn path=/head/; revision=35605
* Update port to 1.99.12Chris D. Faulhaber2000-08-025-4/+109
| | | | | | | | PR: 20264 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=31225
* Update to 1.99.5Satoshi Taoka1999-09-202-10/+22
| | | | | | | | PR: 13796 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=21819
* Use CFLAGS from /etc/make.conf.Satoshi Asami1995-10-191-0/+11
Notes: svn path=/head/; revision=2347