pkgsrc-WIP-changes archive

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

*: remove weird reference to xcb-util036



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <tk%giga.or.at@localhost>
Pushed By:	wiz
Date:		Tue Apr 27 19:08:51 2021 +0200
Changeset:	3e6175261b8d458d35b3149c0ede4f18f408095b

Modified Files:
	unagi/Makefile
	wmc2d/Makefile

Log Message:
*: remove weird reference to xcb-util036

Both packages also include xcb-util's bl3.mk.

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

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

diffstat:
 unagi/Makefile | 1 -
 wmc2d/Makefile | 5 ++---
 2 files changed, 2 insertions(+), 4 deletions(-)

diffs:
diff --git a/unagi/Makefile b/unagi/Makefile
index 475c8b3803..41e935fa6b 100644
--- a/unagi/Makefile
+++ b/unagi/Makefile
@@ -33,7 +33,6 @@ post-install:
 
 .include "../../converters/libiconv/buildlink3.mk"
 .include "../../x11/xorgproto/buildlink3.mk"
-.include "../../x11/xcb-util036/buildlink3.mk"
 .include "../../devel/libev/buildlink3.mk"
 .include "../../x11/xcb-util-keysyms/buildlink3.mk"
 .include "../../x11/xcb-util-wm/buildlink3.mk"
diff --git a/wmc2d/Makefile b/wmc2d/Makefile
index 1b7379b22a..eaa940e308 100644
--- a/wmc2d/Makefile
+++ b/wmc2d/Makefile
@@ -1,5 +1,4 @@
 # $NetBSD: Makefile,v 1.7 2013/03/04 21:58:38 thomasklausner Exp $
-#
 
 DISTNAME=	wmc2d-2011-04-29-17
 PKGNAME=	wmc2d-2.05
@@ -13,6 +12,8 @@ HOMEPAGE=	http://wmc2d.sourceforge.net/
 COMMENT=	Dockapp to monitor coretemp temperature and cpufreq frequency
 LICENSE=	gnu-agpl-v3
 
+BUILD_DEPENDS+=		libxcb-[0-9]*:../../x11/libxcb
+
 USE_TOOLS+=		gmake pkg-config
 INSTALLATION_DIRS+=	bin ${PKGMANDIR}/man1
 
@@ -26,7 +27,5 @@ SUBST_SED.paths=	-e "s|/usr/local|${DESTDIR}${PREFIX}|g"
 SUBST_SED.paths+=	-e "s|share/man|${PKGMANDIR}|1"
 
 .include "../../x11/xcb-util-wm/buildlink3.mk"
-.include "../../x11/xcb-util036/buildlink3.mk"
 .include "../../x11/xcb-util/buildlink3.mk"
-BUILD_DEPENDS+=		libxcb-[0-9]*:../../x11/libxcb
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index