o Fix a include inside a header file. It was pointing to a no longer
existent file [1]. This fixes unixODBC port GUI build. o qt applications should be built with thread support per default. Thus, add this to default qmake.conf for FreeBSD. [2] o Bump PORTREVISION due to aforementioned PR: 48303 [1] Submitted by: Michael Collette <metrol@metrol.net> [1], arved [2] Reviewed by: Lauri Watts <lauri@kde.org> (FreeBSD KDE Team)
This commit is contained in:
parent
51e90539ff
commit
f7f7f593cd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=75735
6 changed files with 36 additions and 3 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
PORTNAME= qt
|
||||
PORTVERSION= 3.1.1
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES?= x11-toolkits
|
||||
MASTER_SITES= ftp://ftp.trolltech.com/qt/source/ \
|
||||
ftp://ftp.silug.org/pub/qt/ \
|
||||
|
@ -93,6 +93,8 @@ post-patch:
|
|||
${WRKSRC}/mkspecs/freebsd-g++/qmake.conf
|
||||
@${REINPLACE_CMD} -e 's,/usr/X11R6,${X11BASE},' \
|
||||
${WRKSRC}/mkspecs/freebsd-g++/qmake.conf
|
||||
@${REINPLACE_CMD} -e 's,release,release thread,' \
|
||||
${WRKSRC}/mkspecs/freebsd-g++/qmake.conf
|
||||
|
||||
post-build:
|
||||
.for tool in makeqpf mergetr msg2qm qembed qvfb
|
||||
|
|
9
x11-toolkits/qt31/files/patch-include-qmlined.h
Normal file
9
x11-toolkits/qt31/files/patch-include-qmlined.h
Normal file
|
@ -0,0 +1,9 @@
|
|||
--- include/qmlined.h.orig Sat Feb 15 02:26:37 2003
|
||||
+++ include/qmlined.h Sat Feb 15 02:27:45 2003
|
||||
@@ -22,5 +22,5 @@
|
||||
*****************************************************************************/
|
||||
#ifndef QMLINED_H
|
||||
#define QMLINED_H
|
||||
-#include "qtmultilineedit.h"
|
||||
+#include "qtextedit.h"
|
||||
#endif
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
PORTNAME= qt
|
||||
PORTVERSION= 3.1.1
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES?= x11-toolkits
|
||||
MASTER_SITES= ftp://ftp.trolltech.com/qt/source/ \
|
||||
ftp://ftp.silug.org/pub/qt/ \
|
||||
|
@ -93,6 +93,8 @@ post-patch:
|
|||
${WRKSRC}/mkspecs/freebsd-g++/qmake.conf
|
||||
@${REINPLACE_CMD} -e 's,/usr/X11R6,${X11BASE},' \
|
||||
${WRKSRC}/mkspecs/freebsd-g++/qmake.conf
|
||||
@${REINPLACE_CMD} -e 's,release,release thread,' \
|
||||
${WRKSRC}/mkspecs/freebsd-g++/qmake.conf
|
||||
|
||||
post-build:
|
||||
.for tool in makeqpf mergetr msg2qm qembed qvfb
|
||||
|
|
9
x11-toolkits/qt32/files/patch-include-qmlined.h
Normal file
9
x11-toolkits/qt32/files/patch-include-qmlined.h
Normal file
|
@ -0,0 +1,9 @@
|
|||
--- include/qmlined.h.orig Sat Feb 15 02:26:37 2003
|
||||
+++ include/qmlined.h Sat Feb 15 02:27:45 2003
|
||||
@@ -22,5 +22,5 @@
|
||||
*****************************************************************************/
|
||||
#ifndef QMLINED_H
|
||||
#define QMLINED_H
|
||||
-#include "qtmultilineedit.h"
|
||||
+#include "qtextedit.h"
|
||||
#endif
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
PORTNAME= qt
|
||||
PORTVERSION= 3.1.1
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES?= x11-toolkits
|
||||
MASTER_SITES= ftp://ftp.trolltech.com/qt/source/ \
|
||||
ftp://ftp.silug.org/pub/qt/ \
|
||||
|
@ -93,6 +93,8 @@ post-patch:
|
|||
${WRKSRC}/mkspecs/freebsd-g++/qmake.conf
|
||||
@${REINPLACE_CMD} -e 's,/usr/X11R6,${X11BASE},' \
|
||||
${WRKSRC}/mkspecs/freebsd-g++/qmake.conf
|
||||
@${REINPLACE_CMD} -e 's,release,release thread,' \
|
||||
${WRKSRC}/mkspecs/freebsd-g++/qmake.conf
|
||||
|
||||
post-build:
|
||||
.for tool in makeqpf mergetr msg2qm qembed qvfb
|
||||
|
|
9
x11-toolkits/qt33/files/patch-include-qmlined.h
Normal file
9
x11-toolkits/qt33/files/patch-include-qmlined.h
Normal file
|
@ -0,0 +1,9 @@
|
|||
--- include/qmlined.h.orig Sat Feb 15 02:26:37 2003
|
||||
+++ include/qmlined.h Sat Feb 15 02:27:45 2003
|
||||
@@ -22,5 +22,5 @@
|
||||
*****************************************************************************/
|
||||
#ifndef QMLINED_H
|
||||
#define QMLINED_H
|
||||
-#include "qtmultilineedit.h"
|
||||
+#include "qtextedit.h"
|
||||
#endif
|
Loading…
Reference in a new issue