notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: databases/cassandra3/Makefile

Number of commits found: 26

Tuesday, 27 Jun 2023
19:34 Rene Ladan (rene) search for other commits by this committer
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>
commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb 3d9a815
Tuesday, 4 Apr 2023
18:10 Muhammad Moinur Rahman (bofh) search for other commits by this committer
*/*: Refactor java/openjdk7 removal

- java/openjdk7* has been removed from the tree since 2022-09-03 however
  the relevant codebases in bsd.java.mk has not been removed and the
  consumers has also not been updated to use the next jdk version. This
  commit updates all relevant consumers to use JAVA_VERSION=8 instead of
  JAVA_VERSION=1.7
- Since the introduction of jdk version 18 it looks like similar with
  jdk version 8(java version string 1.8). This is prone to error as it
  looks similar and is only seperated by a '.'. Remove using
  JAVA_VERSION with dotted fomat of java version string and update all
  consumers to utilize version 8 instead of 1.8.

Approved by:	portmgr (blanket)
commit hash: 4cda17ab14588e6e4fdac7f697e246554ce82af3 commit hash: 4cda17ab14588e6e4fdac7f697e246554ce82af3 commit hash: 4cda17ab14588e6e4fdac7f697e246554ce82af3 commit hash: 4cda17ab14588e6e4fdac7f697e246554ce82af3 4cda17a
Wednesday, 11 Jan 2023
17:36 Fernando Apesteguía (fernape) search for other commits by this committer Author: Angelo Polo
databases/cassandra3: Update to 3.11.14

ChangeLog:
https://gitbox.apache.org/repos/asf?p=cassandra.git;a=blob_plain;f=CHANGES.txt;hb=refs/tags/cassandra-3.11.14

PR:		267624
Reported by:	language.devel@gmail.com
MFH:		2023Q1 (security fixes)
Relnotes:
Security:	CVE-2022-42003
		CVE-2022-4200
		CVE-2022-25857
		CVE-2019-2684
		CVE-2020-7238
		CVE-2022-2482
		CVE-2021-44521
		CVE-2015-0886
commit hash: 0c267ac14349fb0250f5a2fd8fd79e093b3626f6 commit hash: 0c267ac14349fb0250f5a2fd8fd79e093b3626f6 commit hash: 0c267ac14349fb0250f5a2fd8fd79e093b3626f6 commit hash: 0c267ac14349fb0250f5a2fd8fd79e093b3626f6 0c267ac
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
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)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Wednesday, 20 Apr 2022
15:02 Mikael Urankar (mikael) search for other commits by this committer Author: Angelo Polo
databases/cassandra3: Fix build

Add missing patches.

PR:		261220
commit hash: 81ab4a37d966e58420baa0b6df712a2a3dbdbdce commit hash: 81ab4a37d966e58420baa0b6df712a2a3dbdbdce commit hash: 81ab4a37d966e58420baa0b6df712a2a3dbdbdce commit hash: 81ab4a37d966e58420baa0b6df712a2a3dbdbdce 81ab4a3
Thursday, 17 Feb 2022
19:43 Neel Chauhan (nc) search for other commits by this committer Author: Angelo Polo
databases/cassandra3: Fix dependency resolution

PR:	261220
commit hash: 5ebca6fa41190415bf3332a7bd0df4dc09b8c0e6 commit hash: 5ebca6fa41190415bf3332a7bd0df4dc09b8c0e6 commit hash: 5ebca6fa41190415bf3332a7bd0df4dc09b8c0e6 commit hash: 5ebca6fa41190415bf3332a7bd0df4dc09b8c0e6 5ebca6f
Tuesday, 18 Jan 2022
20:01 Neel Chauhan (nc) search for other commits by this committer Author: Angelo Polo
databases/cassandra3: Update to 3.11.11

PR:	261220
commit hash: 70cc8bbf89e0cd3b4f025ce4a631836aefc73d43 commit hash: 70cc8bbf89e0cd3b4f025ce4a631836aefc73d43 commit hash: 70cc8bbf89e0cd3b4f025ce4a631836aefc73d43 commit hash: 70cc8bbf89e0cd3b4f025ce4a631836aefc73d43 70cc8bb
Saturday, 25 Sep 2021
20:28 Bernhard Froehlich (decke) search for other commits by this committer
databases/cassandra3: Add CPE information

Approved by:	portmgr (blanket)
commit hash: 1d7f925f22db0f375b69f5a38e5c181b1dcd06f1 commit hash: 1d7f925f22db0f375b69f5a38e5c181b1dcd06f1 commit hash: 1d7f925f22db0f375b69f5a38e5c181b1dcd06f1 commit hash: 1d7f925f22db0f375b69f5a38e5c181b1dcd06f1 1d7f925
Sunday, 29 Aug 2021
14:54 Alexey Dokuchaev (danfe) search for other commits by this committer
Cleanup: for ports under d* categories, drop redundant GH_{ACCOUNT,PROJECT}.
commit hash: adb7b0687e256219563428386c0b082f7145c795 commit hash: adb7b0687e256219563428386c0b082f7145c795 commit hash: adb7b0687e256219563428386c0b082f7145c795 commit hash: adb7b0687e256219563428386c0b082f7145c795 adb7b06
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Saturday, 13 Feb 2021
17:47 nc search for other commits by this committer
databases/cassandra3: Use my username for the LOCAL distfile

PR:		253312
MFH:		2021Q1
Original commitRevision:565154 
Wednesday, 10 Feb 2021
02:07 nc search for other commits by this committer
databases/cassandra3: Update to 3.11.10

Changes:
https://gitbox.apache.org/repos/asf?p=cassandra.git;a=blob_plain;f=CHANGES.txt;hb=refs/tags/cassandra-3.11.10

PR:		253312
Submitted by:	Angelo Polo <language.devel AT gmail DOT com> (maintainer)
MFH:		2021Q1 (bugfix release)
Original commitRevision:564834 
Thursday, 14 Jan 2021
14:34 dbaio search for other commits by this committer
Remove PY_SPHINX from ports using Python 3

Approved by:	 portmgr blanket
Differential Revision:	https://reviews.freebsd.org/D28093
Original commitRevision:561562 
Tuesday, 17 Nov 2020
22:06 rene search for other commits by this committer
databases/cassandra3: update to 3.11.9

The port now uses Python 3 so unexpire it.

PR:		249595
Submitted by:	maintainer
Reported by:	swills (py27 overview)
Original commitRevision:555590 
Friday, 24 Jul 2020
15:47 mikael search for other commits by this committer
databases/cassandra3: fix build on aarch64 (Java OutOfMemory during build)

increase memory 256 (default) to 512 MB

PR:		247997
Submitted by:	Ronald Klop <ronald-lists@klop.ws>
Approved by:	Angelo Polo <language.devel@gmail.com> (maintainer)
Original commitRevision:543250 
Monday, 8 Jun 2020
04:41 kevans search for other commits by this committer
Multiple ports: improve regex compliance

These changes largely fall into just two categories:

1. Need textproc/gsed for GNU extensions
2. Extraneous escapes that can go away

For #1, there's a further subdivision into those that require autoconf magic
and those that can get away with BINARY_ALIAS=sed=${LOCALBASE}/bin/gsed.
-CURRENT will soon gain GNU extensions, but these will take longer to get to
all supported releases; we must switch them to gsed to ensure we're actually
properly building them as intended.

For #2, I've fixed these as I can and we should upstream these fixes.

PORTREVISION is bumped for all of the above, because we will almost
certainly build these differently when the replacements actually start
working.

These were all detected by the below-referenced exp-run [1]. The patch
included forbids many ordinary characters from being escaped, since we'll
later imbue those with special meanings. This has had the nice side effect
of picking up various things that we didn't handle properly, e.g. \t and \r
for tab and carriage return.

PR:		229925 [1]
Approved by:	koobs (mentor)
Approved by:	portmgr (blanket: trivial build fixes)
MFH:		no (invasive risk)
Differential Revision:	https://reviews.freebsd.org/D25185
Original commitRevision:538197 
Monday, 11 May 2020
23:51 dbaio search for other commits by this committer
Update Sphinx

- Repocopy textproc/py-sphinx to textproc/py-sphinx18

  Update it to 1.8.5 (latest version from 1.8.X).
  This version supports Python 2 and 3.
  Add test target.

- textproc/py-sphinx: Update to 3.0.2

  Python 3 only (3.5+).
  Add test target.

- Mk/Uses/python.mk: Add PY_SPHINX

  Shared macro to use with flavors and not break
  ports with USES=python (all versions).

  Python >=3.5  --> textproc/py-sphinx (v3.0.2)
  Python < 3.5  --> textproc/py-sphinx18 (v1.8.5)

  All ports that uses sphinx were changed to use the new variable
  ${PY_SPHINX} in the dependency line, exceptions:

    * Ports that fails to build with sphinx 3.0.2 because of code.
      They are pointing to textproc/py-sphinx18 directly.
      There aren't many ports.

    * Ports that doesn't know Python flavors.

- Add several patches to fix Sphinx consumers

  The most common issues are related with pkg-plist, the output
  files from Sphinx changes between versions, keep this dynamically
  is the better approach.

  This will save time in future sphinx updates.

PR:		245629
Exp-run by:	antoine
Original commitRevision:534966 
Saturday, 2 May 2020
19:48 pi search for other commits by this committer
New port: databases/cassandra4: Highly scalable distributed database

Apache Cassandra is a free and open-source distributed database.
It is a Java-based, highly scalable, eventually consistent, wide
column store. Cassandra database clusters are masterless with no
single point of failure. Replication can be configured across
multiple data centers.

Originally influenced by Dynamo and BigTable, Cassandra was initially
developed at and open sourced by Facebook before becoming a top-level
Apache project.

The CQL query language offers SQL-like data access and management.
Drivers are available for a number of languages.

This is an ALPHA version! It is not intended for production use.

WWW: https://cassandra.apache.org/

PR:		246081
Submitted by:	Angelo Polo <language.devel@gmail.com>
Reviewed by:	yuri
Original commitRevision:533701 
Sunday, 8 Mar 2020
18:37 tcberner search for other commits by this committer
databases/cassandra3: Update to 3.11.6

PR:		244501
Submitted by:	Angelo Polo <language.devel@gmail.com>  (maintainer)
Original commitRevision:528067 
17:01 antoine search for other commits by this committer
Deprecate some ports using deprecated version of python

With hat:	portmgr
Original commitRevision:528058 
Wednesday, 18 Dec 2019
02:27 yuri search for other commits by this committer
databases/cassandra3: Update 3.11.4 -> 3.11.5

PR:		242692
Submitted by:	language.devel@gmail.com (maintainer)
Original commitRevision:520356 
Friday, 26 Jul 2019
20:46 gerald search for other commits by this committer
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
Original commitRevision:507372 
Wednesday, 20 Mar 2019
16:13 yuri search for other commits by this committer
databases/cassandra3: Update 3.11.3 -> 3.11.4

PR:		236128
Submitted by:	Angelo Polo <language.devel@gmail.com> (maintainer)
Original commitRevision:496349 
Saturday, 16 Feb 2019
17:11 antoine search for other commits by this committer
Fix build with DEFAULT_VERSIONS=python=3.6

PR:		234633
Original commitRevision:493047 
Monday, 28 Jan 2019
06:12 yuri search for other commits by this committer
New port: databases/cassandra3: Highly scalable distributed database

Versions 1.X and 2.X existed previously, but were removed due to build issues.

PR:		226377
Submitted by:	Angelo Polo <language.devel@gmail.com>
Original commitRevision:491455 

Number of commits found: 26