From 976a6bef29830eeda41e7d14cfaac1790d75a892 Mon Sep 17 00:00:00 2001 From: Sergei Reznikov Date: Sun, 22 Jun 2014 13:39:16 +0400 Subject: [PATCH 1/2] bochs: add recipe for 2.6 --- app-emulation/bochs/bochs-2.6.recipe | 50 ++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 app-emulation/bochs/bochs-2.6.recipe diff --git a/app-emulation/bochs/bochs-2.6.recipe b/app-emulation/bochs/bochs-2.6.recipe new file mode 100644 index 000000000..12d51ee3b --- /dev/null +++ b/app-emulation/bochs/bochs-2.6.recipe @@ -0,0 +1,50 @@ +SUMMARY="Bochs The Open Source IA-32 Emulation" +DESCRIPTION="Bochs IA-32 Emulator provides a virtual PC that can run operating systems such as Windows, Linux, and BSD" +HOMEPAGE="http://bochs.org/" +COPYRIGHT="2001-2006 The Bochs Project" +LICENSE="GNU LGPL v2.1" + +SRC_URI="http://downloads.sourceforge.net/project/bochs/bochs/2.6/bochs-2.6.tar.gz" +CHECKSUM_SHA256="65123e44a6d2c1148d741da025d16311b9ccd600ef268b911aba73c67eaf86e1" + +REVISION="1" +ARCHITECTURES="x86_gcc2 x86 x86_64" +SECONDARY_ARCHITECTURES="x86" + +PROVIDES=" + bochs$secondaryArchSuffix = $portVersion + cmd:bochs$secondaryArchSuffix = $portVersion + cmd:bochs$secondaryArchSuffix = $portVersion + cmd:bximage$secondaryArchSuffix = $portVersion + " + +REQUIRES=" + haiku$secondaryArchSuffix >= $haikuVersion + lib:libstdc++$secondaryArchSuffix + lib:libsdl$secondaryArchSuffix + " + +BUILD_REQUIRES=" + devel:libz$secondaryArchSuffix + devel:libsdl$secondaryArchSuffix + " + +BUILD_PREREQUIRES=" + haiku${secondaryArchSuffix}_devel >= $haikuVersion + cmd:awk + cmd:gcc$secondaryArchSuffix + cmd:ld$secondaryArchSuffix + cmd:make + " + +BUILD() +{ + LIBS=-lnetwork runConfigure ./configure --with-sdl + make $jobArgs +} + +INSTALL() +{ + make install + strip -s $binDir/bochs +} From 97771effbae5f814c3a0fe3fdfa4286f56d13d3f Mon Sep 17 00:00:00 2001 From: Sergei Reznikov Date: Sun, 22 Jun 2014 13:55:21 +0400 Subject: [PATCH 2/2] samba: move recipe from sys-fs to net-fs --- {sys-fs => net-fs}/samba/patches/samba-3.6.23.patchset | 0 {sys-fs => net-fs}/samba/samba-3.6.23.recipe | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename {sys-fs => net-fs}/samba/patches/samba-3.6.23.patchset (100%) rename {sys-fs => net-fs}/samba/samba-3.6.23.recipe (100%) diff --git a/sys-fs/samba/patches/samba-3.6.23.patchset b/net-fs/samba/patches/samba-3.6.23.patchset similarity index 100% rename from sys-fs/samba/patches/samba-3.6.23.patchset rename to net-fs/samba/patches/samba-3.6.23.patchset diff --git a/sys-fs/samba/samba-3.6.23.recipe b/net-fs/samba/samba-3.6.23.recipe similarity index 100% rename from sys-fs/samba/samba-3.6.23.recipe rename to net-fs/samba/samba-3.6.23.recipe