diff --git a/dev-lang/openjdk/openjdk-1.7.bep b/dev-lang/openjdk/openjdk-1.7.bep index 704ce0768..23b851578 100644 --- a/dev-lang/openjdk/openjdk-1.7.bep +++ b/dev-lang/openjdk/openjdk-1.7.bep @@ -5,6 +5,7 @@ REVISION="1" STATUS_HAIKU="broken" DEPEND="app-arch/cpio >= 2.10 media-libs/freetype >= 2.4.6" +MESSAGE="This port only builds with gcc4. Use 'setgcc gcc4' before building." CHECKSUM_MD5="28b8630373769e1e897a75bf81f2e1eb" BUILD { @@ -33,17 +34,13 @@ BUILD { hg clone https://bitbucket.org/hamishm/haiku-jdk-corba jdk/corba hg clone https://bitbucket.org/hamishm/haiku-jdk-jdk jdk/jdk - - export ALT_BOOTDIR=${OPENJDK_DIR}/j2sdk-image export ALT_JDK_IMPORT_PATH=${OPENJDK_DIR}/j2sdk-image' export ANT=${OPENJDK_DIR}/ant' mkdir -p ${OPENJDK_DIR}/output export ALT_OUTPUTDIR=${OPENJDK_DIR}/output' export ALLOW_DOWNLOADS='true' - setgcc gcc4 make - } INSTALL { diff --git a/x11-libs/qt/qt-4.7.3.bep b/x11-libs/qt/qt-4.7.3.bep index 7b09d24c9..048964263 100644 --- a/x11-libs/qt/qt-4.7.3.bep +++ b/x11-libs/qt/qt-4.7.3.bep @@ -5,18 +5,18 @@ REVISION="1" STATUS_HAIKU="stable" DEPEND="" CHECKSUM_MD5="49b96eefb1224cc529af6fe5608654fe" -MESSAGE="This port requires gcc4.Please run "setgcc gcc4" before install." +MESSAGE="This port only builds with gcc4. Use 'setgcc gcc4' before building." BUILD { - cd qt-everywhere-opensource-src-4.7.3 - configure --prefix-install=no -no-pch -no-opengl -no-largefile \ - -fast -nomake examples -nomake demos -release -opensource \ - -confirm-license -no-iconv -phonon -no-phonon-backend \ - -multimedia -no-audio-backend + cd qt-everywhere-opensource-src-4.7.3 + configure --prefix-install=no -no-pch -no-opengl -no-largefile \ + -fast -nomake examples -nomake demos -release -opensource \ + -confirm-license -no-iconv -phonon -no-phonon-backend \ + -multimedia -no-audio-backend make } INSTALL { - cd qt-everywhere-opensource-src-4.7.3 + cd qt-everywhere-opensource-src-4.7.3 make install } diff --git a/x11-libs/qt/qt-4.8.x-git.bep b/x11-libs/qt/qt-4.8.x-git.bep index 3f2387679..8834ceb15 100644 --- a/x11-libs/qt/qt-4.8.x-git.bep +++ b/x11-libs/qt/qt-4.8.x-git.bep @@ -5,7 +5,7 @@ REVISION="1" STATUS_HAIKU="stable" DEPEND="" #CHECKSUM_MD5="" -MESSAGE="This port requires gcc4" +MESSAGE="This port only builds with gcc4. Use 'setgcc gcc4' before building." BUILD { cd qt-4.8.x-git configure --prefix-install=no -no-pch -no-opengl -no-largefile \ diff --git a/x11-libs/qt/qt-4.8.x.bep b/x11-libs/qt/qt-4.8.x.bep index 22660609d..193e67e47 100644 --- a/x11-libs/qt/qt-4.8.x.bep +++ b/x11-libs/qt/qt-4.8.x.bep @@ -5,19 +5,19 @@ REVISION="1" STATUS_HAIKU="stable" DEPEND="" #CHECKSUM_MD5="" -MESSAGE="This port requires gcc4.Please run "setgcc gcc4" before install." +MESSAGE="This port only builds with gcc4. Use 'setgcc gcc4' before building." BUILD { - cd qt-4.8.x - configure --prefix-install=no -no-pch -no-opengl -no-largefile \ - -fast -nomake examples -nomake demos -release -opensource \ - -confirm-license -no-iconv -phonon -no-phonon-backend \ - -multimedia -no-audio-backend - make + cd qt-4.8.x + configure --prefix-install=no -no-pch -no-opengl -no-largefile \ + -fast -nomake examples -nomake demos -release -opensource \ + -confirm-license -no-iconv -phonon -no-phonon-backend \ + -multimedia -no-audio-backend + make } INSTALL { - cd qt-4.8.x - make install + cd qt-4.8.x + make install } LICENSE="GNU LGPL v2.1"