Created attachment 223328 [details] pkgconf file attach a pkgconf file attach a patch to install pkgconf file
Created attachment 223329 [details] patch to install pkgconf file bump portrevision
$ pkgconf --modversion freeimage 3.18.0 $ pkgconf --libs freeimage -L/usr/local/lib -lfreeimage $ pkgconf --cflags freeimage -I/usr/local/include
Created attachment 223353 [details] refreshed patch to install pkgconf file Hello Freddy, I refreshed your patch so it can be applied to lastest svn commit 568636. I've tested pkgconf support and graphics/imv 4.2.0 now builds ok. You can follow my review at: https://reviews.freebsd.org/D29311 Cheers
A commit references this bug: Author: eduardo Date: Tue Mar 30 06:27:22 UTC 2021 New revision: 569542 URL: https://svnweb.freebsd.org/changeset/ports/569542 Log: graphics/freeimage: Add pkgconf support While here: - Take MAINTAINER'ship - reorder Makefile (portclippy) PR: 254340 Submitted by: Freddy DISSAUX <dsx@bsdsx.fr> Approved by: dbaio (mentor) Differential Revision: https://reviews.freebsd.org/D29311 Changes: head/graphics/freeimage/Makefile head/graphics/freeimage/files/freeimage.pc.in
Committed thanks!