non port: lang/J/Makefile |
Number of commits found: 17 |
Tuesday, 21 Mar 2023
|
00:01 Muhammad Moinur Rahman (bofh)
lang/J: Remove expired port:
2023-03-21 lang/J: Broken since 2021
1f05ea9 |
Monday, 20 Feb 2023
|
17:09 Antoine Brodin (antoine)
lang/J: deprecate
ffebdf4 |
Wednesday, 7 Sep 2022
|
21:10 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.
This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.
There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.
The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.
Approved by: portmgr (tcberner)
b7f0544 |
Monday, 25 Oct 2021
|
12:58 Alexey Dokuchaev (danfe)
Style: improve ONLY_FOR_ARCHS_REASON (grammar, markup, etc.)
ONLY_FOR_ARCHS_REASON is used as part of the sentence and thus should
start with lower-case letter and not end with a period which is added
by the framework, similar to other knobs like BROKEN, IGNORE, et al.
While here, remove needless quoting, add missing Oxford comma, expand
contractions and jargonisms, use correct spelling for proper names.
61b6613 |
Thursday, 29 Jul 2021
|
06:08 Gerald Pfeifer (gerald)
lang/J: Remove the OPENMP option
The OPENMP option depends on the obsolete lang/gcc7 port (and does
so in an unconventional way that likely doesn't actually work these
days when the default version of GCC is much newer). It's also off
by default and may not have been exercised at all.
Approved by: maintainer timeout (sevenjp@gmail.com, 23 days)
ec23734 |
Wednesday, 7 Apr 2021
|
08:09 Mathieu Arnold (mat)
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
cf118cc |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Tuesday, 16 Mar 2021
|
21:15 amdmi3
- Mark BROKEN: does not compile
/wrkdirs/usr/ports/lang/J/work/jsource-j807-release/jsrc/ar.c:254:70: error:
implicit conversion from 'long long' to 'double' changes value from
9223372036854775807 to 9223372036854775808
[-Werror,-Wimplicit-const-int-float-conversion]
- Fix CONFLICTS_INSTALL on openjdk* (conflict of bin/jconsole binary from J vs.
symlink installed by openjdk* from post-install scripts) [1]
- Fix WWW
PR: 236427 [1]
Reported by: bojan_petrovic@fastmail.fm [1]
|
Tuesday, 3 Mar 2020
|
15:11 mat
Regular USE_GITHUB cleanup.
|
Friday, 26 Jul 2019
|
20:46 gerald
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
|
Wednesday, 26 Jun 2019
|
01:55 linimon
Fix bogus ONLY_FOR_ARCHS_REASON logic.
Reported by: mat
|
Tuesday, 25 Jun 2019
|
12:24 linimon
Restore line dropped in r500311.
Approved by: swills
|
Sunday, 28 Apr 2019
|
12:10 swills
lang/J: Update to j807-release
PR: 236454
Submitted by: Joao Neves <sevenjp@gmail.com> (maintainer)
|
Monday, 10 Sep 2018
|
10:29 mat
Change the arch in ONLY_FOR_ARCHS_REASON_x to be actually used.
|
Monday, 4 Jun 2018
|
14:46 mat
Fix USE_GITHUB usage.
Sponsored by: Absolight
|
Tuesday, 17 Apr 2018
|
16:52 pi
lang/J: update 806 -> 808
- builds on 10.3 now
PR: 227395
Submitted by: Joao Neves <sevenjp@gmail.com> (maintainer)
|
Sunday, 8 Apr 2018
|
09:41 pi
New port: lang/J
J (J language) is a high-level, general-purpose, high-performance
programming language. J is portable and runs on 32/64-bit
Windows/Linux/Mac as well as iOS, Android, and other platforms.
WWW: http://www.jsoftware.com
PR: 226186
Submitted by: Joao Neves <sevenjp@gmail.com>
|
Number of commits found: 17 |