non port: lang/mono6.8/Makefile |
SVNWeb
|
Number of commits found: 19 |
Tue, 8 Aug 2023
|
[ 11:16 Jan Beich (jbeich) ] bcd9062
lang/mono*: add compat symlink for devel/msbuild < 16
/usr/local/lib/mono/msbuild/15.0/bin/Microsoft.CSharp.CurrentVersion.targets(331,5):
error MSB4019: The imported project
"/usr/local/lib/mono/msbuild/15.0/bin/Roslyn/Microsoft.CSharp.Core.targets" was
not found. Confirm that the path in the <Import> declaration is correct, and
that the file exists on disk.
PR: 256342
Suggested by: Marcin Cieślak
Regressed by: https://github.com/mono/mono/commit/1717687e16dd
|
[ 07:25 Fernando Apesteguía (fernape) Author: Marcin Cieślak ] bdfb6ae
lang/mono6.8: Fix build with ninja
Downgraded USES=autoreconf:2.69 to reduce the amount of warnings.
There is no need to invoke autogen.sh after running autoreconf.
PR: 272986
Reported by: saper@saper.info (maintainer)
|
Tue, 25 Jul 2023
|
[ 13:14 Dan Langille (dvl) ] c59052e (Only the first 10 of 23 ports in this commit are shown above. )
*/*: 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)
|
Tue, 27 Jun 2023
|
[ 19:34 Rene Ladan (rene) ] 3d9a815 (Only the first 10 of 4481 ports in this commit are shown above. )
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568>
|
Sat, 10 Sep 2022
|
[ 13:37 Po-Chuan Hsieh (sunpoet) ] e3b5f07
*: Fix e2438a86b81aea7cd41a66ca23fc49510679d85b
|
Fri, 9 Sep 2022
|
[ 21:02 Daniel Engberg (diizzy) ] e2438a8 (Only the first 10 of 32 ports in this commit are shown above. )
*/*: Update path set in BUILD_DEPENDS for CMake in more ports
Commit b23ea4e2d2f51b53d8915fe9fd7b4efbdd575e38 changed its location to
devel/cmake-core
Approved by: portmgr (blanket)
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Wed, 10 Aug 2022
|
[ 10:07 Felix Palmen (zirias) ] 1303528
lang/mono6.8: Fix build with archivers/brotli
Add USES=localbase, so in-tree headers are found before headers in
LOCALBASE. This fixes the build with archivers/brotli installed.
CONFLICTS isn't an option any more, after
478e294ddedbe6444330b00512a09406265bea71, archivers/brotli is an
indirect build dependency.
PR: 265745
Approved by: portmgr (build fix blanket), tcberner (mentor)
|
Wed, 20 Jul 2022
|
[ 14:22 Tobias C. Berner (tcberner) ] f98ae56 (Only the first 10 of 255 ports in this commit are shown above. )
lang: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alex Dupre <ale@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alonso Cardenas Marquez <acm@FreeBSD.org>
* Andreas Klemm <andreas@klemm.gtn.com>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Andrey Zakhvatov
* Anton Berezin <tobez@FreeBSD.org>
* Anton Berezin <tobez@tobez.org> (Only the first 15 lines of the commit message are shown above )
|
Mon, 10 Jan 2022
|
[ 15:15 Stefan Eßer (se) ] bcaf25a (Only the first 10 of 491 ports in this commit are shown above. )
Fix CONFLICTS entries of multiple ports
There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.
This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.
Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port (Only the first 15 lines of the commit message are shown above )
|
Tue, 16 Nov 2021
|
[ 19:41 Dries Michiels (driesm) ] 18510dd
lang/mono6.8: Fix version in CONFLICTS_INSTALL
PR: 254222
Approved by: 0mp (mentor), portmgr (blanket)
Differential Revision: https://reviews.freebsd.org/D32998
|
Sat, 16 Oct 2021
|
[ 09:51 Jimmy Olgeni (olgeni) ] 4460cf7 (Only the first 10 of 476 ports in this commit are shown above. )
*: fix tab vs. space issues, and comments according to the guide.
|
Wed, 6 Oct 2021
|
[ 20:52 Piotr Kubaj (pkubaj) ] 1ddcf44
lang/mono6.8: fix powerpc* plist
- actually add pkg-plist.powerpc,
- move it before bsd.port.pre.mk.
|
Wed, 26 May 2021
|
[ 03:07 Alexey Dokuchaev (danfe) ] f3ffaa8
lang/mono6.8: register build-time conflict against archivers/brotli
The build fails if `archivers/brotli' port is installed, with the
errors quoted below. It does not happen in pristine environments,
but may affect users who build ports locally.
../../external/corefx/src/Native/AnyOS/brotli/enc/dictionary_hash.c:16:1:
error: unknown type name 'BROTLI_INTERNAL'
BROTLI_INTERNAL const uint16_t kStaticDictionaryHash[32768] = {
^
../../external/corefx/src/Native/AnyOS/brotli/enc/dictionary_hash.c:16:31:
error: expected ';' after top level declarator
BROTLI_INTERNAL const uint16_t kStaticDictionaryHash[32768] = {
^
;
2 errors generated.
|
Tue, 20 Apr 2021
|
[ 06:57 Tobias Kortkamp (tobik) ] a91d653 (Only the first 10 of 16 ports in this commit are shown above. )
Mk/Uses/ninja.mk: Add support for devel/samurai (D29353)
Samurai is a Ninja-compatible build tool with fewer dependencies
than Ninja. Hook it to the framework via a new NINJA_DEFAULT.
This also adds %p to NINJA_STATUS to make Ninja or Samurai print
the percentage of completed jobs to make it easier to eyeball how
much of the build is done.
PR: 254678
Exp-run by: antoine
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Fri, 18 Dec 2020
|
[ 20:06 antoine ]
Fix PKGBASE collisions
|
[ 19:37 linimon ]
Add proper CONFLICTS_INSTALL.
These should now be complete and ready for wider testing, so change the
maintainers to all be mono@FreeBSD.org
PR: 251795
Submitted by: linimon
|
Sun, 13 Dec 2020
|
[ 02:53 linimon ] (Only the first 10 of 20 ports in this commit are shown above. )
Actually update the newly created port lang/mono6.8 to 6.8.
This port is a WIP. It compiles and packages on both amd64 and powerpc64.
However, the ports depending on it do *not*. I will continue working on
this. Because of this, assign maintainership to myself in the meantime.
This corresponds to the most recent patches in D23300 except with fixes
to the OPTIONS handling by myself.
Submitted by: prj_rootwyrm.com
Differential Revision: D23300
|
Number of commits found: 19 |