aboutsummaryrefslogtreecommitdiff
path: root/math/gnubc
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Fix build with -fno-commonStefan Eßer2020-09-032-1/+16
| | | | Notes: svn path=/head/; revision=547437
* New port of a BSD licensed and GNU compatible bc and dc program.Stefan Eßer2019-01-281-0/+2
| | | | | | | | | | | These programs have been used in a number of other projects over many years and they are highly portable and heavily tested. Obtained from: Gavin Howard <gavin.d.howard@gmail.com> Approved by: antoine (mentor) Notes: svn path=/head/; revision=491519
* Install texinfo files (GNU info) into ${PREFIX}/share/infoBaptiste Daroussin2018-11-101-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | After a discussion on the mailing list on moving manpages to ${PREFIX}/share/man for consistency with base where it is installed in usr/share/man, it appeared the same should happen to GNU info files which were installed under share in base and not in ports. Now texinfo is not in base on any of the supported version of FreeBSD it is possible to proceed to this move and it is easier to do than the manpage change. Other benefit than consistency are less patching: all build tools but cmake are expecting info files to be under share/info and cmake (patched here) was having an exception for BSD so the patch makes FreeBSD case less specific for them Bump revision of all impacted ports PR: 232907 exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D17816 Notes: svn path=/head/; revision=484628
* Mark various ports broken on powerpc64.Mark Linimon2018-09-101-0/+2
| | | | | | | Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=479351
* math/gnubc: Update 1.06 -> 1.07.1Yuri Victorovich2018-06-186-40/+8
| | | | | | | | | | | | | | | | Port changes: * Change to DISTVERSION * Fix LICENSE, it's actually GPLv3 * Add LICENSE_FILE * Add USES=makeinfo * Order USExx section * Remove patches - not needed any more * Change WWW to https Reported by: portscout Notes: svn path=/head/; revision=472673
* Reset MAINTAINERMark Felder2018-06-111-1/+1
| | | | | | | Multiple consecutive previous maintainer timeouts Notes: svn path=/head/; revision=472207
* Convert to USES=libeditBaptiste Daroussin2015-07-191-1/+2
| | | | Notes: svn path=/head/; revision=392542
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-2/+1
| | | | | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386312
* - Minor fixes from Apple [1]Gabor Kovesdan2015-02-244-2/+37
| | | | | | | | | | | - Add LICENSE [1] - Pet portlint(1) PR: 193963 [1] Submitted by: pfg [1] Notes: svn path=/head/; revision=379816
* Remove NOPORTDOCS and NOPORTEXAMPLES.Adam Weinberger2014-07-041-2/+2
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=360499
* Stagify.Vanilla I. Shu2014-06-181-6/+5
| | | | | | | Approved by: portmgr@ Notes: svn path=/head/; revision=358274
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | math) Notes: svn path=/head/; revision=327746
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - Compile with libedit. No OPTIONS, just do it unconditionally given that itGabor Kovesdan2010-02-041-0/+2
| | | | | | | | | | is part of the base system. - Bump PORTREVISION Requested by: Lucius Windschuh <lwindschuh@googlemail.com> Notes: svn path=/head/; revision=249233
* bc is an arbitrary precision numeric processing language. Syntax is similarGabor Kovesdan2010-02-033-0/+46
to C but differs in many substantial areas. It supports interactive execution of statements. The bc utility is included in the POSIX 1003.1-2008 standard. WWW: http://www.gnu.org/software/bc/ Notes: svn path=/head/; revision=249168