1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
Commit Graph

2317 Commits

Author SHA1 Message Date
Andreas Schulz
9ad286d204 Update autoconf from 2.6 to 2.7. 2.6 is no longer found on the mastersite.
Update the COMMENT file that told something about 2.5 :-).
1995-12-26 00:52:40 +00:00
Andreas Schulz
9515f9b822 Update autoconf from 2.6 to 2.7. 2.6 is no longer found on the mastersite. 1995-12-26 00:52:03 +00:00
Andrey A. Chernov
00b359e508 Add libz 1995-12-05 02:07:43 +00:00
Satoshi Asami
cd9cacef15 Remove weblint (moved to www/). 1995-11-26 21:19:12 +00:00
Satoshi Asami
69bfd4e29c Change gategory name "development" -> "devel". Also take out the
"programming" that was in some of them, it's pretty obvious what
we are talking about here.
1995-11-26 11:29:21 +00:00
Satoshi Asami
25c1b1ab74 Upgrade, 1.11 -> 1.12. 1995-11-26 10:24:26 +00:00
Andrey A. Chernov
3d37d4548f Upgrade 2.5 -> 2.6 1995-11-22 17:26:39 +00:00
Andrey A. Chernov
d36d2410ee Upgrade: 2.4 -> 2.5 1995-11-19 17:49:08 +00:00
Satoshi Asami
7cd6a55ea4 Delete @cwd, @mode, @owner and @group from these packing lists.
Reported by:	jkh
1995-11-13 13:21:26 +00:00
Satoshi Asami
14cd728249 Shorten one-line comments. Boy, I'm listed as MAINTAINERs in a
lot of ports or what! ;>
1995-11-09 06:41:02 +00:00
Satoshi Asami
db9366750d Shorten one-line comments.
Submitted by:	Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de>
1995-10-25 12:41:52 +00:00
Joerg Wunsch
23b09a3e8c Shorten the COMMENT line. 1995-10-24 22:51:48 +00:00
Satoshi Asami
96785a3b1b Added weblint.
Submitted by:	pst
1995-10-17 08:27:08 +00:00
Satoshi Asami
b1edcdb093 Add autoconf. 1995-10-12 07:15:20 +00:00
Satoshi Asami
4f34d33d51 GNU autoconf ver 2.4, to generate your own configure scripts.
Submitted by:	torstenb
1995-10-12 07:11:56 +00:00
Satoshi Asami
f464519742 Add BUILD_DEPENDS too.
Originally reported by: jkh
Solution submitted by:	thomas@ghpc8.ihf.rwth-aachen.de (Thomas Gellekum)
1995-10-11 09:45:29 +00:00
Satoshi Asami
f074445b06 Make sure the texmf directory exists.
Submitted by:	Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de>
1995-10-05 08:49:42 +00:00
Satoshi Asami
649c3a0b7e "gzip --best" -> "gzip -9nf" for manpage compression. Otherwise it
will ask if you want to overwrite it if the compressed manpage already
exists.
1995-10-04 12:39:04 +00:00
Satoshi Asami
e80af410e2 Various EXEC_DEPENDS fixes.
Submitted by:	Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de>
1995-10-04 10:18:56 +00:00
Satoshi Asami
bc690bfbf6 Added gperf. 1995-10-04 05:36:29 +00:00
Satoshi Asami
f1e6ed768f Added cflow. 1995-10-03 09:36:17 +00:00
Satoshi Asami
3ae9644c2b A call-graph generator for C.
Submitted by:	Dave Chapeskie <dchapes@zeus.leitch.com>
1995-10-03 09:24:26 +00:00
Satoshi Asami
5062526f3e Added dmake and noweb, convert to new format along the way. 1995-08-08 10:37:59 +00:00
Satoshi Asami
9239658f51 Another hyper make.
Submitted by:	nils@guru.ims.uni-stuttgart.de (Cornelis van der Laan)
1995-08-08 10:24:11 +00:00
Satoshi Asami
61b2ff1192 noweb is a simple literate programming tool, says Thomas. I put
it in devel because it's a programmer's tool.

Submitted by:	Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de>
1995-08-08 08:58:46 +00:00
Satoshi Asami
d530b271d9 Add
post-install:
	pkg_add -m ${PREFIX}/lib

to Makefiles and

@exec ldconfig -m %D

to packing lists of ports that install shared libraries.

This should get rid of a huge chunk of confusion for novice users!
All hail Paul Kranenburg! :)
1995-06-24 11:42:32 +00:00
Satoshi Asami
272ada83bf Compile and install xxgdbiowin. It is required by the "iowin" feature
of the debugger.

Pointed-out by:	murphyp1@AIXDev1.ais.msu.edu (Patrick Murphy)
1995-06-20 08:01:36 +00:00
Andrey A. Chernov
e2abadd66d Upgrade. 1995-06-18 13:11:32 +00:00
Satoshi Asami
8f86cb11eb Added libdlmalloc. 1995-06-04 06:20:28 +00:00
Satoshi Asami
0e5ad9aa59 Doug Lea's malloc library.
Submitted by:	Ollivier Robert <Ollivier.Robert@keltia.frmug.fr.net>
1995-06-04 05:29:58 +00:00
Satoshi Asami
c9dc84a522 Clean up subdir Makefiles. They now all look like this:
=====
# Id line
#
# RESTRICTED: restricted_port_1 (comment1)
# RESTRICTED: restricted_port_2 (comment2)
#
# BROKEN: broken_port_3 (comment3)
# BROKEN: broken_port_4 (comment4)
# BROKEN: broken_port_5 (comment5)
#

SUBDIR= good_port_1 good_port_2 ...
=====

Basically, the idea is to make it easy to find restricted or broken
ports by doing a "grep".
1995-05-14 03:30:07 +00:00
Satoshi Asami
50d45d8ae5 Add xxgdb. 1995-05-03 05:41:02 +00:00
Satoshi Asami
7435350ec7 xxgdb 1.11, an X window interface for gdb. 1995-05-03 05:39:10 +00:00
Satoshi Asami
b901ee38c8 Updated devel Makefiles. Strip mprof and compress mprof.1 along the way. 1995-04-24 11:01:39 +00:00
Satoshi Asami
86d9989ec0 Add bcc to SUBDIR, move libmalloc to BROKEN. 1995-04-16 04:17:12 +00:00
Satoshi Asami
608af45939 And now, yet another round of Makefile updates, devel version! 1995-04-09 10:05:17 +00:00
Andrey A. Chernov
1ce14d3547 Upgrade. 1995-04-08 14:00:19 +00:00
Joerg Wunsch
29bedd2ceb Claim my ports, and add the MAINTAINER entry. 1995-04-01 13:48:45 +00:00
Jordan K. Hubbard
ac3066bf75 Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are in
multiple catagories - I'll expect the various MAINTAINERS to make further
adjustments (and add any KEYWORDS lines) themselves.
1995-04-01 12:51:41 +00:00
Joerg Wunsch
b7e5135427 Bruce Evans' bcc C compiler.
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.
1995-03-26 18:08:54 +00:00
Andreas Schulz
42c36408ee And another patch for the "new" make. 1995-01-29 21:45:16 +00:00
Andreas Schulz
865b9f4359 Correction in the Makefile for the "new" make. 1995-01-29 21:35:35 +00:00
Andreas Schulz
91710d6b98 Delete a bogus semicolon at the end of a dependency line,
that get now detected with the new/corrected b-make.
1995-01-29 01:33:19 +00:00
Jordan K. Hubbard
071ac57f42 Update the reported version. 1995-01-23 18:27:37 +00:00
Jordan K. Hubbard
45c097748f Add bison 1995-01-13 14:02:06 +00:00
Jordan K. Hubbard
7bedd72074 Add libmalloc to list of targets. 1995-01-12 22:23:49 +00:00
Jordan K. Hubbard
d124e3dbe3 Fancy malloc lib with fast allocation time, extensive leak detection
and tracing, etc..  By Mark Moraes.
Submitted by:	moraes
1995-01-12 22:23:21 +00:00
Andrey A. Chernov
bf991d73aa Upgrade. 1995-01-12 02:41:23 +00:00
Steven Wallace
36536cfbfe Patch for mv command in Makefile.
Submitted by:	Josh MacDonald, <jmacd@uclink.berkeley.edu>
1995-01-04 10:03:38 +00:00
Gary Palmer
3217d24fe5 First batch of MD5 checksum files. Only did through to the end of net
to both give my fingers a rest & let freefall clear some of it's
backlogged mail :-)

The rest will follow later
1994-12-18 00:28:13 +00:00
Satoshi Asami
af9b494500 Executable name is now "gmake", forget about "make" and the symlink gizmo.
Requested by:	gpalmer
1994-12-06 09:07:34 +00:00
Torsten Blum
bbb8029a51 Update to use 3.72.1
Changed MASTER_SITES to ftp.uu.net (prep.ai.mit.edu is often busy)
1994-11-28 23:33:53 +00:00
Jordan K. Hubbard
96c1efa982 Add mprof back - Jeff fixed it. 1994-11-22 09:24:18 +00:00
Jeffrey Hsu
054bdd12f7 Change name of Makefile to Makefile.i386.
Remove /usr/include/frame.h from dependencies in Makefile.i386.
Add -static to CFLAGS so 'make tests' will work.
1994-11-22 09:18:27 +00:00
Jeffrey Hsu
5ad1aa4767 Use Makefile.i386. 1994-11-22 09:16:22 +00:00
Jordan K. Hubbard
7d8f3e02f7 Remove mprof from Makefile again - no, it *doesn't* work. :-( 1994-11-22 08:23:57 +00:00
Andreas Schulz
e7d2bdee03 Add the mprof package to the subdisrs list. It builds ok. 1994-11-20 00:33:29 +00:00
Andreas Schulz
ef53662c4c Add a patch to set the bin-prefix for gmake to g. Some other ports
expect gmake installed as gmake instead of another make under
/usr/local/bin.
1994-11-20 00:15:33 +00:00
Jeffrey Hsu
6fc17874fd Mprof 3.0 --- a memory allocation profiler and leak detector. 1994-11-05 09:56:06 +00:00
Jordan K. Hubbard
e29a3db153 Add m4.
Reviewed by:
Submitted by:
Obtained from:
1994-10-25 02:28:10 +00:00
Jordan K. Hubbard
a08573b144 Whoops, this time for real (without a work dir! *blush*).
Submitted by:	mr
1994-10-25 00:10:39 +00:00
Jordan K. Hubbard
32110afe9f Set this up for GNU_CONFIGURE, which buys us a free --prefix. 1994-10-04 15:47:32 +00:00
Jordan K. Hubbard
000e8742eb Several changes across all ports:
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.
1994-09-14 14:12:45 +00:00
Jordan K. Hubbard
884e46693a Make the required changes to make all existing ports use MASTER_SITES
correctly.
1994-09-13 06:35:06 +00:00
Jordan K. Hubbard
381116a53d Top level Makefile for devel catagory. 1994-09-11 11:27:58 +00:00
Jordan K. Hubbard
249fa32ae8 Package files for gmake 3.71 1994-09-11 11:27:11 +00:00
Jordan K. Hubbard
7ac2aba02b Create a port of gmake 3.71 1994-09-11 11:26:58 +00:00