| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
Complete listing of the files.
Added @dirrm directives to remove empty directories after pkg_delete.
Notes:
svn path=/head/; revision=4046
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
ahead of /usr/bin in the PATH variable.
Calls mkdir with its full path.
Use macros to install files.
Honor the setting of NOMANCOMPRESS.
Notes:
svn path=/head/; revision=4045
|
|
|
|
|
|
|
| |
Pointed out by: Satoshi.
Notes:
svn path=/head/; revision=4040
|
|
|
|
|
|
|
|
| |
libtk and libtcl files.
Suggested by: Satoshi.
Notes:
svn path=/head/; revision=4021
|
|
|
|
| |
Notes:
svn path=/head/; revision=4016
|
|
|
|
| |
Notes:
svn path=/head/; revision=4013
|
|
|
|
| |
Notes:
svn path=/head/; revision=4011
|
|
|
|
|
|
|
| |
the tcl library in /usr/lib.
Notes:
svn path=/head/; revision=3975
|
|
|
|
|
|
|
|
|
| |
While I'm here, rewrite the install commands to use the macros.
Reviewed by (sort of): chuckr
Notes:
svn path=/head/; revision=3960
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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!
Notes:
svn path=/head/; revision=3948
|
|
|
|
|
|
|
| |
Pointed to the right place by: jmacd
Notes:
svn path=/head/; revision=3946
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=3918
|
|
|
|
| |
Notes:
svn path=/head/; revision=3899
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=3890
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=3883
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=3882
|
|
|
|
|
|
|
|
|
| |
1) Fix the PLIST
2) use ${INSTALL_MAN}
3) make this work with current's contrib/tcl
Notes:
svn path=/head/; revision=3862
|
|
|
|
| |
Notes:
svn path=/head/; revision=3848
|
|
|
|
|
|
|
| |
Reviewed by: matt@bdd.net
Notes:
svn path=/head/; revision=3847
|
|
|
|
|
|
|
|
|
|
| |
-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.
Notes:
svn path=/head/; revision=3803
|
|
|
|
| |
Notes:
svn path=/head/; revision=3802
|
|
|
|
| |
Notes:
svn path=/head/; revision=3762
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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??
Notes:
svn path=/head/; revision=3758
|
|
|
|
| |
Notes:
svn path=/head/; revision=3750
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=3748
|
|
|
|
| |
Notes:
svn path=/head/; revision=3704
|
|
|
|
| |
Notes:
svn path=/head/; revision=3702
|
|
|
|
| |
Notes:
svn path=/head/; revision=3694
|
|
|
|
|
|
|
|
| |
copies of tcl7.5 amd tk4.1, as well as new widget collection.
Reviewed by: (preliminary version) Satoshi
Notes:
svn path=/head/; revision=3689
|
|
|
|
|
|
|
| |
Reviewed by: jkh
Notes:
svn path=/head/; revision=3635
|
|
|
|
| |
Notes:
svn path=/head/; revision=3453
|
|
|
|
| |
Notes:
svn path=/head/; revision=3450
|
|
|
|
|
|
|
| |
While I'm here, fix the variable ordering.
Notes:
svn path=/head/; revision=3449
|
|
|
|
| |
Notes:
svn path=/head/; revision=3444
|
|
|
|
|
|
|
| |
Oh, messed up an Id line. That's how it works!
Notes:
svn path=/head/; revision=3443
|
|
|
|
|
|
|
| |
New version of the sml programming language, based upon caml.
Notes:
svn path=/head/; revision=3442
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=3436
|
|
|
|
| |
Notes:
svn path=/head/; revision=3387
|
|
|
|
| |
Notes:
svn path=/head/; revision=3360
|
|
|
|
|
|
|
| |
Submitted in part by: Michael Smith <msmith@atrad.adelaide.edu.au>
Notes:
svn path=/head/; revision=3344
|
|
|
|
|
|
|
|
|
|
| |
no longer holds the archive) to ftp.neosoft.com, correcting
paths as necessary.
Pointed Out By: jkh
Notes:
svn path=/head/; revision=3296
|
|
|
|
|
|
|
| |
fixed for 2.1.5
Notes:
svn path=/head/; revision=3293
|
|
|
|
|
|
|
| |
Submitted by: the ftp .message
Notes:
svn path=/head/; revision=3241
|
|
|
|
|
|
|
| |
committed by mistake. Back it out.
Notes:
svn path=/head/; revision=3230
|
|
|
|
| |
Notes:
svn path=/head/; revision=3229
|
|
|
|
|
|
|
|
|
| |
Removed CFLAGS line which didn't appear to do anything.
Minor changes to message printed out at install time.
Notes:
svn path=/head/; revision=3173
|
|
|
|
| |
Notes:
svn path=/head/; revision=3165
|
|
|
|
| |
Notes:
svn path=/head/; revision=3162
|
|
|
|
| |
Notes:
svn path=/head/; revision=3161
|
|
|
|
| |
Notes:
svn path=/head/; revision=3160
|