summaryrefslogtreecommitdiff
path: root/mk
AgeCommit message (Collapse)AuthorFilesLines
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.
2010-12-26Don't make Fortran synonymous to Fortran-77, it isn't so already.asau1-3/+3
2010-12-26Enable Fortran via f2cadam1-8/+5
2010-12-26Added COMPILER_ABI_FLAGsadam1-1/+3
2010-12-25Removed PG_MB_ENCODING; not needed any more.adam1-8/+1
2010-12-22Why should apps compiled for OS X 10.4 and earlier have to languish withabs1-1/+6
outdated X libraries? Default to modular x11 for a more modern set of features, bugfixes (and bugs), and to simplify application support Does *not* affect 10.5 (Leopard) or later
2010-12-22Use "xzcat" instead of "lzcat" to handle ".lzma" files as the former istron3-6/+5
bundled with NetBSD-current.
2010-12-21Note goffice and libsoup option.obache1-0/+2
2010-12-19This Makefile fragment is meant to be included by packages thatdsainty1-0/+58
require a libjpeg implementation. jpeg.buildlink3.mk will: * set JPEGBASE to the base directory of the libjpeg files; * set JPEG_TYPE to the libjpeg implementation used. There are three variables that can be used to tweak the selection of the libjpeg implementation: JPEG_DEFAULT is a user-settable variable whose value is the default libjpeg implementation to use. JPEG_ACCEPTED is a package-settable list of libjpeg implementations that may be used by the package. This .mk is broadly based on fam.buildlink3.mk,v 1.7, and currently supports selection between the default "graphics/jpeg" and the alternative "graphics/libjpeg-turbo".
2010-12-19Add lang-ku and lang-rm, for Kurdish and Rhaeto-Romance language support.taca1-0/+2
2010-12-18Removed PGSQL_USE_HIERadam1-8/+1
2010-12-18Added gssapiadam1-0/+1
2010-12-17document rtree and fts options for sqlite3agc1-0/+2
2010-12-03Fix build on 64bit linux platforms. When buildlinking directories weabs1-3/+3
want ${BUILDLINK_DIR}/lib not ${BUILDLINK_DIR}/lib${LIBABISUFFIX} Tested on Linux x86_64 (Centos 5) and NetBSD
2010-12-02Better match library names to improve REQUIRES/PROVIDES.reed1-5/+4
This is from cheusov via PR #42907. (I have been using this for months, as I had noticed some of the same problems.)
2010-11-22Add fetch tool.obache1-1/+2
2010-11-17Remove support for jdk and jdk14, they had been removed from pkgsrc.obache1-25/+6
2010-11-17Revert unwanted part (uncompleted msc support) from last commit.obache1-3/+1
2010-11-17Replaced with ASCII char `-'.obache1-2/+4
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