Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
18 Dec 2020 19:16:37
10.2.1

|
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 |
18 Dec 2020 15:59:11
10.2.1

|
linimon  |
Pet portlint. |
19 Sep 2018 19:54:47
10.2.1

|
dbn  |
lang/fsharp: update to 10.2.1
- Remove patch: restore command is a no-op so rather carry less patches |
30 Jun 2018 20:21:52
10.0.2

|
dbn  |
lang/fsharp: update to 10.0.2
- add msbuild as build dependency (xbuild is no longer used)
- remove redundant mono dependency (now provided via USES)
- move nuget dependencies out to `nupkg-nuget` due to length
Differential Revision: https://reviews.freebsd.org/D16069 |
30 Jan 2018 19:00:28
4.1.18_1

|
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 ) |
13 May 2017 07:48:27
4.1.18

|
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 ) |
27 Nov 2016 17:00:08
4.0.1.20

|
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 ) |
31 Oct 2016 06:58:31
4.0.1.15

|
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 ) |
18 Oct 2016 16:05:20
4.0.1.10

|
dbn  |
lang/fsharp: fix build on FreeBSD < 11.
- change substitution since make(1) on FreeBSD 9 does not like variables
within a substitution.
- repeat tar substitution command since tar(1) on FreeBSD 9/10 does not
obay the 'g' substitution command.
Reported by: pkg-fallout
PR: 213584 |
14 Oct 2016 15:37:23
4.0.1.10

|
dbn  |
lang/fsharp: add missing patch files
- remove autorestore of nuget packages (now done by port)
PR: 213405 |
14 Oct 2016 15:35:51
4.0.1.10

|
dbn  |
lang/fsharp: fix build, add test support.
- Use license file from source
- Depend on PCL reference assemblies
- Download and extract nuget packages
- Mark the port as MAKE_JOBS_UNSAFE (it always run -j1)
- Mark the port as architecture agnostic (intepreted by mono)
- Add test support
PR: 213405 |
17 Aug 2016 07:43:05
4.0.1.10

|
romain  |
Stop trying to build a package
The build process starts by trying to to download nuget and some dependencies
required for building. It expects them to be downloaded this way, and because
the network is down during build, it fails. So stop trying to build pakages
for f-sharp: hoping that users interested in f-sharp have networking while
building.
Reported by: pkg-fallout, poudriere |
08 Aug 2016 17:55:48
4.0.1.10

|
romain  |
Update to 4.0.1.10. |
01 Apr 2016 14:08:38
3.1.2.5

|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat: portmgr
Sponsored by: Absolight |
29 Jul 2015 01:54:51
3.1.2.5

|
rpaulo  |
Update devel/fsharp 3.1.2.5.
This unbreaks the port with Mono 4.0.
Reviewed by: bapt
Approved by: bapt
Differential Revision: https://reviews.freebsd.org/D3224 |
25 May 2015 14:52:20
3.1.1.25

|
antoine  |
Mark BROKEN: Fails to build with mono 4
Project
"/wrkdirs/usr/ports/lang/fsharp/work/fsharp-3.1.1.25/src/fsharp/FSharp.Build-proto/FSharp.Build-proto.fsproj"
(default target(s)):
Target CallFsSrGen:
Created directory "obj/proto/./"
: error : Error initializing task FsSrGen: The classes in the module cannot be
loaded.
Build FAILED.
Errors:
/wrkdirs/usr/ports/lang/fsharp/work/fsharp-3.1.1.25/src/fsharp/FSharp.Build-proto/FSharp.Build-proto.fsproj
(default targets) ->
/wrkdirs/usr/ports/lang/fsharp/work/fsharp-3.1.1.25/lib/bootstrap/2.0/FSharp.SRGen.targets
(CallFsSrGen target) ->
: error : Error initializing task FsSrGen: The classes in the module cannot
be loaded.
0 Warning(s)
1 Error(s)
Reported by: pkg-fallout |
07 May 2015 16:32:44
3.1.1.25

|
mat  |
Update ports in the [i-m]* category to not use GH_COMMIT.
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight |
27 Oct 2014 15:23:31
3.1.1.25

|
bapt  |
Cleanup plist |
29 Jul 2014 18:44:07
3.1.1.25

|
lwhsu  |
- Update to 3.1.1.25
PR: 191479 (based on)
Submitted by: jack.pappas@gmail.com |
26 May 2014 13:11:44
3.0.34

|
bapt  |
Convert to USES=mono
With hat: portmgr |
24 Apr 2014 16:26:48
3.0.34

|
mat  |
Remove the last @comment $FreeBSD$ from plists.
With hat: portmgr
Sponsored by: Absolight |
28 Jan 2014 09:42:04
3.0.34

|
romain  |
Update to 3.0.34 and frenshen port.
Partially based on [1].
PR: ports/181361 [1]
Submitted by: Jack Pappas <jack.pappas@gmail.com> [1] |
21 Jan 2014 23:40:23
3.0.25_1

|
bapt  |
Fix properties on pkg-plist |
30 Dec 2013 20:55:19
3.0.25_1

|
ohauer  |
- rename AL2 to APACHE20 in Mk/bsd.licenses.db.mk
- svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20
- add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk
- add entry in UPDATING
- bulk change all ports AL2 => APACHE20
- math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4
PR: ports/184785
Submitted by: ohauer
Reviewed by: tabthorpe
Approved by: portmgr (tabthorpe@) |
20 Sep 2013 19:53:10
3.0.25_1

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang) |
23 Apr 2013 14:20:28
3.0.25_1

|
bapt  |
Finish converting the whole ports tree to USES=pkgconfig |
31 Mar 2013 13:11:05
3.0.25_1

|
pgj  |
- Fix build with pkgtools
Approved by: portmgr (miwi) |
20 Mar 2013 22:07:40
3.0.25

|
pgj  |
- Update to 3.0.25
- Change license to AL2, not restricted any more
- Transfer maintainership to mono
- Trim header
PR: ports/176018
Submitted by: Jack Pappas <jack.pappas@tidepowerd.com> |
01 Jun 2012 05:26:28
1.9.6.16_4
|
dinoex  |
- update png to 1.5.10 |
03 Jul 2011 13:45:36
1.9.6.16_3
|
ohauer  |
- remove MD5 |
28 Mar 2010 06:47:48
1.9.6.16_3
|
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
05 Feb 2010 11:46:55
1.9.6.16_2
|
dinoex  |
- update to jpeg-8 |
31 Jul 2009 13:57:52
1.9.6.16_1
|
dinoex  |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
29 May 2009 04:37:38
1.9.6.16
|
pgj  |
- Update to 1.9.6.16
Approved by: gabor (mentor) |
10 May 2009 10:46:38
1.9.6.2
|
pgj  |
F# developed as a research programming language to provide the much
sought-after combination of type safety, succinctness, performance,
expressivity and scripting, with all the advantages of running on a
high-quality, well-supported modern runtime system. This combination
has been so successful that the language is now being transitioned
towards a fully supported language on the .NET platform.
F# was developed as a pragmatically-oriented variant of ML that shares a
core language with OCaml. Unlike other scripting languages it executes
at or near the speed of C# and C++, making use of the performance that
comes through strong typing. Unlike many type-inferred,
statically-typed languages it also supports many dynamic language
techniques, such as property discovery and reflection where needed. F#
includes extensions for working across languages and for object-oriented
programming, and it works seamlessly with other .NET programming
languages and tools.
WWW: http://research.microsoft.com/fsharp/fsharp.aspx
Approved by: gabor (mentor) |