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/ccl/Makefile
SVNWeb

Number of commits found: 33

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, 10 Jan 2022
[ 15:15 Stefan Eßer (se) search for other commits by this committer ]    commit hash:bcaf25a8c8046b094f6b5ab5bc258333bc326ee1  commit hash:bcaf25a8c8046b094f6b5ab5bc258333bc326ee1  commit hash:bcaf25a8c8046b094f6b5ab5bc258333bc326ee1  bcaf25a  (Only the first 10 of 491 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Thu, 30 Sep 2021
[ 21:23 Rene Ladan (rene) search for other commits by this committer ]    commit hash:620968a43a5f9bb3fa98ab20f257a4c0d864caa7  commit hash:620968a43a5f9bb3fa98ab20f257a4c0d864caa7  commit hash:620968a43a5f9bb3fa98ab20f257a4c0d864caa7  620968a  (Only the first 10 of 399 ports in this commit are shown above. View all ports for this commit)
cleanup: drop support for EOL FreeBSD 11.X

Search criteria used:
- 11.4
- OSREL*
- OSVER*
- *_FreeBSD_11

Input from:
- adridg: devel/qca-legacy
- jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds
- sunpoet: security/p5-*OpenSSL*

Reviewed by:	doceng, kde, multimedia, perl, python, ruby, rust
Differential Revision: https://reviews.freebsd.org/D32008
Test Plan: make index
Mon, 21 Jun 2021
[ 09:53 Jimmy Olgeni (olgeni) search for other commits by this committer ]    commit hash:6b118e3de404dc6c95cda775a565fed473990bbc  commit hash:6b118e3de404dc6c95cda775a565fed473990bbc  commit hash:6b118e3de404dc6c95cda775a565fed473990bbc  6b118e3 
lang/ccl: LICENSE is APACHE20 since long ago.
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, 22 Sep 2020
[ 16:38 se search for other commits by this committer ] Original commit   Revision:549608
Add a build dependency on GNU as

On systems with GNU as in base (up to and including 12.x) there is no need
to provide the GNU binutils from a port.

If the not fully compatible llvm-as should be made available under the name
"as", the condition should be changed to always require binutils from a port
when running on a system after 12.x (which should retain the GNU as in base
for the live-time of that major release).
[ 16:20 se search for other commits by this committer ] Original commit   Revision:549605
Fix build with -fno-common
Sat, 12 Sep 2020
[ 08:00 olgeni search for other commits by this committer ] Original commit   Revision:548295
lang/ccl: IGNORE on FreeBSD < 12.
Mon, 10 Aug 2020
[ 07:37 olgeni search for other commits by this committer ] Original commit   Revision:544599
Update lang/ccl to version 1.12 and unbreak.

- i386 no longer supported :(

PR:           245941 (with changes)
Submitted by: Sean Champ <lab+bsd@thinkum.space>
Mon, 22 Apr 2019
[ 12:36 antoine search for other commits by this committer ] Original commit   Revision:499633
Mark BROKEN on FreeBSD 12 and 13

Reported by:	pkg-fallout
MFH:		2019Q2
Tue, 27 Mar 2018
[ 19:46 olgeni search for other commits by this committer ] Original commit   Revision:465746
In lang/ccl:

- Explicitly include <machine/trap.h> for accessing T_PAGEFLT.

- Use 'mc_flags' in mcontext_t to check for valid AVX state, rather than
  'mc_trapno'.

PR:		226809
Submitted by:	jhb
Fri, 21 Oct 2016
[ 12:51 mat search for other commits by this committer ] Original commit   Revision:424411 (Only the first 10 of 718 ports in this commit are shown above. View all ports for this commit)
${RM} already has -f.

PR:		213570
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Sat, 7 Nov 2015
[ 14:29 olgeni search for other commits by this committer ] Original commit   Revision:400996
Upgrade lang/ccl to version 1.11.

- Add LICENSE
- Do not mute install commands
- Regenerate patch-lisp-kernel_memory.c to make portlint happy
- Fix whitespace in pkg-message (portlint)
Fri, 3 Apr 2015
[ 11:26 mat search for other commits by this committer ] Original commit   Revision:383107 (Only the first 10 of 120 ports in this commit are shown above. View all ports for this commit)
Remove OSVERSION checks that do not make sense any more.

For example (${OSVERSION} >= 900000 && ${OSVERSION} < 900021) is always true,
as is (${OSVERSION} > 900002 || ${OSVERSION} < 900000 && ${OSVERSION} > 800107).

Regarding patches, when an EXTRA_PATCHES is no longer needed, I remove it, when
it is always needed, I renamed it, in one case, I merged two patches.

Differential Revision:	https://reviews.freebsd.org/D2209
Mon, 6 Oct 2014
[ 12:49 olgeni search for other commits by this committer ] Original commit   Revision:370159
Upgrade to version 1.10.
Tue, 13 May 2014
[ 15:02 olgeni search for other commits by this committer ] Original commit   Revision:353960
Add staging support and pet portlint.
Fri, 20 Sep 2013
[ 19:53 bapt search for other commits by this committer ] Original commit   Revision:327741 (Only the first 10 of 379 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang)
Thu, 7 Mar 2013
[ 13:22 olgeni search for other commits by this committer ] Original commit   Revision:313584
Upgrade to version 1.9.
Sat, 26 Jan 2013
[ 14:50 olgeni search for other commits by this committer ] Original commit   Revision:311016 (Only the first 10 of 50 ports in this commit are shown above. View all ports for this commit)
Convert Makefile headers to the new format in my ports.
Sun, 19 Aug 2012
[ 04:26 olgeni search for other commits by this committer ] Original commit 
Revert test code that crept in on r302526.

Submitted by:	Jarrod Sayers <jarrod downtools.com.au>
Tue, 14 Aug 2012
[ 16:35 olgeni search for other commits by this committer ] Original commit 
Upgrade to version 1.8.
Mon, 10 Oct 2011
[ 10:35 olgeni search for other commits by this committer ] Original commit 
Unset CCL_DEFAULT_DIRECTORY before running the CCL compiler, else
the build would fail.

PR:             ports/161416
Submitted by:   Nali Toja <nalitoja gmail com>
Wed, 17 Aug 2011
[ 11:53 olgeni search for other commits by this committer ] Original commit 
Upgrade to version 1.7.
Sat, 2 Apr 2011
[ 21:09 olgeni search for other commits by this committer ] Original commit 
Set MANUAL_PACKAGE_BUILD for amd64 7 only, which causes an abort
trap under tinderbox. i386 7 and amd64/i386 8 build just fine.
Tue, 29 Mar 2011
[ 20:35 olgeni search for other commits by this committer ] Original commit 
Remove MANUAL_PACKAGE_BUILD: this port builds fine in both i386 and
amd64 tinderboxes.
Mon, 28 Mar 2011
[ 16:45 olgeni search for other commits by this committer ] Original commit 
Upgrade to version 1.6.
Fri, 25 Jun 2010
[ 13:51 olgeni search for other commits by this committer ] Original commit 
Upgrade to version 1.5.

Feature safe:   yes
Fri, 15 Jan 2010
[ 11:13 olgeni search for other commits by this committer ] Original commit 
Precompile the asdf-install module.
Remove .orig files after patching.
Set MANUAL_PACKAGE_BUILD due to the SSE2 instruction set requirement.
Sat, 9 Jan 2010
[ 14:09 olgeni search for other commits by this committer ] Original commit 
Integrate adsf-install and the local FreeBSD registry into
asdf:*central-registry* by default.
Fri, 8 Jan 2010
[ 20:21 olgeni search for other commits by this committer ] Original commit 
Build without using a temporary script.
[ 12:50 olgeni search for other commits by this committer ] Original commit 
Add a pkg-message file with a few hints.
Sun, 3 Jan 2010
[ 16:17 olgeni search for other commits by this committer ] Original commit 
Add Clozure CL, a free Common Lisp implementation that can be
bootstrapped from C code alone.

Unfortunately this port does not support CPUs without the SSE2
instruction set, and will fail to build with a diagnostic message
in those cases. Supported FreeBSD architectures are i386 and amd64.

pkg-descr contains a quick description of the main Clozure CL
features.

Number of commits found: 33