aboutsummaryrefslogtreecommitdiffstats
path: root/devel/bcc
Commit message (Collapse)AuthorAgeFilesLines
* Typos, whitespace and capitalization fixes (A-F).olgeni2015-09-211-1/+1
|
* Fix stage violationantoine2014-09-255-231/+186
|
* Rename devel/ patch-xy patches to reflect the files they modify.adamw2014-07-293-0/+0
|
* Support stagebapt2014-01-222-5/+9
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-5/+2
| | | | devel part 1)
* -remove MD5ohauer2011-07-031-1/+0
|
* - Convert NOMANCOMPRESS to NO_MANCOMPRESS to sync with srcmiwi2009-12-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | PR: ports/136065 ports/127469 Submitted by: N.J. Mann <njm@njm.me.uk> and Aldis Berjoza <killasmurf86@gmail.com> - Early identify port CONFLICTS PR: 137855 Submitted by: Piotr Smyrak <smyru@heron.pl> - Add --no-same-permissions to the EXTRACT_AFTER_ARGS command. Tijl Coosemans has been reported an issue that when root is extracting from the tarball, and the tarball contains world writable files (sysutils/policykit as an example), there is a chance that the files gets changed by malicious third parties right after the extraction, which makes it possible to inject code into the package thus compromise the system. Submitted by: Tijl Coosemans <tijl@coosemans.org> Xin LI (delphij@) - Fix some whitespaces Tested with: exp-run
* Large round of typo fixes in ports/devel (pkg-descr).olgeni2008-06-011-1/+1
|
* - Add CONFLICTS entry for recently added devel/dev86.alepulver2008-02-211-1/+1
|
* SHA256ifyedwin2006-01-221-0/+1
| | | | Approved by: krion@
* SIZEify (maintainer timeout)trevor2004-03-311-0/+1
|
* Record conflict with ports/devel/bin86.trevor2003-10-301-0/+1
| | | | Approved by: joerg (maintainer)
* Clear moonlight beckons.ade2003-03-072-1/+1
| | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
* PORTNAME/PORTVERSION updatemharo2000-04-121-3/+3
|
* $Id$ -> $FreeBSD$peter1999-08-291-1/+1
|
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* .ifndef NOMANCOMPRESShoek1998-08-232-6/+7
| | | | | .def MANCOMPRESSED .dejavu
* Use MAN? macros. CATEGORIES+= -> CATEGORIES.asami1996-11-181-2/+2
|
* Change gategory name "development" -> "devel". Also take out theasami1995-11-261-2/+2
| | | | | "programming" that was in some of them, it's pretty obvious what we are talking about here.
* Delete @cwd, @mode, @owner and @group from these packing lists.asami1995-11-131-5/+0
| | | | Reported by: jkh
* Shorten the COMMENT line.joerg1995-10-251-1/+1
|
* And now, yet another round of Makefile updates, devel version!asami1995-04-091-1/+4
|
* Claim my ports, and add the MAINTAINER entry.joerg1995-04-011-1/+2
|
* Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are injkh1995-04-011-1/+2
| | | | | multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves.
* Bruce Evans' bcc C compiler.joerg1995-03-2714-0/+994
It is able to handle 16-bit code as well, and comes with an own assembler and loader. (They are already known from Minix and Linux as the `bin86' package.) With a bit of `dd' magic, bcc can be used to compile messdos programs.