summaryrefslogtreecommitdiff
path: root/mk
AgeCommit message (Collapse)AuthorFilesLines
2007-06-30Don't use open-ended dependencies for emacs20 and emacs21 to avoidjoerg1-6/+6
the wrong version from being picked up by pkg_add or bin-install. OK uebayasi@
2007-06-30I forgot it's freeze, revert the previous for safety.uebayasi1-2/+2
But actually, the default didn't change because EMACS_TYPE is set to emacs21 in pkgsrc/mk/defaults/mk.conf. I will clean up all Emacs Lisp packages to be emacs22-capable, then change the default.
2007-06-30Now the recommended GNU Emacs version (pkgsrc/editors/emacs) is Emacs 22.uebayasi1-2/+2
Depend & install it if users don't set EMACS_TYPE explicitly.
2007-06-25OpenBSD is "special" as it doesn't have bzip2.joerg1-3/+1
2007-06-21leim for Emacs 22 is always installed with the base. Nothing additional isuebayasi1-3/+3
needed.
2007-06-20EMACS_ETCPREFIX is documented as being substituted in PLIST's.markd1-1/+2
Make it so.
2007-06-19Move common definitions of UUCP_{GROUP,USER} from mail/courier-mta andjlam1-1/+11
net/uucp to mk/defaults/mk.conf.
2007-06-19Create IDENT variable by default.joerg1-1/+2
2007-06-19Add bzip2 as tool. All platforms that had code to deal with bzcatjoerg8-19/+31
also get bzip2, the rest falls back to archivers/bzip2. OK jlam.
2007-06-19Add ident as tool and use /usr/bin/ident on those platforms I know tojoerg7-7/+26
have it. Fallback to devel/rcs otherwise. Commited during freeze as it is a dependency of pbulk.
2007-06-19On the sed expression used to extract $NetBSD$ and $Id$ tags, adddmcmahill1-4/+4
a "^" to the beginning to anchor the expression. No change in the ouput but on SunOS-5.9 it runs up to 90,000 times faster on some files (probably much less of an improvement on some, maybe more improvement on others). Committed during the freeze as bulk builds that call 'make debug' were unusable.
2007-06-18Change DragonFly to use modular Xorg by default. Haven't heard much badjoerg1-3/+3
from users of the binary packages, so assume it works well enough.
2007-06-18Changed the plain "mkdir" into ${MKDIR}, like in all the other cases.rillig1-2/+2
Apparently, the tools directory isn't in the PATH at the point where this code is executed. Fixes PR 35487.
2007-06-16Use a package option to control the --enable-single-profile option fordmcmahill1-0/+1
mozilla browsers. This is now useful again to those of use who require multiple profiles.
2007-06-15Fix PR 34139 for bulk builds too.wiz1-12/+12
Patch from Sergey Svishchev.
2007-06-15On second thought, maybe the rest of the world's software isn't asjlam1-2/+2
well-audited as NetBSD's /usr/bin/su. Change the default SETUID_ROOT_PERMS to 4511 to raise the bar slightly on finding vulnerabilities in setuid-root binaries.
2007-06-15Add msgconv to the gettext tools.joerg1-2/+2
2007-06-15The option --prepare only generates the bulk build database.rillig1-1/+16
2007-06-15Added transformations for -R, -fPIC, -kPIC, -KPIC and -g3.rillig1-1/+5
2007-06-15Change the default setuid-root permissions from 4711 to 4555. Thisjlam1-2/+2
strips off the write bit for root and gets rid of the unnecessary lack of read permissions for "group" and "other". Inspired by /usr/bin/su on NetBSD.
2007-06-15Document PKG_SYSCONFDIR_PERMS, which has existed for quite some time.jlam1-1/+7
2007-06-15When a recursive make is run, stdin must be preserved. Otherwise su(1)rillig1-3/+5
cannot ask for a password and fails. Patch provided by OBATA Akio in http://mail-index.netbsd.org/pkgsrc-users/2007/04/23/0001.html
2007-06-13Added the keyword "parallel" to the description of MAKE_JOBS_SAFE.rillig1-1/+3
2007-06-13gettext-tools was split off with version 0.14.5 of gettext,joerg1-2/+2
so use either a newer version of the former or an older version of the latter.
2007-06-12Define some variables for using FETCH_CMD=wget.obache1-1/+6
2007-06-11update locations of emacs 21 and emacs 22 packages.markd1-5/+5
2007-06-11Add two mirror servers for sourceforge.jp:obache1-1/+3
* IIJ * GLOBALBASE PROJECT
2007-06-11add jdk15, modelled on jdk14abs1-3/+13
2007-06-10Alter the pattern to detect upper limits to actually match some realjoerg1-2/+2
patterns. Otherwise the upper bound would silently get dropped.
2007-06-09There was one ">" too much, so the fail-wrapper warning was printedrillig1-2/+2
multiple times.
2007-06-09Added a slight variation of the patch provided in PR 36187 by Naotorillig1-4/+7
Morishima.
2007-06-09Fixed the description of PLIST_SRC.rillig1-16/+12
2007-06-09Document nox11 option.wiz1-0/+1
2007-06-08Changed the wording of the warning messages when a compiler-fail-wrapperrillig1-3/+7
is run. As a new feature, an error message is printed when the wrapper is called, so that there is a better trace to it than a completely empty output. See also: http://mail-index.netbsd.org/tech-pkg/2007/06/08/0017.html
2007-06-07Back out previous and always define the shell variable $silentjlam1-2/+3
appropriately again based on the value of _BOOTSTRAP_VERBOSE. This code was lost in revision 1.27. This should again suppress the output during "mirror-distfiles" in the case where the bootstrap dependency is already installed.
2007-06-07Fixed a typo, which has been discovered by Mark E. Perkins.rillig1-2/+2
2007-06-06Replaced ${_PKG_SILENT}${_PKG_DEBUG} with a simple ${RUN} to save somerillig1-49/+39
space.
2007-06-06The "build-env" target is no longer defined in this file.rillig1-7/+1
2007-06-06Fixed indentation.rillig1-3/+3
2007-06-06Added _VARGROUPS.rillig1-1/+6
2007-06-06Added _VARGROUPS.rillig1-1/+14
2007-06-06Made the generation of the PLIST_SUBST entries a bit simpler.rillig1-41/+8
2007-06-06Added BUILD_DEFS.rillig1-1/+3
2007-06-06Removed the comment about REPLACE_EMACS, since there isn't any coderillig1-9/+9
implementing it. Added the variable description (_VARGROUPS).
2007-06-06Removed the outer .if ... .endif, so that I don't need to indent therillig1-22/+23
other conditionals. Indented all conditionals according to pkglint's idea of correct indentation. All packages that use this file must also have some options. Otherwise, why should they use it at all? All errors are _appended_ to PKG_FAIL_REASON, instead of overwriting older ones.
2007-06-05Added the variable JAVA_BINPREFIX containing the prefix to the wrappedrillig1-9/+28
Java binaries. This makes it easier for packages to call the wrapper instead of the direct binary. See games/cgoban-java/Makefile revision 1.39 for the current approach and the following revision for the simpler one. Added _VARGROUPS. Doing that, I realized that BUILD_DEFS corresponds to _USER_VARS.* and BUILD_DEFS_EFFECTS to _SYS_VARS.*. This redundancy may be removed in the future. Removed a redundant comment.
2007-06-05The variable $silent may be undefined, not only empty.rillig1-2/+2
(This is needed for changing the "set -e" to "set -eu" in the ${RUN} macro.)
2007-06-04For GNU-style configure scripts, the environment variable install_shrillig2-3/+8
must point to a shell script (as the name implies), not to a binary.
2007-06-04Keywords may be separated by commas.rillig1-2/+2
2007-06-04Added documentation.rillig1-1/+15