notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: lang/J/Makefile
SVNWeb

Number of commits found: 17

Tue, 21 Mar 2023
[ 00:01 Muhammad Moinur Rahman (bofh) search for other commits by this committer ]    commit hash:1f05ea9eaf7cc8f1a8e32f5758f7bb50b76f34e8  commit hash:1f05ea9eaf7cc8f1a8e32f5758f7bb50b76f34e8  commit hash:1f05ea9eaf7cc8f1a8e32f5758f7bb50b76f34e8  1f05ea9  (Only the first 10 of 25 ports in this commit are shown above. View all ports for this commit)
lang/J: Remove expired port:

2023-03-21 lang/J: Broken since 2021
Mon, 20 Feb 2023
[ 17:09 Antoine Brodin (antoine) search for other commits by this committer ]    commit hash:ffebdf4a9df0c596e34e9c3fa224fbcb4da2a2f7  commit hash:ffebdf4a9df0c596e34e9c3fa224fbcb4da2a2f7  commit hash:ffebdf4a9df0c596e34e9c3fa224fbcb4da2a2f7  ffebdf4 
lang/J: deprecate
Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Mon, 25 Oct 2021
[ 12:58 Alexey Dokuchaev (danfe) search for other commits by this committer ]    commit hash:61b661339366b6ee95ca1de0667979da9240c6b8  commit hash:61b661339366b6ee95ca1de0667979da9240c6b8  commit hash:61b661339366b6ee95ca1de0667979da9240c6b8  61b6613  (Only the first 10 of 79 ports in this commit are shown above. View all ports for this commit)
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.
Thu, 29 Jul 2021
[ 06:08 Gerald Pfeifer (gerald) search for other commits by this committer ]    commit hash:ec23734f4a935a3c5ac93c124fc6d7a34c6f6ec2  commit hash:ec23734f4a935a3c5ac93c124fc6d7a34c6f6ec2  commit hash:ec23734f4a935a3c5ac93c124fc6d7a34c6f6ec2  ec23734 
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)
Wed, 7 Apr 2021
[ 08:09 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  cf118cc  (Only the first 10 of 8873 ports in this commit are shown above. View all ports for this commit)
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Tue, 16 Mar 2021
[ 21:15 amdmi3 search for other commits by this committer ] Original commit   Revision:568616
- 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]
Tue, 3 Mar 2020
[ 15:11 mat search for other commits by this committer ] Original commit   Revision:527679
Regular USE_GITHUB cleanup.
Fri, 26 Jul 2019
[ 20:46 gerald search for other commits by this committer ] Original commit   Revision:507372 (Only the first 10 of 3853 ports in this commit are shown above. View all ports for this commit)
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
Wed, 26 Jun 2019
[ 01:55 linimon search for other commits by this committer ] Original commit   Revision:505135
Fix bogus ONLY_FOR_ARCHS_REASON logic.

Reported by:	mat
Tue, 25 Jun 2019
[ 12:24 linimon search for other commits by this committer ] Original commit   Revision:505082
Restore line dropped in r500311.

Approved by:	swills
Sun, 28 Apr 2019
[ 12:10 swills search for other commits by this committer ] Original commit   Revision:500311 (Only the first 10 of 17 ports in this commit are shown above. View all ports for this commit)
lang/J: Update to j807-release

PR:		236454
Submitted by:	Joao Neves <sevenjp@gmail.com> (maintainer)
Mon, 10 Sep 2018
[ 10:29 mat search for other commits by this committer ] Original commit   Revision:479384
Change the arch in ONLY_FOR_ARCHS_REASON_x to be actually used.
Mon, 4 Jun 2018
[ 14:46 mat search for other commits by this committer ] Original commit   Revision:471550 (Only the first 10 of 23 ports in this commit are shown above. View all ports for this commit)
Fix USE_GITHUB usage.

Sponsored by:	Absolight
Tue, 17 Apr 2018
[ 16:52 pi search for other commits by this committer ] Original commit   Revision:467617 (Only the first 10 of 16 ports in this commit are shown above. View all ports for this commit)
lang/J: update 806 -> 808

- builds on 10.3 now

PR:		227395
Submitted by:	Joao Neves <sevenjp@gmail.com> (maintainer)
Sun, 8 Apr 2018
[ 09:41 pi search for other commits by this committer ] Original commit   Revision:466786 (Only the first 10 of 26 ports in this commit are shown above. View all ports for this commit)
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