Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1999-10-19 | s/DONT_USE_IDEA/SSH_DONT_USE_IDEA/ to make it more obvious which package | agc | 1 | -2/+2 | |
uses this definition. | |||||
1999-10-14 | Replace leading tabs with spaces | hubertf | 1 | -5/+5 | |
Noted in PR 8612 by Kawamoto Yosihisa <kawamoto@tenjin.org> | |||||
1999-10-14 | Update "makepatchsum" target to produce a placeholder patch-sum file | fredb | 1 | -13/+36 | |
if and only if there are no patches and patch-sum already exists. This is necessary to meet the original purpose of that target, which is to "catch" users who happen to have old patches lying around, for whatever reason. Also, don't update patch-sum if it wouldn't change. | |||||
1999-10-13 | Use LAME_USE_GTK=NO to turn off the GTK+ interface for 'lame' rather than two | explorer | 1 | -1/+6 | |
separate packages, lame and lame-gui. | |||||
1999-10-13 | When appending some files to PLIST for shared lib handling, escape any | hubertf | 1 | -3/+13 | |
characters special to REs (e.g. libncurses++.so). Fixes PR 8612 by SUNAGAWA Keiki <kei_sun@ba2.so-net.ne.jp> | |||||
1999-10-07 | Back out revision 1.351 which added XPKGBASE. This seems to be an issue of | jlam | 1 | -8/+4 | |
some contention, so better leave changes for till after all the dust settles. | |||||
1999-10-05 | Support using a preinstalled Motif installation instead of Lesstif again. | tron | 1 | -10/+13 | |
1999-10-05 | New variable XPKGBASE automatically set to ${LOCALBASE} or ${X11BASE} based | jlam | 1 | -4/+8 | |
on value of USE_LOCALBASE_FOR_X11. This points to the installation path of X11 packages built via pkgsrc. | |||||
1999-10-04 | Replace the dead GNU mirror on "ftp.informatik.tu-muenchen.de" by the | tron | 1 | -2/+2 | |
one on "ftp.gwdg.de". | |||||
1999-10-01 | document USE_GIF | drochner | 1 | -1/+6 | |
1999-09-29 | Document "GLX_CHIPSET" used by the "Mesa-glx" package. | tron | 1 | -1/+7 | |
1999-09-29 | Add OBJECT_FMT to the list of BUILD_DEFS placed in the BuildInfo file. | agc | 1 | -1/+2 | |
1999-09-29 | Use pkglibtool on Solaris as well as NetBSD. | agc | 1 | -2/+2 | |
1999-09-28 | Correct typo in previous target addition. | agc | 1 | -2/+2 | |
1999-09-28 | Add a convenience target called "show-var", which will echo a make(1) | agc | 1 | -1/+6 | |
variable from the command line: i.e. "make show-var VARNAME=var" will echo var's value | |||||
1999-09-27 | Abolish old-style bundled args for ${GTAR}. The purpose is to permit | fredb | 1 | -2/+2 | |
EXTRACT_ELEMENTS to contain getopts style args and long args, specifically "-X foo" and "--exclude foo". Addresses PR pkg/8498. | |||||
1999-09-24 | Replace the call to "sed" used to modify the package list during automatic | tron | 1 | -3/+3 | |
ELF shared object handling by a call to "awk" to avoid clobbering exclamation marks in the package list. | |||||
1999-09-24 | Don't apply automatical manual page handling to package list entries | tron | 1 | -5/+5 | |
starting with "@". | |||||
1999-09-23 | document and use DEFAULT_IRC_SERVER | hubertf | 1 | -1/+7 | |
1999-09-21 | Do not include lines like | hubertf | 1 | -2/+2 | |
@exec ln -fs dlopen.3.gz %D/emul/linux/usr/man/man3/dlclose.3.gz into the list of manpages to decompress (for automatic manpage compression handling. Bug hit in the emulators/suse_base package, hashed out by tron. | |||||
1999-09-20 | Remove "ftp.funet.fi" from "MASTER_SITE_SUNSITE" because the mirror is not | tron | 1 | -3/+2 | |
complete. | |||||
1999-09-20 | Change the semantics of PGSQL_USE_TCL to be YES/NO, defaulting to YES since | jlam | 1 | -3/+3 | |
the old 6.4.2 package included the Tcl/Tk stuff. "Backwards compatible upgrade." | |||||
1999-09-19 | Document new PGSQL_USE_TCL variable which enables building the Tcl/Tk | jlam | 1 | -1/+6 | |
interface for PostgreSQL. | |||||
1999-09-18 | Fix unknown MACHINE_ARCH on Solaris. | kim | 1 | -2/+5 | |
1999-09-18 | When a package is already installed, tell people about ``make update'' | jwise | 1 | -2/+3 | |
in addition to ``make reinstall'' and ``make FORCE_PKG_REGISTER= install'' | |||||
1999-09-15 | In ${DDIR} creation, change ${GREP} to ${EGREP} and modify pattern to only | rh | 1 | -2/+3 | |
match package Makefiles. This fixes pkg/8396. | |||||
1999-09-14 | Document LPRng-specific variables. | jlam | 1 | -1/+11 | |
1999-09-14 | Change how Kerberos support is enabled in pkgsrc. | kim | 2 | -11/+16 | |
Quick guide for compiling packages: - set KERBEROS=4 or KERBEROS=5 in /etc/mk.conf Quick guide for configuring Kerberos support in a package Makefile: - test for KERBEROS value and enable the appropriate version with CONFIGURE_ARGS or other means and set USE_KERBEROS=yes - make sure to disable Kerberos support otherwise (especially if using configure, which might automatically detect it) - BUILD_DEFS and RESTRICTED are set automatically in bsd.pkg.mk when USE_KERBEROS=yes is set | |||||
1999-09-09 | bump PKGTOOLS_REQD to 19990909 - DEINSTALL fix | hubertf | 1 | -2/+2 | |
1999-09-08 | Add '-r' to root-install-flags if DEINSTALLDEPENDS is set to != "ALL". | hubertf | 1 | -2/+4 | |
(This doesn't affect the "make update" target, it just makes "make deinstall DEINSTALLDEPENDS=YES" behave sane). | |||||
1999-09-08 | Upon "make distclean", also rm the README.html file. | hubertf | 1 | -1/+2 | |
1999-09-07 | Document DT_LAYOUT. | jlam | 1 | -1/+6 | |
1999-09-03 | Compare "${USE_INET6}" explicitly with "YES" so that you can override | tron | 1 | -2/+2 | |
settings at the command line. | |||||
1999-09-03 | Don't try to record non existing patch files in "BuildVersion". | tron | 1 | -2/+4 | |
1999-09-03 | s/PLIST_SUB/PLIST_SUBST/ | sakamoto | 1 | -5/+5 | |
1999-09-02 | s/OS/OPSYS | christos | 1 | -3/+3 | |
1999-09-02 | Use devel/libtool for OS's other than NetBSD, and disable automatic shared | christos | 1 | -1/+8 | |
library handling. This partially takes care of the libfoo.so.1.2.3 names that Linux uses. More to come. | |||||
1999-08-31 | if ${IDENT} does not exist, assume that the package tools are ok. This is | christos | 1 | -1/+5 | |
for bootstrapping on systems that don't have RCS installed. | |||||
1999-08-31 | Add support for PLIST_SUB variable. It is a list of "VAR=VALUE" pairs, | sakamoto | 1 | -10/+13 | |
and will substitute ${VAR} with the value of VALUE in the PLIST. This implementation was taken from FreeBSD. Default PLIST_SUB: OPSYS=${OPSYS} OS_VERSION=${OS_VERSION} MACHINE_ARCH=${MACHINE_ARCH} MACHINE_GNU_ARCH=${MACHINE_GNU_ARCH} MACHINE_GNU_PLATFORM=${MACHINE_GNU_PLATFORM} LOWER_VENDOR=${LOWER_VENDOR} LOWER_OPSYS=${LOWER_OPSYS} PKGNAME=${PKGNAME} | |||||
1999-08-31 | Use ${DEPENDS_TARGET} instead of ${INSTALL_TARGET} in 'make update' as | rh | 1 | -2/+2 | |
${INSTALL_TARGET} is for target makefiles only. | |||||
1999-08-29 | Add 'update' target to update a package and all depending packages. | rh | 1 | -1/+57 | |
1999-08-27 | Fix DEINSTALLDEPENDS for su commands that do not preserve environments. | rh | 1 | -2/+2 | |
1999-08-26 | Force registration of binary package dependences without patterns. This | tron | 1 | -2/+2 | |
way we can finally use pattern dependences in the package sources without breaking "pkg_add" - "pkg_add" will attempt to install the version available at build time. | |||||
1999-08-26 | Add USE_WALLPAPER, suggested by Alistair Crooks. | sakamoto | 1 | -1/+5 | |
Used in x11/kterm package to support wallpaper. | |||||
1999-08-25 | Introduce a USE_XAW definition, which is used in package Makefiles, to | agc | 2 | -2/+16 | |
denote that the package uses libXaw. Introduce an XAW_TYPE definition, which is defined in /etc/mk.conf by the user, to denote the type of libXaw to use. Possible values are: standard, 3d and xpm. Define USE_XAW in relevant Makefiles. Set default XAW_TYPE in Makefiles which previously did a DEPENDS+= Xaw3d... This means that package builds should not fail because of conflicting Xaw packages being installed on machines. | |||||
1999-08-25 | Document NMH_PAGER and NMH_EDITOR. | agc | 1 | -9/+13 | |
Make WINDOWMAKER_OPTIONS conform to normal usage. GIMP_SMALL_DATA doesn't seem to exist any more. Explain LIBWRAP_FWD and USE_INN more fully. | |||||
1999-08-24 | Use -h instead of -L in test(1) when testing for a symbolic link. | agc | 1 | -3/+3 | |
1999-08-23 | Correct description of "USE_XFACE". | tron | 1 | -2/+2 | |
1999-08-22 | Fix typo in last commit. | tron | 1 | -3/+3 | |
1999-08-22 | Add mirror on "ftp.informatik.tu-muenchen.de" to "MASTER_SITE_GNU". | tron | 1 | -2/+3 | |