summaryrefslogtreecommitdiff
path: root/mk
AgeCommit message (Collapse)AuthorFilesLines
2001-03-29Make the default method of determining the current working directorykim1-1/+13
use "pwd" instead of "pawd". NOTE: if you are running amd you'll want to set SDIST_PAWD and SSYNC_PAWD to "pawd" in /etc/mk.conf now.
2001-03-29Don't use regexp substitution where plain substitution is intended,hubertf1-2/+2
it might yield some surprising results. Pointed out by Marc Espie <espie@schutzenberger.liafa.jussieu.fr>
2001-03-28Minor optimisationskrll1-4/+1
2001-03-28Correct the DEPENDS on libtool in the USE_LTDL case and make sure theskrll1-3/+3
latest and greatest libtool is used in the USE_LIBTOOL case.
2001-03-28Create directory "share/pixmaps" which is used by a growing number oftron3-3/+8
unrelated packages.
2001-03-27Change BUILD_DEPENDS semantics:hubertf1-77/+23
first component is now a package name+version/pattern, no more executable/patchname/whatnot. While there, introduce BUILD_USES_MSGFMT as shorthand to pull in devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current). Patch by Alistair Crooks <agc@netbsd.org>
2001-03-27make sure that any packages listed in BULK_PREREQ get listed in the outputdmcmahill1-2/+25
even if they are not enabled in the category makefiles. This catches, in particular, pkgtools/xpkgwedge which was missing before. Thanks to Christoph Badura for noting this.
2001-03-26Added default JVM for PowerPC: blackdown-jdk13. Approved by Jim Wise.manu1-1/+6
2001-03-26Provide a default digest algorithm in the case where FAILOVER_FETCH isagc1-1/+4
set, and a distfile which isn't in files/md5 is attempted to be downloaded. Fixes a problem pointed out by Dan Mcmahill.
2001-03-26Correctly handle the common case where "MANZ" setting is protectedfredb1-1/+2
by ".ifdef BSD_PKG_MK" in /etc/mk.conf, but "MANZ" handling, in the package, relys on the system's "bsd.man.mk", which _CAN_ _NOT_ see variables protected by ".ifdef BSD_PKG_MK". By passing "MANZ" in through "MAKE_ENV", only if "MANZ" is defined, we ensure that the PLIST handling and the package's own handling are on the same wavelength.
2001-03-26Clean up after installing digest, also use DEPENDS_TARGET to installhubertf1-2/+4
(in case someone wants something else then a 'install')
2001-03-26LYNX_SCREEN_LIB is for "lynx", not just "lynx-current".fredb1-2/+2
2001-03-26Document PINFO_USE_NATIVE_CURSES.fredb1-1/+7
2001-03-25Add an entry for PGHOME, the (now configurable) home directory ofwennmach1-1/+7
the pgsql user.
2001-03-24Fix typo in last commit.tron1-2/+2
2001-03-24Only enforce the use of Zoularis under SunOS.tron1-2/+2
2001-03-24Provide examples for teapopzuntum1-1/+11
2001-03-24Sync comment for USE_RSAREF2 with reality.fredb1-4/+5
2001-03-23Handle the symlinks created by libtool on a.out for certain invocationsskrll1-2/+14
of libtool involving the -release option. print-PLIST on an a.out machine probably doesn't handle these, i.e. it doesn't remove them from the PLIST.
2001-03-23Add a version check for the installed Zoularis version.tron1-2/+20
2001-03-23Add missing check for NetBSD in last commit.tron1-2/+2
2001-03-23Provide Zoularis version number as "${ZOULARIS_VERSION}" on non NetBSDtron1-1/+10
systems.
2001-03-23Use "tar" coming with Zoularis under Solaris.tron1-2/+2
2001-03-21Sort command name definitions into alphabetical order, following theagc1-4/+4
renaming of LOCALEDIR to PKGLOCALEDIR.
2001-03-20add paragraph for citrix_ica-licensewiz1-1/+6
2001-03-20Check for the existence of the ${LICENSE} file before trying to access it.agc1-2/+7
Pointed out by Thomas Klausner.
2001-03-20Unify license indentation, and add section on maude-license.wiz1-4/+8
2001-03-20As discussed on tech-pkg, introduce USE_RMAN to accomodate the XFree86-4.xfredb1-1/+11
installed "rman".
2001-03-19Add "ftp1.sourceforge.net" to "ftp3.sourceforge.net" to source forge mastertron1-3/+4
site list.
2001-03-19sort the ACCEPTIBLE_LICENSES examples so its easier to look up stuff.dmcmahill1-16/+16
2001-03-19provide examples for DEFAULT_SERIAL_DEVICE and SERIAL_DEVICESdmcmahill1-1/+13
2001-03-19provide BULK_PREREQ exampledmcmahill1-1/+10
2001-03-19add a list of default serial devices on a per machine_arch basis as discusseddmcmahill1-1/+38
a while back on tech-pkg. Note that these defaults will not be 100% accurate as different machines with the same MACHINE_ARCH may have different serial hardware. However the default serial device may then be overridden in /etc/mk.conf. This should at least be better than what we had before ("all the world is i386").
2001-03-19-add support for a BULK_PREREQ make variable. BULK_PREREQ contains a listdmcmahill5-32/+109
of packages which must stay installed during the build, but are not pulled in by the DEPENDS for each package. Currently, BULK_PREREQ will always include pkgtools/digest. At this time, the primary use will be to add BULK_PREREQ+=pkgtools/xpkgwedge in /etc/mk.conf to do an xpkgwedge'd bulk build. It is up to the user to make sure that the list of packages in BULK_PREREQ is a flattened list (ie all the DEPENDS are listed too). Again, at this time, xpkgwedge is really the only package that should be added to the list. -add an ADMINSIG build.conf variable. This is the signature at the end of the email report. Maybe now I'll quit forwarding reports signed as "-Hubert". -while here, eliminate grep|awk lines and `grep >/dev/null` replacing them with pure awk and grep -q.
2001-03-18Replace two dead German GNOME mirrors by a working one.tron1-3/+2
2001-03-18Use the most recent libtool.skrll1-3/+3
2001-03-16Correct last commit: we want "share/doc/html".tron2-6/+6
2001-03-16Add missing directory "share/html" from "NetBSD.x11.dist".tron2-2/+6
2001-03-16Add directory "share/fonts" required by multiple not related packages.tron3-3/+9
2001-03-16Remove NO_DESCRIBE, since it doesn't seem to be used or make sense.wiz1-7/+1
2001-03-16Deprecate NO_EXTRACT, since it wasn't working anyway for a long time now.wiz1-11/+1
Use EXTRACT_ONLY= # empty instead.
2001-03-15Update the pkgtools out of date instructions toabs1-2/+2
Please "make install" in ../../pkgtools/pkg_install.
2001-03-14make sure CVS_RSH gets set to 'ssh' before cvs updatinghubertf1-2/+2
2001-03-14Remove an obsolete comment, and update defaults for windowmaker to currentwiz1-4/+2
value.
2001-03-14Remove old ISPELL* definitions, which aren't appropriate anymore withagc1-17/+1
the new format of ispell-base and supplementary language dictionaries.
2001-03-13add csound-licensewiz1-1/+4
2001-03-13Add an explanatory comment.agc1-2/+7
2001-03-13Only add DIGEST_VERSION to MAKEFLAGS when we know it's a valid version.agc1-7/+5
Addresses PR 12397
2001-03-13Compile in LDAP-support for addressbook if PINE_USE_LDAP is set inhubertf1-1/+6
/etc/mk.conf. Patch submitted by John Darrow <John.P.Darrow@wheaton.edu> in PR 9760.
2001-03-12Re-enable the -release option of libtool. ELF is fully supported with a.outskrll1-3/+3
support to follow. Note this in documentation. Bump revision of libtool to nb3 and update dependencies. Update (sort) known affected PLISTs. Fixes pkg/12368 by Kimmo Suominen <kim@tac.nyc.ny.us> Fixes problems with cross/* noted on tech-pkg and packages by Chuck Cranor <chuck@research.att.com>, and Thomas Klausner <wiz@danbala.ifoer.tuwien.ac.at>