Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-10-28 | Added soelim | adam | 1 | -1/+4 | |
2010-10-21 | Fix clang.mk; add C++ support | adam | 1 | -12/+10 | |
2010-10-21 | No ldconfig on Darwin | adam | 1 | -2/+1 | |
2010-10-19 | On Darwin, libraries need correct install_name | adam | 1 | -1/+6 | |
2010-10-15 | Allow EXTRACT_DIR to be specified independently for each file. | joerg | 1 | -2/+13 | |
OK wiz@ | |||||
2010-10-12 | Remove PostgreSQL 8.2 from the list. | joerg | 1 | -11/+2 | |
2010-09-29 | not USE_BSD_MAKE, it's a USE_BSD_MAKEFILE. | obache | 1 | -2/+2 | |
2010-09-28 | Add the necessary glue to hook Ruby into the multi-version framework. | joerg | 1 | -3/+7 | |
This allows lang/ruby18 and lang/ruby19 to coexist in bulk builds. Discussed with taca@ | |||||
2010-09-24 | restore qt3 to modules list, suse 10.0 still needs it. | chs | 1 | -1/+2 | |
2010-09-24 | add EMULDIR and EMULSUBDIR to MESSAGE_SUBST list. | chs | 1 | -1/+3 | |
2010-09-24 | add support for suse-11.3. | chs | 1 | -9/+4 | |
2010-09-24 | pay attention to SUSE_PREFER. | chs | 1 | -3/+4 | |
update modules list. | |||||
2010-09-24 | update comments about possible values of SUSE_PREFER. | chs | 1 | -3/+2 | |
2010-09-23 | Add support for clang. | ahoka | 2 | -2/+80 | |
2010-09-23 | Make MySQL 5.1 the default version. | joerg | 1 | -3/+3 | |
2010-09-23 | Remove support for MySQL 4.1. | taca | 1 | -10/+3 | |
2010-09-21 | Added databases/postgresql90 version 9.0.0 | adam | 1 | -3/+12 | |
2010-09-14 | Use new "pkg-add -U -D" for make replace in DESTDIR case. | gdt | 1 | -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-14 | In "make replace" case with DESTDIR other than no, require 20100914 | gdt | 1 | -2/+2 | |
for -D flag in "pkg_add -U -D". Discussed on tech-pkg@. OK pkgsrc-pmc@. | |||||
2010-09-11 | Answer a question in a comment. | wiz | 1 | -3/+2 | |
2010-09-07 | Require at least version 3.1.4 of "rpm2pkg". | tron | 2 | -4/+4 | |
2010-09-05 | Require at least version 3.1.3 of the "rpm2pkg" package to make sure we | tron | 2 | -4/+4 | |
support RPM package files which use LZMA compression for the data section. | |||||
2010-09-02 | Note eekboard and xtest option. | obache | 1 | -0/+2 | |
2010-09-01 | Describe vdpau. From Aleksey Cheusov. | wiz | 1 | -0/+1 | |
2010-08-30 | Note clutter option. | obache | 1 | -0/+1 | |
2010-08-25 | Add builtin lzcat and xzcat. | obache | 1 | -1/+7 | |
2010-08-25 | Add epub option | gls | 1 | -0/+1 | |
2010-08-24 | Fix typo in comment. | wiz | 1 | -2/+2 | |
2010-08-24 | I'm fed up with having to waste time because PKG_DEVELOPER is "special" and | bad | 15 | -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-23 | Add lang-ar, lang-et, lang-gl, lang-gn, lang-hi, lang-mr and lang-ms. | taca | 1 | -0/+7 | |
Each option is corresponding to Arabic, Estonian, Galician, Guarani, Hindi, Marathi and Malay. | |||||
2010-08-21 | define dummy file command, same as OSF1 and FreeMiNT. | obache | 1 | -2/+2 | |
2010-08-21 | Note libsmi option. | obache | 1 | -0/+1 | |
2010-08-21 | Support builtin library detection for Haiku. | obache | 1 | -1/+15 | |
A half of PR#43399. | |||||
2010-08-17 | add description for modperl option | sno | 1 | -0/+1 | |
2010-08-16 | Force to use symbolic link for wrapper if WRAPPER_USE_SYMLINK is defined. | obache | 2 | -3/+7 | |
Workaround for missing hard link support on Haiku, PR#43398. | |||||
2010-08-15 | Note terminfo option. | obache | 1 | -0/+1 | |
2010-07-30 | Implement "fortran77" as alias for "fortran". | asau | 6 | -19/+24 | |
2010-07-24 | note tokyocabinet option. | obache | 1 | -0/+1 | |
2010-07-21 | give the readme creation scripts the option to be a lot less talkative, | spz | 3 | -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-17 | Mention skkdic-expr2 option, used by inputmethod/skktools. | obache | 1 | -0/+1 | |
2010-07-16 | Added sigver + softhsm description (for softhsm/opendnssec pkgs) | pettai | 1 | -0/+2 | |
2010-07-15 | we nowadays have too many packages to have the grep for IPv6 in Makefiles | spz | 1 | -2/+14 | |
and options.mk to succeed, so grep by category instead | |||||
2010-07-08 | Begin cleanup of setgid game infrastructure. | dholland | 16 | -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-04 | Add builtin support for Haiku. | obache | 1 | -2/+5 | |
2010-07-03 | Remove MKDIR line that causes the one following to effectively | darcy | 1 | -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-03 | The "-p" option is redundant as it is included in the MKDIR variable. | darcy | 1 | -2/+2 | |
As discussed with joerg@. | |||||
2010-06-27 | Add FETCH_TIMEOUT option to limit the time connections may hang during | joerg | 1 | -5/+13 | |
fetch. Requested by spz@, OK by wiz@ | |||||
2010-06-21 | Catch up to Haiku R1 Alpha2. | obache | 1 | -3/+13 | |
2010-06-20 | Fixes paths for useradd/groupadd. | obache | 1 | -3/+3 | |
2010-06-17 | back out previous -- it can cause problems at least with apache-1, and | drochner | 1 | -1/+46 | |
fixing things is too much during freeze |