aboutsummaryrefslogtreecommitdiff
path: root/lang/mono/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Fix build when no TimeZone is configured.Romain Tartière2015-03-091-1/+1
| | | | | | | | PR: ports/198414 Submitted by: Ting-Wei Lan <lantw44@gmail.com> Notes: svn path=/head/; revision=380847
* Import upstream patch for non-Linux ParseRouteInfo.Romain Tartière2015-03-081-1/+3
| | | | | | | | PR: ports/194660 Submitted by: Ben Woods <woodsb02@gmail.com> Notes: svn path=/head/; revision=380771
* Update to 3.12.1.Romain Tartière2015-03-071-2/+1
| | | | Notes: svn path=/head/; revision=380707
* Use Mac NetworkInterface code instead of Linux NetworkInterface codeRomain Tartière2014-11-101-1/+5
| | | | | | | | PR: 194845 Submitted by: Ben Woods <woodsb02@gmail.com> Notes: svn path=/head/; revision=372396
* lang/mono: allow overriding Environment.SpecialFolder.PersonalJohn Marino2014-10-311-0/+1
| | | | | | | | | | | | | | | | | Any port that writes to Environment.SpecialFolder.Personal during build or when running tests may end up with files outside of the stage area that aren't cleaned up by the ports framework. The issue lies with Mono looking in /etc/passwd first and only if no entry found there in $HOME. This PR was an unnoticed prerequisite for the new port games/openra. Patch based on discussion in https://github.com/mono/mono/pull/371 PR: 193426 Submitted by: Jan Beich Approved by: maintainer timeout (8 weeks) Notes: svn path=/head/; revision=371813
* Update to 3.10.0.Romain Tartière2014-10-141-5/+1
| | | | Notes: svn path=/head/; revision=370877
* Update to 3.8.0.Romain Tartière2014-10-141-1/+1
| | | | | | | | PR: 194009 Submitted by: Ben Woods <woodsb02@gmail.com> Notes: svn path=/head/; revision=370870
* Update to 3.6.0.Romain Tartière2014-09-121-3/+2
| | | | Notes: svn path=/head/; revision=368043
* Let USES=libtool also delete links to .la files (and links to links to...)Tijl Coosemans2014-09-081-1/+1
| | | | | | | Approved by: portmgr (antoine) Notes: svn path=/head/; revision=367620
* Unbreak on FreeBSD 8.4.Romain Tartière2014-06-251-1/+1
| | | | | | | | PR: ports/190851 Submitted by: truckman Notes: svn path=/head/; revision=359212
* Convert GMAKE to MAKE_CMDBaptiste Daroussin2014-06-251-1/+1
| | | | | | | | | | Please note that lots of invocation of MAKE_CMD here are wrong as they do not properly respect MAKE_ENV and friends With hat: portmgr Notes: svn path=/head/; revision=359185
* Convert to USES=libtoolBaptiste Daroussin2014-05-261-26/+5
| | | | | | | | | | Use USES=compiler:c11 to enforce modern compiler (and clang version > 3.3) Drop printing pkg-message it is done automatically by stage Sharpen the sed on configure to fix in case of isinf it was making __thread testing hanging Remove useless include of bsd.mono.mk Notes: svn path=/head/; revision=355323
* Update to 3.4.0.Romain Tartière2014-04-081-2/+1
| | | | Notes: svn path=/head/; revision=350596
* - Remove indefinite article from COMMENT.Tijl Coosemans2014-03-241-4/+3
| | | | | | | | | | - USES=tar:bzip2. - USES=iconv and prefer nl_langinfo over locale_charset. [1] Reported by: antoine [1] Notes: svn path=/head/; revision=348949
* lang/mono: Unbreak configure/runawayJohn Marino2014-03-141-0/+2
| | | | | | | | | | | | | | | Mono was set to build via clang unconditionally. Other than have a large, unnecessary dependency on clang33, this didn't bother DragonFly until recently. The 3.2.8 version has a conftest to test for a working __thread implementation (which DragonFly has), but for some reason the test locks up when built by clang. I built the conftest manually with gcc and it returned fine. In any case, DragonFly's gcc47 base compiler builds mono fine, so to unbreak the port on DragonFly, only specify clang on FreeBSD. Notes: svn path=/head/; revision=348265
* Unbreak relative paths for xbuildRomain Tartière2014-03-121-0/+1
| | | | | | | | PR: ports/187130 Submitted by: mva Notes: svn path=/head/; revision=347977
* Update to 3.2.8.Romain Tartière2014-02-231-6/+5
| | | | Notes: svn path=/head/; revision=345701
* Fix build using clang from ports on FreeBSD < 9.2.Romain Tartière2013-11-161-1/+1
| | | | | | | | PR: ports/183943 Submitted by: Robert <robert.ayrapetyan@gmail.com> Notes: svn path=/head/; revision=333989
* - Update to 3.2.3;Romain Tartière2013-11-061-15/+20
| | | | | | | | - Switch to staging; - Always compile using clang (some symbols are missing with old gcc on old FreeBSD). Notes: svn path=/head/; revision=332975
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | lang) Notes: svn path=/head/; revision=327741
* Convert to new perl frameworkBaptiste Daroussin2013-09-171-2/+2
| | | | | | | Convert from USE_GMAKE to USES=gmake Notes: svn path=/head/; revision=327452
* Update to 3.2.1.Romain Tartière2013-08-141-2/+2
| | | | | | | | | | | | This update include a patch for sgen which avoids an assertion failure (condition `info->doing_handshake' not met) that will be part of 3.2.2. Because our mono version is unstable due to this, we decided not to wait for 3.2.2 to be out and update to 3.2.1, cherry-picking the appropriate fix. Many thanks to Charles Randall for reporting and helping. Notes: svn path=/head/; revision=324730
* Fix typoBaptiste Daroussin2013-07-291-1/+1
| | | | | | | | Submitted by: Rainer Hurling <rhurlin@gwdg.de> Pointyhat to: bapt Notes: svn path=/head/; revision=323877
* Fix mono properly finding isinf() from math.h after recent changes on headBaptiste Daroussin2013-07-291-2/+2
| | | | Notes: svn path=/head/; revision=323865
* - Update to 3.0.12.Romain Tartière2013-07-081-2/+1
| | | | | | | | | | - Unbreak on -CURRENT [1] PR: ports/179899 [1] Submitted by: truckman [1] Notes: svn path=/head/; revision=322532
* - Convert USE_GETTEXT to USES (part 4)Alex Kozlov2013-04-261-2/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316596
* Various bugfixesRomain Tartière2013-03-191-1/+1
| | | | | | | | | | | | | | | | While these fixes should have been applied upstream, and new tarballs are available, I am quite out of time ATM so after having successfully tested these changes, push them to FreeBSD and provide appropriate kudos to appropriate People. Updating to more recent lang/mono is in the pipeline, and should reach the ports tree soon. PR: ports/176030 Submitted by: Jack Pappas <jack.pappas@tidepowerd.com> Notes: svn path=/head/; revision=314682
* Convert USE_BISON to USES= bisonBaptiste Daroussin2013-03-081-2/+2
| | | | | | | | | | | | | | | | | It brings bison as a build dependency in case it is set the following way: USES= bison or USES= bison:build it brings bison as a run dependency in case it is set the following way: USES= bison:run it brings bison both as a run and build dependency in case it the set the following way: USES= bison:both While here trim some headers Convert some USE_GNOME= gnomehack to USES= pathfix Notes: svn path=/head/; revision=313635
* Enable sgen.Romain Tartière2013-02-041-0/+1
| | | | | | | | PR: ports/175518 Submitted by: Jack Pappas <jack.pappas@tidepowerd.com> Notes: svn path=/head/; revision=311650
* - Fix ONLY_FOR_ARCHS [1];Romain Tartière2013-01-151-2/+2
| | | | | | | | | | - While here, pet portlint(1). PR: ports/174864 [1] Submitted by: jhibbits [1] Notes: svn path=/head/; revision=310437
* Update to 3.0.3.Romain Tartière2013-01-111-7/+3
| | | | Notes: svn path=/head/; revision=310220
* Update to 2.11.4.Romain Tartière2012-09-251-1/+1
| | | | Notes: svn path=/head/; revision=304843
* - Remove SITE_PERL from *_DEPENDSAndrej Zverev2012-06-291-1/+1
| | | | | | | Approved by: portmgr@ (bapt@) Notes: svn path=/head/; revision=300221
* Fix build when devel/libinotify is installedRomain Tartière2012-05-131-0/+2
| | | | | | | | PR: ports/167632 Submitted by: sunpoet Notes: svn path=/head/; revision=296517
* Update to 2.11.1.Romain Tartière2012-05-021-8/+8
| | | | Notes: svn path=/head/; revision=295872
* Update to 2.10.6.Romain Tartière2011-10-081-1/+1
| | | | Notes: svn path=/head/; revision=283210
* Update to 2.10.5.Romain Tartière2011-09-211-3/+3
| | | | Notes: svn path=/head/; revision=282140
* Hello Mono 2.10!Romain Tartière2011-06-121-30/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Main updates ------------ devel/mono-tools 2.6.2 -> 2.10 lang/mono 2.6.7 -> 2.10.2 lang/mono-basic 2.6.2 -> 2.10.2 www/mod_mono 2.6.3 -> 2.10 www/xsp 2.6.5 -> 2.10.2 x11-toolkits/libgdiplus 2.6.7 -> 2.10 Other updates ------------- deskutils/tomboy 1.4.2 -> 1.6.1 devel/mono-addins 0.5 -> 0.6.1 devel/monodevelop 2.4 -> 2.4.2 graphics/f-spot 0.8.0 -> 0.8.2 print/pdfmod 0.9.0 -> 0.9.1 x11-toolkits/gnome-sharp20 2.24.1 -> 2.24.2 Ports marked BROKEN ------------------- multimedia/banshee multimedia/moonlight PR: ports/155948 Submitted by: me Notes: svn path=/head/; revision=275469
* make jobs unsafeRomain Tartière2011-05-131-0/+1
| | | | | | | | PR: lang/mono Submitted by: Ivan Klymenko <fidaj@ukr.net> Notes: svn path=/head/; revision=274061
* - Fix SigSegv when calling a managed handler.Romain Tartière2010-10-181-0/+1
| | | | Notes: svn path=/head/; revision=263204
* Update to 2.6.7.Romain Tartière2010-07-281-3/+1
| | | | Notes: svn path=/head/; revision=258397
* - Fix pkg-plist (some lines where removed from the diff by mistake);Romain Tartière2010-06-011-0/+1
| | | | | | | - Bump PORTREVISION. Notes: svn path=/head/; revision=255464
* - Update lang/mono to 2.6.4;Romain Tartière2010-06-011-26/+24
| | | | | | | | | | | | | | | | - Update a bunch of C# ports as well (audio/taglib-sharp, deskutils/tomboy, devel/mono-tools, devel/monodevelop, devel/monodevelop-boo, devel/monodevelop-database, devel/monodevelop-java, devel/monodevelop-vala, graphics/f-spot, lang/boo [1], lang/mono-basic, mail/gmime24, gmime24-sharp, multimedia/banshee, multimedia/banshee-mirage, multimedia/moonlight, www/mod_mono, www/webkit-sharp, www/xsp, x11-toolkits/gnome-desktop-sharp20, x11-toolkits/gtk-sharp20, x11-toolkits/libgdiplus). PR: ports/143657 [1] Submitted by: glewis [1] Notes: svn path=/head/; revision=255451
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-1/+1
| | | | Notes: svn path=/head/; revision=255371
* Mark MAKE_JOBS_UNSAFE.Romain Tartière2010-02-041-0/+1
| | | | | | | | | PR: ports/143537 Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> Approved by: flz (mentor) Notes: svn path=/head/; revision=249231
* Add notes about FreeBSD 6 threads.Romain Tartière2010-02-011-0/+1
| | | | | | | | | PR: ports/140916 Submitted by: "RandomUser" <rannumgen@globaleyes.net> Approved by: flz (mentor) Notes: svn path=/head/; revision=249041
* . Update to 2.4.3.1.Greg Lewis2010-01-011-1/+1
| | | | | | | | PR: 142153 Submitted by: Romain Tartiere <mono@FreeBSD.org> Notes: svn path=/head/; revision=246969
* . Update to 2.4.3.Greg Lewis2009-12-241-8/+7
| | | | | | | | PR: 141374 Submitted by: Romain Tartiere <mono@FreeBSD.org> Notes: svn path=/head/; revision=246533
* . Add PowerPC support.Greg Lewis2009-12-061-1/+1
| | | | | | | | PR: 140362 Submitted by: Justin Hibbits <chmeeedalf@gmail.com> Notes: svn path=/head/; revision=245297
* Remove BROKEN, probably an error on the cluster.Erwin Lansing2009-08-231-2/+0
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=240186