non port: Mk/Uses/mono.mk |
SVNWeb
|
Number of commits found XX: 16 |
Sun, 16 Feb 2020
|
[ 21:44 dch ] 
526329 Mk/Uses/mono.mk
Update mono USES= as optional buildtime-only dependency
Reviewed by: romain
Approved by: Maintainer Timeout
Sponsored by: SkunkWerks, GmbH
Differential Revision: https://reviews.freebsd.org/D23278
|
Wed, 12 Sep 2018
|
[ 14:53 dbn ] 
479607 Mk/Uses/mono.mk
USES=mono: improve makenupkg
- add support for v3 of the nuget API
- switch to using v3 for NUGET [1]
- rewrite makenupkg to avoid full feed list [2]
- change fetch group to allow "+" in package name/version
[1] NUGET redirects to the source under the v2 API, however this breaks
`makenupkg` as curl fails to follow the redirect when getting the header.
[2] Previously, makenupkg got the complete list of packages (and versions)
a feed. However, for some feeds this takes a very really long time (slow
server response rate). To avoid this, rather check if the package is
available (without downloading it).
|
Sat, 30 Jun 2018
|
[ 20:27 dbn ] 
473641 Mk/Uses/mono.mk
473641 devel/monodevelop/Makefile
473641 devel/monodevelop/distinfo
473641 devel/monodevelop/files/patch-Makefile.am
473641 devel/monodevelop/files/patch-external_fsharpbinding_.paket_paket.targets
473641 devel/monodevelop/files/patch-src_addins_AspNet_MonoDevelop.AspNet.csproj
473641 devel/monodevelop/files/patch-src_core_MonoDevelop.Core_MonoDevelop.Core.csproj
473641 devel/monodevelop/nupkg-nuget
473641 devel/monodevelop/nupkg-roslyn
473641 devel/monodevelop/nupkg-roslyn_for_vs_for_mac
(Only the first 10 of 16 ports in this commit are shown above. )
devel/monodevelop: update to 7.5.3.7
- remove reference assemblies as a dependency: no longer required
- remove mono-addins as a dependency: shipped internally (via github)
- remove cmake as a dependency: replaced by new build system based on msbuild
- add multiple nuget feeds and move nuget dependencies into separate files
- explicitly set full path to install(1) to fix installation script
- USES=mono: read nupkg name and version from nuspec file
Differential Revision: https://reviews.freebsd.org/D16070
|
[ 07:13 dbn ] 
473599 Mk/Uses/mono.mk
473599 devel/google-gdata/Makefile
473599 games/openra/Makefile
USES=mono: enhance makenupkg and add NUGET_LAYOUT
Enhance makenupkg to properly generate nupkg-* files when multiple feeds
provide the same package (but different versions).
Add NUGET_LAYOUT to dictate the layout of the package directory. Sometimes
msbuild (and nuget) does not work with symbolic links and cannot handle the
`legacy` layout.
|
Tue, 30 Jan 2018
|
[ 19:00 dbn ] 
460430 Mk/Uses/mono.mk
460430 audio/taglib-sharp/Makefile
460430 deskutils/tomboy/Makefile
460430 devel/dbus-sharp/Makefile
460430 devel/dbus-sharp/pkg-plist
460430 devel/flickrnet/Makefile
460430 devel/google-gdata/Makefile
460430 devel/google-gdata/distinfo
460430 devel/google-gdata/files/patch-Makefile
460430 devel/google-gdata/files/patch-src_gapps_auditservice.cs
(Only the first 10 of 74 ports in this commit are shown above. )
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 )
|
Sat, 13 May 2017
|
[ 07:48 dbn ] 
440759 Mk/Uses/mono.mk
440759 devel/monodevelop/Makefile
440759 devel/monodevelop/distinfo
440759 devel/monodevelop/files/patch-Makefile.am
440759 devel/monodevelop/files/patch-external_fsharpbinding_.paket_paket.targets
440759 devel/monodevelop/files/patch-external_fsharpbinding_MonoDevelop.FSharpBinding_FSharpTextEditorCompletion.fs
440759 devel/monodevelop/pkg-plist
440759 irc/smartirc4net/Makefile
440759 irc/smartirc4net/distinfo
440759 irc/smartirc4net/files
(Only the first 10 of 27 ports in this commit are shown above. )
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 )
|
Sun, 27 Nov 2016
|
[ 17:00 dbn ] 
427247 Mk/Uses/mono.mk
427247 audio/Makefile
427247 audio/libgpod-sharp
427247 audio/libgpod-sharp/Makefile
427247 audio/libgpod-sharp/pkg-plist
427247 audio/libgpod/Makefile
427247 audio/libgpod/pkg-plist
427247 devel/monodevelop/Makefile
427247 devel/monodevelop/distinfo
427247 games/openra/Makefile
(Only the first 10 of 21 ports in this commit are shown above. )
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 )
|
Mon, 31 Oct 2016
|
[ 06:58 dbn ] 
424974 Mk/Uses/mono.mk
424974 devel/monodevelop/Makefile
424974 devel/monodevelop/distinfo
424974 devel/monodevelop/files/patch-external_fsharpbinding_.paket_paket.targets
424974 devel/monodevelop/files/patch-external_fsharpbinding_MonoDevelop.FSharpBinding_FSharpTextEditorCompletion.fs
424974 devel/monodevelop/files/patch-src_addins_MonoDevelop.Autotools_MakefileProjectServiceExtension.cs
424974 devel/monodevelop/files/patch-src_addins_MonoDevelop.Autotools_SolutionDeployer.cs
424974 devel/monodevelop/files/patch-src_addins_MonoDeveloperExtensions_MonoSolutionItemHandler.cs
424974 devel/monodevelop/files/patch-src_addins_VersionControl_MonoDevelop.VersionControl.Subversion.dll.config
424974 devel/monodevelop/files/patch-theme-icons_icon-theme-installer
(Only the first 10 of 24 ports in this commit are shown above. )
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 )
|
Sun, 27 Mar 2016
|
[ 01:23 bapt ] 
411970 Mk/Uses/ada.mk
411970 Mk/Uses/autoreconf.mk
411970 Mk/Uses/bison.mk
411970 Mk/Uses/blaslapack.mk
411970 Mk/Uses/cmake.mk
411970 Mk/Uses/compiler.mk
411970 Mk/Uses/cran.mk
411970 Mk/Uses/desktop-file-utils.mk
411970 Mk/Uses/display.mk
411970 Mk/Uses/drupal.mk
(Only the first 10 of 85 ports in this commit are shown above. )
Remove the now unneeded ${PORTSDIR} from dependency definition in
The infrastructure Makefiles
PR: 206569
Exp run by: antoine
Differential Revision: D5047
|
Thu, 15 Oct 2015
|
[ 07:36 bapt ] 
399326 CHANGES
399326 Mk/Uses/ada.mk
399326 Mk/Uses/autoreconf.mk
399326 Mk/Uses/bison.mk
399326 Mk/Uses/blaslapack.mk
399326 Mk/Uses/cmake.mk
399326 Mk/Uses/compiler.mk
399326 Mk/Uses/cran.mk
399326 Mk/Uses/desktop-file-utils.mk
399326 Mk/Uses/display.mk
(Only the first 10 of 67 ports in this commit are shown above. )
Readd PORTSDIR for now we will only start removing them after 2016Q1 is branched
This gives more time for tools to get updated, available in packages etc before
bothering users
|
Wed, 14 Oct 2015
|
[ 16:49 bapt ] 
399278 CHANGES
399278 Mk/Uses/ada.mk
399278 Mk/Uses/autoreconf.mk
399278 Mk/Uses/bison.mk
399278 Mk/Uses/blaslapack.mk
399278 Mk/Uses/cmake.mk
399278 Mk/Uses/compiler.mk
399278 Mk/Uses/cran.mk
399278 Mk/Uses/desktop-file-utils.mk
399278 Mk/Uses/display.mk
(Only the first 10 of 67 ports in this commit are shown above. )
Drop the necessity to add ${PORTSDIR} to dependency line
Modify make describe to automatically prepend ${PORTSDIR} if the path for the
port is not absolute
Checked with poudriere, portmaster, portupgrade
PR: 203685
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D3866
|
Tue, 10 Mar 2015
|
[ 12:58 romain ] 
380911 Mk/Uses/mono.mk
Set an arbitrary time-zone.
mdoc(1) will fail if no time-zone information is available, so provide one.
PR: ports/198414
Reported by: antoine
|
Sun, 28 Sep 2014
|
[ 16:36 tijl ] 
369465 Mk/Uses/ada.mk
369465 Mk/Uses/autoreconf.mk
369465 Mk/Uses/bison.mk
369465 Mk/Uses/charsetfix.mk
369465 Mk/Uses/cmake.mk
369465 Mk/Uses/compiler.mk
369465 Mk/Uses/cran.mk
369465 Mk/Uses/desktop-file-utils.mk
369465 Mk/Uses/desthack.mk
369465 Mk/Uses/display.mk
(Only the first 10 of 53 ports in this commit are shown above. )
Change the way USES is handled:
- Loop over USES twice, once to define all *_ARGS variables and once to
include Uses/*.mk. This allows all Uses/*.mk to examine arguments given
to other USES entries.
- Always define *_ARGS (possibly empty) and replace commas with spaces.
Similar for _USES_POST.
Adjust all Uses/*.mk:
- defined(u_ARGS) becomes !empty(u_ARGS)
- Eliminate helper variables like _*_ARGS=${*_ARGS:C/,/ /g}
- Some Uses/*.mk used ":" as argument separator instead of ",", but no port
used this form
- Uses/cran.mk: remove unused variable VALID_ARGS and USES+=fortran which
has no effect
- Uses/twisted.mk: simplify handling of the case where neither "build" nor
"run" arguments have been specified
PR: 193931
Exp-run by: antoine
Approved by: portmgr (antoine)
|
Mon, 26 May 2014
|
[ 13:15 bapt ] 
355334 Mk/Uses/mono.mk
A typo can hide another typo
Submitted by: kwm
|
[ 13:10 bapt ] 
355329 Mk/Uses/mono.mk
Fix typos
Submitted by: sunpoet
|
[ 11:41 bapt ] 
355304 Mk/Uses/mono.mk
Move part of bsd.mono.mk into USES=mono
Drop code for nant support which is not used at all in the ports tree
Add dependency handling on lang/mono
Pass maintainership to mono@
|
Number of commits found XX: 16 |