Updated beps to use consistent gcc4 MESSAGE

This commit is contained in:
Scott McCreary
2013-01-20 17:39:51 +00:00
parent 43d3cda83d
commit 9dc7f28c7a
4 changed files with 18 additions and 21 deletions

View File

@@ -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 {

View File

@@ -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
}

View File

@@ -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 \

View File

@@ -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"