Path to this page:
./
devel/ruby-pkg-config,
Pure Ruby implementation of pkg-config
Branch: CURRENT,
Version: 1.5.7,
Package name: ruby32-pkg-config-1.5.7,
Maintainer: pkgsrc-userspkg-config can be used in your extconf.rb to properly detect need libraries for
compiling Ruby native extensions.
Required to run:[
lang/ruby26-base]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 23 KB
Version history: (Expand)
- (2024-10-27) Updated to version: ruby32-pkg-config-1.5.7
- (2024-04-17) Updated to version: ruby32-pkg-config-1.5.6
- (2023-12-17) Updated to version: ruby31-pkg-config-1.5.6
- (2023-09-10) Updated to version: ruby31-pkg-config-1.5.5
- (2023-09-03) Updated to version: ruby31-pkg-config-1.5.3
- (2023-06-17) Updated to version: ruby31-pkg-config-1.5.2
CVS history: (Expand)
2024-04-17 13:57:37 by Thomas Klausner | Files touched by this commit (6) |
Log message:
*: fix some CONFLICTS
Remove some that are for packages more than ten year old,
fix rest.
|
2024-04-17 12:38:36 by Thomas Klausner | Files touched by this commit (24) |
Log message:
*: fix some CONFLICTS lines
Noted by riastradh@ in PR 58155.
|
2023-12-17 15:19:44 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
devel/ruby-pkg-config: update to 1.5.6
1.5.6 (2023-11-18)
* Add support for "<" and ">" operator in \
"Requires:" (#23)
|
2023-09-10 15:33:34 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
devel/ruby-pkg-config: update to 1.5.5
1.5.4 (2023-09-05)
Improvements
* Added package version to unsatisfied version is only found case.
1.5.5 (2023-09-05)
Fixes
* Fixed a bug in 1.5.4 that success detection doesn't work.
|
2023-09-03 18:01:46 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
devel/ruby-pkg-config: update to 1.5.3
1.5.3 (2023-08-29)
Improvements
* Accepted spaces between "=" and ":". For example, \
"prefix = /usr"
is accepted.
|
2023-06-17 15:29:30 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
devel/ruby-pkg-config: update to 1.5.2
1.5.2 (2023-06-25)
Improvements
* Added support for conda.
|
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
|
2022-11-29 14:12:43 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
devel/ruby-pkg-config: update to 1.5.1
1.5.0 (2022-11-23)
Improvements
* Improved the default search path. "pkg-config --variable=pc_path
pkg-config" is used as the default search path if it's available.
[Reported by Watson][GitHub:#22]
1.5.1 (2022-11-23)
Improvements
* Improved the default search path. "/usr" in \
"/usr/bin/pkg-config" isn't
used for buidling the default search path if "pkg-config
--variable=pc_path pkg-config" is available. [Reported by
Watson][GitHub:#22]
|