Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1998-01-22 | Initial import of the mtools package, as adapted by me. | is | 6 | -0/+90 | |
Can probably be refined a bit (e.g. patching in correct pathnames into documentation). | |||||
1998-01-22 | Ignore the return code from rm when removing the ${WRKDIR} symbolic | agc | 2 | -4/+4 | |
link, when doing a "make clean" with WRKOBJDIR defined. From Thorsten Frueauf. | |||||
1998-01-22 | Set MIRROR_DISTFILE to "no" in package Makefiles which might have | agc | 7 | -7/+18 | |
restrictions placed on the redistribution of their distfiles. Please note that I've erred on the side of caution here. | |||||
1998-01-22 | Add a MIRROR_DISTFILE variable; defaults to "yes", and should be set | agc | 2 | -2/+28 | |
to "no" in a package's Makefile when the authors have placed restrictions on the redistribution of the distfiles. (Thanks to Jason Thorpe for the idea). Add a `mirror' target, which will do a "make fetch" if the package's distfile is allowed to be redistributed. This is for use on sites which mirror package distfiles. (Thanks to Charles Hannum for the idea). | |||||
1998-01-22 | Update to 1.2.22, disable suid, add master site. | hubertf | 2 | -5/+7 | |
1998-01-21 | Fix up an error relating to a forward declaration of the time(3) | agc | 1 | -70/+65 | |
library function, found by Bill Coldwell on /alpha. Clean up the other warnings, too. | |||||
1998-01-20 | Add gtexinfo as requirement to build/install bash (needed for the info | hubertf | 2 | -4/+7 | |
page). This fixes PR pkg/4850 by Perry E. Metzger <perry@piermont.com>. Also while there, see that the section under which the info file in the dir file ends up is "Shells", not "Misc". (To be consistent with zsh) | |||||
1998-01-20 | Fix this another way for OBJMACHINE - use Hubert's ${WRKDIR:T} | agc | 1 | -5/+1 | |
construction to specify the work directory here. | |||||
1998-01-20 | Add ls-R.5 manual page to the Makefile's MAN5 definition so that it | agc | 1 | -1/+2 | |
gets gzipped/gunzipped using the usual package compression mechanism. | |||||
1998-01-20 | Correct name of this package in the initial comment. | agc | 2 | -4/+5 | |
Specify the manual page correctly in Makefile and PLIST. Add NetBSD RCS Id to PLIST. | |||||
1998-01-19 | Make this package depend on the gs binary installed by the | agc | 1 | -2/+2 | |
ghostscript5 package as (a) we should be encouraging people to use the packages collection where possible, and (b) it messes up the package depencies if we don't, to the extent that pkg_delete will have problems. | |||||
1998-01-19 | Fix typo in version required comment. | agc | 1 | -25/+20 | |
Specify the working directory name for pre-requisite packages the same way that Hubert did (using ${WRKDIR:T}). This works both with and without OBJMACHINE set. Change the way that paper size is selected. All packages that use a paper size definition should use a PAPER_SIZE definition, set in either the environment or /etc/mk.conf. This can be set to "A4" or "a4", but defaults to US letter ("letter") if not set. Re-define the do-build target accordingly. | |||||
1998-01-19 | Change the way the default MTA is specified so it's done properly | agc | 1 | -6/+3 | |
for definitions in /etc/mk.conf. | |||||
1998-01-19 | Correct some spelling typos, pointed out by | hubertf | 1 | -27/+27 | |
David Brownlee <abs@netbsd.org>. | |||||
1998-01-19 | portlint: kill space at EOL | hubertf | 1 | -2/+2 | |
1998-01-19 | portlint: fix RCS Id | hubertf | 1 | -1/+3 | |
1998-01-19 | portlint: $() vs. ${} | hubertf | 1 | -3/+3 | |
1998-01-19 | portlint: Fix RCS Id | hubertf | 1 | -1/+3 | |
1998-01-19 | portlint: kill space at EOL | hubertf | 1 | -18/+17 | |
1998-01-19 | portlint: fix RCS Id | hubertf | 2 | -2/+5 | |
1998-01-19 | portlint: use command-macros, fix info-file installation, empty line at EOF, ... | hubertf | 4 | -12/+29 | |
1998-01-19 | portlint: Fix RCS Id | hubertf | 1 | -1/+2 | |
1998-01-19 | portlint: change order, use command-macros | hubertf | 1 | -5/+5 | |
1998-01-19 | portlint: make comment shorter | hubertf | 1 | -1/+1 | |
1998-01-19 | portlint: kill empty line at the EOF | hubertf | 1 | -1/+0 | |
1998-01-19 | portlint: Fix RCS Id | hubertf | 1 | -1/+2 | |
1998-01-19 | portlint: install info pages propperly, RCS ID, no more USE_GMAKE, ... | hubertf | 8 | -8/+93 | |
1998-01-19 | portlint: fix RCS Id, add MAINTAINER+MAN1 | hubertf | 1 | -1/+7 | |
1998-01-19 | portlint: move RCS-Id | hubertf | 1 | -1/+2 | |
1998-01-19 | portlint: change order, kill whitespace | hubertf | 1 | -4/+4 | |
1998-01-19 | portlint: make comment shorter | hubertf | 1 | -1/+1 | |
1998-01-19 | portlint: ldconfig | hubertf | 2 | -5/+5 | |
1998-01-19 | portlint: kill empty lines at EOF | hubertf | 1 | -2/+0 | |
1998-01-19 | portlint: change order, add MAN1 | hubertf | 1 | -3/+5 | |
1998-01-19 | portlint: kill empty line at EOF | hubertf | 3 | -3/+0 | |
1998-01-19 | portlint: replace commands with predefined macros. | hubertf | 1 | -3/+3 | |
1998-01-19 | portlint: kill empty lines at EOF | hubertf | 1 | -2/+0 | |
1998-01-19 | portlint: kill empty line at EOF | hubertf | 1 | -1/+0 | |
1998-01-18 | Since our distribution contains libwrap, link against it and remove the | kleink | 1 | -13/+3 | |
previous (and bogus) USE_TCPWRAP variable check. | |||||
1998-01-17 | Set default MTA for nmh to be smtp. If there's an environment variable | agc | 1 | -2/+7 | |
called NMH_MTA (or a variable of the same name in /etc/mk.conf), use the value of that variable when configuring nmh. Does not solve the MTA wars, but makes things more configurable. | |||||
1998-01-16 | Revert yesterday's changes, which didn't work with our xsrc. | agc | 3 | -2/+15 | |
Fixes PR/4828, from Perry Metzger. | |||||
1998-01-16 | Upgrade to lesstif 0.82, from Jim Bernard. | agc | 6 | -48/+46 | |
I modified the test in the Makefile which checks for a previous installation of real motif, since it wouldn't work if HAVE_MOTIF was set in /etc/mk.conf. | |||||
1998-01-16 | Fix comment for FETCH_CMD wrt non-NetBSD-systems | hubertf | 2 | -4/+4 | |
1998-01-16 | Don't use hardcoded "work" dirname, but use ${WRKDIR:T} instead (and | hubertf | 3 | -4/+5 | |
pass in via MAKE_ENV). | |||||
1998-01-16 | ftp://bonk.ethz.ch/gs-driver-distrib/hp850.zip has two lines of | hubertf | 1 | -2/+2 | |
documentation fixed, breaking our checksum; fix. | |||||
1998-01-15 | - Our default for FETCH_CMD is ftp, not fetch. | hubertf | 2 | -28/+56 | |
- Document NO_IGNORE, __ARCH_OK - Make __ARCH_OK overridable, so it can be set to YES e.g. for fetching all distfiles. - Move ".ifndef(__ARCH_OK): block, so some targets like clean work in any case. - Add LOCALBASE and X11BASE to PATH in MAKE_ENV, CONFIGURE_ENV and SCRIPT_ENV; this fixes PR 4573 | |||||
1998-01-15 | make work with OBJMACHINE | chopps | 2 | -5/+15 | |
1998-01-15 | Make gv depend on an executable gs in the $PATH. | agc | 1 | -1/+2 | |
We need some dependency here, and it's either on ${LOCALBASE}/bin/gs to pick up the ghostscript 5 package's gs binary, or simply gs, to pick up any gs binary in the path. The latter was chosen for the moment. | |||||
1998-01-15 | Fixes so that headers are installed into the correct directory: | agc | 3 | -15/+2 | |
/usr/X11R6/include/X11/Xaw3d and not /usr/X11R6/include/X11/X11/Xaw3d. Also clean up the PLIST so that it doesn't contain the static library, whcih isn't built or installed. | |||||
1998-01-15 | Upgrade to version 5.32, from John Darrow. Fixes PR 4825. | agc | 3 | -9/+8 | |