summaryrefslogtreecommitdiff
path: root/devel (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Bruce Evans' bcc C compiler.Joerg Wunsch1995-03-2614-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. Notes: svn path=/head/; revision=1205
* And another patch for the "new" make.Andreas Schulz1995-01-291-7/+34
| | | | Notes: svn path=/head/; revision=846
* Correction in the Makefile for the "new" make.Andreas Schulz1995-01-291-1/+1
| | | | Notes: svn path=/head/; revision=845
* Delete a bogus semicolon at the end of a dependency line,Andreas Schulz1995-01-292-4/+38
| | | | | | | that get now detected with the new/corrected b-make. Notes: svn path=/head/; revision=842
* Update the reported version.Jordan K. Hubbard1995-01-232-2/+2
| | | | Notes: svn path=/head/; revision=806
* Add bisonJordan K. Hubbard1995-01-131-2/+2
| | | | Notes: svn path=/head/; revision=767
* Add libmalloc to list of targets.Jordan K. Hubbard1995-01-121-2/+2
| | | | Notes: svn path=/head/; revision=753
* Fancy malloc lib with fast allocation time, extensive leak detectionJordan K. Hubbard1995-01-126-0/+147
| | | | | | | | and tracing, etc.. By Mark Moraes. Submitted by: moraes Notes: svn path=/head/; revision=752
* Upgrade.Andrey A. Chernov1995-01-123-8/+8
| | | | Notes: svn path=/head/; revision=751
* Patch for mv command in Makefile.Steven Wallace1995-01-042-4/+38
| | | | | | | Submitted by: Josh MacDonald, <jmacd@uclink.berkeley.edu> Notes: svn path=/head/; revision=700
* First batch of MD5 checksum files. Only did through to the end of netGary Palmer1994-12-184-0/+4
| | | | | | | | | | to both give my fingers a rest & let freefall clear some of it's backlogged mail :-) The rest will follow later Notes: svn path=/head/; revision=590
* Executable name is now "gmake", forget about "make" and the symlink gizmo.Satoshi Asami1994-12-062-12/+4
| | | | | | | Requested by: gpalmer Notes: svn path=/head/; revision=538
* Update to use 3.72.1Torsten Blum1994-11-282-6/+12
| | | | | | | Changed MASTER_SITES to ftp.uu.net (prep.ai.mit.edu is often busy) Notes: svn path=/head/; revision=523
* Add mprof back - Jeff fixed it.Jordan K. Hubbard1994-11-221-2/+2
| | | | Notes: svn path=/head/; revision=450
* Change name of Makefile to Makefile.i386.Jeffrey Hsu1994-11-221-12/+9
| | | | | | | | Remove /usr/include/frame.h from dependencies in Makefile.i386. Add -static to CFLAGS so 'make tests' will work. Notes: svn path=/head/; revision=449
* Use Makefile.i386.Jeffrey Hsu1994-11-221-1/+2
| | | | Notes: svn path=/head/; revision=448
* Remove mprof from Makefile again - no, it *doesn't* work. :-(Jordan K. Hubbard1994-11-221-2/+2
| | | | Notes: svn path=/head/; revision=447
* Add the mprof package to the subdisrs list. It builds ok.Andreas Schulz1994-11-201-2/+2
| | | | Notes: svn path=/head/; revision=418
* Add a patch to set the bin-prefix for gmake to g. Some other portsAndreas Schulz1994-11-202-0/+38
| | | | | | | | expect gmake installed as gmake instead of another make under /usr/local/bin. Notes: svn path=/head/; revision=417
* Mprof 3.0 --- a memory allocation profiler and leak detector.Jeffrey Hsu1994-11-055-0/+369
| | | | Notes: svn path=/head/; revision=321
* Add m4.Jordan K. Hubbard1994-10-251-2/+2
| | | | | | | | | Reviewed by: Submitted by: Obtained from: Notes: svn path=/head/; revision=279
* Whoops, this time for real (without a work dir! *blush*).Jordan K. Hubbard1994-10-254-0/+52
| | | | | | | Submitted by: mr Notes: svn path=/head/; revision=277
* Set this up for GNU_CONFIGURE, which buys us a free --prefix.Jordan K. Hubbard1994-10-042-4/+4
| | | | Notes: svn path=/head/; revision=174
* Several changes across all ports:Jordan K. Hubbard1994-09-142-4/+4
| | | | | | | | | | | | | | | | | | 1. Make MASTER_SITES entries contain a trailing /. Garrett says that assuming a '/' seperator between entries in MASTER_SITES and entries in DISTFILES is a dangerous assumption. This will also be taken out of bsd.port.mk. 2. General clean-up. Some of these Makefiles were a little grim. Make sure they're all in sync with the sometimes rapidly changing bsd.port.mk! :) 3. Some small configuration tweaks to keep them compiling under the most recent 2.0 - some things seem to have broken along our road to release. Notes: svn path=/head/; revision=93
* Make the required changes to make all existing ports use MASTER_SITESJordan K. Hubbard1994-09-132-4/+4
| | | | | | | correctly. Notes: svn path=/head/; revision=84
* Top level Makefile for devel catagory.Jordan K. Hubbard1994-09-111-0/+5
| | | | Notes: svn path=/head/; revision=75
* Package files for gmake 3.71Jordan K. Hubbard1994-09-116-0/+40
| | | | Notes: svn path=/head/; revision=74
* Create a port of gmake 3.71Jordan K. Hubbard1994-09-112-0/+26
Notes: svn path=/head/; revision=73