mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
Updated beps to use consistent gcc4 MESSAGE
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
|
||||
@@ -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 \
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user