2018-07-19 17:15:31 by Jaap Boender | Files touched by this commit (190) | |
Log message:
Recursive revbump associated with the update of lang/ocaml to 4.07.
|
2018-04-13 15:55:39 by Jaap Boender | Files touched by this commit (88) |
Log message:
Revbump associated with the upgrade of lang/ocaml
(this is the upgrade from 4.06 to 4.06.1)
|
2018-03-12 12:18:01 by Thomas Klausner | Files touched by this commit (2155) |
Log message:
Recursive bumps for fontconfig and libzip dependency changes.
|
2018-01-10 17:53:15 by Jaap Boender | Files touched by this commit (107) | |
Log message:
Recursive revbump associated with the update to OCaml 4.06.
|
2018-01-07 14:04:44 by Roland Illig | Files touched by this commit (583) |
Log message:
Fix indentation in buildlink3.mk files.
The actual fix as been done by "pkglint -F */*/buildlink3.mk", and was
reviewed manually.
There are some .include lines that still are indented with zero spaces
although the surrounding .if is indented. This is existing practice.
|
2017-09-08 11:51:27 by Jaap Boender | Files touched by this commit (113) | |
Log message:
Recursive revbump associated with update of ocaml to 4.05
|
2017-07-11 16:19:23 by Jaap Boender | Files touched by this commit (71) |
Log message:
Revbump associated with ocaml-4.04.2
|
2016-12-30 12:17:03 by Jaap Boender | Files touched by this commit (89) | |
Log message:
Recursive revbump associated with ocaml update to 4.04.
|
2016-05-05 13:45:43 by Jaap Boender | Files touched by this commit (91) | |
Log message:
Recursive revbump associated with ocaml update.
|
2015-11-25 13:51:42 by Jonathan Perkin | Files touched by this commit (5) |
Log message:
Remove mk/find-prefix.mk usage from the math 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.
|