summaryrefslogtreecommitdiff
path: root/lang/mono/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2022-11-23massive revision bump after textproc/icu updateadam1-2/+2
2022-09-20mono: Force epoll detection to fail on SunOSnia1-1/+4
illumos has the header and functions but it shouldn't be used.
2022-06-30*: Revbump packages that use Python at runtime without a PKGNAME prefixnia1-2/+2
2022-06-28*: recursive bump for perl 5.36wiz1-2/+2
2022-05-27mono: Set MAKE_JOBS_SAFE=nonia1-1/+4
2022-04-18revbump for textproc/icu updateadam1-2/+2
2022-02-08lang/mono: Fix network interfaces and enable BTLSgavan1-4/+2
2021-12-08revbump for icu and libffiadam1-2/+2
2021-05-24*: recursive bump for perl 5.34wiz1-2/+2
2021-04-21revbump for textproc/icuadam1-1/+2
2021-03-17mono: update to 6.12.0.122.wiz1-7/+4
This is a security release which addresses CVE-2021-24112
2021-03-03Move lang/mono6 to lang/mono.nia1-97/+77
The old mono4 has been refusing to build on all platforms for a while, while mono6 at least builds on some, so hopefully this is less misleading.
2020-12-04Revbump packages with a runtime Python dep but no version prefix.nia1-2/+2
For the Python 3.8 default switch.
2020-11-05*: Recursive revbump from textproc/icu-68.1ryoon1-2/+2
2020-08-31*: bump PKGREVISION for perl-5.32.wiz1-2/+2
2020-06-02Revbump for icuadam1-2/+2
2020-05-23lang/mono: clean up configure options and REPLACE_*rillig1-13/+14
2020-05-12lang/mono: allow the SUBST block fix-prefix to not affect all filesrillig1-1/+2
The list of files is generated via find(1) and contains each file individually. Some of these files are modified, some aren't. Those files that aren't modified are redundant, but since they are not listed explicitly in the package Makefile, there is no superfluous code. Avoiding such superfluous code is the whole goal of SUBST_NOOP_OK.
2020-05-09lang/mono: fix hard-coded X11BASErillig1-2/+2
2020-04-12Recursive revision bump after textproc/icu updateadam1-2/+2
2019-09-11Use https for mono-project.com.nia1-3/+3
2019-08-11Bump PKGREVISIONs for perl 5.30.0wiz1-2/+2
2019-05-23all: replace SUBST_SED with the simpler SUBST_VARSrillig1-2/+2
pkglint -Wall -r --only "substitution command" -F With manual review and indentation fixes since pkglint doesn't get that part correct in every case.
2019-04-25PKGREVISION bump for anything using python without a PYPKGPREFIX.maya1-2/+2
This is a semi-manual PKGREVISION bump.
2019-04-03Recursive revbump from textproc/icuryoon1-2/+2
2018-12-09revbump after updating textproc/icuadam1-2/+2
2018-11-12*: Add CTF_SUPPORTED/CTF_FILES_SKIP where necessary.jperkin1-1/+3
2018-08-22Recursive bump for perl5-5.28.0wiz1-2/+2
2018-07-27mono: Switch to pkgsrc boehm-gc on SunOS.jperkin1-4/+14
The bundled one has issues with newer GCCs, and the pkgsrc one is newer and optimised, so switching is simpler than trying to retro-fit an old version. Fix --with-gc, this appears to have always been broken, and our --with-gc=none argument actually ended up as --with-gc=included, so make that now explicit. Bump PKGREVISION.
2018-07-20Recursive revbump from textproc/icu-62.1ryoon1-2/+2
2018-04-14revbump after icu updateadam1-2/+2
2017-11-30Revbump after textproc/icu updateadam1-2/+2
2017-09-18revbump for requiring ICU 59.xmaya1-2/+2
2017-08-22Handle domainname functions on SunOS correctly. Bump PKGREVISION.jperkin1-4/+11
2017-08-22Move subst stage from post-patch to pre-configure, otherwise it's a pain tojperkin1-4/+4
generate patches.
2017-04-22Revbump after icu updateadam1-2/+2
2016-12-04Recursive revbump from textproc/icu 58.1ryoon1-2/+2
2016-07-09Bump PKGREVISION for perl-5.24.0 for everything mentioning perl.wiz1-2/+2
2016-04-11Recursive revbump from textproc/icu 57.1ryoon1-2/+2
2016-02-24Fixup Darwin library names.jperkin1-1/+7
2015-10-10Recursive revbump from textproc/icuryoon1-2/+2
2015-09-14Add more MAKE_DIRS for config files.wiz1-1/+4
Bump PKGREVISION. ok jpergkin@
2015-09-13Update to 4.0.4.1:wiz1-3/+3
Improvements Various stability improvements Bug Fixes 31060: F# sprintf AOT bug happens still now. 30276: monotouch-test (classic) assert with Assertion at ../../../../../mono/mono/metadata/class.c:4818, condition `method->klass->generic_classâ not met 28777: GZipStream (DeflateStreamNative) native exception after Flush() with no buffer data: Internal error (no progress possible) Flush 30043: Disposing a FileSystemWatcher object causes ArgumentOutOfRangeException 30869: HttpClient authentication not working
2015-08-25Update to 4.0.3.20:wiz1-3/+3
Mono 4.0.3 Release Notes Release date: 10 Aug 2015 4.0.3 is the third maintenance release of the 4.0 series Improvements Various stability improvements Bug Fixes 28600: Some LLVM artifacts are being written to the base project dir rather than obj/$Config/ 26205: System.IO.Package.LoadRelationships throws null reference for some NuGet packages with PCLs generated on Windows 30868: ObjectDisposedException in mono 4.0.1.28, but not mono 3.12.1 31582: iOS -O=float32 fails for some operations on ARM7 30043: Disposing a FileSystemWatcher object causes ArgumentOutOfRangeException 31060: F# sprintf AOT bug happens still now Mono 4.0.2 Release Notes Release date: 30 Jun 2015 4.0.2 is the second maintenance release of the 4.0 series Improvements XBuild fixes (MonoDevelop no longer fails to build if Gtk#3 is installed) Bug Fixes 29639: Moq related Nunit tests fail with RemoteException (Unix transport error) since Mono 4.0 29898: Bump Mono NuGet to 2.8.5 29935: XAttribute.ToString() outputs wrong result if attribute contains namespace
2015-06-15Behave when address space limits are in place:joerg1-2/+2
(1) Default heap limit to 75% of available address space. (2) Limit GC marker threads to 4MB/8MB (32bit vs 64bit) stack space. As Mono tries to create 16 such threads by default, the default stack size on AMD64 would eat 2GB VA alone. Bump revision.
2015-06-12Recursive PKGREVISION bump for all packages mentioning 'perl',wiz1-2/+2
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
2015-06-04Fix 32-bit SunOS build, and fix variable expansion in patch-bd.jperkin1-9/+4
2015-05-26Put back SunOS support, and update for 4.0. Build now completes butjperkin1-2/+3
install fails due to PLIST errors with the new libmono-2.0 handling. Need to verify this on other platforms before fixing.
2015-05-26MAKE_JOBS_SAFE=yes is a nop, only =no makes sense, remove it.jperkin1-2/+1
2015-05-23fix nunit path in pkg-config filekefren1-1/+2