Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-01-24 | mk/tools/replace.mk: Add support for `:test' to add tools to TEST_DEPENDS | leot | 1 | -1/+5 | |
With this change is now possible to mark tools only needed for testing via: USE_TOOLS+= <tool>:test Discussed with <joerg> | |||||
2018-01-07 | Improved documentation for "make help". | rillig | 1 | -1/+2 | |
The check for target(help) prevents a warning when "make help" is run from a category directory. | |||||
2017-08-01 | Switch from mdocml to mandoc; remove obsolete references. | wiz | 1 | -6/+6 | |
2017-04-23 | Remove reference to misc/rubygems and RUBY_VER is "18". | taca | 1 | -8/+2 | |
2016-04-08 | Switch from pkg-config to pkgconf. | wiz | 1 | -2/+2 | |
2015-11-25 | Remove mk/find-prefix.mk and its usage from the mk infrastructure. | jperkin | 1 | -168/+82 | |
The find-prefix infrastructure was required in a pkgviews world where packages installed from pkgsrc could have different installation prefixes, and this was a way for a dependency prefix to be determined. Now that pkgviews has been removed there is no longer any need for the overhead of this infrastructure. Instead we use BUILDLINK_PREFIX.pkg for dependencies pulled in via buildlink, or LOCALBASE/PREFIX where the dependency is coming from pkgsrc. Provides a reasonable performance win due to the reduction of `pkg_info -qp` calls, some of which were redundant anyway as they were duplicating the same information provided by BUILDLINK_PREFIX.pkg. | |||||
2015-10-08 | accidental ommission of a suppressed line | richard | 1 | -2/+1 | |
2015-10-08 | Quick workaround for groff tools issue per joerg@ | richard | 1 | -8/+5 | |
Still needs, as many tools, TLC to simplify tools.*.mk as well as adding a builtin check. | |||||
2015-02-01 | revert "Add unlink as a tool.", I cannot describe why is it on the Earth. | obache | 1 | -3/+2 | |
proposed/discussed is required for such changes, from PMC gdt@. | |||||
2015-01-30 | Add unlink as a tool. | obache | 1 | -2/+3 | |
2014-10-01 | Remove mk glue for devel/nbitools. | joerg | 1 | -23/+7 | |
2014-10-01 | x11/xorg-imake has been dead for a long time. | joerg | 1 | -5/+3 | |
2014-04-28 | Check builtin perl usability | obache | 1 | -1/+46 | |
* if p5-* in {,BUILD_,TOOL_}DEPENDS, use perl5 from pkgsrc. * check whether builtin perl satisfies PERL5_REQD, or use perl5 from pkgsrc. * if buitin perl satisfies all {perl>=n.m,p5-foo>=x.y} style dependencies, get rid of such dependencies and use builtin perl. | |||||
2014-03-13 | Refelect change of RUBY_SRCDIR. | taca | 1 | -3/+3 | |
2014-03-07 | Check ${X11BASE}/bin/bdftopcf exists before blindly using it, not all | jperkin | 1 | -2/+2 | |
distributions include it. | |||||
2014-02-14 | tell wget as a tool. | obache | 1 | -1/+11 | |
2014-02-02 | update coreutils files to 8.22 | richard | 1 | -4/+4 | |
2013-11-16 | Fix a pasto (lzip is not lzcat). | shattered | 1 | -2/+2 | |
2013-11-16 | Decompress .lz files with lzip. | shattered | 1 | -1/+12 | |
2013-11-06 | Add `xz' command as a TOOL. | obache | 1 | -10/+13 | |
2013-09-12 | Switch to textproc/mdocml as the tool replacement provider for 'nroff'. | jperkin | 1 | -2/+23 | |
The nroff tool is primarily used to generate catman pages, however there were circular dependency issues with using groff as the provider, as it has a large number of dependencies, some of which depend on nroff. mdocml is much smaller, has fewer dependencies, is BSD licensed, and is just as capable in nroff mode. | |||||
2013-08-17 | add readlink to replaceable coreutils (for solaris, namely) | richard | 1 | -3/+3 | |
2013-06-06 | create X related tools also for X11_TYPE=native. | obache | 1 | -28/+46 | |
might fix PR pkg/47883. | |||||
2013-06-05 | fixes usage of TOOLS_CREATE for X related tools, and those tools will be created | obache | 1 | -10/+10 | |
in ${TOOLS_DIR}/bin, same as other tools. | |||||
2013-05-21 | Use GMAKE_REQD in TOOLS_DEPENDS.gmake, bump GMAKE_REQD to 3.81. | sbd | 1 | -2/+2 | |
2013-05-09 | Split BUILD_DEPENDS into TOOL_DEPENDS and BUILD_DEPENDS in mk/. | riastradh | 1 | -9/+9 | |
Build depends are target packages that are needed at build-time for, e.g., static libraries to link against, header files to include, &c. Tool depends are native packages that are needed at build-time for, e.g., compilers/linkers/&c. to run. ok agc | |||||
2013-04-24 | Use the ghostscript meta-package instead of ghostscript-gpl or | sbd | 1 | -13/+3 | |
ghostscript-agpl. Reverts revisions 1.255 and 1.254 ---------------------------- revision 1.255 date: 2013/03/16 23:03:33; author: dholland; state: Exp; lines: +3 -3 print/ghostscript -> print/ghostscript-agpl ---------------------------- revision 1.254 date: 2013/03/16 21:47:14; author: dholland; state: Exp; lines: +13 -3 Choose ghostscript package for ghostscript tools based on whether gnu-agpl-* is in ACCEPTABLE_LICENSES. This is mostly the same as the old ghostscript type logic that was removed in version 1.223. | |||||
2013-03-16 | print/ghostscript -> print/ghostscript-agpl | dholland | 1 | -3/+3 | |
2013-03-16 | Choose ghostscript package for ghostscript tools based on whether | dholland | 1 | -3/+13 | |
gnu-agpl-* is in ACCEPTABLE_LICENSES. This is mostly the same as the old ghostscript type logic that was removed in version 1.223. | |||||
2013-03-15 | Ensure that pkgsrc openssl tool is used if not using builtin openssl. | fhajny | 1 | -1/+10 | |
2012-10-01 | Add 7z archive distfile support. | ryoon | 1 | -1/+12 | |
Fix PR pkg/42967 | |||||
2012-07-27 | Make curl a tool. Add support for /usr/bin/curl, if available, on Solaris. | jperkin | 1 | -1/+11 | |
SmartOS and OmniOS users can now set FETCH_USING=curl and no longer require pkgsrc dependencies for downloading distfiles. | |||||
2012-07-06 | Update pkg-config dependency to 0.25 (in pkgsrc since 2010) since even | wiz | 1 | -2/+2 | |
with 0.23, it pulls in too many unnecessary dependencies. Fixes xev build in some configurations, reported by chuq. | |||||
2012-05-30 | Remove GNU_PROGRAM_PREFIX as discussed in pkgsrc-users@ | cheusov | 1 | -15/+9 | |
2012-04-13 | Use _TOOLS.pkg when using for loops in mk/tools/replace.mk so that pkglint | sbd | 1 | -4/+7 | |
can see them. | |||||
2012-04-12 | Force pkgsrc perl as tool if perl is buildlinked or a dependency on a | hans | 1 | -2/+4 | |
p5- package exists. | |||||
2012-03-19 | Drop imake-check logic from X11 components' builtin.mk. | joerg | 1 | -21/+2 | |
Always use xorg-cf-files and imake from pkgsrc, replacing xpkgwedge. Always install man pages, not cat pages when using imake. Unify the various imake PLIST variables in preparation for dropping. Adjust xbattbar for the new expectations. | |||||
2012-02-23 | Fix TOOLS_PATH.tar definition when NBPAX_PROGRAM_PREFIX is set. | hans | 1 | -2/+2 | |
2012-02-15 | Add TOOLS_DEPENDS.ghostscript to MAKEVARS, not its value. | hans | 1 | -2/+2 | |
2012-02-06 | Revert runaway commit | fhajny | 1 | -2/+2 | |
2012-02-06 | Added devel/ruby-kgio, www/ruby-raindrops and www/ruby-unicorn | fhajny | 1 | -2/+2 | |
2012-02-04 | The correct dependence for gem is ${RUBY_PKGPREFIX}-rubygems-[0-9]* | sbd | 1 | -2/+2 | |
2012-02-01 | gem command is included in ruby-1.9 and later. | obache | 1 | -2/+6 | |
2012-01-14 | Support zip and related utilities as host tools. | hans | 1 | -1/+14 | |
2012-01-12 | Add pod2text as host tool. | hans | 1 | -2/+2 | |
2011-11-30 | Fix perl version.mk botch. | hans | 1 | -1/+2 | |
2011-11-29 | fix variable expansion | hans | 1 | -2/+2 | |
2011-11-29 | Add perldoc and pod2html to tools. | hans | 1 | -2/+2 | |
2011-11-29 | Unify handling of perl tools. | hans | 1 | -25/+19 | |
2011-09-14 | When using native pkg-config, provide a variable with arguments for | hans | 1 | -1/+3 | |
autoreconf to include the native aclocal dir in its search path. Packages using autoreconf need to be adapted to use this. |