summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1998-01-22Initial import of the mtools package, as adapted by me.is6-0/+90
Can probably be refined a bit (e.g. patching in correct pathnames into documentation).
1998-01-22Ignore the return code from rm when removing the ${WRKDIR} symbolicagc2-4/+4
link, when doing a "make clean" with WRKOBJDIR defined. From Thorsten Frueauf.
1998-01-22Set MIRROR_DISTFILE to "no" in package Makefiles which might haveagc7-7/+18
restrictions placed on the redistribution of their distfiles. Please note that I've erred on the side of caution here.
1998-01-22Add a MIRROR_DISTFILE variable; defaults to "yes", and should be setagc2-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-22Update to 1.2.22, disable suid, add master site.hubertf2-5/+7
1998-01-21Fix up an error relating to a forward declaration of the time(3)agc1-70/+65
library function, found by Bill Coldwell on /alpha. Clean up the other warnings, too.
1998-01-20Add gtexinfo as requirement to build/install bash (needed for the infohubertf2-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-20Fix this another way for OBJMACHINE - use Hubert's ${WRKDIR:T}agc1-5/+1
construction to specify the work directory here.
1998-01-20Add ls-R.5 manual page to the Makefile's MAN5 definition so that itagc1-1/+2
gets gzipped/gunzipped using the usual package compression mechanism.
1998-01-20Correct name of this package in the initial comment.agc2-4/+5
Specify the manual page correctly in Makefile and PLIST. Add NetBSD RCS Id to PLIST.
1998-01-19Make this package depend on the gs binary installed by theagc1-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-19Fix typo in version required comment.agc1-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-19Change the way the default MTA is specified so it's done properlyagc1-6/+3
for definitions in /etc/mk.conf.
1998-01-19Correct some spelling typos, pointed out byhubertf1-27/+27
David Brownlee <abs@netbsd.org>.
1998-01-19portlint: kill space at EOLhubertf1-2/+2
1998-01-19portlint: fix RCS Idhubertf1-1/+3
1998-01-19portlint: $() vs. ${}hubertf1-3/+3
1998-01-19portlint: Fix RCS Idhubertf1-1/+3
1998-01-19portlint: kill space at EOLhubertf1-18/+17
1998-01-19portlint: fix RCS Idhubertf2-2/+5
1998-01-19portlint: use command-macros, fix info-file installation, empty line at EOF, ...hubertf4-12/+29
1998-01-19portlint: Fix RCS Idhubertf1-1/+2
1998-01-19portlint: change order, use command-macroshubertf1-5/+5
1998-01-19portlint: make comment shorterhubertf1-1/+1
1998-01-19portlint: kill empty line at the EOFhubertf1-1/+0
1998-01-19portlint: Fix RCS Idhubertf1-1/+2
1998-01-19portlint: install info pages propperly, RCS ID, no more USE_GMAKE, ...hubertf8-8/+93
1998-01-19portlint: fix RCS Id, add MAINTAINER+MAN1hubertf1-1/+7
1998-01-19portlint: move RCS-Idhubertf1-1/+2
1998-01-19portlint: change order, kill whitespacehubertf1-4/+4
1998-01-19portlint: make comment shorterhubertf1-1/+1
1998-01-19portlint: ldconfighubertf2-5/+5
1998-01-19portlint: kill empty lines at EOFhubertf1-2/+0
1998-01-19portlint: change order, add MAN1hubertf1-3/+5
1998-01-19portlint: kill empty line at EOFhubertf3-3/+0
1998-01-19portlint: replace commands with predefined macros.hubertf1-3/+3
1998-01-19portlint: kill empty lines at EOFhubertf1-2/+0
1998-01-19portlint: kill empty line at EOFhubertf1-1/+0
1998-01-18Since our distribution contains libwrap, link against it and remove thekleink1-13/+3
previous (and bogus) USE_TCPWRAP variable check.
1998-01-17Set default MTA for nmh to be smtp. If there's an environment variableagc1-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-16Revert yesterday's changes, which didn't work with our xsrc.agc3-2/+15
Fixes PR/4828, from Perry Metzger.
1998-01-16Upgrade to lesstif 0.82, from Jim Bernard.agc6-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-16Fix comment for FETCH_CMD wrt non-NetBSD-systemshubertf2-4/+4
1998-01-16Don't use hardcoded "work" dirname, but use ${WRKDIR:T} instead (andhubertf3-4/+5
pass in via MAKE_ENV).
1998-01-16ftp://bonk.ethz.ch/gs-driver-distrib/hp850.zip has two lines ofhubertf1-2/+2
documentation fixed, breaking our checksum; fix.
1998-01-15 - Our default for FETCH_CMD is ftp, not fetch.hubertf2-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-15make work with OBJMACHINEchopps2-5/+15
1998-01-15Make gv depend on an executable gs in the $PATH.agc1-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-15Fixes so that headers are installed into the correct directory:agc3-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-15Upgrade to version 5.32, from John Darrow. Fixes PR 4825.agc3-9/+8