summaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorlofi <lofi@FreeBSD.org>2007-02-06 10:37:14 +0000
committerlofi <lofi@FreeBSD.org>2007-02-06 10:37:14 +0000
commit0aeef5dd558cf274137fc1b707e33a7dda236d05 (patch)
treeedd476ed7f0ebf0d3bc04d61035dc9ffab72fa7b /x11
parent7484ff7e98703f198ff974b27cab5e2590d3d579 (diff)
downloadFreeBSD-ports-0aeef5dd558cf274137fc1b707e33a7dda236d05.zip
FreeBSD-ports-0aeef5dd558cf274137fc1b707e33a7dda236d05.tar.gz
Post-import bugfixorama:
- Move qt4-codecs-tw to chinese [1] - Add some missing quotes [1] - From the "this never happened in the clean room" dept: Disable session management support more universally to avoid linktime errors. [1] Spotted by: rafan
Diffstat (limited to 'x11')
-rw-r--r--x11/qt4-inputmethods/Makefile3
-rw-r--r--x11/qt4-opengl/Makefile3
2 files changed, 4 insertions, 2 deletions
diff --git a/x11/qt4-inputmethods/Makefile b/x11/qt4-inputmethods/Makefile
index 6aebf51..298ec2b 100644
--- a/x11/qt4-inputmethods/Makefile
+++ b/x11/qt4-inputmethods/Makefile
@@ -8,6 +8,7 @@
PORTNAME= inputmethods
PORTVERSION= 4.2.2
+PORTREVISION= 1
CATEGORIES?= x11
MASTER_SITES= ${MASTER_SITE_QT}
PKGNAMEPREFIX= qt4-
@@ -31,7 +32,7 @@ HAS_CONFIGURE= yes
CONFIGURE_ARGS= -fast -no-exceptions \
-platform ${LOCALBASE}/share/qt4/mkspecs/freebsd-g++ \
-qt-gif -release -system-libjpeg -system-libpng \
- -system-zlib -prefix ${PREFIX} \
+ -system-zlib -prefix ${PREFIX} -no-sm \
-plugindir ${PREFIX}/lib/plugins -bindir ${PREFIX}/bin \
-confirm-license
diff --git a/x11/qt4-opengl/Makefile b/x11/qt4-opengl/Makefile
index cc2e519..951f79e 100644
--- a/x11/qt4-opengl/Makefile
+++ b/x11/qt4-opengl/Makefile
@@ -8,6 +8,7 @@
PORTNAME= opengl
PORTVERSION= 4.2.2
+PORTREVISION= 1
CATEGORIES?= x11-toolkits
MASTER_SITES= ${MASTER_SITE_QT}
PKGNAMEPREFIX= qt4-
@@ -34,7 +35,7 @@ USE_XLIB= yes
CONFIGURE_ARGS= -fast -no-exceptions \
-platform ${LOCALBASE}/share/qt4/mkspecs/freebsd-g++ \
-qt-gif -release -system-libjpeg -system-libpng \
- -system-zlib -prefix ${PREFIX} \
+ -system-zlib -prefix ${PREFIX} -no-sm \
-plugindir ${PREFIX}/lib/plugins -bindir ${PREFIX}/bin \
-no-nas-sound -confirm-license
OpenPOWER on IntegriCloud