summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Skip non-existent subdirectories. The diff is rather large becauseasami1997-01-131-10/+11
| | | | | | | | the original logic went into a section of code assuming some incarnation is there, but it's basically a "test -d" fix. Closes PR ports/2082. Reviewed by: max ("although I didn't test it, it looks fine")
* Sort cross references.wosch1997-01-1356-137/+164
|
* Add RCS id's since these files have left the default branch.steve1997-01-1215-0/+27
|
* This doesn't change any functionality, it simple makes yacc(1)steve1997-01-1213-78/+404
| | | | compile -Wall clean.
* Handle linuxdoc docs with a declaration like:jfieber1997-01-121-2/+2
| | | | | | <!doctype linuxdoc system> which is the standard practice used for the linux HOWTO documents.
* Use the RTLD_NOW symbol, now that it is defined in <dlfcn.h>.jdp1997-01-122-8/+6
|
* Convert to mdoc format.jdp1997-01-121-136/+152
| | | | | | | Add descriptions of RTLD_LAZY and RTLD_NOW. Correct the synopsis to agree with the actual function prototypes. Add clarifications of a few things. Clean up the wording in a few places.
* Fix the following old problem:joerg1997-01-121-79/+79
| | | | | | | date: 1994/10/09 07:37:18; author: davidg; state: Exp; lines: +7 -1 #if 0'd out the meat of the swap code until I get a chance to rewrite it. ...mainly by stealing the code from pstat(8).
* Add definitions of RTLD_LAZY and RTLD_NOW.jdp1997-01-121-0/+6
|
* Fix calendar so that you can run it like:mpp1997-01-121-2/+9
| | | | | | | | | calendar -t 0101 -f file Previously calendar's time processing routine directly modified the "0101" argument" which confused getopt. The time routines now make a copy of the argument to mess with.
* Add "lib/csu/i386" to the "includes" target, so that <dlfcn.h> isjdp1997-01-121-1/+2
| | | | | installed before it is needed. Noticed by: David Conran <lucifer@maths.uq.oz.au>
* Add commented out example entry for imap4ache1997-01-121-0/+4
|
* Add comments about variables and targets. Incomplete, see '???'.wosch1997-01-121-1/+71
|
* Add a general comment about this include file.wosch1997-01-121-1/+6
|
* I added both features Peter Wemm requested. First, the new optionjmacd1997-01-121-4/+22
| | | | | | | --forceentry=TEXT will override any entries contained in the info file. Second, I made it recognize that "gmp" and "gmp.info" are the same when looking for whether the info file being installed is already installed.
* include ctype.h to pick isprint macroache1997-01-121-1/+2
|
* Merge the en version changes made in 1.174 -> 1.188.max1997-01-121-19/+45
|
* Merge the en version changes made in 1.45 -> 1.47.max1997-01-121-6/+6
|
* Move some lines to make the list in alphabetical order by the entity name.max1997-01-121-5/+5
|
* Add OpenBSD support. Change some comments to reflect the fact. Also:asami1997-01-121-9/+22
| | | | | | | | | | | | | | | | | | | | | (1) Change commented out MAINTAINER to FreeBSD_MAINTAINER and OpenBSD_MAINTAINER. These are not comments anymore, so we may even use it in the future. (2) Instead of the ".if ${OPSYS} = "NetBSD" hack, use ".if exists()" to find the location of md5 an tar. Play similar trick for fetch (OpenBSD uses /usr/bin/ftp which groks http: addresses). This commit includes most of the changes made in 1.242 (although many of them are done differently after more discussion). One thing that is conspicuously missing is NOMANCOMPRESS, which has been postponed until Warner figures out what exactly the situation is on the OpenBSD ports paradigm. (In a nutshell, we can't just define NOMANCOMPRESS in this file even if uncompressed manpages is the default for OpenBSD, because that will take away the ability of individual users to select manpage compression.) Reviewed by: imp@openbsd.org
* Typo fix, and translation improvement.max1997-01-121-4/+4
| | | | Submitted by: Yoshiaki Uchikawa <yoshiaki@kt.rim.or.jp>
* (1) New variable, SCRIPTS_ENV, which is passed to scripts/configureasami1997-01-121-23/+43
| | | | | | | | | | | | | | | | | | | | | | | and scripts/{pre,post}-* as environment vars. Also, if BATCH is set, "BATCH=yes" is automatically added to SCRIPTS_ENV. (Requested by: max) (2) The INSTALL_* macros are added to SCRIPTS_ENV and MAKE_ENV as BSD_INSTALL_*. (Requested by: obrien) (3) New variable MOTIF_ONLY, which will only build ports with REQUIRES_MOTIF defined. This doesn't do dependencies right (what if the depended port doesn't need Motif) yet. (4) Try not to clean the same port twice in clean-depends when (for instance) it's defined in both BUILD_DEPENDS and INSTALL_DEPENDS. Note that it won't check chained dependencies so you may still see the same port cleaned multiple times, but checking that far will surely make this run slower than the un-"optimized" case so I left it as is. (Requested by: jkh) (5) Ignore *.rej files in patches/ directory in addition to *~ and *.orig.
* Merge the en version changes made in 1.4 -> 1.5.max1997-01-121-2/+2
| | | | (No actual change in the translation.)
* Add more protection when running as init and don't do stupid things.jkh1997-01-125-9/+29
| | | | | Fix looping in fixit cdrom selection by adding a missing break. Move unmount of cdrom down to proper place.
* Added two useful URL's.obrien1997-01-121-1/+13
|
* Updated the Pentium chipset descriptions as suggested by Rodney Grimes.obrien1997-01-121-16/+18
| | | | Submitted by: Rodney Grimes
* *gulp* break this file off the vendor branch in order to fix thepeter1997-01-121-1/+1
| | | | | | | | info entry. It's a real shame that install-info can't override these. I'll fix the repository for this (and the readline commit as well) once this has been fixed properly... Looking at the install-info source gives me a headache. :-( This should be enough to get the tree to build again.
* Ack. When I moved the getsockopt() calls, I forgot to move the lineswpaul1997-01-121-4/+4
| | | | that initialize the getsockopt() args (type and len) too.
* Patch up the readline info building. This one is a bit of a problempeter1997-01-124-12/+33
| | | | | | since the source name is not the same as the texinfo name so we have to use SRCS=. This means we can't build two info sets in the same directory so I've split it.
* Don't conflict with INFODIR?=${SHAREDIR}/info from the system Makefilespeter1997-01-121-5/+5
|
* one more tweak to make it fly without INFO defined. (like bsd.prog.mk)peter1997-01-121-2/+2
|
* Make this slightly less bogus. I'm not 100% sure what is correct here,peter1997-01-121-1/+6
| | | | | | | | | but replacing the "dir" file unconditionally isn't it. During the course of development, if .info files go away from the sources, nothing removes them from /usr/share/info, this is the same as system binaries etc. Removing the entire index isn't helpful, because you've got to reinstall the entire tree to get it back again. bsd.info.mk has a reference to /usr/share/info/dir-tmpl, I wonder if it once created dir if needed?
* Make this (hopefully) build now. There was no dir entry.peter1997-01-121-2/+4
|
* oops, missed a ${BINDIR} -> ${INFODIR}. Also remove the slash betweenpeter1997-01-121-2/+2
| | | | ${DESTDIR}/${INFODIR}.
* Back out the last backout. This should work now that the bsd.info.mkpeter1997-01-122-4/+4
| | | | spammed revisions have been restored.
* recover spammed revisions 1.20 and 1.21. This fixes the breaks in thepeter1997-01-121-9/+8
| | | | | | builds when INFO is commented out. Pointed out by: bde
* Fix path to readline docs, since it's now in contribpeter1997-01-121-1/+1
|
* Remove yacc from the lib-tools target since it is nowsteve1997-01-121-3/+1
| | | | | | back to its original form. Requested by: jkh
* Disconnect the doc subdir as well, bsd.info.mk freaks out if therepeter1997-01-122-4/+4
| | | | is no ${INFO} variable set.. :-(
* Disconnect the doc subdir until somebody fixes this. I don't see how thispeter1997-01-121-2/+2
| | | | could possibly have worked during the testing before the last commit. :-(
* Revert the '-o output_file_name' option changes.steve1997-01-122-22/+1
|
* Revert changes to make the .y.c rule 'make -j n' safe.steve1997-01-121-2/+4
|
* - Save parent pid and check current pid against it upon entry towpaul1997-01-121-1/+10
| | | | | | | terminate(). This makes doubly sure we don't trip the SIGTERM handler in a child process. Suggested by: phk. - It's int main(argc, argv), not void main(argc, argv), gosh darn it.
* Add missing RETURN VALUES/ERRORS sections.mpp1997-01-126-13/+69
|
* Correct typos and spelling errors.jdp1997-01-124-20/+20
|
* Add support for the LD_BIND_NOW environment variable. If it is set to ajdp1997-01-126-60/+142
| | | | | | | | | | | | | | | | | | | | | nonempty string, then function calls are relocated at program start-up rather than lazily. This variable is standard on Sun and SVR4 systems. The dlopen() function now supports both lazy and immediate binding, as determined by its "mode" argument, which can be either 1 (RTLD_LAZY) or 2 (RTLD_NOW). I will add defines of these symbols to <dlfcn.h> as soon as I've done a little more checking to make sure they won't cause collisions or bootstrapping problems that would break "make world". The "LD_*" environment variables which alter dynamic linker behavior are now treated as unset if they are set to the empty string. This agrees with the standard SVR4 conventions for the dynamic linker. Add a work-around for programs compiled with certain buggy versions of crt0.o. The buggy versions failed to set the "crt_ldso" member of the interface structure. This caused certain error messages from the dynamic linker to begin with "(null)" instead of the pathname of the dynamic linker.
* Set LD_TRACE_LOADED_OBJECTS to "1" instead of to "". The dynamic linkerjdp1997-01-122-4/+4
| | | | | now treats empty "LD_*" environment variables as if they were unset, per the standard SVR4 conventions.
* Add support for the LD_BIND_NOW environment variable. If it is set to ajdp1997-01-124-4/+42
| | | | | | | | | | | nonempty string, then function calls are relocated at program start-up rather than lazily. This variable is standard on Sun and SVR4 systems. The dlopen() function now supports both lazy and immediate binding, as determined by its "mode" argument, which can be either 1 (RTLD_LAZY) or 2 (RTLD_NOW). I will add defines of these symbols to <dlfcn.h> as soon as I've done a little more checking to make sure they won't cause collisions or bootstrapping problems that would break "make world".
* Rename the DIAGNOSTICS sections in several man pagesmpp1997-01-126-7/+7
| | | | to RETURN VALUES like they should be.
* Set the "crt_ldso" member of the crt-to-ld.so interface structure. Thisjdp1997-01-111-1/+2
| | | | | | | | | | was apparently overlooked at the time the member was added. Its absence causes some error messages from the dynamic linker to begin with "(null):" instead of with the pathname of the dynamic linker as they should. I am also adding a work-around to the dynamic linker, to cope with legacy binaries that were built with older versions of crt0.
OpenPOWER on IntegriCloud