summaryrefslogtreecommitdiff
path: root/lang/rexx-regutil (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* lang/rexx-regutil: fix LLD_UNSAFESteve Wills2019-04-082-2/+12
| | | | | PR: 237084 Submitted by: bob@eager.cx (maintainer)
* Work around the lack of definition of union semun per POSIX.Brooks Davis2018-03-021-0/+1
| | | | | | | | | | | | When feasible do this by adding -D_WANT_SEMUN to CFLAGS or CXXFLAGS. Where this fails due to ports not honoring C*FLAGS, patch using __FreeBSD_version to enable the definition. PR: 224300, 224443 (exp-run) Approved by: portmgr (antoine) Exp-run: antoine Sponsored by: DARPA, AFRL Differential Revision: https://reviews.freebsd.org/D14137
* Do not abuse INSTALL_MAN when installing documentation, examples, andAlexey Dokuchaev2018-01-101-2/+2
| | | | other miscellaneous files which are not actually manual pages.
* Fix indentation, install manpages under MANPREFIX, mute MKDIR's.Alexey Dokuchaev2018-01-101-6/+6
|
* lang/rexx-regutil: set LLD_UNSAFE to avoid linking with lldEd Maste2017-12-271-0/+1
| | | | | | | | | | lld does not have built-in search paths, so direct link invocations that specify a library (e.g. -lncurses) but do not specify a search path (e.g. -L/usr/lib) will fail. PR: 214864 Submitted by: krion Approved by: portmgr (LLD_UNSAFE blanket)
* Update license of ports using MPL (without version)Danilo G. Baio2017-11-041-1/+1
| | | | | | All ports now should use MPL[10|11|20] license. Approved by: portmgr (blanket)
* Remove commented out include.Mathieu Arnold2016-06-281-2/+0
|
* lang/rexx-regutil: several patchesKurt Jaeger2016-05-0813-26/+215
| | | | | | | | | | | | | | | - additional MASTER_SITE (there was only one) - tidied Makefile considerably - fixed failure to build under different PREFIX - added DOC option - added EXAMPLES option, and now can have examples (there were none before) - eliminated numerous compilation warnings - REMOVED pkg-plist (only two files in it) - REMOVED pkg-message (now redundant) - ADDED new patches in files/ PR: 209379 Submitted by: bob@eager.cx (maintainer)
* Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.Mathieu Arnold2016-04-011-1/+1
| | | | | With hat: portmgr Sponsored by: Absolight
* lang/rexx-regutil: document ncurses rqmt (USES+=ncurses), respect LDFLAGSJohn Marino2016-02-081-1/+2
| | | | | | Also link with ncurses, not termcap approved by: infrastructure blanket
* Cleanup plistBaptiste Daroussin2014-10-271-1/+0
|
* Stage support.Rene Ladan2014-07-212-10/+7
| | | | | PR: 191066 Submitted by: maintainer <bob@eager.cx>
* Remove indefinite articles and trailing periods from COMMENT, plus minorJimmy Olgeni2014-07-051-1/+1
| | | | | | | | | COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Categories J-L. CR: D305 Approved by: portmgr (swills)
* Convert l* to USES=zipBaptiste Daroussin2014-03-101-1/+1
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | lang)
* - Update MASTER_SITESFrederic Culot2011-07-291-1/+1
| | | | | PR: ports/159277 Submitted by: Bob Eager <bob@eager.cx> (maintainer)
* RegUtil is an implementation of IBM's RexxUtil for Regina. According toWen Heping2010-11-047-0/+99
the author, it is not complete; however, it implements a large number of the RexxUtil functions, and is very useful. Note that any scripts which load RegUtil must be run with the 'regina' command, rather than 'rexx'; the latter does not support the use of external function packages. WWW: http://pages.interlog.com/~pjtm/ PR: ports/150446 Submitted by: Bob Eager <bob@eager.cx>