pkgsrc-WIP-changes archive

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

*: remove pkgconf 2.4.x workarounds



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Thu Mar 6 23:55:31 2025 +0100
Changeset:	6d2fd8596ae86af694e1ecc63ccd2db06a91297e

Modified Files:
	qemu-guest-agent/Makefile
	sequoia-chameleon-gnupg/Makefile

Log Message:
*: remove pkgconf 2.4.x workarounds

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

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

diffstat:
 qemu-guest-agent/Makefile        | 2 --
 sequoia-chameleon-gnupg/Makefile | 3 ---
 2 files changed, 5 deletions(-)

diffs:
diff --git a/qemu-guest-agent/Makefile b/qemu-guest-agent/Makefile
index 8b713535af..87a62ffbc3 100644
--- a/qemu-guest-agent/Makefile
+++ b/qemu-guest-agent/Makefile
@@ -30,8 +30,6 @@ RCD_SCRIPTS=		qemu-guest-agent
 # https://github.com/qemu/qemu/commit/56208a0d473c6db263cc333c787ca48b502d72ab
 GCC_REQD+=		7
 
-BUILDLINK_TRANSFORM+=	rm:-lint
-
 .include "../../mk/bsd.prefs.mk"
 
 CONFIGURE_ARGS+=	--prefix=${PREFIX}
diff --git a/sequoia-chameleon-gnupg/Makefile b/sequoia-chameleon-gnupg/Makefile
index fc4af6b411..950e0db078 100644
--- a/sequoia-chameleon-gnupg/Makefile
+++ b/sequoia-chameleon-gnupg/Makefile
@@ -29,9 +29,6 @@ INSTALLATION_DIRS+=	share/bash-completion/completions
 INSTALLATION_DIRS+=	share/fish/vendor_completions.d
 INSTALLATION_DIRS+=	share/zsh/site-functions
 
-# https://gitlab.com/sequoia-pgp/sequoia-chameleon-gnupg/-/issues/127
-BUILDLINK_TRANSFORM+=	rm:-lnettl
-
 post-install:
 	${INSTALL_DATA} ${WRKSRC}/target/release/build/sequoia-chameleon-gnupg-*/out/man-pages/*.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
 	${INSTALL_DATA} ${WRKSRC}/target/release/build/sequoia-chameleon-gnupg-*/out/shell-completions/gpg-sq.bash ${DESTDIR}${PREFIX}/share/bash-completion/completions


Home | Main Index | Thread Index | Old Index