Next | Query returned 31 messages, browsing 1 to 10 | Previous

History of commit frequency

CVS Commit History:


   2023-06-06 14:42:56 by Taylor R Campbell | Files touched by this commit (1319)
Log message:
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.

Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).

No change to BUILD_DEPENDS as used correctly inside buildlink3.

As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html
   2021-10-26 12:28:41 by Nia Alarie | Files touched by this commit (864)
Log message:
fonts: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes
   2021-10-07 16:05:29 by Nia Alarie | Files touched by this commit (864)
Log message:
fonts: Remove SHA1 hashes for distfiles
   2019-11-05 09:59:13 by Masatake Daimon | Files touched by this commit (3)
Log message:
Update to ricty-ttf-4.1.1

The official repository on GitHub has been removed, and has moved to
another web site.

Changes from 4.1.0 to 4.1.1:
- Integrated the script to generate Ricty Oblique to the main
  generator script.

Changes from 4.0.1 to 4.1.0:
- Integrated the script to generate Ricty Discord to the main
  generator script.
- Ricty now depends on Inconsolata 2.000 or later.

Changes from 4.0.0 to 4.0.1:
- Added hinting information.

Changes from 3.2.4 to 4.0.0:
- Ricty now uses Inconsolata-Regular/Bold.ttf instead of
  Inconsolata.otf.
- Removed the option to generate a bold variant of Inconsolata.
   2019-11-02 23:24:44 by Roland Illig | Files touched by this commit (62)
Log message:
fonts: align variable assignments

pkglint -Wall -F --only aligned --only indent -r

No manual corrections.
   2019-07-30 07:46:40 by Thomas Klausner | Files touched by this commit (1)
Log message:
ricty-ttf: accept any version of inconsolata-ttf
   2019-07-05 18:24:08 by Izumi Tsutsui | Files touched by this commit (1) | Package updated
Log message:
ricty-ttf: follow move of inconsolata-ttf installation path.

Also explicitly require moved version:
 http://mail-index.netbsd.org/pkgsrc-changes/2019/04/06/msg190085.html
 > inconsolata-ttf: update to 20090207nb2.
 > Use fonts.mk: Fixes installation path.
   2017-08-01 19:40:17 by Thomas Klausner | Files touched by this commit (114)
Log message:
Comment out some dead HOMEPAGEs.
   2016-04-04 19:33:38 by Joerg Sonnenberger | Files touched by this commit (1)
Log message:
Pass down pkgsrc environment. Add dependency on bash before using it.
   2015-11-25 13:50:15 by Jonathan Perkin | Files touched by this commit (3)
Log message:
Remove mk/find-prefix.mk usage from the fonts category.

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.

Next | Query returned 31 messages, browsing 1 to 10 | Previous