FreeBSD Bugzilla – Attachment 170368 Details for
Bug 209556
[new port] security/pinentry-qt5, Qt 5 version of the GnuPG password dialog
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
svn diff against ports HEAD for pinentry and pinentry-qt5
pinentry-qt5-ports.diff (text/plain), 2.17 KB, created by
Marie Loise Nolden
on 2016-05-16 16:17:01 UTC
(
hide
)
Description:
svn diff against ports HEAD for pinentry and pinentry-qt5
Filename:
MIME Type:
Creator:
Marie Loise Nolden
Created:
2016-05-16 16:17:01 UTC
Size:
2.17 KB
patch
obsolete
>Index: security/pinentry/Makefile >=================================================================== >--- security/pinentry/Makefile (Revision 415315) >+++ security/pinentry/Makefile (Arbeitskopie) >@@ -19,7 +19,7 @@ > PLIST_FILES= bin/pinentry > > OPTIONS_SINGLE= FRONTEND >-OPTIONS_SINGLE_FRONTEND= TTY NCURSES GTK2 QT4 GNOME3 >+OPTIONS_SINGLE_FRONTEND= TTY NCURSES GTK2 QT4 QT5 GNOME3 > OPTIONS_DEFAULT= TTY > > FRONTEND_DESC= Default frontend >@@ -37,9 +37,13 @@ > GTK2_RUN_DEPENDS= ${PINENTRY_GTK2}:security/pinentry-gtk2 > > QT4_DESC= Qt 4 frontend >-PINENTRY_QT4= pinentry-qt >+PINENTRY_QT4= pinentry-qt4 > QT4_RUN_DEPENDS= ${PINENTRY_QT4}:security/pinentry-qt4 > >+QT5_DESC= Qt 5 frontend >+PINENTRY_QT5= pinentry-qt5 >+QT5_RUN_DEPENDS= ${PINENTRY_QT5}:security/pinentry-qt5 >+ > GNOME3_DESC= GNOME 3 frontend > PINENTRY_GNOME3= pinentry-gnome3 > GNOME3_RUN_DEPENDS= ${PINENTRY_GNOME3}:security/pinentry-gnome3 >@@ -87,8 +91,15 @@ > .if ${PINENTRY_GUI} == "qt4" > USES+= compiler:c++11-lib > USE_QT4= gui moc_build >-PLIST_FILES= bin/pinentry-qt >-CONFIGURE_ARGS+=--disable-pinentry-qt5 >+PLIST_FILES= bin/pinentry-qt4 >+CONFIGURE_ARGS+=--disable-pinentry-qt5 \ >+ --program-suffix=4 >+.elif ${PINENTRY_GUI} == "qt5" >+USES+= compiler:c++11-lib >+USE_QT5= gui buildtools_build >+PLIST_FILES= bin/pinentry-qt5 >+CONFIGURE_ARGS+=--enable-pinentry-qt5 \ >+ --program-suffix=5 > .else > CONFIGURE_ARGS+=--disable-pinentry-qt --disable-pinentry-qt5 > .endif >Index: security/pinentry-qt5/Makefile >=================================================================== >--- security/pinentry-qt5/Makefile (nicht existent) >+++ security/pinentry-qt5/Makefile (Arbeitskopie) >@@ -0,0 +1,12 @@ >+# $FreeBSD: nolden@kde.org >+ >+PORTNAME= pinentry >+PORTREVISION= 0 >+ >+COMMENT= Qt 5 version of the GnuPG password dialog >+ >+PINENTRY_GUI= qt5 >+ >+MASTERDIR= ${.CURDIR}/../pinentry >+ >+.include "${MASTERDIR}/Makefile" > >Eigenschaftsänderungen: security/pinentry-qt5/Makefile >___________________________________________________________________ >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:keywords >## -0,0 +1 ## >+FreeBSD=%H >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 209556
:
170368
|
170372
|
170403