pkgsrc-WIP-changes archive

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

pinentry-qt5: Declare conflict with pinentry-qt4 and add TODO file



Module Name:	pkgsrc-wip
Committed By:	Michael Baeuerle <micha%NetBSD.org@localhost>
Pushed By:	micha
Date:		Fri Jan 29 17:43:48 2021 +0100
Changeset:	6a0152c41bf3c76557000ef491489608c4626395

Modified Files:
	pinentry-qt5/Makefile
Added Files:
	pinentry-qt5/TODO

Log Message:
pinentry-qt5: Declare conflict with pinentry-qt4 and add TODO file

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

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

diffstat:
 pinentry-qt5/Makefile | 1 +
 pinentry-qt5/TODO     | 5 +++++
 2 files changed, 6 insertions(+)

diffs:
diff --git a/pinentry-qt5/Makefile b/pinentry-qt5/Makefile
index 4ed638df9c..3863e9b7bd 100644
--- a/pinentry-qt5/Makefile
+++ b/pinentry-qt5/Makefile
@@ -2,6 +2,7 @@
 
 PKGNAME=		${DISTNAME:S/pinentry-/pinentry-qt5-/}
 COMMENT=		Applications for entering PINs or Passphrases, qt5 enabled
+CONFLICTS=		pinentry-qt4
 
 .include		"../../wip/pinentry/Makefile.common"
 
diff --git a/pinentry-qt5/TODO b/pinentry-qt5/TODO
new file mode 100644
index 0000000000..82439e87cd
--- /dev/null
+++ b/pinentry-qt5/TODO
@@ -0,0 +1,5 @@
+[ ] Fix buildlink dependency for moc
+    x11/qt5-qtbase should make moc visible
+    Manually adding a symlink "work/.buildlink/bin/moc" works
+[ ] Fix malformed -rpath option
+    Looks like an equal sign is missing


Home | Main Index | Thread Index | Old Index