Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.12.45_6 26 Aug 2023 21:03:32 |
Po-Chuan Hsieh (sunpoet) |
*: Rename GTK+ to GTK
GTK+ has been renamed to GTK since 2019.
Reference: https://mail.gnome.org/archives/gtk-devel-list/2019-February/msg00000.html
Approved by: portmgr (blanket) |
2.12.45_6 08 Aug 2023 11:22:12 |
Jan Beich (jbeich) |
lang/mono: switch to 5.20 by default
PR: 238089 |
2.12.45_5 08 Aug 2023 11:22:05 |
Jan Beich (jbeich) |
lang/mono: respect MONO_DEFAULT in consumers
PR: 251795 |
2.12.45_4 06 Aug 2023 12:42:47 |
Robert Clausecker (fuz) Author: Marcin Cieślak |
x11-toolkits/gtk-sharp*: Unbreak ports for lang/mono6.8
See also: https://svnweb.freebsd.org/changeset/ports/558398
PR: 272950
Approved by: portmgr (build fix blanket)
MFH: 2023Q3 |
2.12.45_4 25 Jul 2023 13:14:13 |
Dan Langille (dvl) |
*/*: return mono@ ports to the pool
The team previously known as mono has no active members.
I will send an email to ports@ in case anyone wants to pick up these
ports.
Approved by: portmgr (bofh) |
2.12.45_4 02 Mar 2023 05:23:10 |
Tobias C. Berner (tcberner) |
accessibility/at-spi2-core: update to 2.46.0
What's new in at-spi2-core 2.46.0:
* Fix GetInterfaces documentation on org.a11y.atspi.Accessible
interface.
What's new in at-spi2-core 2.45.91:
* Send device event controller events using the same signature as other
events.
* Document the Accessible, Action, and Cache dbus interfaces.
* Fix license of atspi-gmain.c (#87).
What's new in at-spi2-core 2.45.90:
* xml: Add some documentation.
* xml: Fix event arguments. (Only the first 15 lines of the commit message are shown above ) |
2.12.45_3 16 Jan 2023 19:04:47 |
Dimitry Andric (dim) |
x11-toolkits/gtk-sharp20: fix build with clang 15
During an exp-run for llvm 15 (see bug 265425), it turned out that
x11-toolkits/gtk-sharp20 failed to build with clang 15:
windowmanager.c:113:12: error: incompatible integer to pointer conversion
assigning to 'gpointer' (aka 'void *') from 'long' [-Wint-conversion]
list [i] = data [i];
^ ~~~~~~~~
This is because gdk_property_get() always returns an array of longs, and
these have to be cast to whatever the desired outcome type is.
PR: 268812
Approved by: portmgr (tcberner)
MFH: 2023Q1 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.12.45_3 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2.12.45_3 20 Jul 2022 14:23:40 |
Tobias C. Berner (tcberner) |
x11-toolkits: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* 1wardd@airmail.net
* Alexander Kabaev <ak03@gte.com>
* Alexander Novitsky <alecn2002@yandex.ru>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Andreas Kohn <andreas@syndrom23.de>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Anton Berezin <tobez@FreeBSD.org>
* Brian Buchanan <brian@CSUA.Berkeley.EDU>
* Cezary Morga <cm@therek.net>
* Cheng-Lung Sung <clsung@FreeBSD.org>
* Danilo Egea Gondolfo <danilo@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
2.12.45_3 10 Apr 2022 19:11:41 |
Charlie Li (vishwin) |
textproc/libxml2: bump all LIB_DEPENDS consumers
This is a separate commit to facilitate easier cherry-picking for
quarterly.
PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor) |
2.12.45_2 26 Mar 2022 08:27:27 |
Matthias Fechner (mfechner) |
textproc/libxml2: bump all dependencies
This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246 |
2.12.45_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.12.45_1 18 Dec 2020 19:16:37 |
linimon |
Mark various ports as BROKEN with Mono 5.20, and, in some other cases,
Mono 6.8.
PR: 238089
Submitted by: cem
Obtained from: lonesome.com build regression testing |
2.12.45_1 08 Nov 2019 11:21:03 |
tobik |
x11*: Add missing USES={gl,gnome,mate} |
2.12.45_1 30 Jan 2018 19:00:28 |
dbn |
lang/mono: update to version 5.2.0.215 (and enhance USES=mono)
Highlights:
- New Roslyn compiler for C# available
- Improved support for nuget packages in USES=mono
General:
- fix pkg-plist: mono now produces '.pdb' debug files instead of '.mdb'
- bump all dependant ports
USES=mono:
- properly handle caching of nuget packages
- add support for multiple feeds for nuget packages
- add support for nuget dependencies in a separate file
- add support for paket packages (Only the first 15 lines of the commit message are shown above ) |
2.12.45 06 Jan 2018 08:44:30 |
dbn |
Update ancillary mono ports
x11-toolkits/gnome-sharp20:
- update to version 2.24.4
- use github for sources
- use autoreconf and provided bootstrap script (pre-configure)
- remove gettext-runtime, not used by port
- order USES section, move non-USES related variables to own section
x11-toolkits/gtk-sharp20:
- update to version 2.12.45
- remove gettext-runtime, not used by port
- order USES section, move non-USES related variables to own section
Differential Revision: https://reviews.freebsd.org/D13751 |
2.12.43 13 May 2017 07:48:27 |
dbn |
Update mono and related ports
USES=mono: minor fixes
- save a copy of the nuget package in the packages directory
- force linking of directories, allowing nuget-extract to be rerun
without `make clean`
- fix makenuget: nuget requires an equals to identify the version, not a dash
devel/monodevelop: update to 6.2.1.3
- update nuget packages:
- link older System.Collection.Immutable 1.1.37 to newer 1.3.1 (used
by C# and F# respectively)
- update external github repositories
- allow post-extract target to be run multiple times
- change MonoDevelop.Packaging to use a newer version of (Only the first 15 lines of the commit message are shown above ) |
2.12.42 27 Nov 2016 17:00:08 |
dbn |
USES=mono: simplify EXTRACT_ONLY, fix nuget-extract [1]
- Instead of excluding the specific packages added to DISTFILES (but only for
FreeBSD 9+), exclude all files with a '.nupkg' extension.
- Move the nuget-extract command to be before post-extract, to allow the port's
post-extract command to move packages around
audio/libgpod-sharp: add port for mono bindings for libgpod
- audio/libgpod: [2]
- USE_GNOME: add missing dependency
- Remove mono files from pkg-plist (now in audio/libgpod-sharp)
- Allow relevant variables to be overridden
- Fix MONO options
- Patch source to allow building with modern mono
- Avoid post-install target for slave ports.
(Only the first 15 lines of the commit message are shown above ) |
2.12.40 31 Oct 2016 06:58:31 |
dbn |
lang/mono: update to 4.6.1.5.
USES=mono: add nuget argument
The nuget argument adds support for nuget packages. The nuget
packages must be specified in the NUGET_DEPENDS variable.
devel/monodevelop: update to 6.1.1.15
- Switch to github. The other official source is quite a few versions
behind.
- Add missing dependencies (fsharp, ssl2, curl)
- Add required nuget packages
- Add required external repositories
- Drop options. Although ./configure offers these flags, there is no
functional change (i.e. no-op)
- All patches have been upstreamed (and the one we need is from (Only the first 15 lines of the commit message are shown above ) |
2.12.10_3 01 Apr 2016 14:33:58 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
2.12.10_3 27 Jan 2015 21:01:59 |
amdmi3 |
- Drop @dirrm* from and add empty directories to pkg-plists
Approved by: portmgr blanket, kwm (for gnome@ ports) |
2.12.10_3 29 Aug 2014 09:18:13 |
amdmi3 |
- Drop .la files, no dependees require them
Approved by: portmgr blanket |
2.12.10_2 26 May 2014 13:29:40 |
bapt |
Convert to USES=mono
With hat: portmgr |
2.12.10_2 13 May 2014 10:28:39 |
tijl |
Add USES=libtool:keepla. |
2.12.10_1 10 Apr 2014 15:27:04 |
bapt |
Support stage
Modernize |
2.12.10_1 21 Jan 2014 23:40:23 |
bapt |
Fix properties on pkg-plist |
2.12.10_1 16 Nov 2013 17:58:27 |
romain |
Freshen-up port and rename package. |
2.12.10_1 20 Sep 2013 23:57:48 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11-toolkits) |
03 Sep 2013 06:36:42
|
bapt |
Add an explicit dependency on pkgconf |
2.12.10_1 02 Sep 2013 09:36:29 |
az |
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket) |
2.12.10_1 08 Mar 2013 10:51:36 |
kwm |
* Update the glib to 2.34.3 and gtk20 to 2.24.17 and gtk30 to 3.6.4 which
are the latest stable releases.
* Update vala to the newest stable release 0.18.1, also update a few ports
in the gtk/gnome stack.
* The c++ bindings ports for glib, atk, gconf, etc, have now USE_GNOME toggles.
* Remove pkg-config run depends from glib20 and freetype2. This doesn't
eliminate pkg-config run dependency completely, a second phase is needed
and is planned.
* Support for .:run. and .:build. for USE_GNOME components was added.
Currently only libxml2 and libxslt support this mechanism.
* Updates of the telepathy stack and empathy.
* Trim makefile headers, convert ports to new options, trim off library
versions for some ports.
* Fix other ports so they build with the new glib version.
Thanks to miwi and crees for helping out with some exp-runs.
Approved by: portmgr (miwi & bapt)
Obtained from: gnome team repo |
2.12.10_1 29 Jun 2012 18:24:09 |
az |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@) |
2.12.10_1 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
2.12.10 12 Jun 2011 19:06:26 |
romain |
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 (Only the first 15 lines of the commit message are shown above ) |
2.12.10 01 Jun 2010 12:41:31 |
romain |
- 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] |
2.12.9_3 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
2.12.9_2 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
2.12.9_1 31 Jul 2009 13:57:52 |
dinoex |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
2.12.9 22 Jun 2009 07:55:50 |
flz |
- Update lang/mono to 2.4.
- Update a bunch of c# ports as well (gtksharp20, mono-zeroconf, tomboy,
gnome-desktop-sharp, gnomesharp20).
- Remove devel/monodoc as it is now included in lang/mono.
- Add www/mod_mono, an apache module serving ASP.net pages.
- Add www/xsp, a mono-based webserver.
PR: ports/135248, ports/135249
Submitted by: Romain Tartiere <romain@blogreen.org> |
2.12.8 22 Mar 2009 19:34:49 |
pav |
- Update to 2.12.8
PR: ports/131491
Submitted by: Christoph Moench-Tegeder <cmt@burggraben.net> |
2.12.5 09 Feb 2009 09:00:01 |
flz |
- Update lang/mono to 2.0.1.
- Also update a bunch of c-sharp ports to their latest version.
- Change maintainership to mono@FreeBSD.org.
PR: ports/129724
Submitted by: Phillip Neumann, Romain Tartiere (bsd-sharp team) |
2.10.2_2 25 Jul 2008 22:46:15 |
miwi |
- Update maintainer mail address
PR: 125786
Submitted by: Phillip N. <pneumann@gmail.com> |
2.10.2_2 18 Jun 2008 20:09:57 |
pav |
- Fix fetch |
2.10.2_2 06 Jun 2008 14:16:37 |
edwin |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
2.10.2_1 23 Oct 2007 03:26:43 |
tmclaugh |
Update to 2.10.2
Submitted by: Phillip Neumann
Project by: BSD# (http://www.mono-project.com/Mono:FreeBSD) |
2.10.0_2 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
2.10.0_1 04 Feb 2007 22:31:15 |
tmclaugh |
s/INSTALLS_SHLIB/USE_LDCONFIG/ |
2.10.0_1 04 Feb 2007 22:05:01 |
tmclaugh |
- Update to 2.10.0
- Move to LOCALBASE
- Port is no longer includes Gnome specific libraries, those are included in
the new x11-toolkits/gnome-sharp20 port. In addition, now that this is a
"blessed" Gnome dependency ports may use USE_GNOME=gtksharp20
Project by: BSD# (http://www.mono-project.com/Mono:FreeBSD) |
2.8.2 07 Oct 2006 17:42:40 |
tmclaugh |
Update to 2.8.2
Project by: BSD# http://www.mono-project.com/Mono:FreeBSD |
2.8.0_2 23 Apr 2006 21:01:48 |
tmclaugh |
Add missing textproc/p5-XML-LibXML run dependency for
/usr/X11R6/lib/gtk-sharp-2.0/gapi2xml.pl
Notified by: Andreas Kohn on Freenode's #BSD-Sharp |
2.8.0_1 23 Feb 2006 10:40:45 |
ade |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
2.8.0 19 Feb 2006 06:24:51 |
tmclaugh |
Update to 2.8.0
- patch-gtkhtml_gtkhtml-sharp.dll.config.in,
patch-vte_vte-sharp.dll.config.in:
Remove unnecessary patching now that libraries use ltverhack
Project by: BSD# <http://www.mono-project.com/Mono:FreeBSD> |
2.4.0_2 05 Feb 2006 02:58:05 |
tmclaugh |
- Remove some unnecessary patches now that the ports for the libraries
refferenced use ltverhack
- Remove USE_REINPLACE while I'm here
Project by: BSD# <http://www.mono-project.com/Mono:FreeBSD> |
2.4.0_1 22 Jan 2006 03:00:46 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
2.4.0_1 14 Jan 2006 21:47:45 |
tmclaugh |
Update to 2.4.0 |
2.3.92 01 Dec 2005 03:39:25 |
tmclaugh |
Add SHA256 to my BSD# ports
Project by: BSD# <http://www.mono-project.com/Mono:FreeBSD> |
2.3.92 15 Nov 2005 06:52:12 |
ade |
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run. |
2.3.92 10 Nov 2005 04:25:12 |
tmclaugh |
- Update to 2.3.92 [1]
- Remove PKGNAMESUFFIX, we don't need this.
- Remove libgnomedb# and gda#, libgnomedb and gda are no lobnger part
of Gnome.
- Add support for gtkhtml 3.8
- Correct pkg-plist for gacutil changes with Mono 1.1.9.x
- Include bsd.mono.mk.
Submitted by: Soeren Straarup <xride@x12.dk>
Approved by: ahze (mentor)
Project by: BSD# <http://www.mono-project.com/Mono:FreeBSD> |
1.9.5_3 06 Nov 2005 07:36:17 |
tmclaugh |
Bump PORTREVISION to chase glib update that came with Gnome 2.12
- Initially I planned to make a large Mono commit right after Gnome 2.12
was merged but the new Gnome has in part caused me to delay merging
updates to Mono and friends.
Approved by: mezz (co-mentor) |
1.9.5_2 29 Sep 2005 04:56:42 |
tmclaugh |
- Readd gtk-sharp10 and gtk-sharp20 which I accidently deleted.
Notified by: Kris INDEX mail |
1.9.5_2 29 Sep 2005 03:54:37 |
tmclaugh |
- Remove gtk-sharp and gtk-sharp-devel now that they have been
repo-copied to gtk-sharp10 and gtk-sharp20 respectively.
Approved by: ahze (mentor)
Repocopy by: marcus |
1.9.5_2 29 Sep 2005 03:36:25 |
tmclaugh |
- Enable gtk-sharp10 and gtk-sharp20 in the ports tree.
- gtk-sharp has been repo-copied to gtk-sharp10 and gtk-sharp-devel has
been repo-copied to gtk-sharp20 so both ports reflect their respective
GTK# API versions.
Approved by: ahze (mentor) |