pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

muon: Remove hacks.mk, use bl3 from devel/pkgconf



Module Name:	pkgsrc-wip
Committed By:	Michael Baeuerle <micha%NetBSD.org@localhost>
Pushed By:	micha
Date:		Wed Feb 22 17:14:59 2023 +0100
Changeset:	1b6a42ba666aea6c08e3a5d87ee78241694acff1

Modified Files:
	muon/Makefile
Removed Files:
	muon/hacks.mk

Log Message:
muon: Remove hacks.mk, use bl3 from devel/pkgconf

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=1b6a42ba666aea6c08e3a5d87ee78241694acff1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 muon/Makefile |  4 ++--
 muon/hacks.mk | 15 ---------------
 2 files changed, 2 insertions(+), 17 deletions(-)

diffs:
diff --git a/muon/Makefile b/muon/Makefile
index 180ab67c2f..f9a1af38b4 100644
--- a/muon/Makefile
+++ b/muon/Makefile
@@ -7,7 +7,7 @@ MASTER_SITES=	https://git.sr.ht/~lattis/muon/archive/
 
 MAINTAINER=	micha%NetBSD.org@localhost
 HOMEPAGE=	https://git.sr.ht/~lattis/muon
-COMMENT=	Implementation of meson build system in c99 with minimal dependencies
+COMMENT=	Implementation of meson build system in C99 with minimal dependencies
 LICENSE=	gnu-gpl-v3
 
 USE_LANGUAGES=	c99
@@ -31,8 +31,8 @@ do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/output/muon \
 		${DESTDIR}${PREFIX}/bin/muon
 
-# Note: pkgconf library is included via hacks.mk
 #.include "../../archivers/libarchive/buildlink3.mk"
+.include "../../devel/pkgconf/buildlink3.mk"
 #.include "../../www/curl/buildlink3.mk"
 
 .include "../../mk/bsd.pkg.mk"
diff --git a/muon/hacks.mk b/muon/hacks.mk
deleted file mode 100644
index cb28f313ca..0000000000
--- a/muon/hacks.mk
+++ /dev/null
@@ -1,15 +0,0 @@
-# $NetBSD$
-
-# devel/pkgconf has no bl3 file.
-# This package uses the pkgconf library, therefore DEPENDS is not sufficient.
-
-BUILDLINK_TREE+=	pkgconf
-
-.if !defined(PKGCONF_BUILDLINK3_MK)
-PKGCONF_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.pkgconf+=		pkgconf>=1.8.0
-BUILDLINK_PKGSRCDIR.pkgconf?=		../../devel/pkgconf
-.endif	# PKGCONF_BUILDLINK3_MK
-
-BUILDLINK_TREE+=	-pkgconf


Home | Main Index | Thread Index | Old Index