summaryrefslogtreecommitdiff
path: root/mk
AgeCommit message (Collapse)AuthorFilesLines
2011-12-09Another whitespace, from Snader_LB.dholland1-1/+1
2011-12-09A couple more adjustments, partly from Snader_LB.dholland1-3/+3
2011-12-09whitespacedholland1-2/+2
2011-12-09typo fixes, from Snader_LBdholland1-2/+2
2011-12-08mk/tools/tools.DragonFly.mk: Add some native toolsmarino1-2/+4
Add xzcat, pax, and alphabetize cat
2011-12-07delegate setting of MOTIFLIB to the motif version specific bl3 filesdrochner1-3/+1
2011-12-06mk/tools: Fix flex tool definition for DragonFlymarino1-2/+2
2011-12-06Let wget to skip CERT check, same as curl doing.obache1-1/+2
2011-12-01Document szip option.alnsn1-0/+1
2011-12-01Added tacacs-shrubbery optionspettai1-0/+3
2011-11-30Drop Affero GPL from DEFAULT_ACCEPTABLE_LICENSES.gdt1-4/+9
Add explanation of why: # As an exception to the Open Source or Free policy, the board # of The NetBSD Foundation has decided that licenses that # trigger obligations from use (rather than redistribution), # such as the Affero GPL, should not be in # DEFAULT_ACCEPTABLE_LICENSES. ok board@
2011-11-30Document rtmp option for curl.wiz1-0/+1
2011-11-30Fix perl version.mk botch.hans1-1/+2
2011-11-30Describe libwildmidi.wiz1-0/+1
2011-11-30Add all option descriptions for musicpd.wiz1-0/+4
2011-11-29fix variable expansionhans1-2/+2
2011-11-29Add perldoc and pod2html to tools.hans1-2/+2
2011-11-29Unify handling of perl tools.hans1-25/+19
2011-11-29Add gnu-agpl-v3 to DEFAULT_ACCEPTABLE_LICENSES.ryoon1-2/+3
Sync with pkgsrc/pkgtools/pkg_install/files/lib/license.c. XXX I follow documented policy in mk/license.mk.
2011-11-28for X11_TYPE=native, default X11BASE to /usr/X11R7 on NetBSD ifjmcneill1-1/+3
X11FLAVOUR is "Xorg", so it is set right even when x* sets aren't installed ok joerg
2011-11-26Document section update. PR pkg/45654.ryoon1-4/+4
* Add value "7" to USE_JAVA2.
2011-11-26Add gmake.mk, based on texinfo.mk, to check the version of thehans2-1/+67
platform-provided gmake. Packages can set GMAKE_REQD to require a minimum gmake version.
2011-11-26Add flex.mk, based on texinfo.mk, to check the version of thehans2-1/+70
platform-provided flex. Packages can set FLEX_REQD to require a minimum flex version.
2011-11-22add CACTI_USER & CACTI_GROUP for net/cacti packagetez1-1/+13
2011-11-17Add objcopy to the list of cross-compiling tools.joerg1-2/+2
2011-11-13Use first entry of CATEGORIES as default CATEGORY.joerg1-1/+2
2011-11-13If importing into an existing directory, remove the content first.joerg1-1/+11
2011-11-13Allow empty FROM to actually work. Allow importing from the targetjoerg1-7/+5
location in pkgsrc, it is after all the natural place for testing new imports. Don't try to remove a file named after the import message, it won't exist. XXX Needs more work for the second case to remove the files before XXX running cvs up
2011-11-13Don't bail out with parse error if _EXPERIMENTAL isn't set.joerg1-2/+2
2011-11-12Fix from taca@ to update pbulk indexing to work with the new rubydholland1-2/+2
version stuff. Ok'd by joerg@ too.
2011-11-05Define the tools available on the Minix platform.tcort1-0/+65
2011-11-05Define the Minix platform.tcort1-0/+65
2011-11-05When using Minix, set BINPKG_SITES to the official Minix binary package site.tcort1-1/+4
2011-11-03Update _GCC_DIST_VERSION to 4.6.2hans1-2/+2
2011-10-31Add LIBC_BUILTINS platform definition to Linux.sbd1-1/+2
Designed to be used in mk.conf like so: PREFER_PKGSRC= yes PREFER_NATIVE= ${LIBC_BUILTINS}
2011-10-30README.C not README.c, says veego who seems to be afraid to use his commit bit.wiz1-2/+2
2011-10-30Check for /usr/var/README.c as well.wiz1-2/+2
From Brian A Seklecki on pkgsrc-users.
2011-10-26Add the minor number of the OS version to LOWER_OPSYS_VERSUFFIX.hans1-2/+2
Configure scripts tend to use it to distinguish different SunOS versions.
2011-10-23Typodholland1-2/+2
2011-10-15Change the X11_TYPE conditional to work with the switch in the defaultsbd1-2/+2
X11_TYPE to modular.
2011-10-15Rename "flavor" to "pkgformat".reed29-136/+136
This is from Anton Panev's GSoC 2011 project to add RPM and DPKG support to pkgsrc. (I am not adding that further support in this commit.) This is just a rename of the existing functionality. Now it will be easy to test the GSoC work by simply putting in a single directory (such as "rpm" or "deb"). See http://addpackageforma.sourceforge.net/ for some details. This is from Anton's CVS, but I made some minor changes: - changed plural pkgformats to singular pkgformat (to be consistent) - fixed a few places (in comments) that were missed - catch up on some additions to flavor not in the pkgforma cvs: PKGSRC_SETENV and _flavor-destdir-undo-replace and undo-destdir-replace-install.
2011-10-12add jabberjnemeth1-0/+1
2011-10-11add spandspjnemeth1-0/+1
2011-10-08Remove zaptel option everywhere (zaptel-netbsd package was removed)shattered1-1/+0
2011-10-04In SunOS 5.10 and earlier, some tools only exist in /usr/sfw/bin.hans1-1/+25
2011-10-04Re-enable pkg-config on SunOS 5.11.hans1-4/+4
2011-10-04Use ${TAR} instead of tar.hans1-2/+2
2011-10-03Cleanup regexps for Darwin. PPC version of the JDK never exists.yyamano1-4/+4
2011-09-29Re-add $PREFIX (but not hard coded this time) to CMAKE_SYSTEM_PREFIX_PATHmarkd1-1/+1
Needed to properly detect and set the paths of some installed packages that fall outside the buildlink framework.
2011-09-29Disable using perl and pkg-config as host tools for the upcoming branch.hans1-8/+8
Will be properly fixed and reenabled after the freeze ends.