summaryrefslogtreecommitdiff
path: root/mk
AgeCommit message (Collapse)AuthorFilesLines
2011-05-11NOLOGIN=/sbin/nologin for SSD/Linux.obache1-3/+3
2011-05-11emacs24 and emacs23nox is allowed for EMACS_TYPE.obache1-2/+3
2011-05-08Adjust installed version auto-detectionadam1-13/+13
2011-05-08Add mplusfont and cc-by-sa-v3.0 to the default list.ryoon1-2/+4
2011-05-08Fix bug in .include directive. This fixes mipspro support on IRIX.cheusov1-2/+2
Oked by wiz@
2011-05-07Use useradd/groupadd scripts from sysutils/user_irix package on IRIXcheusov1-1/+6
Closes PR pkg/44564
2011-05-05Correct mysql 5.5 library path; fix detection on Darwinadam1-10/+23
2011-05-04Also set `package-install' to UPDATE_TARGET/DEPENDS_TARGET if current target isobache2-4/+4
`package-install', to indirect dependency also create binary package with `make package' or `make package-install'. should fix PR#44857.
2011-04-30Revert unintended hunk in previous commit. (caught by wiz, thanks)dholland1-3/+1
2011-04-30typo in commentdholland1-2/+4
2011-04-27Allow selecting MySQL 5.5.x, keeping default version (5.1.x) unchanged.taca1-4/+11
2011-04-22fix up paths on ftp.NetBSD.org:spz4-12/+12
- reading through the null mounts is deprecated - writing through the null mounts is not allowed (not possible)
2011-04-22Added postgresql-licenseadam1-1/+2
2011-04-19Just warn about non executable files using env.roy1-2/+7
2011-04-19Disallow the use of env(1) as an interpreter.roy1-2/+7
2011-04-15sun-j{re,dk} run fine on x86_64 Linux. They may install the 32 bit VM, but ↵abs1-2/+4
they run fine
2011-04-10Note alsa and musicbrainz option (used by gnome-mplayer)obache1-0/+2
2011-04-09Add uulib option.shattered1-0/+1
2011-04-08make the name logic for TOOLS_PATH.gtar match the logic intez1-1/+7
archivers/gtar-base/Makefile
2011-04-07Make USE_DESTDIR=yes default, and warn if a package is not convertedwiz1-7/+6
to destdir yet. Based on a patch by Greg Troxel.
2011-04-06Mention groonga-suggest-learner option.obache1-0/+1
2011-04-05Make MAKE_PROGRAM overridable by packages.wiz1-2/+2
From Aleksey Cheusov in PR 44696.
2011-04-05Describe vice options; from Rhialto.wiz1-0/+3
2011-04-04mention libgcrypt option.obache1-0/+1
2011-04-01Allow GNU GPL v1 by default.wiz1-1/+2
2011-03-29shorten master_site_gentoo to a useful bunch.zafer1-149/+12
2011-03-28update master_site_gentoo. do we really need 161 gentoo mirrors when there ↵zafer1-10/+1
are only 20 packages using this mirror ?
2011-03-28update master_site_mysqlzafer1-16/+1
2011-03-28update master_site_mozillazafer1-11/+3
2011-03-28update master_site_pgsqlzafer1-12/+2
2011-03-23Define latex option (to be used in doxygen)gdt1-0/+1
2011-03-23document kerberos-prefix-cmdstez1-0/+1
2011-03-21remove quote from "DESTDIR".obache1-2/+2
2011-03-21Introduce DESTDIR_VARNAME package-settable variable.obache1-4/+9
A variable name that should be set as staged installation location presented as ${DESTDIR} at installation phase. "DESTDIR" is set by default. for packages using different variable for staged installation prefix, and/or using DESTDIR variable for different purpose.
2011-03-20/usr/bin/su for SSD/Linux.obache1-1/+5
2011-03-19Remove SETGIDGAME logic from here, like it was removed from the otherdholland1-12/+1
platform .mk files.
2011-03-19Add FILEBASE support for choosing the file name for a binary package.wiz1-3/+4
From Aleksey Cheusov in relation to PR 44698.
2011-03-17Add unlicense from http://unlicense.org/ and add it tobad1-2/+2
DEFAULT_ACCEPTABLE_LICENSES.
2011-03-12Add MULTI variable, and add it to BUILD_DEFS, to more easily findwiz2-2/+13
variable settings affecting binary packages. From Aleksey Cheusov in PR 44695.
2011-03-09Add a switch to choose between graphics/giflib and graphics/libungifdrochner1-0/+23
as GIF implementation. They are src/binary compatible and mutually exclusive, so this is a global choice. Up to now, "libungif" is used by pkgs, due to patent problems. The patents are said to be expired, and "giflib" gets somewhat better maintainance upstream these days, so set the new default to "giflib".
2011-02-27add a "curl" module.chs1-1/+2
2011-02-27Describe all musicpd options.wiz1-1/+6
2011-02-25Update to 4.4.5, fixes a build problem on OpenIndiana (and probablyhans1-2/+2
Solaris 11 Express, too). Changes 4.4.5: The GNU project and the GCC developers are pleased to announce the release of GCC 4.4.5. This release is a bug-fix release, containing fixes for regressions in GCC 4.4.4 relative to previous releases of GCC.
2011-02-22Describe nagios-nrpe-args.gdt1-0/+1
2011-02-21Remove deprecated KTERM_USE_WALLPAPER.obache1-6/+1
2011-02-13Use net/libbind/buildlink3.mk instead of removed net/bind95/buildlink3.mk.taca1-2/+2
2011-02-10Disable certificate checks when using "curl". This fixes the build oftron1-2/+2
the "youtube-dl" package.
2011-02-08Add FETCH_USE_IPV4_ONLY option to force connecting to only IPv4 addresses.obache1-5/+12
2011-02-08Add `--location' option for curl to follow HTTP redirect.obache1-2/+2
2011-02-08Let curl to silent fail with server error.obache1-1/+2
fixes a part of PR#44528.