1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
Commit Graph

137 Commits

Author SHA1 Message Date
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
Ade Lovett
8d837132c7 Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. 2010-05-31 02:01:56 +00:00
Romain Tartière
a249b2de59 Mark MAKE_JOBS_UNSAFE.
PR:		ports/143537
Submitted by:	Dmitry Marakasov <amdmi3@amdmi3.ru>
Approved by:	flz (mentor)
2010-02-04 11:23:36 +00:00
Martin Wilke
c088858296 - Drop some empty files
PR:		142990
Submitted by:	Ulrich Spoerlein <uqs@spoerlein.net>
2010-02-02 23:44:38 +00:00
Romain Tartière
fe5c059cc9 Add notes about FreeBSD 6 threads.
PR:		ports/140916
Submitted by:	"RandomUser" <rannumgen@globaleyes.net>
Approved by:	flz (mentor)
2010-02-01 17:21:01 +00:00
Greg Lewis
1bc312703c . Update to 2.4.3.1.
PR:		142153
Submitted by:	Romain Tartiere <mono@FreeBSD.org>
2010-01-01 21:53:13 +00:00
Greg Lewis
7eb0af4ce4 . Update to 2.4.3.
PR:		141374
Submitted by:	Romain Tartiere <mono@FreeBSD.org>
2009-12-24 09:34:40 +00:00
Greg Lewis
94bb403bc0 . Add PowerPC support.
PR:		140362
Submitted by:	Justin Hibbits <chmeeedalf@gmail.com>
2009-12-06 19:47:18 +00:00
Erwin Lansing
d1528f2a5d Remove BROKEN, probably an error on the cluster.
Submitted by:	maintainer
2009-08-23 15:26:14 +00:00
Erwin Lansing
450c541419 Mark BROKEN: does not build 2009-08-21 15:23:19 +00:00
Florent Thoumie
d4137a99ca - Update lang/mono to 2.4.2.3.
- Remove a patch that makes xsp fail.
- Cleanup.

PR:		ports/137223
Submitted by:	Romain Tartiere
2009-08-09 18:53:09 +00:00
Jeremy Messenger
789d75c728 -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:	marcus and kwm
Pointyhat-exp:	a few times by pav
Tested by:	pgollucci, "Romain Tartière" <romain@blogreen.org>, and
		a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:	marcus
Approved by:	portmgr
2009-08-02 19:36:34 +00:00
Florent Thoumie
ba3e8a38e9 Remove -D_GNU_SOURCE from CPPFLAGS as it causes segfault in strerror_r. 2009-07-17 12:33:54 +00:00
Florent Thoumie
7d5317153f - Update lang/mono to 2.4.2.2
- Add OPTIONS
- Cleanup

PR:		ports/136861
Submitted by:	Romain Tartiere
2009-07-17 10:32:22 +00:00