1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
Commit Graph

333 Commits

Author SHA1 Message Date
Satoshi Asami
d6470ea1aa Checksum changed for two files. 1996-10-17 07:26:10 +00:00
James FitzGibbon
80e36c8e43 Removed msqlperl, pending re-import into databases/ 1996-10-17 02:38:23 +00:00
Eric L. Hernes
edf6d352a2 trim the DESCR's to something reasonable at Satoshi's request. 1996-10-16 15:58:06 +00:00
Satoshi Asami
0842552d47 Remove LIB_DEPENDS on tcl75, it seems to compile and run fine using
the tcl library in /usr/lib.
1996-10-14 23:14:37 +00:00
Satoshi Asami
6821941f98 Remove spurious ";"s.
While I'm here, rewrite the install commands to use the macros.

Reviewed by (sort of):	chuckr
1996-10-11 18:58:01 +00:00
Satoshi Asami
95137d2010 Oh my goodness! Satoshi is finally fed up and decided to "clean up"
all the COMMENTs!  No package names, no version numbers, no "this is
absolutix-3.1.2" type comments that have zero information contents.

Now, without any bad examples to follow, nobody has an excuse to import
a port with those kind of comments. :)

Phew!  238 ports modified!
1996-10-10 05:05:35 +00:00
Satoshi Asami
8ebda7615d Forcefully ignore libgnumalloc.
Pointed to the right place by:	jmacd
1996-10-10 00:47:10 +00:00
Masafumi Max NAKANE
f309e2b0cc Fixed typo and activated msqlperl properly.
Closes PR ports/1728.
(But I don't know how to actually change  the state of PR.
Could someone do this for me?  Or tell me how?)

Submitted by:	shanee@rabbit.augusta.de
1996-10-05 20:19:19 +00:00
James FitzGibbon
a5359be788 Import of MsqlPerl, an perl5 module for accessing mSQL databases. 1996-09-30 11:10:33 +00:00
John Polstra
5b3a5e6a94 In the post-extract target, chmod the gcc shell scripts to make
sure that they are executable.  On at least one user's system, the
copies taken from /usr/src/contrib did not have their execute bits
set.

Suggested by:	max@wide.ad.jp
1996-09-27 18:17:42 +00:00
John Polstra
9c12b0f08a Update to new DEC SRC release 3.6.
Use new custom distfiles which are MUCH smaller than the ones from
DEC.

Use the gcc-2.7.2.1 sources on the system if they are found in
/usr/src/contrib, to avoid having to fetch that distfile.

Use an existing Modula-3 compiler to bootstrap the new one, if
there happens to be one installed on the system.  Again, this
eliminates the need to fetch one of the distfiles.

Update the built-in thread-safe malloc to the latest version of
phkmalloc.
1996-09-27 02:32:02 +00:00
John Polstra
57b2cc9238 Update to new DEC SRC release 3.6.
Use new custom distfiles which are MUCH smaller than the ones from
DEC.

Use the gcc-2.7.2.1 sources on the system if they are found in
/usr/src/contrib, to avoid having to fetch that distfile.

Use an existing Modula-3 compiler to bootstrap the new one, if
there happens to be one installed on the system.  Again, this
eliminates the need to fetch one of the distfiles.

Update the built-in thread-safe malloc to the latest version of
phkmalloc.
1996-09-27 02:26:41 +00:00
Mark Murray
e3bd908b0d Some fixups:
1) Fix the PLIST
2) use ${INSTALL_MAN}
3) make this work with current's contrib/tcl
1996-09-24 18:16:01 +00:00
James FitzGibbon
d5e3fb8d0e Import of REXX/imc. 1996-09-23 15:55:44 +00:00
James FitzGibbon
a7a7948bfa Import of REXX/imc, a REXX interpreter for unix.
Reviewed by:	matt@bdd.net
1996-09-23 15:50:11 +00:00
Joshua Peck Macdonald
b8ec5f320a Unless I'm hollucinating, my last commit, which I specified
-n to, really happened.  That's kind of weird.  Anyways, I
forgot to add the patches directory and a new patch.

Oh, I specified -n now too, hope this doesn't work.
1996-09-17 23:59:53 +00:00
Joshua Peck Macdonald
d2564b5530 c 1996-09-17 23:55:40 +00:00
Chuck Robey
bb2c6a719a Update md5. 1996-09-13 23:22:19 +00:00
John Polstra
209c7b4381 Helmet on?
Helmet on!

Flameproof vest?
Deployed, Sir!

Heat resistant carbon-fiber cup?
In place!

All defensive systems armed and ready?
Armed and ready, Sir!

Fine, then.  Let's get on with it.  Reduce shared library version numbers!
Uh, Sir, with all due respect ...

DO YOU HEAR ME???  REDUCE SHARED LIBRARY VERSION NUMBERS!!!
Reducing shared library version numbers! ... <*whirr click*> Done!

All right, soldier, let's get the hell out of here...  Soldier? ...  Soldier??
1996-09-12 00:39:56 +00:00
John Polstra
dc039cbb74 Describe how to change the set of components that gets built. 1996-09-10 15:46:00 +00:00
John Polstra
9fe01e692e Update the Modula-3 port with two main goals in mind.
First, change the port so that it builds a much smaller subset of
the SRC distribution.  This eliminates the enormous swap space
requirements of the earlier port, greatly reduces the footprint of
the installed tree, and cuts the size of the package in half.

Second, include many important new patches.  Among them is a slightly
modified version of phkmalloc that is thread-safe for Modula-3.
It eradicates some rare and baffling core dumps that cropped up
from time to time in the previous version of the port.  The Modula-3
runtime itself is careful to use mutual exclusion around calls to
malloc.  But there remained some sneaky backdoor paths into it from
external libraries.

Confession: In the original version of the Modula-3 port, I used
a major version number of 353 for the shared libraries, to correspond
with the SRC version number 3.5.3.  That was a dumb move -- I should
have used 1.  The current update is incompatible at the shared
library level, requiring me to increment the major version number
to 354, even though this is still based on SRC release 3.5.3.  This
is bound to confuse some folks, unfortunately.  I weighed a number
of alternatives, such as (a) cheating and going back to 1, and (b)
using a 4-digit major version such as 3531.  But in the end I
decided that 354 would be the best solution, even though it's
confusing.
1996-09-10 05:25:10 +00:00
Chuck Robey
1358362a80 Reorder Makefile variables. 1996-08-26 03:00:41 +00:00
Chuck Robey
fbe418130c Make a more canonical PKGNAME from the DISTNAME. 1996-08-25 23:47:09 +00:00
Chuck Robey
4ac5951745 Fix the post-install target, .endif in the wrong place. 1996-08-24 17:12:05 +00:00
Chuck Robey
f88adba033 Update itcl to 2.1. Large port, carries around it's own patched
copies of tcl7.5 amd tk4.1, as well as new widget collection.
Reviewed by:	(preliminary version) Satoshi
1996-08-24 03:52:11 +00:00
Chuck Robey
9e307c4661 Make python install include files.
Reviewed by:	jkh
1996-08-17 15:39:43 +00:00
Chuck Robey
e75525a249 Changed doc install directory. 1996-07-30 01:24:55 +00:00
Satoshi Asami
fea793555b Take out version number, it is in PKGNAME. 1996-07-29 22:34:50 +00:00
Satoshi Asami
fde8073f16 The version numbers are required in the package name.
While I'm here, fix the variable ordering.
1996-07-29 22:33:14 +00:00
Chuck Robey
28430d79aa Added moscow_ml to SUBDIRS 1996-07-28 14:43:05 +00:00
Chuck Robey
0e75584d31 Submitted by: chuckr
Oh, messed up an Id line.  That's how it works!
1996-07-28 02:54:06 +00:00
Chuck Robey
5b2f4c2d0e Submitted by: chuckr
New version of the sml programming language, based upon caml.
1996-07-28 02:44:11 +00:00
Mark Murray
6f29e20a63 (By way of Andrew Stesin):
From: wjm@best.com (William J. Middleton)
Newsgroups: comp.lang.perl.announce,comp.lang.perl.misc
Subject: PATCH: perltrap.pod <- 425traps
Date: 1 Jul 1996 14:49:58 GMT
Approved: merlyn@stonehenge.com (comp.lang.perl.announce)
Message-ID: <4r8oim$e5q@nadine.teleport.com>
NNTP-Posting-Host: julie.teleport.com

[The rush to 5.003 couldn't integrate this, so here it is]

The following is a patch for perltrap.pod, from 5.003 (also 5.002).
It integrates the latest version of my simple 425traps
document.  425traps demonstrated, with examples, all of the traps
which have been discovered and sent to me, which have bitten
folks making the transition from perl4 to perl5.  It also gave
an example for each one, including all of the existing perl4
traps in perltrap.pod.

As always, if you discover something that isn't documented in
one form or another in here, and isn't an official (or at least
reported) bug, drop me a line with it.  Also, when or if any
of these is ever formally declared a bug, I'll take it out.
1996-07-27 12:31:34 +00:00
Mark Murray
02fff5fd79 Update to perl5.003 1996-07-13 19:29:49 +00:00
Satoshi Asami
c1a8c54574 Added xpl. 1996-07-10 10:28:28 +00:00
Satoshi Asami
83a65a2fb0 Upgrade, 7.5 -> 7.5.2. Also fix tcl/tk library names.
Submitted in part by:	Michael Smith <msmith@atrad.adelaide.edu.au>
1996-07-10 07:57:15 +00:00
Gary Palmer
4fccf7d536 Change MASTER_SITE addresses from ftp.aud.alcatel.com (which
no longer holds the archive) to ftp.neosoft.com, correcting
paths as necessary.

Pointed Out By:	jkh
1996-07-02 00:21:03 +00:00
Andreas Klemm
7ac1a11c23 ftp archive has moved from mirror.neosoft.com to ftp.neosoft.com
fixed for 2.1.5
1996-06-30 19:29:51 +00:00
Satoshi Asami
9f6c3247b8 Master site change (ftp.neosoft.com -> mirror.neosoft.com).
Submitted by:	the ftp .message
1996-06-17 10:00:38 +00:00
Jordan K. Hubbard
ee22b04482 Whoops! My `cvscommit' function doesn't take arguments, so this got
committed by mistake.  Back it out.
1996-06-16 06:52:22 +00:00
Jordan K. Hubbard
73f6ab3564 Add tclX75 1996-06-16 06:47:38 +00:00
James Raynard
f138f8ed5e Made port NO_PACKAGE.
Removed CFLAGS line which didn't appear to do anything.

Minor changes to message printed out at install time.
1996-06-05 17:35:13 +00:00
Satoshi Asami
9e28324574 freefall.cdrom.com -> freefall.freebsd.org 1996-06-03 02:17:34 +00:00
Satoshi Asami
0257184d16 Remove "/usr/local/" from all the lines. 1996-06-03 01:27:28 +00:00
James Raynard
ec3244e555 Get X interface to Smalltalk working. 1996-06-03 00:31:18 +00:00
James Raynard
ef6ecb0e54 Compile with optimisation. 1996-06-03 00:30:41 +00:00
James Raynard
6b67e1ea5e Package list for the port. 1996-06-03 00:28:21 +00:00
James Raynard
2631471abd Change maintainer to jraynard.
Build either X or non-X version depending on whether X11BASE exists.

Make info printed out at install stage more informative.
1996-06-03 00:27:35 +00:00
Gary Palmer
5c9ca9b730 Use setreuid instead of seteuid for permissions management 1996-06-02 19:59:28 +00:00
Satoshi Asami
cd40a9a319 Install manpages too.
Submitted (partly) by:	chuckr@glue.umd.edu
1996-05-13 09:44:36 +00:00
Jordan K. Hubbard
89ab16ba94 Upgrade this port to use the latest tcl/tk.
Patches Submitted by:	Soren Dayton <soren@ambiguity.i-2.com>
1996-05-11 23:34:24 +00:00
Paul Traina
ebf57a6230 Update to released version of tclX 7.5 1996-04-28 04:59:20 +00:00
Satoshi Asami
02dc5b7616 Check if /usr/local/bin/gnatf exists or not and if not, pronounce it
BROKEN.  This port requires an existing compiler to bootstrap.
1996-04-12 08:33:25 +00:00
Satoshi Asami
bfc2f48958 Add gnat. 1996-04-12 08:30:51 +00:00
Satoshi Asami
b0ae2f4c93 pkg/COMMENT files for use by ports READMEs. 1996-04-09 08:30:00 +00:00
John Polstra
6db6d87fc2 Correct the package CATEGORIES from "languages" to "lang". 1996-03-22 15:46:41 +00:00
John Polstra
e9caf834cc Add new subdirectory "modula-3". 1996-03-20 22:31:15 +00:00
John Polstra
4182488b64 Modula-3 language system from DEC Systems Research Center. 1996-03-20 22:10:19 +00:00
Satoshi Asami
3b02424bf4 Change PKGNAME from "tclX7.5.0-b3" to "tclX-7.5b3". 1996-03-18 02:04:26 +00:00
Satoshi Asami
b557d8c173 A little reformatting. Also conditionalize man page compression on
NOMANCOMPRESS.
1996-03-18 01:01:44 +00:00
Mark Murray
b80a886e9c Update to Perl 5.002. 1996-03-16 13:04:53 +00:00
Paul Traina
455a3f972d TclX v7.5 1996-03-16 05:01:43 +00:00
Satoshi Asami
ca4a738223 Checksum was wrong. 1996-03-10 00:04:10 +00:00
Satoshi Asami
e214336a48 Install additional documents conditional to NOPORTDOCS. Note that
"License" is installed unconditionally.
1996-03-07 13:00:53 +00:00
Satoshi Asami
e79cd0ebc6 Mandatory package files! 1996-03-07 12:55:59 +00:00
Satoshi Asami
c749f16a7a Add tcl75. 1996-03-07 01:54:35 +00:00
Satoshi Asami
54bfe2c902 Remove ${KEYWORDS}. 1996-03-06 08:20:19 +00:00
Satoshi Asami
a60c8e197d Add expect to SUBDIR, it builds and packages now! 1996-02-07 10:09:38 +00:00
Satoshi Asami
05a7b89832 The latest change (adding DEPENDS) made expect build and install
tcl/tk even if they are properly found by LIB_DEPENDS.  Make it
only extract in that case.

While I'm here, make expect and expectk link with shared tcl/tk libs.
expectk used to be a 1/2 MB binary!  (now it's 136KB)

I'd also rather change `-g' to whatever CFLAGS defined in
/etc/make.conf, but the author of expect has an explicit comment in
the Makefile about him not trusting compilers' optimization.  Well,
if you say so.
1996-02-07 09:36:53 +00:00
Jordan K. Hubbard
df5fd017ae Add tclX74 to subdirs. 1996-02-07 06:20:54 +00:00
Jordan K. Hubbard
3c7092ffce The version of expect on nist was upgraded to 5.19 without changing
the filename.  Sigh!
1996-02-07 05:10:30 +00:00
Satoshi Asami
809fcc16f3 Added pgcc. 1996-01-31 09:14:31 +00:00
Jordan K. Hubbard
471acf84eb Ah, missed the extra patches. Also revert PLIST to use share instead of lib
again.
1996-01-18 15:53:46 +00:00
Jordan K. Hubbard
cf0cb0bcf2 share -> lib; thanks, Satoshi! 1996-01-18 12:17:30 +00:00
Jordan K. Hubbard
6534821fdb Update to Python 1.3
Submitted by:	tg
1996-01-18 10:18:54 +00:00
Satoshi Asami
f23002e9d2 File name changed on master site (".freebsd.gz" -> ".freebsd.tar.gz").
Submitted by:	"Danny J. Zerkel" <dzerkel@feephi.phofarm.com>
1996-01-13 07:03:37 +00:00
Thomas Gellekum
993561f798 - Try to grab from ftp.uni-bremen.de first; seems to be the
master site for elk.
- Add official patch #1.
- Use dl*() for dynamic loading. This still has its quirks, but
  it's usable. Plus, invoking global ctors when loading C++
  object files now works; it didn't with the old incremental
  loading.
1995-12-20 08:41:04 +00:00
Mark Murray
e2c8d7869b Bring this port up-to-date. It had no package info and was based on an old
tarball.
PLEASE REFETCH THIS TARBALL - THE CONTENTS HAVE CHANGED, THE NAME HAS NOT!
1995-12-07 22:18:39 +00:00
Jordan K. Hubbard
21daa105db Remove unnecessary include of <rpcsvc/ypclnt.h>
Submitted by:	Faried Nawaz <fn@pain.csrv.uidaho.edu>
1995-11-25 18:07:59 +00:00
Satoshi Asami
5812de6cad Change category nome from "languages" to "lang". Also remove "programming"
which appeared in some of them, everything here is a programming language! :)
1995-11-22 13:13:16 +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
15c9ca7f23 Add missing %D. 1995-11-13 13:06:36 +00:00
Satoshi Asami
6018d82357 Upgrade, 2.2->3.0.
Submitted by:	Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de>
1995-11-09 07:13:56 +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
Jordan K. Hubbard
979b9a5bf7 Shorten the comments. 1995-10-29 19:48:09 +00:00
Eric L. Hernes
c3cf475762 fixed COMMENTS 1995-10-28 20:33:46 +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
Satoshi Asami
0d9ba0b7c5 Change guile-ii to guile-iii. 1995-10-12 07:15:54 +00:00
Satoshi Asami
a486f45eb0 Duh, I left one empty line before the CVS: lines (like someone told me
before) and cvs still sent an empty log! :<

Anyway, what I was trying to say in the commit messages of patch-[ab] was
to run ldconfig right after installation of the shared libraries, so that
they can be found by subsequent runs of shared binaries.

Also, take ldconfig out of this Makefile's post-install rule.
1995-10-11 01:19:48 +00:00
Satoshi Asami
1f43de46ba Convert all makefiles to new formats. 1995-10-03 11:45:15 +00:00
Eric L. Hernes
a0217f1f0a added eiffel
Reviewed by:	asami
1995-10-03 02:57:01 +00:00
Satoshi Asami
30bdf30167 (1) Fix comments on top, this is guile-iii, not guile-ii (Jordan.... :p)
(2) Add $Id$ line

(3) This is not interactive, unlike guile-ii, which overwrites the
    "regular" tcl/tk
1995-09-14 11:22:50 +00:00
Jordan K. Hubbard
26542a1bfe Revision 3 of the GUILE language; this is actually the port of
choice now.
1995-08-29 17:45:10 +00:00
Satoshi Asami
09f16f01f2 Add pbasic. 1995-08-24 01:44:35 +00:00
Satoshi Asami
acd1bd0105 Phil Cockroft's basic interpreter. Thanks, Julian!
Submitted by:	jhs
1995-08-24 01:43:47 +00:00
Jordan K. Hubbard
ad5acc2fea Update the MD5 to version 3.3. 1995-08-19 07:36:18 +00:00
Jordan K. Hubbard
a8412be56d Upgrade to version 3.3 1995-08-16 23:55:38 +00:00
Satoshi Asami
2f0a365aaa Added tcl74. 1995-08-14 08:43:23 +00:00
Satoshi Asami
741b727ed3 Add bwbasic, move BROKEN stuff down in alphabetical order. 1995-08-09 14:49:16 +00:00
Satoshi Asami
3a9fac9eed Oops, category name is "languages", not "lang".... 1995-08-09 14:46:58 +00:00
Satoshi Asami
983fa6cb88 The Bywater Basic interpreter. If you don't know what Basic is,
you are probably too young to use FreeBSD. :p

Submitted by:	Michael Smith <msmith@atrad.adelaide.edu.au>
1995-08-09 14:42:50 +00:00
Satoshi Asami
17a5eef585 List all files in lib/python, plus one @exec/unexec mkdir/rmdir pair
for an empty directory.
1995-08-09 01:31:06 +00:00
Satoshi Asami
2552437481 A little cleanup, move things around to correct order, put
MAINTAINER=jkh@freebsd.org in a separate line so that people know
who to yell at, etc.
1995-08-09 01:30:00 +00:00
Jordan K. Hubbard
ca4a7f2e40 Add python. 1995-08-08 22:11:29 +00:00
Jordan K. Hubbard
9b2f64d776 The Python programming language. 1995-08-08 22:09:07 +00:00
Satoshi Asami
293bc7d7a3 Install machine-independent scripts into /usr/local/share, etc.
Submitted by:	Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de>
1995-07-29 09:55:13 +00:00
Jean-Marc Zucconi
f3ece22c3b Remove nTk, add pTk
Convert the makefile to the new format
1995-07-05 14:08:49 +00:00
Jean-Marc Zucconi
8b8967bbdd Upgrade to patchlevel 'm' 1995-07-04 17:31:51 +00:00
Joshua Peck Macdonald
f105f87b04 Updated to version 2.1.7 1995-06-26 00:15:00 +00:00
Joshua Peck Macdonald
60b13b9963 Reviewed by:
Submitted by:
Obtained from:
1995-06-26 00:13:51 +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
b5a3815648 Move gnat to BROKEN list. It's really not broken at all, it just
requires an existing gnat installation, so leaving it in SUBDIR
may cause people to trip over.
Submitted by:	jhs
1995-06-21 10:47:38 +00:00
Satoshi Asami
bee6b37588 Set PKGNAME=ucblogo-3.1. 1995-05-16 05:02:02 +00:00
Satoshi Asami
742f19b32d Oops, gnat was fixed earlier today by Josh (I think...or was in Jeff?)...
move it to SUBDIR.
1995-05-14 07:14:01 +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
Joshua Peck Macdonald
49caa3269b I fixed it so that it works right. Basically the same changes were
needed as for the g77 port, except this time since a new compiler
exectuable isn't getting produced (and I wonder why its that way)
one will need to use -B${PREFIX}/libexec/ every time they wish to
compile ada sources, since gcc doesn't look in /usr/local/libexec/.

It seems to work... I ran it on the examples directory.  Someone
who knows ada well should test it I suppose.

-josh
1995-05-13 15:09:16 +00:00
Satoshi Asami
ca23afc4b2 Add gnat to the "broken" list (for now), add elk and itcl to the SUBDIR
list.
1995-05-13 07:55:10 +00:00
Satoshi Asami
ebd44e9eb9 Move tcl from LIB_DEPENDS to DEPENDS. This port needs the extracted
source of tcl.
1995-05-13 07:53:08 +00:00
Satoshi Asami
4a044548aa Add guile-ii. Move nTk in alphabetical order. 1995-05-13 03:35:48 +00:00
Jean-Marc Zucconi
c22b4bd224 Add nTk to the SUBDIR list (not in alphabetical order since it depends
on perl5)
1995-05-12 15:32:36 +00:00
Satoshi Asami
3dfc1631fe Put back this long PLIST too. 1995-05-12 10:25:20 +00:00
Satoshi Asami
d9afa9b70a Add g77, which is now working fine. Thanks, Jeff! 1995-05-12 07:20:21 +00:00
Jeffrey Hsu
9d240ae4dd Upgrade to 5.16. 1995-05-09 08:52:26 +00:00
Mark Murray
fe28a58fc9 Shortened the PLIST (aka +CONTENTS) file to under 4k to avoid bug
(this will be backed out when the bug is fixed, as is it is a hack rather
that a fix)
1995-05-05 20:07:33 +00:00
Satoshi Asami
61c6f42258 No ldconfig's from ports, please.... :< 1995-04-25 01:05:45 +00:00
Satoshi Asami
1c392d4b6a Remove the second @cwd (to /usr/local/info) and add "info/" in front
of all the subsequent lines.
1995-04-24 23:08:06 +00:00
Satoshi Asami
dfcafdcd14 Run makeinfo before trying to install info files. 1995-04-24 23:07:29 +00:00
Satoshi Asami
77afdc76ca Add "STRIP=", scheme48 is a shell script. 1995-04-24 22:31:59 +00:00
Satoshi Asami
f7595f0968 Install manpages. Also, add missing "-f" to the end of MAKE_FLAGS. 1995-04-24 22:10:25 +00:00
Satoshi Asami
f41503d389 This port IS_INTERACTIVE (asks if you want to delete old installation). 1995-04-24 21:50:34 +00:00
Mark Murray
cd5700c69b Corrected some spelling, and generally clarified the description. 1995-04-24 21:25:26 +00:00
Jean-Marc Zucconi
c0e45238ef Add -Dprefix=${PREFIX} in configure args. 1995-04-24 15:17:40 +00:00
Satoshi Asami
b098c2ddf2 Update lang Makefiles, compressing some man pages and stripping some
executables along the way.
1995-04-24 11:29:30 +00:00
Jean-Marc Zucconi
adf9b90f89 Add suidperl; man pages are gzip'ed 1995-04-23 17:26:28 +00:00
Jean-Marc Zucconi
9083fbf329 gzip man pages, strip binaries 1995-04-23 17:21:34 +00:00
Jordan K. Hubbard
1fa46ef2e2 Simplify the pre-install rule. This is handled by the mtree stuff now. 1995-04-22 12:12:26 +00:00
Andrey A. Chernov
6e6b11a04c Put prep as primary site, move old primary to secondary
Add more categories
1995-04-19 08:12:00 +00:00
Satoshi Asami
72762d1040 Add IS_INTERACTIVE=yes. Cf.
>> The install target for smalltalk-1.1.1 is interactive.
>> Please read the file mst.texinfo for more information.
1995-04-18 05:18:51 +00:00
Satoshi Asami
377079f63c Add IS_INTERACTIVE. The Configure script checks for file descriptor 0,
so you can't run it with all the stdio redirected.
1995-04-18 02:00:15 +00:00
Satoshi Asami
cd1e798da7 Take out schemetoc until ldconfig is taken out. 1995-04-18 01:35:35 +00:00
Satoshi Asami
e138f15f96 Added perl5. 1995-04-17 06:04:06 +00:00
Satoshi Asami
d3124d07cd Perl5 port by Mark Murray. People, beat this!
Submitted by:	Mark Murray <markm@freebsd.org>
1995-04-17 06:02:34 +00:00
Jeffrey Hsu
a4c44d5b3a Upgrade to gcl 2.0. 1995-04-16 22:10:15 +00:00
Jeffrey Hsu
6a2f03ec95 Upgrade to gcl 2.0.
FreeBSD files now part of standard distribution.
1995-04-16 22:09:51 +00:00
Satoshi Asami
cce8f51d23 Oops, why did I miss this in the previous commit? Anyway, install
depends on build.
1995-04-16 21:28:20 +00:00
Satoshi Asami
21cfe0092c Make various install and pre-install targets depend on build. 1995-04-16 21:24:53 +00:00
Jeffrey Hsu
512a78de57 Break out patches into smaller files.
Fix trailing spaces in makefiles.
Submitted by:	thomas@ghpc8.ihf.rwth-aachen.de
1995-04-16 18:31:49 +00:00
Joshua Peck Macdonald
0e8d2c1580 add myself as maintainer 1995-04-15 23:41:41 +00:00
Joshua Peck Macdonald
e5439f36fa Add myself as MAINTAINER 1995-04-15 23:38:48 +00:00
Joshua Peck Macdonald
d64a33d6fc fixed myself to be MAINTAINER 1995-04-15 23:36:52 +00:00