mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
openwatcom: fix requires, drop obsolete recipe.
This commit is contained in:
@@ -1,44 +0,0 @@
|
||||
SUMMARY="C/C++ compiler targetting DOS and Win16/32 machines"
|
||||
DESCRIPTION="
|
||||
Open Watcom is a project of the open source community to maintain and enhance \
|
||||
the Watcom C, C++, and Fortran cross compilers and tools. An Open Source \
|
||||
license from Sybase allows free commercial and non-commercial use of Open\
|
||||
Watcom."
|
||||
HOMEPAGE="http://openwatcom.org"
|
||||
COPYRIGHT="1983-2002 Sybase, Inc."
|
||||
LICENSE="Open Watcom Public Licence v1.0"
|
||||
REVISION="1"
|
||||
SOURCE_URI="ftp://ftp.openwatcom.org/source/open_watcom_$portVersion-src.tar.bz2"
|
||||
CHECKSUM_SHA256="6d303327988ee2dda60cfabebf3f45a9758aee4da117d41cf3153fccb7e5e4bf"
|
||||
SOURCE_DIR="OW19"
|
||||
PATCHES="openwatcom-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
PROVIDES="
|
||||
openwatcom$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
cmd:awk
|
||||
cmd:cc$secondaryArchSuffix
|
||||
cmd:make
|
||||
cmd:which
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
./build.sh
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
false
|
||||
}
|
||||
|
||||
TEST()
|
||||
{
|
||||
false
|
||||
}
|
||||
@@ -7,7 +7,7 @@ Watcom."
|
||||
HOMEPAGE="https://github.com/open-watcom/open-watcom-v2"
|
||||
COPYRIGHT="1983-2002 Sybase, Inc."
|
||||
LICENSE="Open Watcom Public Licence v1.0"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="git@github.com:open-watcom/open-watcom-v2.git#ca9213e7973593caf73b50cc2185db8d1cef185c"
|
||||
PATCHES="openwatcom-$portVersion.patchset"
|
||||
|
||||
@@ -20,7 +20,7 @@ PROVIDES="
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
apps:dosbox
|
||||
app:dosbox
|
||||
cmd:awk
|
||||
cmd:cc$secondaryArchSuffix
|
||||
cmd:make
|
||||
|
||||
Reference in New Issue
Block a user