Port details |
- pkgconf Utility to help to configure compiler and linker flags
- 2.3.0,1 devel =62 2.3.0,1Version of this port present on the latest quarterly branch.
- Maintainer: bapt@FreeBSD.org
- Port Added: 2012-07-26 05:41:00
- Last Update: 2024-08-26 07:01:57
- Commit Hash: f12be4a
- People watching this port, also watch:: gmake, libxml2, expat, pcre, libiconv
- License: ISCL
- WWW:
- https://gitea.treehouse.systems/ariadne/pkgconf
- Description:
- pkgconf is a program which helps to configure compiler and linker flags for
development frameworks. It is similar to pkg-config, but was written from
scratch in Summer of 2011 to replace pkg-config, which now needs itself to
build itself.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/devel/pkgconf/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/pkgconf
- pkg install pkgconf
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: pkgconf
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1724139107
SHA256 (pkgconf-2.3.0.tar.xz) = 3a9080ac51d03615e7c1910a0a2a8df08424892b5f13b0628a204d3fcce0ea8b
SIZE (pkgconf-2.3.0.tar.xz) = 316160
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Test dependencies:
-
- kyua : devel/kyua
- This port has no dependencies.
- This port is required by:
- for Build
-
- accessibility/accerciser
- accessibility/at-spi2-core
- accessibility/atkmm
- accessibility/caribou
- accessibility/feedbackd
- accessibility/gammastep
- accessibility/hyprsunset
-
Deleted ports which required this port:
- for Libraries
-
- devel/p5-PkgConfig-LibPkgConf
- for Run
-
- audio/pithos
- devel/cloudabi-toolchain
- devel/influx-pkg-config
- devel/libosinfo
- devel/mate-common
- devel/muon
- devel/p5-ExtUtils-PkgConfig
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- ===> The following configuration options are available for pkgconf-2.3.0,1:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- devel_pkgconf
- USES:
- cpe tar:xz libtool pathfix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 106 (showing only 6 on this page)
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.8.5 30 Jul 2012 17:04:32 |
bapt |
- update to 0.8.5
- changes:
* Fix parsing multiline definitions which could lead to segfault [1]
* --variable output compatibility with pkg-config has been improved
* Fix --modversion showing sometime multiple version [2]
Reported by: dougb [1], Adam McDougall (via private mail) [2] |
0.8.4 29 Jul 2012 22:26:20 |
bapt |
- update to 0.8.4 which include all the changes added in 0.8.3_1 + some code
cleanups |
0.8.3_1 29 Jul 2012 09:56:03 |
bapt |
- import patches from upstream
- changes:
* add support for --list-all
* --version now shows pkg-config compatibility version (no need to modify
anymore buggy configures that do check for --version instead of
--modversion pkg-conf)
* new --about to show the version of pkgconf
Obtained from: pkgconf git repository |
0.8.3 26 Jul 2012 06:33:35 |
dougb |
The whole port import was duplicated
Also tab -> space for WWW: |
0.8.3 26 Jul 2012 06:32:22 |
dougb |
Fix the most obviously broken part, duplicated file |
0.8.3 26 Jul 2012 05:40:24 |
bapt |
new devel/pkgconf added to replace devel/pkg-config. new version of pkg-config
are no more self hosting so we are stuck with 0.25 version while pkgconf provide
the same set of features as 0.27 and a compatible frontend. A symlink to
pkg-config has been added for convenience and compatibility
This also introduces a new macro to use pkgconf in your ports:
USE_PKGCONFIG
it can take the following arguments:
- yes (meaning build only dep)
- build (meaning build only dep)
- run (meaning run only dep)
- both (meaning run and build dep)
From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG
The old gnome macro has been modified to use pkgconf but still the sameway: run
and build dep to avoid large breakage.
While here fix some ports relying on pkg-config but not specifying it, fix some
ports broken because testing wrong .pc files, and fix ports using pkg-config
--version to determine pkg-config version instead of
pkg-config --modversion pkg-config like recommanded by pkg-config
With Hat: portmgr
Exp-runs by: bapt (pointhat-west), beat (pointyhat) |
Number of commits found: 106 (showing only 6 on this page)
|