pkgsrc-WIP-changes archive

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

desktop-installer: Disable tk dep that causes failures



Module Name:	pkgsrc-wip
Committed By:	Jason W. Bacon <bacon4000%gmail.com@localhost>
Pushed By:	outpaddling
Date:		Mon Jun 12 09:44:44 2023 -0500
Changeset:	37ec832ae754de20d5f555c65fa65d5662d52495

Modified Files:
	desktop-installer/Makefile

Log Message:
desktop-installer: Disable tk dep that causes failures

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

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

diffstat:
 desktop-installer/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diffs:
diff --git a/desktop-installer/Makefile b/desktop-installer/Makefile
index 683842a6ac..ffab5badc7 100644
--- a/desktop-installer/Makefile
+++ b/desktop-installer/Makefile
@@ -40,5 +40,7 @@ do-install:
 	cd ${WRKSRC}/Common && pax -rw . ${DESTDIR}${DATADIR}
 	cd ${WRKSRC}/NetBSD && pax -rw XDM ${DESTDIR}${DATADIR}
 
-.include "../../x11/tk/buildlink3.mk"
+# Binary package is behind pkgsrc, and tcl build fails
+# Run pkgin install tk so that XDM buttons will work
+# .include "../../x11/tk/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index