FreeBSD Bugzilla – Attachment 177037 Details for
Bug 214547
net-im/qxmpp: add Qt5 slave port
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
qxmpp-qt5 port
qxmpp-qt5.diff (text/plain), 2.34 KB, created by
Pawel Pekala
on 2016-11-15 21:36:33 UTC
(
hide
)
Description:
qxmpp-qt5 port
Filename:
MIME Type:
Creator:
Pawel Pekala
Created:
2016-11-15 21:36:33 UTC
Size:
2.34 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (wersja 426176) >+++ Makefile (kopia robocza) >@@ -147,6 +147,7 @@ > SUBDIR += qwit > SUBDIR += qwit-devel > SUBDIR += qxmpp >+ SUBDIR += qxmpp-qt5 > SUBDIR += ramblercontacts > SUBDIR += ricochet > SUBDIR += ring-daemon >Index: qxmpp/Makefile >=================================================================== >--- qxmpp/Makefile (wersja 426176) >+++ qxmpp/Makefile (kopia robocza) >@@ -12,15 +12,23 @@ > LICENSE= LGPL21 > LICENSE_FILE= ${WRKSRC}/LICENSE.LGPL > >+CONFLICTS?= ${PORTNAME}-qt5-[0-9]* >+ > USES= qmake pathfix pkgconfig libtool >-USE_QT4= gui network qtestlib xml uic_build moc_build \ >+.if defined(QXMPP_SLAVE) >+USE_QT5= core gui network xml buildtools_build >+PLIST_SUB= QDNS="@comment " >+.else >+USE_QT4= corelib gui network qtestlib xml uic_build moc_build \ > rcc_build >+PLIST_SUB= QDNS="" >+.endif > QMAKE_ARGS= QXMPP_NO_TESTS=1 > > USE_GITHUB= yes > GH_ACCOUNT= qxmpp-project > >-PLIST_SUB= VERSION=${PORTVERSION} VERSION_MAJOR=${PORTVERSION:R} >+PLIST_SUB+= VERSION=${PORTVERSION} VERSION_MAJOR=${PORTVERSION:R} > > pre-configure: > ${REINPLACE_CMD} -e 's|pkgconfig|../libdata/pkgconfig|g' \ >Index: qxmpp/pkg-plist >=================================================================== >--- qxmpp/pkg-plist (wersja 426176) >+++ qxmpp/pkg-plist (kopia robocza) >@@ -61,8 +61,8 @@ > include/qxmpp/QXmppVCardManager.h > include/qxmpp/QXmppVersionIq.h > include/qxmpp/QXmppVersionManager.h >-include/qxmpp/qdnslookup.h >-include/qxmpp/qdnslookup_p.h >+%%QDNS%%include/qxmpp/qdnslookup.h >+%%QDNS%%include/qxmpp/qdnslookup_p.h > lib/libqxmpp.so > lib/libqxmpp.so.0 > lib/libqxmpp.so.%%VERSION_MAJOR%% >Index: qxmpp-qt5/Makefile >=================================================================== >--- qxmpp-qt5/Makefile (nonexistent) >+++ qxmpp-qt5/Makefile (kopia robocza) >@@ -0,0 +1,10 @@ >+# $FreeBSD$ >+ >+PKGNAMESUFFIX= -qt5 >+ >+CONFLICTS= qxmpp-[0-9]* >+ >+QXMPP_SLAVE= yes >+MASTERDIR= ${.CURDIR}/../../net-im/qxmpp >+ >+.include "${MASTERDIR}/Makefile" > >Zmiany atrybutów dla: qxmpp-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 214547
: 177037