aboutsummaryrefslogtreecommitdiffstats
path: root/devel/zmq
ModeNameSize
-rw-r--r--Makefile1066logstatsplainblame
-rw-r--r--distinfo133logstatsplainblame
-rw-r--r--pkg-descr85logstatsplainblame
-rw-r--r--pkg-plist154logstatsplainblame
>| | Reported by: lwhsu * Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0 | * Update to 1.7.4Baptiste Daroussin2021-03-192-4/+4 | * Update to 1.7.3Baptiste Daroussin2020-06-202-4/+4 | | | | | PR: 247300 Exp-run by: antoine * Update the homepageBaptiste Daroussin2020-04-221-1/+1 | | | | Reported by: lwhsu * Update to 1.6.3Baptiste Daroussin2019-08-222-4/+4 | * Update WWW:Matthias Andree2019-05-121-1/+1 | | | | Approved by: portmgr (blanket) * update to 1.6.1Baptiste Daroussin2019-04-172-4/+4 | * Update to 1.6.0Baptiste Daroussin2019-01-272-4/+4 | | | | | PR: 235101 Exp-run by: antoine * Update to 1.5.4Baptiste Daroussin2018-10-212-4/+4 | * Update pkgconf to 1.5.3Baptiste Daroussin2018-10-013-4/+5 | | | | | | | | While here update p5-PkgConfig-LibPkgConf to 0.09 which is compatible with pkgconf 1.5.3 PR: 231423 Exp-run by: antoine * Add DOCS options to ports that should have one.Mathieu Arnold2018-09-101-0/+2 | | | | | | | | Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine * Update to 1.4.2Baptiste Daroussin2018-02-242-4/+4 | * Update to 1.4.1Baptiste Daroussin2018-01-242-4/+4 | * Update pkgconf to 1.4.0Baptiste Daroussin2018-01-193-6/+9 | | | | | | | | Update p5-PkgConfig-LibPkgConf to 0.08 which reflects some API changes [1] PR: 224957 Exp-run by: antoine Submitted by: sunpoet [1] * Update to 1.3.10Baptiste Daroussin2017-10-182-4/+4 | * Update to 1.3.9Baptiste Daroussin2017-10-052-4/+4 | | | | | PR: 222614 Exp-run by: antoine * Update pkgconf to 1.3.7.Koop Mast2017-05-232-4/+6 | | | | | | | | Add missing TEST_DEPENDS Exp-run by: antoine@ PR: 219437 Approved by: portmgr (antoine@), maintainer (bapt@) * Update to 1.3.5Baptiste Daroussin2017-04-052-4/+4 | | | | exp-run: antoine * Revert upgrade to 1.3.2 and require exp-run for future upgrades, thisAntoine Brodin2017-03-262-4/+8 | | | | | | upgrade breaks some ports. With hat: portmgr * Update 1.3.2Baptiste Daroussin2017-03-252-5/+4 | * Revert the search path change.Dag-Erling Smørgrav2017-03-081-2/+2 | * Move ${PREFIX}/libdata/pkgconfig ahead of ${PREFIX}/lib/pkgconfig in pkgconfAntoine Brodin2017-03-071-2/+2 | | | | | | | search path This fixes packaging of some ports. With hat: portmgr * Change the search path to include ${PREFIX}/lib/pkgconfig ahead of theDag-Erling Smørgrav2017-03-071-1/+2 | | | | | | | | usual ${PREFIX}/libdata/pkgconfig and /usr/libdata/pkgconfig. This renders 82.6% of Mk/Uses/pathfix.mk obsolete. Reviewed by: bapt Approved by: bapt * Update to 1.3.0Baptiste Daroussin2017-02-263-21/+4 | * Revert a commit from upstream causing regression until I find the real causeBaptiste Daroussin2017-02-082-0/+17 | * Update to 1.2.2Baptiste Daroussin2017-02-072-5/+4 | * Install the .pc file in the right placeBaptiste Daroussin2017-01-302-2/+3 | | | | | PR: 216577 Submitted by: John Hein <z7dr6ut7gs@snkmail.com> * Update to 1.2.1Baptiste Daroussin2017-01-263-31/+4 | * Actually apply the proper patchBaptiste Daroussin2017-01-222-7/+22 | * Fix regression introduced in pkg 1.2.0Baptiste Daroussin2017-01-222-0/+12 | | | | | | pkgconf --variable=pc_path pkg-config was not reporting any thing Reported by: antoine * Update to 1.2.0Baptiste Daroussin2017-01-212-4/+4 | | | | | | | | | | | | | | | | | | | | | | | | | Changes from 1.1.0 to 1.2.0: ---------------------------- * Features: - new --path option lists the .pc files which provided the requested dependencies - new path relocation API: pkgconf_path_relocate(), which wraps functions such as realpath() and cygwin_conv_path(). - new --with-path option adds a path to the search list - new --define-prefix and --dont-define-prefix features enable automatic prefix detection for relocatable SDKs. this is mostly useful on windows. * Bug fixes: - fragments: fix even more edge cases involving token concatenation - path lists: don't attempt to collect path inodes if the filter is disabled - path lists: explicitly avoid uninitialised data for the path inode cache - client: properly handle --keep-system-cflags and --keep-system-libs * Enhancements: - windows: build libpkgconf as a DLL - fragments: only munge fragments if sysroot_dir is actually set - overall API: resolver flags have been moved to being a client-object setting instead of used for every function invocation * Update to 1.1.1Baptiste Daroussin2017-01-082-4/+4 | | | | | - Minor fixes - new pkgconf --path * Update to 1.1.0Baptiste Daroussin2016-12-313-12/+13 | | | | | | | | | | | | | | | | | | | | | * new Provides rule support which brings --print-provides to it's fullest potential * learning of path lists from toolchain environment variables to make the toolchain include flag filtering more accurate * the --pure flag which brings more of the pkgconf linker flag optimizations to --static * a new, more robust .pc file parser * better handling of toolchain flag grouping like -isystem, -idirafter, -Bdynamic and -Bstatic, as well as any -Wl options * deduplication of path lists by device node and inode * a new testsuite based on kyua, the BSD testing framework * a fully stable libpkgconf API and ABI, with documentation: (http://pkgconf.readthedocs.io/en/latest/) announcement: http://kaniini.dereferenced.org/2016/12/31/pkgconf-1.1.0-release.html Exp-run: antoine (on development version) * Update MASTER_SITESBaptiste Daroussin2016-10-261-1/+1 | * Update to 1.0.2Baptiste Daroussin2016-10-262-4/+4 | * Update to 1.0.1Baptiste Daroussin2016-08-252-5/+4 | | | | Changes: https://github.com/pkgconf/pkgconf/releases/tag/pkgconf-1.0.1 * Bump portrevision for plist changeBaptiste Daroussin2016-07-241-0/+1 | * forgot to commit the pkg-plistBaptiste Daroussin2016-07-241-0/+10 | | | | | Reported by: peter Pointyhat to: bapt * Update to version 1Baptiste Daroussin2016-07-242-5/+8 | | | | | Now pkgconf is providing a libpkgconf Add a tests target to run the regression tests * Wrap long lineDag-Erling Smørgrav2015-10-202-2/+3 | | | | Approved by: bapt@ * Update to 0.9.12Baptiste Daroussin2015-07-202-3/+3 | * Update to 0.9.11Baptiste Daroussin2015-05-26