summaryrefslogtreecommitdiff
path: root/mk
AgeCommit message (Collapse)AuthorFilesLines
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.
2011-02-07Add default binpkg site for DragonFly. From Justin Sherrill in PR 44526.wiz1-1/+4
2011-02-07Handle '-' in uname output, needed for DragonFly. From Justin Sherrill in PR ↵wiz1-2/+2
44526.
2011-02-06Bring in boost-license, 1.0. Certified by OSI as an Open Sourceschnoebe1-2/+3
license.
2011-01-31add ndiff: tool to compare nmap scans, part of ... nmaphubertf1-0/+1
2011-01-31Remove the unneeded backslashes from the AIX OS_VERSION setting.sbd1-2/+2
Closes PR/44421.
2011-01-29stop majordomo from chowning /var/tmp to user majordom due to a superannuatedspz1-14/+5
default in mk/defaults/mk.conf remove the non-shared defaults and put in the setting that actually gets used by more than one package (namely, MAJORDOMO_HOMEDIR) don't make the majordom user own more than it actually needs to make resend, archive, request-answer and medit honor the MAJORDOMO_CF environment variable over the command line option, so that someone calling these via the wrapper (which sets the environment variable) can't make the majordom user execute random perl code by specifying it as config file. Thanks to salo for finding this issue.
2011-01-23Add support for MirBSD to pkgsrc. Patches from Benny Siegert andagc6-5/+236
Thorsten Glaser.
2011-01-23Document mc options, from cheusov.wiz1-0/+5
2011-01-22For curl, "=" is not required for longname options with value.obache1-3/+3
2011-01-19Typo fixjym1-2/+2
2011-01-18For PR #44396.reed1-2/+2
"FETCH_CMD is the program used to fetch files for FETCH_USING=custom."
2011-01-16Improve output when license (combination) is not accepted by user.wiz1-5/+7
2011-01-16Try to detect PF_VERSION upto 4.7.obache1-2/+22
fixes a part of PR#44339.
2011-01-15Add mng description and sort.wiz1-7/+8
2011-01-13Add png-license and add it to the default-allowed licenses.wiz1-1/+2
(very similar to mit or modified-bsd, but different)
2011-01-12On Mac OS X, use system OpenGL and OpenALadam1-1/+3
2011-01-11Skip interpreter check unless regular file.obache1-1/+4
PR#44089, avoid warnings from broken symbolic link or link to a directory.
2011-01-08jdk-1.5 also supports FreeBSD 8 now, add it.wiz1-1/+2
2011-01-04Removed _INCOMPAT_ICONV.adam1-5/+1
The problem is Darwin's libiconv does not have symbols for libiconv_<name> (e.g. libiconv_open), but iconv_<name> (e.g. iconv_open). BUT when there's pkgsrc/converters/libiconv installed instead, it doesn't have symbols for iconv_<name>, but libiconv_<name>. Some packages auto-configure looks for libiconv_open (like glib2), others look for iconv_open (like proftpd), and there's a conflict. The solution is to replace libiconv_open with iconv_open with SUBST framework.
2010-12-29Add support for wip/jdk16 (for PR 44294).wiz1-3/+12
2010-12-29Update patterns for jdk15, from Francois Tigeot in PR 44294.wiz1-3/+3
2010-12-26Remove possibly confusing variable assignment.asau1-2/+1
2010-12-26Fortran is not Fortran-77 anymore.asau1-2/+2
2010-12-26Break with the past: use g95 as default Fortran compiler.asau1-1/+6
Welcome to the modern world of computing. This is known to break DragonFly at least, either port g95 or fix lang/gcc44 to work on NetBSD. Unless there're packages that still think that Fortran is F77, this shouldn't affect anything.