diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2007-02-06 10:37:14 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2007-02-06 10:37:14 +0000 |
commit | 2df0d56decc96f4d67822824228dee1751b62466 (patch) | |
tree | 0a19418f547e53f7b135e4163e0d0beb61c33640 /graphics | |
parent | - Fixed build with gcc 4.X (diff) |
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
Notes
Notes:
svn path=/head/; revision=184359
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/qt4-iconengines/Makefile | 3 | ||||
-rw-r--r-- | graphics/qt4-imageformats/Makefile | 3 | ||||
-rw-r--r-- | graphics/qt4-pixeltool/Makefile | 3 | ||||
-rw-r--r-- | graphics/qt4-svg/Makefile | 3 |
4 files changed, 8 insertions, 4 deletions
diff --git a/graphics/qt4-iconengines/Makefile b/graphics/qt4-iconengines/Makefile index 8e1f9d73079d..ccb43103af3a 100644 --- a/graphics/qt4-iconengines/Makefile +++ b/graphics/qt4-iconengines/Makefile @@ -8,6 +8,7 @@ PORTNAME= iconengines PORTVERSION= 4.2.2 +PORTREVISION= 1 CATEGORIES?= graphics MASTER_SITES= ${MASTER_SITE_QT} PKGNAMEPREFIX= qt4- @@ -33,7 +34,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/graphics/qt4-imageformats/Makefile b/graphics/qt4-imageformats/Makefile index 369715d460f5..922851cd2d00 100644 --- a/graphics/qt4-imageformats/Makefile +++ b/graphics/qt4-imageformats/Makefile @@ -8,6 +8,7 @@ PORTNAME= imageformats PORTVERSION= 4.2.2 +PORTREVISION= 1 CATEGORIES?= graphics MASTER_SITES= ${MASTER_SITE_QT} PKGNAMEPREFIX= qt4- @@ -35,7 +36,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/graphics/qt4-pixeltool/Makefile b/graphics/qt4-pixeltool/Makefile index 32acdf57a61e..1a759d30ed4e 100644 --- a/graphics/qt4-pixeltool/Makefile +++ b/graphics/qt4-pixeltool/Makefile @@ -8,6 +8,7 @@ PORTNAME= pixeltool PORTVERSION= 4.2.2 +PORTREVISION= 1 CATEGORIES?= graphics MASTER_SITES= ${MASTER_SITE_QT} PKGNAMEPREFIX= qt4- @@ -35,7 +36,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 -no-nas-sound -prefix ${PREFIX} \ + -system-zlib -no-nas-sound -prefix ${PREFIX} -no-sm \ -plugindir ${PREFIX}/lib/plugins -bindir ${PREFIX}/bin \ -confirm-license diff --git a/graphics/qt4-svg/Makefile b/graphics/qt4-svg/Makefile index d5a0b9c43afe..cc9f77c965b1 100644 --- a/graphics/qt4-svg/Makefile +++ b/graphics/qt4-svg/Makefile @@ -8,6 +8,7 @@ PORTNAME= svg PORTVERSION= 4.2.2 +PORTREVISION= 1 CATEGORIES?= graphics MASTER_SITES= ${MASTER_SITE_QT} PKGNAMEPREFIX= qt4- @@ -34,7 +35,7 @@ NO_FILTER_SHLIBS=yes CONFIGURE_ARGS= -fast -no-exceptions \ -platform ${LOCALBASE}/share/qt4/mkspecs/freebsd-g++ \ -qt-gif -release -system-libjpeg -system-libpng \ - -system-zlib -no-nas-sound -prefix ${PREFIX} \ + -system-zlib -no-nas-sound -prefix ${PREFIX} -no-sm \ -plugindir ${PREFIX}/lib/plugins -bindir ${PREFIX}/bin \ -confirm-license |