diff --git a/sys-devel/openwatcom/openwatcom-1.9.0.recipe b/sys-devel/openwatcom/openwatcom-1.9.0.recipe deleted file mode 100644 index 5eb928712..000000000 --- a/sys-devel/openwatcom/openwatcom-1.9.0.recipe +++ /dev/null @@ -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 -} diff --git a/sys-devel/openwatcom/openwatcom-2.0.0.recipe b/sys-devel/openwatcom/openwatcom-2.0.0.recipe index 6b900e054..832c1faee 100644 --- a/sys-devel/openwatcom/openwatcom-2.0.0.recipe +++ b/sys-devel/openwatcom/openwatcom-2.0.0.recipe @@ -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