Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Jan 2026 18:32:07 +0000
From:      Daniel Engberg <diizzy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Cc:        Trond Endr=?utf-8?Q?est=C3=B8l?= <Trond.Endrestol@ximalas.info>
Subject:   git: 608cbbdd4e39 - main - devel/codeblocks: Remove reference to USES= fam and move to LIB_DEPENDS
Message-ID:  <696bd5a7.3c5bd.6e4401ae@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by diizzy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=608cbbdd4e3976582b1f559b5d8bdd88b86466ab

commit 608cbbdd4e3976582b1f559b5d8bdd88b86466ab
Author:     Trond Endrestøl <Trond.Endrestol@ximalas.info>
AuthorDate: 2026-01-14 22:26:34 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2026-01-17 18:31:59 +0000

    devel/codeblocks: Remove reference to USES= fam and move to LIB_DEPENDS
    
    Missed in commit 97f98ba45c954c94d741439cfcf66d5e5059e3e4
    
    PR:             292437
---
 devel/codeblocks/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/devel/codeblocks/Makefile b/devel/codeblocks/Makefile
index 810dfe87239b..d97bf9b2a499 100644
--- a/devel/codeblocks/Makefile
+++ b/devel/codeblocks/Makefile
@@ -13,13 +13,14 @@ LICENSE_COMB=	multi
 
 BUILD_DEPENDS=	zip:archivers/zip
 LIB_DEPENDS=	libboost_thread.so:devel/boost-libs \
+		libfam.so.0:devel/gamin \
 		libfontconfig.so:x11-fonts/fontconfig \
 		libfreetype.so:print/freetype2 \
 		libhunspell-1.7.so:textproc/hunspell \
 		libtinyxml.so:textproc/tinyxml
 
 USES=		autoreconf compiler:c++11-lang desktop-file-utils \
-		fam:gamin gettext-runtime gnome libtool localbase \
+		gettext-runtime gnome libtool localbase \
 		pathfix pkgconfig shared-mime-info tar:xz xorg
 USE_CXXSTD=	c++11
 USE_GNOME=	gtk30 cairo


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?696bd5a7.3c5bd.6e4401ae>