From 2f8c9223f33a72af889b1b6c5545f46feb0471e7 Mon Sep 17 00:00:00 2001 From: geos_one Date: Sun, 6 Dec 2009 07:59:36 +0000 Subject: [PATCH] www-apps/ifolder3-enterprise-plugins: add mono patch git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/ifolder@1656 6952d904-891a-0410-993b-d76249ca496b --- .../ifolder3-enterprise-plugins/ChangeLog | 5 +++ www-apps/ifolder3-enterprise-plugins/Manifest | 5 ++- .../files/ifolder3-plugins-3.8-mono22-1.patch | 44 +++++++++++++++++++ ...er3-enterprise-plugins-3.8.0.9328.1.ebuild | 4 +- 4 files changed, 54 insertions(+), 4 deletions(-) create mode 100644 www-apps/ifolder3-enterprise-plugins/files/ifolder3-plugins-3.8-mono22-1.patch diff --git a/www-apps/ifolder3-enterprise-plugins/ChangeLog b/www-apps/ifolder3-enterprise-plugins/ChangeLog index 70ed42e..37106a8 100644 --- a/www-apps/ifolder3-enterprise-plugins/ChangeLog +++ b/www-apps/ifolder3-enterprise-plugins/ChangeLog @@ -2,6 +2,11 @@ # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 06 Dec 2009; Mario Fetka + +files/ifolder3-plugins-3.8-mono22-1.patch, + ifolder3-enterprise-plugins-3.8.0.9328.1.ebuild: + add mono patch + 05 Dec 2009; Mario Fetka ifolder3-enterprise-plugins-3.8.0.9328.1.ebuild: correct package source dir diff --git a/www-apps/ifolder3-enterprise-plugins/Manifest b/www-apps/ifolder3-enterprise-plugins/Manifest index aff1ec5..6a5fca7 100644 --- a/www-apps/ifolder3-enterprise-plugins/Manifest +++ b/www-apps/ifolder3-enterprise-plugins/Manifest @@ -1,4 +1,5 @@ +AUX ifolder3-plugins-3.8-mono22-1.patch 1459 RMD160 8b31316a68a58a5264ea7b5f431150e6b945f515 SHA1 b16e4801f8e5fc7a0da89aef6da5e169a8a820a4 SHA256 e391fde1d66eed260ce6cc12b058dae8de1d2b4c6aca6a5b2be2bfc3e0978ba8 DIST ifolder3-enterprise-plugins-3.8.0.9328.1.tar.gz 421725 RMD160 ba55c3c9a8b665e19779454394f3101aa73f04c4 SHA1 3ee8d7f8fb0916abb57463d549a8e39ecfb4e4f4 SHA256 2ba3dd4ecd7af1c459036209aca4c7ff1d5446b497e385e16a81ab02f94eea07 -EBUILD ifolder3-enterprise-plugins-3.8.0.9328.1.ebuild 2282 RMD160 2c3406d1c67ed83916eec7adc340662b4a18f0d8 SHA1 99de37dbc1c3a38b776cca136ebb472b5ff9f061 SHA256 59229b5c9f0fd5438f6e92eed25e79217c6828cb59e46b8c89ece0adcb0a7d54 -MISC ChangeLog 612 RMD160 f9ebc26bc11860354c3c6aa1a9f0f3d7d44fa4a1 SHA1 af68eca3dfa1d4572157005811d5ba03d56376b2 SHA256 d5d0b2de2a85ff8fb0b12f484436544477e4cb64627420fa2bc9a4359ee81faa +EBUILD ifolder3-enterprise-plugins-3.8.0.9328.1.ebuild 2301 RMD160 724c61935625174196c3a048df5728b72cdb5c4f SHA1 4701367b9a06edbace8b738a185fa158aeaf66fd SHA256 943edbf7c0a002ce0e71c21a0cc04351002c8cc8d4bfc87f87bac417cbbabbd2 +MISC ChangeLog 778 RMD160 4b0ccabbe1c92ee1eaaa86a0ac0558c2378fd54f SHA1 04f48f47c36cbd4872320b02a479f849d7935909 SHA256 2a8a945c1fde962cbfde55a3b6d5ba2eb6d44699a5f761f0e89f23f80b551fe0 MISC metadata.xml 1238 RMD160 c82938e77f387291d6a1c3bf9b0d802f2878dd12 SHA1 b5738f14922c69e78cfb867acdc65eeea25977bf SHA256 2c13f98be5fa8bdaf21ac86bcd00bbeb8944df5615de0cfce35ae4c00ef4b4d5 diff --git a/www-apps/ifolder3-enterprise-plugins/files/ifolder3-plugins-3.8-mono22-1.patch b/www-apps/ifolder3-enterprise-plugins/files/ifolder3-plugins-3.8-mono22-1.patch new file mode 100644 index 0000000..28185c0 --- /dev/null +++ b/www-apps/ifolder3-enterprise-plugins/files/ifolder3-plugins-3.8-mono22-1.patch @@ -0,0 +1,44 @@ +diff -uNr novell-ifolder-client-plugins.orig/configure.in novell-ifolder-client-plugins/configure.in +--- novell-ifolder-client-plugins.orig/configure.in 2009-12-05 21:10:47.628532148 +0100 ++++ novell-ifolder-client-plugins/configure.in 2009-12-05 21:13:55.895282777 +0100 +@@ -52,13 +52,13 @@ + linux*) + SIMIAS_OS='linux' + if test "$clientplugins" = "TRUE"; then +- AC_CHECK_PROG(CSC, mcs, mcs) ++ AC_CHECK_PROG(CSC, gmcs, gmcs) + else + if pkg-config --atleast-version=2.4 mono > /dev/null 2>&1 + then + AC_CHECK_PROG(CSC, gmcs, gmcs) + else +- AC_CHECK_PROG(CSC, gmcs, mcs) ++ AC_CHECK_PROG(CSC, gmcs, gmcs) + fi + fi + test -z "$CSC" && AC_MSG_ERROR([no C Sharp compiler: (g)mcs not found in \$PATH]) +@@ -96,13 +96,13 @@ + AM_CONDITIONAL(DARWIN, test "$SIMIAS_OS" = "darwin") + AM_CONDITIONAL(DARWIN_X86, test "$host_cpu" = "i686") + if test "$clientplugins" = "TRUE"; then +- AM_CONDITIONAL(MONO, test "$CSC" = "mcs") ++ AM_CONDITIONAL(MONO, test "$CSC" = "gmcs") + else + if pkg-config --atleast-version=2.4 mono > /dev/null 2>&1 + then + AM_CONDITIONAL(MONO, test "$CSC" = "gmcs") + else +- AM_CONDITIONAL(MONO, test "$CSC" = "mcs") ++ AM_CONDITIONAL(MONO, test "$CSC" = "gmcs") + fi + fi + AM_CONDITIONAL(DOTNET, test "$CSC" = "csc") +@@ -160,7 +160,7 @@ + # + # Mono-specific configuration + # +- mcs) ++ gmcs) + CSC_EXEFLAG=/target:exe + CSC_LIBFLAG=/target:library + CSC_WINEXEFLAG=/target:winexe diff --git a/www-apps/ifolder3-enterprise-plugins/ifolder3-enterprise-plugins-3.8.0.9328.1.ebuild b/www-apps/ifolder3-enterprise-plugins/ifolder3-enterprise-plugins-3.8.0.9328.1.ebuild index b7b5c47..e4feab0 100644 --- a/www-apps/ifolder3-enterprise-plugins/ifolder3-enterprise-plugins-3.8.0.9328.1.ebuild +++ b/www-apps/ifolder3-enterprise-plugins/ifolder3-enterprise-plugins-3.8.0.9328.1.ebuild @@ -29,8 +29,8 @@ S="${WORKDIR}/novell-ifolder-enterprise-plugins-${PV}" src_prepare() { # epatch "${FILESDIR}"/WSDLPATCH-1.diff # epatch "${FILESDIR}"/configure.in-xsp-check-by-dl9pf-version3.diff -# epatch "${FILESDIR}"/simias-libtool22-1.patch -# epatch "${FILESDIR}"/simias-1.8-mono22-4.patch +# epatch "${FILESDIR}"/ifolder3-plugins-libtool22-1.patch + epatch "${FILESDIR}"/ifolder3-plugins-3.8-mono22-1.patch # epatch "${FILESDIR}"/simias-mononamespace.dpatch # epatch "${FILESDIR}"/simias-etc_use_destdir.dpatch # epatch "${FILESDIR}"/simias-bash.dpatch