| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
PR: ports/198414
Submitted by: Ting-Wei Lan <lantw44@gmail.com>
Notes:
svn path=/head/; revision=380847
|
|
|
|
|
|
|
|
| |
PR: ports/194660
Submitted by: Ben Woods <woodsb02@gmail.com>
Notes:
svn path=/head/; revision=380771
|
|
|
|
| |
Notes:
svn path=/head/; revision=380707
|
|
|
|
|
|
|
|
| |
PR: 194845
Submitted by: Ben Woods <woodsb02@gmail.com>
Notes:
svn path=/head/; revision=372396
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=370877
|
|
|
|
|
|
|
|
| |
PR: 194009
Submitted by: Ben Woods <woodsb02@gmail.com>
Notes:
svn path=/head/; revision=370870
|
|
|
|
| |
Notes:
svn path=/head/; revision=368043
|
|
|
|
|
|
|
| |
Approved by: portmgr (antoine)
Notes:
svn path=/head/; revision=367620
|
|
|
|
|
|
|
|
| |
PR: ports/190851
Submitted by: truckman
Notes:
svn path=/head/; revision=359212
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=350596
|
|
|
|
|
|
|
|
|
|
| |
- USES=tar:bzip2.
- USES=iconv and prefer nl_langinfo over locale_charset. [1]
Reported by: antoine [1]
Notes:
svn path=/head/; revision=348949
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
PR: ports/187130
Submitted by: mva
Notes:
svn path=/head/; revision=347977
|
|
|
|
| |
Notes:
svn path=/head/; revision=345701
|
|
|
|
|
|
|
|
| |
PR: ports/183943
Submitted by: Robert <robert.ayrapetyan@gmail.com>
Notes:
svn path=/head/; revision=333989
|
|
|
|
|
|
|
|
| |
- Switch to staging;
- Always compile using clang (some symbols are missing with old gcc on old FreeBSD).
Notes:
svn path=/head/; revision=332975
|
|
|
|
|
|
|
| |
lang)
Notes:
svn path=/head/; revision=327741
|
|
|
|
|
|
|
| |
Convert from USE_GMAKE to USES=gmake
Notes:
svn path=/head/; revision=327452
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
Submitted by: Rainer Hurling <rhurlin@gwdg.de>
Pointyhat to: bapt
Notes:
svn path=/head/; revision=323877
|
|
|
|
| |
Notes:
svn path=/head/; revision=323865
|
|
|
|
|
|
|
|
|
|
| |
- Unbreak on -CURRENT [1]
PR: ports/179899 [1]
Submitted by: truckman [1]
Notes:
svn path=/head/; revision=322532
|
|
|
|
|
|
|
| |
Approved by: portmgr (bapt)
Notes:
svn path=/head/; revision=316596
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
PR: ports/175518
Submitted by: Jack Pappas <jack.pappas@tidepowerd.com>
Notes:
svn path=/head/; revision=311650
|
|
|
|
|
|
|
|
|
|
| |
- While here, pet portlint(1).
PR: ports/174864 [1]
Submitted by: jhibbits [1]
Notes:
svn path=/head/; revision=310437
|
|
|
|
| |
Notes:
svn path=/head/; revision=310220
|
|
|
|
| |
Notes:
svn path=/head/; revision=304843
|
|
|
|
|
|
|
| |
Approved by: portmgr@ (bapt@)
Notes:
svn path=/head/; revision=300221
|
|
|
|
|
|
|
|
| |
PR: ports/167632
Submitted by: sunpoet
Notes:
svn path=/head/; revision=296517
|
|
|
|
| |
Notes:
svn path=/head/; revision=295872
|
|
|
|
| |
Notes:
svn path=/head/; revision=283210
|
|
|
|
| |
Notes:
svn path=/head/; revision=282140
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
PR: lang/mono
Submitted by: Ivan Klymenko <fidaj@ukr.net>
Notes:
svn path=/head/; revision=274061
|
|
|
|
| |
Notes:
svn path=/head/; revision=263204
|
|
|
|
| |
Notes:
svn path=/head/; revision=258397
|
|
|
|
|
|
|
| |
- Bump PORTREVISION.
Notes:
svn path=/head/; revision=255464
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
| |
Notes:
svn path=/head/; revision=255371
|
|
|
|
|
|
|
|
|
| |
PR: ports/143537
Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru>
Approved by: flz (mentor)
Notes:
svn path=/head/; revision=249231
|
|
|
|
|
|
|
|
|
| |
PR: ports/140916
Submitted by: "RandomUser" <rannumgen@globaleyes.net>
Approved by: flz (mentor)
Notes:
svn path=/head/; revision=249041
|
|
|
|
|
|
|
|
| |
PR: 142153
Submitted by: Romain Tartiere <mono@FreeBSD.org>
Notes:
svn path=/head/; revision=246969
|
|
|
|
|
|
|
|
| |
PR: 141374
Submitted by: Romain Tartiere <mono@FreeBSD.org>
Notes:
svn path=/head/; revision=246533
|
|
|
|
|
|
|
|
| |
PR: 140362
Submitted by: Justin Hibbits <chmeeedalf@gmail.com>
Notes:
svn path=/head/; revision=245297
|
|
|
|
|
|
|
| |
Submitted by: maintainer
Notes:
svn path=/head/; revision=240186
|