Version: 6.12.0.122, Package name: mono-6.12.0.122 |
Maintained by: Robert Nagy |
Master sites: |
Description Mono is an open source implementation of .NET Development Framework. Its objective is to enable UNIX developers to build and deploy cross-platform .NET Applications. The project implements various technologies developed by Microsoft that have now been submitted to the ECMA for standardization. Mono provides the necessary software to develop and run .NET client and server applications on BSD, Linux, Solaris, Mac OS X, Windows and Unix. |
Filesize: 285416.188 KB |
Version History (View Complete History) |
|
2021-11-01 18:01:18 by Stuart Henderson | Files touched by this commit (110) |
Log message: bump REVISION for switch from Python 3.8 -> 3.9 |
2021-06-09 13:50:11 by Stuart Henderson | Files touched by this commit (73) |
Log message: remove ports libexecinfo, we now have a libunwind-based libexecinfo in base |
2021-04-10 09:31:33 by Patrick Wildt | Files touched by this commit (3) |
Log message: Add support for OpenBSD/arm64 to lang/mono. The port itself is in a good shape for arm64, it just needs a few defines so that Mono recognizes the platform as a valid one. The garbage collector patch is copied from amd64, the ucontext defines simply have to use the correct sigcontext members, and for BoringSSL we need to provide the setup function that tells BoringSSL which crypto accel is supported by the CPU. For now this only enables NEON, which we have on all OpenBSD/arm64 machines. "makes sense, need to be sure it doesn't break existing working archs" sthen@ Tested by myself on arm64 by playing games/openra through iked(8) IPsec Tested by myself on amd64 and i386 ok robert@ naddy@ |
2021-04-01 10:42:50 by Robert Nagy | Files touched by this commit (2) |
Log message: update to 6.12.0.122 |
2021-02-23 12:39:53 by Stuart Henderson | Files touched by this commit (743) |
Log message: Reverse the polarity of MODPY_VERSION; default is now 3.x, if a port needs 2.x then set MODPY_VERSION=${MODPY_DEFAULT_VERSION_2}. This commit doesn't change any versions currently used; it may be that some ports have MODPY_DEFAULT_VERSION_2 but don't require it, those should be cleaned up in the course of updating ports where possible. Python module ports providing py3-* packages should still use FLAVOR=python3 so that we don't have a mixture of dependencies some using ${MODPY_FLAVOR} and others not. |
2020-12-17 08:17:52 by Robert Nagy | Files touched by this commit (5) |
Log message: update to 6.12.0.107 |
2020-10-17 02:41:02 by Robert Nagy | Files touched by this commit (3) |
Log message: update to 6.12.0.90 |
2020-08-07 03:21:02 by Jonathan Gray | Files touched by this commit (7) |
Log message: remove explicit -march=i586 -march=i586 is now the default for clang in base on i386 ok sthen@ |
2020-07-29 04:50:36 by Robert Nagy | Files touched by this commit (3) |
Log message: update to 6.10.0.104 |
2020-06-12 09:59:39 by Robert Nagy | Files touched by this commit (2) |
Log message: update to 6.8.0.123 |
2020-06-10 16:11:15 by Thomas Frohwein | Files touched by this commit (3) |
Log message: add MONO_FORCE_COMPAT check to 2 more places, tested by me with Shenzhen I/O without issues. Fine with robert@ (maintainer) |
2020-04-14 08:43:21 by Robert Nagy | Files touched by this commit (3) |
Log message: unbreak ipv6 support in mono by disabling DualMode in case of AF_INET6 because IPv4 to IPv6 address mapping is disabled on OpenBSD |
2020-04-13 13:26:20 by Robert Nagy | Files touched by this commit (2) |
Log message: unbreak depotdownloader by re-defining AF_INET6 to 30 which is wrong as that is the value used by MacOS and not OpenBSD, however some ports are distributed in a binary form and they freak out if there is a mismatch between the mono runtime that they were compiled with and the one that they are running with. the long-term solution is to get msbuild ported and compile depotdownloader with our own mono runtime, until then, break IPv6 , nobody is using it anyway ;) |
2020-04-06 09:11:11 by Robert Nagy | Files touched by this commit (24) |
Log message: update to 6.8.0.105; - cleanup the port Makefile a bit - remove unused deps This went through a full bulk build. ok aja@ |
2019-11-11 10:05:02 by Thomas Frohwein | Files touched by this commit (2) |
Log message: add MONO_FORCE_COMPAT env var which allows additional backwards compatibility Note that this should only be used in well-defined cases that otherwise throw array/list exceptions since it opens possibilities for undefined behavior. ok robert@ (maintainer) |
2019-09-19 06:03:00 by Thomas Frohwein | Files touched by this commit (8) |
Log message: update mono to 5.20.1.34 add small fix for duplicate directory separators in relative paths (GitHub issue #15407) ok robert@ (maintainer), solene@ |
2019-07-12 14:47:59 by Stuart Henderson | Files touched by this commit (874) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2019-06-25 14:25:24 by Stuart Henderson | Files touched by this commit (77) |
Log message: bump REVISION in a bunch of ports known or likely to use struct kinfo_proc, there may be some missing as my unpacked ports source is a little out of date but this should catch the main things people might run into the struct was reordered a second time in sysctl.h r1.192 to improve compatibility but amd64 snapshot packages made it out before that happened so the bumps are still needed |
2019-05-30 06:43:31 by Jeremie Courreges-Anglas | Files touched by this commit (4) |
Log message: Drop pthread_np.h detection patches/overrides Not needed any more after pthread_np.h rev 1.3. |
2019-05-20 16:15:31 by Christian Weisgerber | Files touched by this commit (488) |
Log message: Update gettext to 0.20.1. Follow the upstream recommendations for packagers and switch to multi-packages: devel/gettext -> devel/gettext,-runtime devel/gettext-tools -> devel/gettext,-tools (new) devel/gettext,-textstyle |
2019-05-08 06:34:00 by Robert Nagy | Files touched by this commit (4) |
Log message: update to 5.20.1.19 |
2019-04-04 04:00:42 by Antoine Jacoutot | Files touched by this commit (2) |
Log message: Silence cert-sync, it's way too noisy and pollutes pkg_add(1) output. ok phessler@ |
2019-03-31 21:51:50 by Jasper Lievisse Adriaanse | Files touched by this commit (1) |
Log message: remove empty file |
2019-03-31 12:52:15 by Thomas Frohwein | Files touched by this commit (13) |
Log message: remove .orig files, thanks to phessler@ for the hint |
2019-03-31 12:28:39 by Thomas Frohwein | Files touched by this commit (28) |
Log message: update to 5.18.1.0, add @exec to update mono's certificate store to allow TLS connections. "go ahead" robert@ (maintainer) |
2019-03-25 07:05:39 by Thomas Frohwein | Files touched by this commit (3) |
Log message: fix mono's DNS lookup by using MacOsNetworkInterfaceAPI like FreeBSD does, fixes GitHub issue #8168, ok robert@ (maintainer) |
2019-01-11 11:49:37 by Jeremie Courreges-Anglas | Files touched by this commit (2) |
Log message: Cope with mincore(2) removal. mono already tries to detect whether mincore(2) is available, but one place was missing a check. Upstream should probably add #ifdef checks for all the sys/mman.h functions wrapped in this file, to replace the existing "#ifndef HAIKU" checks. ok sthen@ |
2018-10-02 07:33:25 by Robert Nagy | Files touched by this commit (7) |
Log message: update to 5.14.0.177 |
2018-09-03 16:13:35 by Brian Callahan | Files touched by this commit (1) |
Log message: Remove the MODMONO_NANT bits, devel/nant doesn't exist anymore. ok jca@ daniel@ |
2018-05-23 06:40:53 by Robert Nagy | Files touched by this commit (18) |
Log message: update to 5.12.0.226 |
2018-04-26 06:08:07 by Antoine Jacoutot | Files touched by this commit (1) |
Log message: While this port uses autotools, it also BDEP on cmake for whatever reason. Robert will look into it but for now add a BDEP on devel/ninja as well to prevent dpb(1) from removing it during builds. ok robert@ (maintainer) |
2018-04-23 11:21:28 by Robert Nagy | Files touched by this commit (2) |
Log message: update to 5.10.1.47 |
2018-03-30 12:05:42 by Robert Nagy | Files touched by this commit (1) |
Log message: keep libmono-sgen and libmono-boehm so versions in sync so that the libmono-2.0 symlink's version is going to be correct as well |
2018-03-29 13:33:19 by Robert Nagy | Files touched by this commit (15) |
Log message: unbreak mono by switching to the cooperative gc by default until the default case gets fixed. this is not yet the default upstream but ther plan is to do this soon this update includes a hack that is being investigated upstream as well in https://github.com/mono/mono/issues/6359 |
2018-03-19 09:12:20 by Robert Nagy | Files touched by this commit (7) |
Log message: - update to 5.10.0.160 - apply a patch from Thomas Frohwein: Use SIGUSR1 as the abort signal in mono instead of SIGTTIN, because SIGTTIN gets delivered to all processes/threads and that is not what we want here. The port is still broken though, so leaving it as BROKEN. |
2018-01-16 09:12:54 by Robert Nagy | Files touched by this commit (3) |
Log message: fix linking monograph with mono-sgen diff from Thomas Frohwein |
2018-01-03 09:35:53 by Robert Nagy | Files touched by this commit (2) |
Log message: enable mono-sgen |
2018-01-02 06:19:10 by Robert Nagy | Files touched by this commit (17) |
Log message: update to 5.8.0.88; but keep it as BROKEN until the following issue is fixed: starting from 5.x, mono uses the csc (rosyln) compiler by default, instead of mcs and csc is completely broken on OpenBSD for now, however mcs can be used to build mono itself and other code as well. there is an ongoing effort to fix this so i am commiting this so that it is easier to work on it |
2017-08-24 14:12:26 by Antoine Jacoutot | Files touched by this commit (4) |
Log message: Face reality and mark mono BROKEN; it's too unreliable in bulks. Drop BROKEN from dependent ports to let them a chance to build if mono is ever fixed. ok sthen@ naddy@ robert@ |
2017-07-23 00:41:25 by Antoine Jacoutot | Files touched by this commit (2) |
Log message: Update to mono-4.6.2.16. ok robert@ (maintainer) |
2017-06-05 04:17:41 by Antoine Jacoutot | Files touched by this commit (2) |
Log message: Revert wxneeded hack; USE_WXNEEDED does the right thing with clang now. |
2017-06-02 17:25:03 by Ingo Schwarze | Files touched by this commit (1) |
Log message: almost identical formatting, drop USE_GROFF and bump |
2017-05-29 11:50:43 by Stuart Henderson | Files touched by this commit (1) |
Log message: add XXX comment about wxneeded and clang |
2017-05-29 07:28:59 by Vadim Zhukov | Files touched by this commit (1) |
Log message: Mono clearly violates W^X, so mark it as such. Allows it to be built on amd64 at least. |
2017-02-03 08:26:12 by Christian Weisgerber | Files touched by this commit (1) |
Log message: pull in <netinet/in.h> for in_addr_t |
2016-11-09 04:17:02 by Antoine Jacoutot | Files touched by this commit (2) |
Log message: Update to mono-4.6.2.6. ok robert@ (maintainer) |
2016-11-07 08:22:38 by Antoine Jacoutot | Files touched by this commit (4) |
Log message: Pass --without-sigaltstack instead of patching. Remove checks for old OpenBSD. ok robert@ (maintainer) |
2016-11-07 04:52:25 by Antoine Jacoutot | Files touched by this commit (3) |
Log message: Fix DLLMAP_FILES, some files have moved. Drop heap limit patches which never helped anything. Set ac_cv_header_pthread_np_h=yes. ok robert@ (maintainer) |
2016-10-31 05:45:07 by Robert Nagy | Files touched by this commit (12) |
Log message: update to 4.6.1.5 |
2016-09-01 09:40:29 by Robert Nagy | Files touched by this commit (3) |
Log message: update to 4.4.2.11 |
2016-08-18 06:31:53 by Stuart Henderson | Files touched by this commit (1) |
Log message: use USE_WXNEEDED |
2016-07-13 08:04:22 by Antoine Jacoutot | Files touched by this commit (1) |
Log message: Forgot to move converters/libiconv to LIB_DEPENDS in previous. |
2016-07-13 02:21:38 by Antoine Jacoutot | Files touched by this commit (3) |
Log message: Limit gc stack space; half of the pkgsrc patch was missing. May help in bulks... ok robert (maintainer) |
2016-07-02 04:22:30 by Robert Nagy | Files touched by this commit (1) |
Log message: the build needs python in the acceptance-tests target |
2016-06-26 04:40:28 by Robert Nagy | Files touched by this commit (13) |
Log message: update to 4.4.0.182 |
2016-04-09 08:19:02 by Robert Nagy | Files touched by this commit (6) |
Log message: update to 4.2.3.4 |
2016-03-11 13:28:34 by Christian Weisgerber | Files touched by this commit (247) |
Log message: garbage collect CONFIGURE_SHARED |
2016-03-02 00:17:34 by Robert Nagy | Files touched by this commit (4) |
Log message: update to 4.2.2.30 |
2015-12-15 08:32:04 by Robert Nagy | Files touched by this commit (15) |
Log message: update to 4.2.1.102; tested by and ok ajacoutot@ |
2015-10-03 05:53:44 by Robert Nagy | Files touched by this commit (12) |
Log message: update to mono-4.0.4.1 and introduce the MODMONO_GMCS_COMPAT flag in the mono module because upstream has merged all the compilers into mcs |
2015-08-12 00:13:56 by Antoine Jacoutot | Files touched by this commit (8) |
Log message: Needs devel/gettext-tools. |
2015-04-04 09:56:18 by Robert Nagy | Files touched by this commit (3) |
Log message: update to 3.12.1 |
2015-03-20 16:47:42 by Christian Weisgerber | Files touched by this commit (61) |
Log message: fold PFRAG.shared into PLIST for SHARED_ONLY ports |
2015-01-17 05:24:25 by Robert Nagy | Files touched by this commit (10) |
Log message: update to 3.12.0 |
2014-12-30 11:47:31 by Robert Nagy | Files touched by this commit (3) |
Log message: fix reading past the end of a string when setting the native thread name, which would lead to a crash on i386; noticed by sthen@ also remove a bogus patch which hardcodes the python path and properly substitute the python binary's path in the Makefile instead |
2014-12-29 03:49:12 by Robert Nagy | Files touched by this commit (20) |
Log message: update to 3.10.0 |
2014-11-22 13:14:21 by Brad Smith | Files touched by this commit (2) |
Log message: Don't use malloc.h header on OpenBSD. ok robert@ |
2011-06-05 09:16:48 by Robert Nagy | Files touched by this commit (1) |
Log message: use a different method to force using the bundled mcs.exe for bootstrapping to avoid random build failures in fake |
2011-06-04 05:17:08 by Robert Nagy | Files touched by this commit (2) |
Log message: Make mono happy with vmmap. Thanks to Zoltan Varga from Mono for looking into this issue and coming up with the fix: Fix NOMAP32BIT support in specific trampolines. |
2011-05-03 04:40:59 by Antoine Jacoutot | Files touched by this commit (1) |
Log message: And once again, fix the DLLMAP_FILES regex. |
2011-04-27 02:50:16 by Robert Nagy | Files touched by this commit (3) |
Log message: update to 2.10.2 |
2011-03-15 04:02:59 by Antoine Jacoutot | Files touched by this commit (1) |
Log message: Use the converters/libiconv MODULE. |
2011-03-02 01:47:24 by Robert Nagy | Files touched by this commit (2) |
Log message: remove old patches |
2011-03-02 01:37:51 by Robert Nagy | Files touched by this commit (7) |
Log message: update to 2.10.1 |
2011-01-16 09:45:10 by Antoine Jacoutot | Files touched by this commit (1) |
Log message: Better regex, with robert@ |
2011-01-14 14:14:12 by Robert Nagy | Files touched by this commit (3) |
Log message: update to 2.8.2 |
2010-11-18 15:40:16 by Robert Nagy | Files touched by this commit (6) |
Log message: update to 2.8.1 |
2010-11-17 01:05:18 by Marc Espie | Files touched by this commit (317) |
Log message: new depends |
2010-11-07 12:12:42 by Marc Espie | Files touched by this commit (10) |
Log message: convert WANTLIB on geo/lang |
2010-10-27 08:45:26 by Stuart Henderson | Files touched by this commit (1) |
Log message: Reorder the ifdefs so this works both with and without kvm_getprocs. It didn't build on -current before, and no change on systems with kvm_getprocs removed, so no need to bump. Thanks naddy@ for report + build test. |
2010-10-26 11:30:38 by Stuart Henderson | Files touched by this commit (2) |
Log message: adjust ifdefs so the kinfo_proc2 support is used. ok robert@ |
2010-10-18 13:20:42 by Marc Espie | Files touched by this commit (54) |
Log message: USE_GROFF=Yes |
2010-10-16 07:21:20 by Robert Nagy | Files touched by this commit (1) |
Log message: ${_SYSTRACE_CMD} is not needed here |
2010-10-15 10:21:07 by Robert Nagy | Files touched by this commit (18) |
Log message: Update to mono-2.8; there might be some breakage but this is the good time to do the update |
2010-09-30 23:23:52 by Antoine Jacoutot | Files touched by this commit (1) |
Log message: Sync WANTLIB. |
2010-09-28 12:33:06 by Jasper Lievisse Adriaanse | Files touched by this commit (2) |
Log message: - revert patches after subst_cmd was ran sometime ago, so we have ${LIBTOOL} again |
2010-09-16 12:53:29 by Antoine Jacoutot | Files touched by this commit (2) |
Log message: Remove powerpc from mono supported arches. It builds but there is no support for sigcontext and mono crashes right on startup. No need to loose time building this... input and ok robert@ |
2010-08-23 07:18:50 by Robert Nagy | Files touched by this commit (4) |
Log message: - fix exception handling on amd64 - fix i386 builds - remove a patchfile that is not needed anymore |
2010-08-22 11:00:00 by Robert Nagy | Files touched by this commit (1) |
Log message: add a missing patchfile missed by either me or cvs |
2010-08-22 10:59:04 by Robert Nagy | Files touched by this commit (1) |
Log message: add a missing patchfile missed by either me or cvs |
2010-08-18 04:51:55 by Robert Nagy | Files touched by this commit (12) |
Log message: Update to 2.6.7; remove patches that were merged backed to upstream |
2010-07-05 03:13:05 by Marc Espie | Files touched by this commit (1) |
Log message: MODMONO_ONLY_FOR_ARCHS zap () subshells |
2010-07-05 00:16:58 by Antoine Jacoutot | Files touched by this commit (2) |
Log message: ONLY_FOR_ARCHS is already part of the mono MODULE. |
2010-07-03 10:58:11 by Christian Weisgerber | Files touched by this commit (1) |
Log message: fix SO_PEERCRED fallout |
2010-06-28 12:15:24 by Robert Nagy | Files touched by this commit (2) |
Log message: Do not define GNU_SOURCE on OpenBSD otherwise it will pick up some GNU API which will break badly on OpenBSD. |
2010-05-15 03:40:17 by Antoine Jacoutot | Files touched by this commit (10) |
Log message: Bump after recent mono MODULE change. "sure" robert@ |
2010-05-15 03:37:48 by Antoine Jacoutot | Files touched by this commit (1) |
Log message: Fix substitution for DLLMAP_FILES. This makes sure we catch all the stupid so.X stuffs. ok robert@ |
2010-05-10 14:17:31 by Robert Nagy | Files touched by this commit (1) |
Log message: remove the gmake workaround |
2010-04-28 11:06:26 by Robert Nagy | Files touched by this commit (2) |
Log message: add some missing patches that cvs missed .. bad cvs |
2010-04-27 06:39:50 by Robert Nagy | Files touched by this commit (20) |
Log message: Update to mono 2.6.4; (a lot of patches are in upstream now) |
2010-04-16 05:59:45 by Robert Nagy | Files touched by this commit (3) |
Log message: Correctly calculate GC_stackbottom on OpenBSD and set the threadstack size to a high value just like other BSD -s. |
2010-04-08 10:40:04 by Robert Nagy | Files touched by this commit (2) |
Log message: Use KERN_BOOTTIME to get the uptime instead of making up a value because we don't have /proc. |
2010-04-08 08:58:10 by Robert Nagy | Files touched by this commit (1) |
Log message: Disable shared handles because they are sometimes working, sometimes not. |
2010-04-08 07:36:13 by Antoine Jacoutot | Files touched by this commit (1) |
Log message: Add MODMONO_{BUILD,RUN}_DEPENDS so other ports can use it. ok robert@ |
2010-04-08 06:12:33 by Robert Nagy | Files touched by this commit (5) |
Log message: Fix kinfo_proc2 code and add support for more mono stuff using sysctl to get process informations. Remove the mkbundle.cs patch and replace it with one that uses configure.in so the libgc dependency ends up in the pkg-config file. Move disabled features to configure.in from our Makefile |
2010-04-05 04:39:35 by Robert Nagy | Files touched by this commit (2) |
Log message: Move lang/mono dependency to mono.port.mk |
2010-04-04 19:15:00 by Robert Nagy | Files touched by this commit (1) |
Log message: add ONLY_FOR_ARCHS here |
2010-04-04 19:02:57 by Robert Nagy | Files touched by this commit (2) |
Log message: Enable shared handles and add USE_NANT to mono.port.mk to use NAnt to build stuff |
2010-04-01 15:53:51 by Robert Nagy | Files touched by this commit (3) |
Log message: - use pthread_stackseg_np to get the stack boundaries on OpenBSD - remove some scripts that we don't use from BASH_SCRIPTS - ignore one of the regression tests and continue if it fails |
2010-03-29 04:32:06 by Robert Nagy | Files touched by this commit (1) |
Log message: resurrect powerpc support |
2010-03-28 09:25:15 by Robert Nagy | Files touched by this commit (2) |
Log message: mkdbundle has to link to libgc. |
2010-03-27 06:37:15 by Robert Nagy | Files touched by this commit (1) |
Log message: Use autoconf 2.63 and remove the SIZEOF_VOID_P definition from the CFLAGS because new m4 in base fixes the SIZEOV_VOID_P -> SIZEOF_VOID__ stupidity, so make sure you have up-to-date m4 before building the port. |
2010-03-27 06:06:26 by Robert Nagy | Files touched by this commit (3) |
Log message: Remove the handles.c patch because that's not needed anymore because Zoltan Varga from the mono team helped me to debug the problem we were having. So the correct problem description is that on OpenBSD, ctx can be NULL if we are interrupting poll(). The upstream diff also fixes the issue where we are interrupting unmanaged code. |
2010-03-26 11:53:26 by Robert Nagy | Files touched by this commit (2) |
Log message: retry 5 times then skip |
2010-03-26 11:01:02 by Robert Nagy | Files touched by this commit (2) |
Log message: Sometimes we have the mutex is still in use by some other thread so let's wait until it gets unlocked, this makes the random build errors go away.. again. |
2010-03-26 07:13:47 by Robert Nagy | Files touched by this commit (3) |
Log message: Remove the previous diff to mini.h because that was totally wrong, i made it up before having my morning coffee. So it turns out that sometimes the context on openbsd can be 0. This will lead to problems. I suspect that this is because of our fantastic pthread library. With the following diff we just skip doing some JIT stuff if the context is 0 because the thread probably exited before. Anyways this way everything *seems* to work fine and almost all regression tests are passing now except for 2 out of 380. Pepole understanding pthreads are welcome to look at it and come up with something that is not a tripe XXX hack. |
2010-03-26 04:41:55 by Robert Nagy | Files touched by this commit (1) |
Log message: take maintainership |
2010-03-26 04:40:44 by Robert Nagy | Files touched by this commit (4) |
Log message: Use the correct GET_CONTEXT macro otherwise we will get a 0 context and that will freak everything out and crash. Define EOVERFLOW based on our headers and remove the Makefile hack that we don't need anymore. |
2010-03-24 11:57:50 by Robert Nagy | Files touched by this commit (3) |
Log message: Forgot to re-enable some commented code, let's do it now. |
2010-03-23 04:21:32 by Robert Nagy | Files touched by this commit (2) |
Log message: Add an ugly hack to this makefile to force the build until we figure out what's really wrong. |
2010-03-23 02:25:26 by Robert Nagy | Files touched by this commit (4) |
Log message: Enable sigaction support on amd64 too, by using struct sigcontext. |
2010-03-22 10:56:13 by Robert Nagy | Files touched by this commit (3) |
Log message: Enable MONO_ARCH_USE_SIGACTION on i386 and switch it to use struct sigcontext, which basically gives us exception support and sends those crashes away. |
2010-03-22 03:49:59 by Robert Nagy | Files touched by this commit (1) |
Log message: Ooops, remove gcc4 dependency. |
2010-03-22 03:48:15 by Robert Nagy | Files touched by this commit (2) |
Log message: This part of the diff is not needed anymore. |
2010-03-21 11:35:05 by Robert Nagy | Files touched by this commit (2) |
Log message: Use the upstream diff that was commited today their repository, because this is how it's done correctly. |
2010-03-21 07:43:10 by Robert Nagy | Files touched by this commit (3) |
Log message: Include sys/param.h that was previously missed by me |
2010-03-20 11:16:44 by Robert Nagy | Files touched by this commit (17) |
Log message: - update to the latest stable version: 2.6.3 - move to autoconf - regen patches ok ajacoutot@, jasper@ |
2010-01-19 08:07:02 by Jasper Lievisse Adriaanse | Files touched by this commit (2) |
Log message: - unbreak after KERN_PROC2 changes reads ok to sthen@ |
2009-12-17 07:00:34 by Antoine Jacoutot | Files touched by this commit (6) |
Log message: Bump after recent mono MODULE tweak. |
2009-12-17 06:59:42 by Antoine Jacoutot | Files touched by this commit (1) |
Log message: Better regex. |
2009-11-20 21:27:02 by William Yodlowsky | Files touched by this commit (2) |
Log message: MFC: SECURITY FIX Resolves CVE-2009-0217 (XML Signature HMAC Truncation Spoofing) patch extracted from mono 2.4.2.2, by jasper@ ok jasper@ |
2009-10-10 03:44:59 by Antoine Jacoutot | Files touched by this commit (1) |
Log message: I need to write comments that I will be able to understand later... |
2009-10-09 12:18:23 by Antoine Jacoutot | Files touched by this commit (1) |
Log message: Comment reminder. |
2009-09-22 11:55:23 by Antoine Jacoutot | Files touched by this commit (4) |
Log message: More work into making this compile on armish. We are up to the point where it segfaults during build as some other arches used to in the past... so somehow, this is an improvement ;-) |
2009-09-22 05:19:37 by Antoine Jacoutot | Files touched by this commit (3) |
Log message: Add some patches from sthen@ and I to help build this on arm. Not there yet... but working on it. No package change. |
2009-09-06 01:25:27 by Antoine Jacoutot | Files touched by this commit (31) |
Log message: Major update to mono-2.5. While beeing a development release, this is the most stable version I used on OpenBSD for now. Several patches are removed as they went upstream. Thanks to jolan@ for pointing me at this release and cooking a couple of patches. Fix build on powerpc and add it to ONLY_FOR_ARCHS ; slightly tested on macppc. A similar port was successfuly tested by jolan@ on amd64. no objection alek@ (maintainer) ok jolan@ ok jasper@ |
2009-07-21 07:51:41 by Jasper Lievisse Adriaanse | Files touched by this commit (2) |
Log message: ECURITY FIX for CVE-2009-0217 (XML Signature HMAC Truncation Spoofing) patch extracted from mono 2.4.2.2 |
2009-03-14 20:19:31 by Kurt Miller | Files touched by this commit (2) |
Log message: - semop(2) is not supported by pthreads, so disable its use - ensure boehm-gc headers are included with thread support enabled okay robert@ jasper@ |
2009-02-03 02:41:40 by Antoine Jacoutot | Files touched by this commit (1) |
Log message: - use gettext MODULE |
2009-01-21 09:06:59 by Antoine Jacoutot | Files touched by this commit (3) |
Log message: - use FAKE_FLAGS instead of the post-install danse; install more @sample files in the process - link with -pthread, not -lpthread |
2008-10-24 09:07:13 by Jasper Lievisse Adriaanse | Files touched by this commit (1) |
Log message: - use ${TMPDIR} instead of "/tmp" ok robert@ |
2008-10-24 09:05:03 by Robert Nagy | Files touched by this commit (1) |
Log message: add MONO_SHARED_DIR=/tmp to CONFIGURE_ENV too |
2008-10-24 08:49:44 by Robert Nagy | Files touched by this commit (1) |
Log message: Add MONO_SHARED_DIR=/tmp to the MAKE_FLAGS so the ports using this module won't try to write to /root/.wapi |
2008-10-24 01:06:01 by Jasper Lievisse Adriaanse | Files touched by this commit (3) |
Log message: - don't install jay.1 into share/man/man1 |