summaryrefslogtreecommitdiff
path: root/mk
AgeCommit message (Collapse)AuthorFilesLines
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.
2010-06-12Repair regression in "make replace" in DESTDIR case.gdt1-3/+12
"make replace" is defined to replace a package with a newer version, and update depdending packages to depend on the new version. It has long been understood that this is not always safe, with the responses being "tell people to be careful" and the unsafe_depends variable scheme and pkg_rolling-replace. In the DESTDIR case, make replace is implemented by pkg_add -U. Usually, this is fine - even if the ABI/shlib majors have changed, the package is replaced, and then a later make replace of unsafe_depends=YES packages, either manually or via pkg_rolling-replace, will bring the system to where it should be. However, there are pinned dependencies on osabi where the depending package will not accept the new version, and that causes pkg_add -U to fail. This is incorrect, as a) those packages don't depend on the osabi exact version any more than packages depending on jpeg depeend on the particular shlib major, yet jpeg dependencies aren't pinned. And, osabi changing version is not necessarily an ABI change - consider 5.0_STABLE just before 5.1RC1 and just after, where only the version string changed. Therefore, add -f to pkg_add -U so that the update will succeed.
2010-06-08Clean up some obsolete Java stuff.wiz1-23/+6
2010-06-08Remove support for sun-j{dk,re}{14,15}, since the correspondingwiz1-65/+7
packages have been removed from pkgsrc.
2010-06-02Add mozilla-enigmail option which will soon enable PGP supporttnn1-0/+1
in Thunderbird and Seamonkey.
2010-06-02Added databases/db5 version 5.0.21adam1-3/+3
2010-05-24Change CUPS_GROUP to lpsbd1-2/+7
Add CUPS_SYSTEM_GROUPS.
2010-05-21if X11_TYPE is native and certain required tools do not exist nonetheless,schwarz1-1/+7
fall back to using the pkgsrc version. This is needed for example with imake on MacOS 10.6 but might potentially apply to other OSes, too.
2010-05-20Note libthai option.obache1-0/+1
2010-05-20add libusbsbd1-0/+1
2010-05-20Fix typo.wiz1-1/+1
2010-05-20Note skk option.obache1-0/+1
2010-05-20add dnssd and popplersbd1-0/+2
2010-05-20On Linux systems record the glibc version in the build information.sbd2-2/+13
OKed by wiz@