summaryrefslogtreecommitdiff
path: root/mk
AgeCommit message (Collapse)AuthorFilesLines
2010-11-15Use an include guard symbol name that doesn't conflict withdholland1-4/+6
filesystems/fuse/buildlink3.mk.
2010-11-10use -current's builtin xzcatdrochner1-1/+4
2010-11-09Added TOOLS_PLATFORM.bsdtaradam1-1/+4
2010-11-03* Use LOCALBASE instead of PREFIX for PCC and Clang compiler detectionadam2-25/+15
(otherwise Makefiles with mk/compiler.mk included fall back to GCC). * Simplified compiler/clang.mk.
2010-11-03Removed duplicate PKGVERSION lineadam1-2/+1
2010-10-28Added soelimadam1-1/+4
2010-10-21Fix clang.mk; add C++ supportadam1-12/+10
2010-10-21No ldconfig on Darwinadam1-2/+1
2010-10-19On Darwin, libraries need correct install_nameadam1-1/+6
2010-10-15Allow EXTRACT_DIR to be specified independently for each file.joerg1-2/+13
OK wiz@
2010-10-12Remove PostgreSQL 8.2 from the list.joerg1-11/+2
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@.