1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
Commit Graph

150 Commits

Author SHA1 Message Date
Romain Tartière
10d8d00953 Update to 4.0.1.28
Based on [1].

PR:		200118 [1]
Submitted by:	anders@jensenwaud.com [1]
2015-05-17 17:05:41 +00:00
Dmitry Marakasov
75eaa06aa3 - Add CPE info 2015-05-14 15:48:32 +00:00
Romain Tartière
91d83c66cf Fix build on FreeBSD 8.
PR:		ports/198404
Reported by:	kib
2015-03-09 15:12:26 +00:00
Romain Tartière
10cf878e61 Fix build on i386.
PR:		ports/198404
Submitted by:	wolfgang@lyxys.ka.sub.org
Obtained from:	kib
2015-03-09 14:11:01 +00:00
Romain Tartière
e41eab42da Fix build when no TimeZone is configured.
PR:		ports/198414
Submitted by:	Ting-Wei Lan <lantw44@gmail.com>
2015-03-09 14:09:54 +00:00
Romain Tartière
e92b4e4394 Import upstream patch for non-Linux ParseRouteInfo.
PR:		ports/194660
Submitted by:	Ben Woods <woodsb02@gmail.com>
2015-03-08 12:29:57 +00:00
Romain Tartière
930496c3da Update to 3.12.1. 2015-03-07 16:44:05 +00:00
Romain Tartière
dbde1c440e Use Mac NetworkInterface code instead of Linux NetworkInterface code
PR:		194845
Submitted by:	Ben Woods <woodsb02@gmail.com>
2014-11-10 14:23:12 +00:00
John Marino
a3292075d8 lang/mono: allow overriding Environment.SpecialFolder.Personal
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)
2014-10-31 13:13:09 +00:00
Romain Tartière
5b9f908e0f Update to 3.10.0. 2014-10-14 18:22:09 +00:00
Romain Tartière
121ccf7bcd Update to 3.8.0.
PR:		194009
Submitted by:	 Ben Woods <woodsb02@gmail.com>
2014-10-14 16:56:11 +00:00
Romain Tartière
ace571914e Update to 3.6.0. 2014-09-12 16:34:06 +00:00
Tijl Coosemans
195a414c73 Let USES=libtool also delete links to .la files (and links to links to...)
Approved by:	portmgr (antoine)
2014-09-08 12:21:50 +00:00
Romain Tartière
c7582fa9c3 Unbreak on FreeBSD 8.4.
PR:		ports/190851
Submitted by:	truckman
2014-06-25 09:40:15 +00:00
Baptiste Daroussin
a33191366c Convert GMAKE to MAKE_CMD
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
2014-06-25 05:35:31 +00:00
Baptiste Daroussin
87e16ac3ef Let's remove one hidden bsd.*.mk superseeded by USES=mono 2014-05-26 13:32:32 +00:00
Baptiste Daroussin
28ec87158b Convert to USES=libtool
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
2014-05-26 12:55:44 +00:00
Romain Tartière
c9e31077ea Update to 3.4.0. 2014-04-08 10:39:41 +00:00
Tijl Coosemans
609b5c835a - Remove indefinite article from COMMENT.
- USES=tar:bzip2.
- USES=iconv and prefer nl_langinfo over locale_charset. [1]

Reported by:	antoine [1]
2014-03-24 12:18:04 +00:00
John Marino
b804dd299c lang/mono: Unbreak configure/runaway
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.
2014-03-14 16:09:07 +00:00
Romain Tartière
c0981d276a Unbreak relative paths for xbuild
PR:		ports/187130
Submitted by:	mva
2014-03-12 11:46:03 +00:00
Romain Tartière
2b7f37dca0 Update to 3.2.8. 2014-02-23 12:17:17 +00:00
Baptiste Daroussin
e04b632220 Fix properties on pkg-plist 2014-01-21 23:40:21 +00:00
Romain Tartière
053cdf7c5e Fix build using clang from ports on FreeBSD < 9.2.
PR:		ports/183943
Submitted by:	Robert <robert.ayrapetyan@gmail.com>
2013-11-16 12:47:59 +00:00
Romain Tartière
927c3bac34 - Update to 3.2.3;
- Switch to staging;
- Always compile using clang (some symbols are missing with old gcc on old FreeBSD).
2013-11-06 12:22:11 +00:00
Baptiste Daroussin
888ab73a81 Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
Baptiste Daroussin
6adf864b81 Convert to new perl framework
Convert from USE_GMAKE to USES=gmake
2013-09-17 06:40:21 +00:00
Romain Tartière
ab7fbe7bb2 Update to 3.2.1.
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.
2013-08-14 14:59:50 +00:00
Baptiste Daroussin
494b925c03 Fix typo
Submitted by:	Rainer Hurling <rhurlin@gwdg.de>
Pointyhat to:	bapt
2013-07-29 09:10:32 +00:00
Baptiste Daroussin
54bea9fc21 Fix mono properly finding isinf() from math.h after recent changes on head 2013-07-29 06:30:10 +00:00
Romain Tartière
b598d5aec0 - Update to 3.0.12.
- Unbreak on -CURRENT [1]

PR:		ports/179899 [1]
Submitted by:	truckman [1]
2013-07-08 19:05:27 +00:00
Alex Kozlov
83f02b963c - Convert USE_GETTEXT to USES (part 4)
Approved by:	portmgr (bapt)
2013-04-26 10:44:28 +00:00
Romain Tartière
8fb31594d3 Various bugfixes
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>
2013-03-19 19:38:01 +00:00
Baptiste Daroussin
9250d94365 Convert USE_BISON to USES= bison
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
2013-03-08 11:32:11 +00:00
Romain Tartière
ea54e86153 Enable sgen.
PR:		ports/175518
Submitted by:	Jack Pappas <jack.pappas@tidepowerd.com>
2013-02-04 21:57:56 +00:00
Romain Tartière
e53eeae32e - Fix ONLY_FOR_ARCHS [1];
- While here, pet portlint(1).

PR:		ports/174864 [1]
Submitted by:	jhibbits [1]
2013-01-15 12:21:25 +00:00
Romain Tartière
6d4f66e7ae Update to 3.0.3. 2013-01-11 08:31:54 +00:00
Romain Tartière
bc47217d49 Fix pkg-plist.
Reported by:	redports QAT, PointyHat (via beat@)
2012-09-26 10:07:07 +00:00
Romain Tartière
c930dc1333 Update to 2.11.4. 2012-09-25 15:54:43 +00:00
Andrej Zverev
042ea2947a - Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
2012-06-29 18:30:42 +00:00
Romain Tartière
81407096b0 Fix build when devel/libinotify is installed
PR:		ports/167632
Submitted by:	sunpoet
2012-05-13 07:48:35 +00:00
Romain Tartière
287e58ebab Update to 2.11.1. 2012-05-02 18:16:19 +00:00
Romain Tartière
77d223e1be Update to 2.10.6. 2011-10-08 23:13:36 +00:00
Romain Tartière
e8f7b76b35 Update to 2.10.5. 2011-09-21 17:52:24 +00:00
Romain Tartière
e62990bc20 Hello Mono 2.10!
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
2011-06-12 19:06:25 +00:00
Romain Tartière
e9261e82a5 make jobs unsafe
PR:		lang/mono
Submitted by:	Ivan Klymenko <fidaj@ukr.net>
2011-05-13 16:09:36 +00:00
Romain Tartière
0550254cdc - Fix SigSegv when calling a managed handler. 2010-10-18 17:40:17 +00:00
Romain Tartière
e820a0e3a8 Update to 2.6.7. 2010-07-28 18:02:39 +00:00
Romain Tartière
1407536a31 - Fix pkg-plist (some lines where removed from the diff by mistake);
- Bump PORTREVISION.
2010-06-01 18:15:06 +00:00
Romain Tartière
5c80951022 - Update lang/mono to 2.6.4;
- 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]
2010-06-01 12:41:30 +00:00