aboutsummaryrefslogtreecommitdiff
path: root/lang/gnu-cobol
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* - Update to 3.1.2Wen Heping2020-12-312-4/+4
| | | | Notes: svn path=/head/; revision=559705
* - Update to 3.1.1Wen Heping2020-12-103-5/+5
| | | | Notes: svn path=/head/; revision=557410
* - Update to 3.1Wen Heping2020-11-123-9/+16
| | | | Notes: svn path=/head/; revision=554935
* - Take maintainershipWen Heping2020-02-191-1/+1
| | | | Notes: svn path=/head/; revision=526481
* lang/gnu-cobol: Fix NLS option (spell NLS_CONFIGURE_ENABLE correctly)Tobias Kortkamp2020-01-011-1/+1
| | | | Notes: svn path=/head/; revision=521724
* Returns johans's ports to the pool after safekeeping his commit bit.Rene Ladan2019-11-041-1/+1
| | | | Notes: svn path=/head/; revision=516744
* Switch to -fstack-protector-strong and enable on more architecturesJan Beich2019-04-241-0/+1
| | | | | | | | | | PR: 237273 Exp-run by: antoine Approved by: portmgr (antoine) Differential Revision: https://reviews.freebsd.org/D19907 Notes: svn path=/head/; revision=499897
* Fix various misspellings of PORTREVISION.Alexey Dokuchaev2019-03-101-1/+1
| | | | Notes: svn path=/head/; revision=495247
* 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
* Update WWWSunpoet Po-Chuan Hsieh2018-02-041-1/+1
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=460908
* - Update to 2.2Johan van Selst2017-12-253-14/+50
| | | | | | | | | | - Add LICENSE PR: ports/224494 Submitted by: wen Notes: svn path=/head/; revision=457215
* 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
* USE_BDB cleanup.Mathieu Arnold2016-08-081-2/+1
| | | | | | | | | | | | | | - USE_BDB=4x+ -> USES=bdb. - USE_BDB=yes -> USES=bdb. - USE_BDB=xx -> USES=bdb:xx. Other modernisations when I see them. PR: 209183 Sponsored by: Absolight Notes: svn path=/head/; revision=419843
* Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412347
* lang/gnu-cobol: document ncurses requirement (USES+=ncurses)John Marino2016-02-081-1/+2
| | | | | | | | | Also link with ncurses, not curses approved by: infrastructure blanket Notes: svn path=/head/; revision=408506
* Cleanup plistBaptiste Daroussin2014-10-271-5/+0
| | | | Notes: svn path=/head/; revision=371587
* Berkeley DB cleanup, remove versions 4.0 ... 4.7.Matthias Andree2014-08-211-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | - Mk/bsd.database.mk rewrite, new default to db5. - db6 is eligible by default only if installed on the system. - Bump PORTREVISION of all ports that directly depend on BerkeleyDB or where USE_BDB is found in the port's directory - Patch a few ports such that they will pick up or work with newer versions. - Add UPDATING entry - Drive-by format fix for pks - Drop BerkeleyDB option from mail/popular for now, requires more work. - Exp-run logs linked from the PR below. - Ports that do not build (IGNORE, BROKEN, etc.) have pro-forma changes for new Berkeley DB, but are untested. NOTE: please read UPDATING and the Wiki page before proceeding! Announcement: http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-August/000090.html Wiki reference: https://wiki.freebsd.org/Ports/BerkeleyDBCleanup PR: 192690 Approved by: portmgr (implicit, PORTREVISION bump on unstaged ports) Notes: svn path=/head/; revision=365599
* Fix build on -current.Adam Weinberger2014-08-161-1/+2
| | | | Notes: svn path=/head/; revision=365118
* - Move lang/open-cobol to lang/gnu-cobol to reflect project changesJohan van Selst2014-05-074-0/+68
- Adopt port Notes: svn path=/head/; revision=353174