summaryrefslogtreecommitdiff
path: root/devel (unfollow)
Commit message (Collapse)AuthorFilesLines
1995-04-09And now, yet another round of Makefile updates, devel version!Satoshi Asami6-18/+31
Notes: svn path=/head/; revision=1314
1995-04-08Upgrade.Andrey A. Chernov10-60/+44
Notes: svn path=/head/; revision=1307
1995-04-01Claim my ports, and add the MAINTAINER entry.Joerg Wunsch1-1/+2
Notes: svn path=/head/; revision=1270
1995-04-01Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are inJordan K. Hubbard6-9/+15
multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves. Notes: svn path=/head/; revision=1267
1995-03-26Bruce Evans' bcc C compiler.Joerg Wunsch14-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
1995-01-29And another patch for the "new" make.Andreas Schulz1-7/+34
Notes: svn path=/head/; revision=846
1995-01-29Correction in the Makefile for the "new" make.Andreas Schulz1-1/+1
Notes: svn path=/head/; revision=845
1995-01-29Delete a bogus semicolon at the end of a dependency line,Andreas Schulz2-4/+38
that get now detected with the new/corrected b-make. Notes: svn path=/head/; revision=842
1995-01-23Update the reported version.Jordan K. Hubbard2-2/+2
Notes: svn path=/head/; revision=806
1995-01-13Add bisonJordan K. Hubbard1-2/+2
Notes: svn path=/head/; revision=767
1995-01-12Add libmalloc to list of targets.Jordan K. Hubbard1-2/+2
Notes: svn path=/head/; revision=753
1995-01-12Fancy malloc lib with fast allocation time, extensive leak detectionJordan K. Hubbard6-0/+147
and tracing, etc.. By Mark Moraes. Submitted by: moraes Notes: svn path=/head/; revision=752
1995-01-12Upgrade.Andrey A. Chernov3-8/+8
Notes: svn path=/head/; revision=751
1995-01-04Patch for mv command in Makefile.Steven Wallace2-4/+38
Submitted by: Josh MacDonald, <jmacd@uclink.berkeley.edu> Notes: svn path=/head/; revision=700
1994-12-18First batch of MD5 checksum files. Only did through to the end of netGary Palmer4-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
1994-12-06Executable name is now "gmake", forget about "make" and the symlink gizmo.Satoshi Asami2-12/+4
Requested by: gpalmer Notes: svn path=/head/; revision=538
1994-11-28Update to use 3.72.1Torsten Blum2-6/+12
Changed MASTER_SITES to ftp.uu.net (prep.ai.mit.edu is often busy) Notes: svn path=/head/; revision=523
1994-11-22Add mprof back - Jeff fixed it.Jordan K. Hubbard1-2/+2
Notes: svn path=/head/; revision=450
1994-11-22Change name of Makefile to Makefile.i386.Jeffrey Hsu1-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
1994-11-22Use Makefile.i386.Jeffrey Hsu1-1/+2
Notes: svn path=/head/; revision=448
1994-11-22Remove mprof from Makefile again - no, it *doesn't* work. :-(Jordan K. Hubbard1-2/+2
Notes: svn path=/head/; revision=447
1994-11-20Add the mprof package to the subdisrs list. It builds ok.Andreas Schulz1-2/+2
Notes: svn path=/head/; revision=418
1994-11-20Add a patch to set the bin-prefix for gmake to g. Some other portsAndreas Schulz2-0/+38
expect gmake installed as gmake instead of another make under /usr/local/bin. Notes: svn path=/head/; revision=417
1994-11-05Mprof 3.0 --- a memory allocation profiler and leak detector.Jeffrey Hsu5-0/+369
Notes: svn path=/head/; revision=321
1994-10-25Add m4.Jordan K. Hubbard1-2/+2
Reviewed by: Submitted by: Obtained from: Notes: svn path=/head/; revision=279
1994-10-25Whoops, this time for real (without a work dir! *blush*).Jordan K. Hubbard4-0/+52
Submitted by: mr Notes: svn path=/head/; revision=277
1994-10-04Set this up for GNU_CONFIGURE, which buys us a free --prefix.Jordan K. Hubbard2-4/+4
Notes: svn path=/head/; revision=174
1994-09-14Several changes across all ports:Jordan K. Hubbard2-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
1994-09-13Make the required changes to make all existing ports use MASTER_SITESJordan K. Hubbard2-4/+4
correctly. Notes: svn path=/head/; revision=84
1994-09-11Top level Makefile for devel catagory.Jordan K. Hubbard1-0/+5
Notes: svn path=/head/; revision=75
1994-09-11Package files for gmake 3.71Jordan K. Hubbard6-0/+40
Notes: svn path=/head/; revision=74
1994-09-11Create a port of gmake 3.71Jordan K. Hubbard2-0/+26
Notes: svn path=/head/; revision=73