summaryrefslogtreecommitdiff
path: root/mk
AgeCommit message (Collapse)AuthorFilesLines
2010-09-29not USE_BSD_MAKE, it's a USE_BSD_MAKEFILE.obache1-2/+2
2010-09-28Add the necessary glue to hook Ruby into the multi-version framework.joerg1-3/+7
This allows lang/ruby18 and lang/ruby19 to coexist in bulk builds. Discussed with taca@
2010-09-24restore qt3 to modules list, suse 10.0 still needs it.chs1-1/+2
2010-09-24add EMULDIR and EMULSUBDIR to MESSAGE_SUBST list.chs1-1/+3
2010-09-24add support for suse-11.3.chs1-9/+4
2010-09-24pay attention to SUSE_PREFER.chs1-3/+4
update modules list.
2010-09-24update comments about possible values of SUSE_PREFER.chs1-3/+2
2010-09-23Add support for clang.ahoka2-2/+80
2010-09-23Make MySQL 5.1 the default version.joerg1-3/+3
2010-09-23Remove support for MySQL 4.1.taca1-10/+3
2010-09-21Added databases/postgresql90 version 9.0.0adam1-3/+12
2010-09-14Use new "pkg-add -U -D" for make replace in DESTDIR case.gdt1-10/+10
Removes overbroad use of -f to override the depending-packages-have-satisfied-dependencies check, replacing with the narrow override of -D. Discussed on tech-pkg@. OK pkgsrc-pmc@.
2010-09-14In "make replace" case with DESTDIR other than no, require 20100914gdt1-2/+2
for -D flag in "pkg_add -U -D". Discussed on tech-pkg@. OK pkgsrc-pmc@.
2010-09-11Answer a question in a comment.wiz1-3/+2
2010-09-07Require at least version 3.1.4 of "rpm2pkg".tron2-4/+4
2010-09-05Require at least version 3.1.3 of the "rpm2pkg" package to make sure wetron2-4/+4
support RPM package files which use LZMA compression for the data section.
2010-09-02Note eekboard and xtest option.obache1-0/+2
2010-09-01Describe vdpau. From Aleksey Cheusov.wiz1-0/+1
2010-08-30Note clutter option.obache1-0/+1
2010-08-25Add builtin lzcat and xzcat.obache1-1/+7
2010-08-25Add epub optiongls1-0/+1
2010-08-24Fix typo in comment.wiz1-2/+2
2010-08-24I'm fed up with having to waste time because PKG_DEVELOPER is "special" andbad15-38/+38
can't be disabled by setting it to "no" like the other variables. Besides, flavor/pkg/metadata.mk has been expecting for a long time that "no" is a valid value. Make PKG_DEVELOPER DWIM.
2010-08-23Add lang-ar, lang-et, lang-gl, lang-gn, lang-hi, lang-mr and lang-ms.taca1-0/+7
Each option is corresponding to Arabic, Estonian, Galician, Guarani, Hindi, Marathi and Malay.
2010-08-21define dummy file command, same as OSF1 and FreeMiNT.obache1-2/+2
2010-08-21Note libsmi option.obache1-0/+1
2010-08-21Support builtin library detection for Haiku.obache1-1/+15
A half of PR#43399.
2010-08-17add description for modperl optionsno1-0/+1
2010-08-16Force to use symbolic link for wrapper if WRAPPER_USE_SYMLINK is defined.obache2-3/+7
Workaround for missing hard link support on Haiku, PR#43398.
2010-08-15Note terminfo option.obache1-0/+1
2010-07-30Implement "fortran77" as alias for "fortran".asau6-19/+24
2010-07-24note tokyocabinet option.obache1-0/+1
2010-07-21give the readme creation scripts the option to be a lot less talkative,spz3-20/+42
by optionally disabling progress report type output. This will make the daily pkgmastr mail a lot smaller without dropping useful information.
2010-07-17Mention skkdic-expr2 option, used by inputmethod/skktools.obache1-0/+1
2010-07-16Added sigver + softhsm description (for softhsm/opendnssec pkgs)pettai1-0/+2
2010-07-15we nowadays have too many packages to have the grep for IPv6 in Makefilesspz1-2/+14
and options.mk to succeed, so grep by category instead
2010-07-08Begin cleanup of setgid game infrastructure.dholland16-235/+100
* Introduce USE_GAMESGROUP, which causes the games user and group to be made available. * Retain SETGIDGAME as an alias for USE_GAMESGROUP. Describe it as deprecated. * Always define GAMES_USER, GAMES_GROUP, GAMEMODE, GAMEDIRMODE, and GAMEDATAMODE, regardless of whether USE_GAMESGROUP is turned on or not. * Define these variables in defaults/mk.conf instead of separately in every platform/*.mk file. The definitions used to be the same for each of these platforms anyway, except for some where they were randomly missing or commented out for no clear reason, leading to broken game packages. * Handle all these variables properly when unprivileged. * Update the comments/documentation for these variables. * Describe GAMEOWN and GAMEGRP as deprecated. These need to be retained as aliases for GAMES_USER and GAMES_GROUP respectively for supporting packages that use bsd.*.mk but should otherwise not be used. * Add GAMEDATA_PERMS and GAMEDIR_PERMS using GAMEDATAMODE and GAMEDIRMODE respectively. * Fix a bug I noticed that was improperly mixing the "games" group and "games" user. Things this does *not* do: - get rid of GAMES_USER, for which there should ultimately be no need. - move the declaration/documentation/default value of USE_GAMESGROUP to a suitable place. (It is currently where SETGIDGAME was, which is suboptimal.) - touch any of the games, all of which need updating with at least s/SETGIDGAME/USE_GAMESGROUP/ and probably more. - update the guide to explain how to handle games properly. Also, it would be nice if using GAMES_GROUP without setting USE_GAMESGROUP=yes caused an error but as far as I know there isn't any particularly good way to arrange this right now. Note that these changes may alter the build/install behavior of broken game packages, e.g. some may silently become setgid when they weren't before or things like that. If you run into any of this file a PR. While one might arguably bump the PKGREVISION of all games or other packages using any of these variables as a precaution, that seems like a bad idea. Instead, I think I will be bumping each game once it itself has been fixed up to do everything the right way.
2010-07-04Add builtin support for Haiku.obache1-2/+5
2010-07-03Remove MKDIR line that causes the one following to effectivelydarcy1-2/+1
be a no-op. With this line removed the umask will be applied to the created directories. As discussed with joerg@.
2010-07-03The "-p" option is redundant as it is included in the MKDIR variable.darcy1-2/+2
As discussed with joerg@.
2010-06-27Add FETCH_TIMEOUT option to limit the time connections may hang duringjoerg1-5/+13
fetch. Requested by spz@, OK by wiz@
2010-06-21Catch up to Haiku R1 Alpha2.obache1-3/+13
2010-06-20Fixes paths for useradd/groupadd.obache1-3/+3
2010-06-17back out previous -- it can cause problems at least with apache-1, anddrochner1-1/+46
fixing things is too much during freeze
2010-06-16Analogously to the case of modular xorg, do not use imake if it is notschwarz1-4/+10
available on the system (e.g. on MacOS 10.6). This prevents a circular dependency on such systems involving x11-links and imake.
2010-06-16drop the rule that programs which use dlopen() must link againstdrochner1-46/+1
libpthread -- it is generally under the program's control which modules to load, a general rule is just too much I've been using this modification for over a year without problems.
2010-06-16Adjust workaround for make replace in destdir case. Use of -f is ofgdt1-3/+3
course a too-large hammer, but in addition to overriding checks it appears to change behavior in some cases when no overrides are necessary. Therefore, use pkg_add -U as before first, and only try -f if that fails. (This is temporary and should be replaced by -D to omit only the exact depends check as soon as that's in tree.)
2010-06-15Allow pre-install for USERGROUP_PHASE. This is intended forjoerg2-2/+5
PKG_DESTDIR_SUPPORT=destdir packages, that don't otherwise need the user/group during build. Export USERGROUP_PHASE for the sake of pbulk.
2010-06-15Apply my fix for PR 35091: do a check-vulnerable step first in "makedholland1-1/+2
update", so if it's going to fail because of a known vulnerability it does so before uninstalling anything. I've been carrying this patch for some three years with no ill effects. Ok by agc@.
2010-06-13Bump PKGREVISION for libpng shlib name change.wiz1-2/+2
Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.