Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-09-13 | Do not define gtar to be the same as ${LOCALBASE}/bin/tar | dmcmahill | 1 | -12/+1 | |
since the latter is not GNU tar. Fixes some extract problems on solaris and others where a buggy distfile needs GNU tar. No effect on NetBSD. Discussed with jlam. | |||||
2005-09-11 | In xlockmore: | hubertf | 1 | -0/+2 | |
Replace XLOCK_DISABLE_ALLOW_ROOT and XLOCK_NO_DPMS by options 'xlockmore-allow-root' and 'xlockmore-dpms' which are on by default - disable them to get the effect of the two variables. Suggested & reviewed by wiz. | |||||
2005-09-08 | Add and document options used by devel/rt3. | cube | 1 | -6/+4 | |
Remove obsolete options names. | |||||
2005-09-05 | Improve warning for deprecated variables, prompted by wiz. | dillo | 1 | -2/+4 | |
2005-09-04 | Consistently end option descriptions with a dot. | wiz | 1 | -3/+3 | |
2005-09-04 | Add gtkspell description. | xtraeme | 1 | -1/+2 | |
2005-09-03 | Skip checking files in the refcount directory in case it's under | jlam | 1 | -1/+2 | |
${PREFIX}, which happens if ${PKG_DBDIR} is under ${PREFIX}, e.g. /usr/pkg/.pkgdb. This makes CHECK_FILES usable in my FreeBSD bootstrap setup. | |||||
2005-09-03 | gamin finally works on NetBSD now. Enable it as a FAM implementation | jlam | 1 | -2/+2 | |
choice. | |||||
2005-09-01 | Removed trailing white-space in comments. | rillig | 1 | -5/+5 | |
2005-08-31 | Make dbh configurable via options framework. | hira | 1 | -0/+1 | |
OK'd by maintainer. | |||||
2005-08-30 | add descriptions for the options | tonio | 1 | -0/+2 | |
abook and osx-addressbook, used in database/lbdb | |||||
2005-08-30 | Correct a make(1) syntax to fix a malformed conditional error seen | uebayasi | 1 | -2/+2 | |
on older NetBSD or other *BSD systems. Reported by Krister Walfridsson and Jeremy Reed respectively. | |||||
2005-08-30 | revert to /usr/bin/tr per an email from Grant. Seems /usr/xpg4/bin/tr | dmcmahill | 1 | -2/+2 | |
has enough problems of its own. | |||||
2005-08-29 | Don't pretend that gamin works yet to replace FAM. | jlam | 1 | -2/+2 | |
2005-08-29 | Map legacy "postgresql*" options to standard "pgsql". | tv | 1 | -1/+5 | |
2005-08-29 | PostgreSQL support option is "pgsql". | tv | 1 | -4/+1 | |
2005-08-28 | Rework emacs.mk: | uebayasi | 1 | -165/+291 | |
1) Simplify the way how an emacs version is picked when no emacs is installed, but a user try to install an Emacs Lisp package. Just pick up the version set as EMACS_TYPE than searching for versions already installed etc. If the EMACS_TYPE version is not supported by the Emacs Lisp Package, just fail. EMACS_TYPE be default to GNU Emacs 21. (In other words, users should set EMACS_TYPE as they want. Otherwise GNU Emacs 21 is used.) 2) All Emacs Lisp Packages *must* prepend EMACS_PKGNAME_PREFIX to a) the PKGNAME itself, and b) PKGNAME in its dependency lines. EMACS_PKGNAME_PREFIX is expanded to "xemacs-" when XEmacs is used. This keeps dependency graph of Emacs-Lisp-packages- installed-for-XEmacs consistent. 3) Document EMACS_* variables as much as possible. 4) Provide more cookies for PLIST. Maybe utilized later. Note that the 2) change doesn't affect the default, GNU Emacs 21 behaviour. So no version / revision bumps in this commit. | |||||
2005-08-28 | Support BSD/OS 5.0 also as some tools are in new locations. | reed | 1 | -1/+17 | |
Thank you, T. M. Pederson. This is PR #31081. | |||||
2005-08-26 | _RESUME_TRANSFER: only try to get the value of the temp file when it's | xtraeme | 1 | -3/+4 | |
available. | |||||
2005-08-26 | Use PKG_TOOLS_BIN, so it doesn't run wrong pkg_* tools found in the PATH. | reed | 3 | -19/+24 | |
2005-08-26 | Add todo item: Generate list of packages that were "Successfully packaged". | reed | 1 | -0/+1 | |
2005-08-26 | Create intermediate directories as required when creating PKG_DBDIR. | reed | 1 | -2/+2 | |
2005-08-26 | Make sure file exists before defining TOOLS_PLATFORM.mktemp. | reed | 1 | -1/+3 | |
2005-08-25 | Make sure TEE is defined. | reed | 1 | -1/+2 | |
I saw: -a: not found | |||||
2005-08-25 | iUse "up-to-date" instead of "upto date" to be consistent. | reed | 1 | -3/+3 | |
2005-08-24 | Removed trailing white-space. | rillig | 1 | -2/+2 | |
2005-08-24 | Added a code snippet that demonstrates how to set the $@ array to the | rillig | 1 | -1/+12 | |
lines printed by a shell command. In contrast to the read(1) shell utility, there are no problems when the output contains backslashes. | |||||
2005-08-24 | Fixed a typo and added a comment about when to remove the deprecation | rillig | 1 | -2/+3 | |
error message about the double-backslash quoting in PKG_USERS. | |||||
2005-08-24 | Add todo item: define "djb-nonlicense" and set LICENSE on affected | schmonz | 1 | -1/+2 | |
packages. Suggested by gdt@. | |||||
2005-08-24 | Introduce DJB_MAKE_TARGETS boolean, on by default, off in the | schmonz | 1 | -12/+4 | |
following packages because they don't use "it" and "setup check" as BUILD_TARGET and INSTALL_TARGET, respectively: devel/bglibs mail/mailfront mail/qmail-qfilter sysutils/memtester sysutils/qlogtools Since there's only one consumer of BGWARE_INSTALLER, and future bgware will use bg-installer from bglibs, move the do-install routine directly into qlogtools. | |||||
2005-08-23 | use /usr/xpg4/bin/tr instead of /usr/bin/tr | dmcmahill | 1 | -2/+2 | |
2005-08-23 | This file must not be included by anything other than bsd.pkg.mk. | rillig | 1 | -4/+5 | |
Enforce this by not writing it in a comment but checking it in the code. | |||||
2005-08-23 | The real user name in PKG_USERS does not need to be escaped with double | rillig | 1 | -19/+23 | |
backslashes anymore. A single backslash is enough. Changed the definition in all affected packages. For those that are not caught, an additional check is placed into bsd.pkginstall.mk. | |||||
2005-08-23 | Made the code for the shell file work on Solaris. | rillig | 1 | -15/+11 | |
2005-08-23 | Made the code to create the dirs file work on Solaris. | rillig | 1 | -83/+26 | |
2005-08-23 | Avoid double // in the case where PREFIX is / (eg: shells/standalone-tcsh) | abs | 1 | -5/+21 | |
2005-08-23 | Made the code for the permissions file work on Solaris. | rillig | 1 | -17/+12 | |
2005-08-23 | Shortened the code for the usergroup file and made it work even on Solaris. | rillig | 1 | -32/+19 | |
2005-08-23 | Cleaned up the code that parses the CONF_FILES etc. Now it is possible | rillig | 1 | -16/+8 | |
again to have users and groups called "__dummy". | |||||
2005-08-23 | Cleaned up the code for creating .install_files. Now only shell | rillig | 1 | -57/+28 | |
constructs are used that are understood by the Solaris /bin/sh, too. | |||||
2005-08-22 | Do not attempt to modify /etc/shells as a regular user. | reed | 1 | -2/+5 | |
Also set PKG_CREATE_USERGROUP with = instead of ?=. | |||||
2005-08-22 | I forgot to add the trailing slash when stripping ${PREFIX} from pathnames. | rillig | 1 | -2/+2 | |
2005-08-21 | ... and corrected a bug I had overseen. I had only tested that the function | rillig | 1 | -2/+2 | |
works, not that it works in its environment. | |||||
2005-08-21 | Simplified the strip_prefix function. Tested with /usr/bin/awk on Solaris, | rillig | 1 | -5/+4 | |
nawk and gawk. | |||||
2005-08-21 | Changed the comment for SUBST_STAGE to be more complete. Started the other | rillig | 1 | -9/+9 | |
sentences with an uppercase letter. No code changes. | |||||
2005-08-21 | Cleaned up the code that checks which tools are needed for extraction. | rillig | 1 | -16/+18 | |
2005-08-21 | preserve -Qoption arg if the 2nd next arg isn't -R. | grant | 1 | -1/+2 | |
2005-08-20 | Use REQD_DIRS instead of MAKE_DIRS for directories under ${PREFIX} so | jlam | 1 | -2/+2 | |
that these directories will be conditionally removed (based on reference counts), regardless of the value of PKG_CONFIG. Bump the PKGREVISION for packages that were modified as a result. | |||||
2005-08-20 | strip leading "-Qoption ld" from -R args for sunpro C++ compiler, to | grant | 2 | -1/+66 | |
avoid duplicate "-Qoption ld" args when the -R args is later stripped. thanks to jlam@ for the hint. | |||||
2005-08-20 | Don't skip files that are under REQD_DIRS directories, as those are | jlam | 1 | -3/+3 | |
typically under ${PREFIX}. |