For options that actually require CURL, check to see if it is enabled before
we even try to build.
PR: ports/180376
Submitted by: brd
Approved by: maintainer
- while here:
- fix option check in sysutils/cfengine34
- move devel/libvirt-glib to use glib20 in favor of gio-fam-backend (suggested by kwm@)
- restore ABI version in net-mgmt/collectd5
. add a mandatory dependency upon libinotify; [2]
. bump PORTREVISION. [2]
while I'm here:
. pet portlint: remove whitespace before end of line;
. add a mandatory dependency upon libinotify to the accompanying
port (net-mgmt/collectd) and bump PORTREVISION.
PR: ports/178637 [1]
ports/178634 [2]
Submitted by: bsam (me)
Approved by: ports@bsdserwis.com (maintainer)
. correct a typo at CONFIGURE_ARGS (no PORTREVISION bump since
no change in defaults);
while here apply the last fix to accompanying port (net-mgmg/collectd).
PR: ports/178632
Submitted by: bsam (me)
Approved by: ports@bsdserwis.com (maintainer)
- Convert to new options framework [1]
- Remove ABI versions from LIB_DEPENDS
- Fix build with Clang by using upstream patch [2]
Upstream fix:
https://github.com/collectd/collectd/issues/49 [2]
PR: ports/171204 [1]
Submitted by: Krzysztof Stryjek <ports@bsdserwis.com> (maintainer)
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)
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
(this eliminates packaging errors seen only on live systems while
tinderbox builds are fine)
- Fix installation of collectd.conf.sample, patch src/Makefile.am to always
install it with same name
- Remove libgcrypt version check from configure.in, it breaks automake
process when libgcrypt is not installed
- Don't patch configure script, it's created on build phase now
PR: ports/163709
Reported by: Garrett Cooper <yanegomi@gmail.com>
Approved by: maintainer
While here, pacify portlint by removing CPPFLAGS from
CONFIGURE_ENV; the former is passed to underlying
configure scripts via bsd.port.mk.
PR: ports/156943 [1]
Submitted by: Benjamin Lee <ben@b1c1l1.com>
Approved by: Krzysztof Stryjek <ports@bsdserwis.com> (maintainer)
- Bump PORTREVISION
- While I'm here cleaning MD5 in distinfo
PR: ports/152449
Submitted by: Philippe Pepiot <phil AT philpep.org>
Approved by: maintainer
libltdl as a dependency.
PR: ports/148696
Submitted by: Benjamin Lee <ben@b1c1l1.com>
Approved by: Krzysztof Stryjek <ports@bsdserwis.com> (maintainer)
Noticed by: pgollucci@