Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2001-03-28 | Correct the DEPENDS on libtool in the USE_LTDL case and make sure the | skrll | 1 | -3/+3 | |
latest and greatest libtool is used in the USE_LIBTOOL case. | |||||
2001-03-28 | Create directory "share/pixmaps" which is used by a growing number of | tron | 3 | -3/+8 | |
unrelated packages. | |||||
2001-03-27 | Change BUILD_DEPENDS semantics: | hubertf | 1 | -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-27 | make sure that any packages listed in BULK_PREREQ get listed in the output | dmcmahill | 1 | -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-26 | Added default JVM for PowerPC: blackdown-jdk13. Approved by Jim Wise. | manu | 1 | -1/+6 | |
2001-03-26 | Provide a default digest algorithm in the case where FAILOVER_FETCH is | agc | 1 | -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-26 | Correctly handle the common case where "MANZ" setting is protected | fredb | 1 | -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-26 | Clean up after installing digest, also use DEPENDS_TARGET to install | hubertf | 1 | -2/+4 | |
(in case someone wants something else then a 'install') | |||||
2001-03-26 | LYNX_SCREEN_LIB is for "lynx", not just "lynx-current". | fredb | 1 | -2/+2 | |
2001-03-26 | Document PINFO_USE_NATIVE_CURSES. | fredb | 1 | -1/+7 | |
2001-03-25 | Add an entry for PGHOME, the (now configurable) home directory of | wennmach | 1 | -1/+7 | |
the pgsql user. | |||||
2001-03-24 | Fix typo in last commit. | tron | 1 | -2/+2 | |
2001-03-24 | Only enforce the use of Zoularis under SunOS. | tron | 1 | -2/+2 | |
2001-03-24 | Provide examples for teapop | zuntum | 1 | -1/+11 | |
2001-03-24 | Sync comment for USE_RSAREF2 with reality. | fredb | 1 | -4/+5 | |
2001-03-23 | Handle the symlinks created by libtool on a.out for certain invocations | skrll | 1 | -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-23 | Add a version check for the installed Zoularis version. | tron | 1 | -2/+20 | |
2001-03-23 | Add missing check for NetBSD in last commit. | tron | 1 | -2/+2 | |
2001-03-23 | Provide Zoularis version number as "${ZOULARIS_VERSION}" on non NetBSD | tron | 1 | -1/+10 | |
systems. | |||||
2001-03-23 | Use "tar" coming with Zoularis under Solaris. | tron | 1 | -2/+2 | |
2001-03-21 | Sort command name definitions into alphabetical order, following the | agc | 1 | -4/+4 | |
renaming of LOCALEDIR to PKGLOCALEDIR. | |||||
2001-03-20 | add paragraph for citrix_ica-license | wiz | 1 | -1/+6 | |
2001-03-20 | Check for the existence of the ${LICENSE} file before trying to access it. | agc | 1 | -2/+7 | |
Pointed out by Thomas Klausner. | |||||
2001-03-20 | Unify license indentation, and add section on maude-license. | wiz | 1 | -4/+8 | |
2001-03-20 | As discussed on tech-pkg, introduce USE_RMAN to accomodate the XFree86-4.x | fredb | 1 | -1/+11 | |
installed "rman". | |||||
2001-03-19 | Add "ftp1.sourceforge.net" to "ftp3.sourceforge.net" to source forge master | tron | 1 | -3/+4 | |
site list. | |||||
2001-03-19 | sort the ACCEPTIBLE_LICENSES examples so its easier to look up stuff. | dmcmahill | 1 | -16/+16 | |
2001-03-19 | provide examples for DEFAULT_SERIAL_DEVICE and SERIAL_DEVICES | dmcmahill | 1 | -1/+13 | |
2001-03-19 | provide BULK_PREREQ example | dmcmahill | 1 | -1/+10 | |
2001-03-19 | add a list of default serial devices on a per machine_arch basis as discussed | dmcmahill | 1 | -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 list | dmcmahill | 5 | -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-18 | Replace two dead German GNOME mirrors by a working one. | tron | 1 | -3/+2 | |
2001-03-18 | Use the most recent libtool. | skrll | 1 | -3/+3 | |
2001-03-16 | Correct last commit: we want "share/doc/html". | tron | 2 | -6/+6 | |
2001-03-16 | Add missing directory "share/html" from "NetBSD.x11.dist". | tron | 2 | -2/+6 | |
2001-03-16 | Add directory "share/fonts" required by multiple not related packages. | tron | 3 | -3/+9 | |
2001-03-16 | Remove NO_DESCRIBE, since it doesn't seem to be used or make sense. | wiz | 1 | -7/+1 | |
2001-03-16 | Deprecate NO_EXTRACT, since it wasn't working anyway for a long time now. | wiz | 1 | -11/+1 | |
Use EXTRACT_ONLY= # empty instead. | |||||
2001-03-15 | Update the pkgtools out of date instructions to | abs | 1 | -2/+2 | |
Please "make install" in ../../pkgtools/pkg_install. | |||||
2001-03-14 | make sure CVS_RSH gets set to 'ssh' before cvs updating | hubertf | 1 | -2/+2 | |
2001-03-14 | Remove an obsolete comment, and update defaults for windowmaker to current | wiz | 1 | -4/+2 | |
value. | |||||
2001-03-14 | Remove old ISPELL* definitions, which aren't appropriate anymore with | agc | 1 | -17/+1 | |
the new format of ispell-base and supplementary language dictionaries. | |||||
2001-03-13 | add csound-license | wiz | 1 | -1/+4 | |
2001-03-13 | Add an explanatory comment. | agc | 1 | -2/+7 | |
2001-03-13 | Only add DIGEST_VERSION to MAKEFLAGS when we know it's a valid version. | agc | 1 | -7/+5 | |
Addresses PR 12397 | |||||
2001-03-13 | Compile in LDAP-support for addressbook if PINE_USE_LDAP is set in | hubertf | 1 | -1/+6 | |
/etc/mk.conf. Patch submitted by John Darrow <John.P.Darrow@wheaton.edu> in PR 9760. | |||||
2001-03-12 | Re-enable the -release option of libtool. ELF is fully supported with a.out | skrll | 1 | -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> | |||||
2001-03-11 | Invoke "xmkmf" with full pathname to avoid problems on systems with two | tron | 1 | -3/+3 | |
X11 installations like e.g. Solaris with OpenWindows and XFree86. | |||||
2001-03-10 | Fix typo. | tron | 1 | -2/+2 | |
2001-03-07 | Remove (accidentally committed, I guess) 'set -x'. | wiz | 1 | -2/+1 | |