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) combinatio for a given watch list. This is what FreshPorts will look for.

non port: games/7kaa/Makefile

Number of commits found: 29

Monday, 25 Sep 2023
19:39 Dmitry Marakasov (amdmi3) search for other commits by this committer
games/7kaa: update 2.15.5 → 2.15.6
commit hash: 1cacdcb76b1530cba47f3965ff720f80d9c8ece9 commit hash: 1cacdcb76b1530cba47f3965ff720f80d9c8ece9 commit hash: 1cacdcb76b1530cba47f3965ff720f80d9c8ece9 commit hash: 1cacdcb76b1530cba47f3965ff720f80d9c8ece9 1cacdcb
Monday, 3 Jul 2023
23:23 Piotr Kubaj (pkubaj) search for other commits by this committer
games/7kaa: fix build with llvm16
commit hash: 4d33138969aa746bdf5e4ce3b4ff40085804256a commit hash: 4d33138969aa746bdf5e4ce3b4ff40085804256a commit hash: 4d33138969aa746bdf5e4ce3b4ff40085804256a commit hash: 4d33138969aa746bdf5e4ce3b4ff40085804256a 4d33138
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, 4 May 2022
13:33 Dmitry Marakasov (amdmi3) search for other commits by this committer
games/7kaa: update 2.15.4p1 → 2.15.5
commit hash: b3d025cc53e01ecdd0930ca7a97748178e3ae8c6 commit hash: b3d025cc53e01ecdd0930ca7a97748178e3ae8c6 commit hash: b3d025cc53e01ecdd0930ca7a97748178e3ae8c6 commit hash: b3d025cc53e01ecdd0930ca7a97748178e3ae8c6 b3d025c
Wednesday, 7 Apr 2021
23:19 Dmitry Marakasov (amdmi3) search for other commits by this committer
Remove useless Created by: headers mentioning me
commit hash: 5823922c58f9acea4e0c5f45b4ead47371e70841 commit hash: 5823922c58f9acea4e0c5f45b4ead47371e70841 commit hash: 5823922c58f9acea4e0c5f45b4ead47371e70841 commit hash: 5823922c58f9acea4e0c5f45b4ead47371e70841 5823922
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
Monday, 25 Jan 2021
18:14 amdmi3 search for other commits by this committer
- Update to 2.15.4p1
Original commitRevision:562598 
Tuesday, 24 Dec 2019
16:46 amdmi3 search for other commits by this committer
- Update to 2.15.3
Original commitRevision:520812 
Friday, 2 Aug 2019
16:05 amdmi3 search for other commits by this committer
- Add missing USES=iconv

PR:		239041
Reported by:	pkubaj@FreeBSD.org
Original commitRevision:507881 
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, 10 Jul 2019
11:03 pkubaj search for other commits by this committer
games/7kaa: fix build on GCC architectures

Add USES=compiler:c++11-lang to fix:
configure: error: *** A compiler with support for C++11 language features is
required.

Approved by:	mentors (implicit approval)
Original commitRevision:506347 
Wednesday, 3 Jul 2019
00:07 amdmi3 search for other commits by this committer
- Update to 2.15.2
- Unbreak on arm
- Move to GitHub
- Optionize NLS
Original commitRevision:505718 
Friday, 3 May 2019
21:06 linimon search for other commits by this committer
These ports now build on aarch64.

Where necessary, pet portlint.

Approved by:	portmgr
Obtained from:	aarch64 TRYBROKEN run
Original commitRevision:500752 
Wednesday, 12 Dec 2018
01:35 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

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, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
Original commitRevision:487272 
Thursday, 6 Dec 2018
13:40 linimon search for other commits by this committer
Remove CXXFLAGS_clang declaration, which was a relic of an earlier version
of a committed patch.

Reported by:	jbeich
Original commitRevision:486756 
Tuesday, 27 Nov 2018
20:04 linimon search for other commits by this committer
-Wno-error=narrowing is also supported by Clang, so make it unconditional.

Reported by:	jbeich
Approved by:	portmgr (tier-2 blanket)
Original commitRevision:486059 
Thursday, 1 Nov 2018
04:13 linimon search for other commits by this committer
Fix build on powerpc64.

PR:		231954
Submitted by:	Piotr Kubaj
Approved by:	portmgr (tier-2 blanket)
Original commitRevision:483636 
Tuesday, 18 Sep 2018
08:47 linimon search for other commits by this committer
Conditionalize the addition of -Wno-c++11-narrowing to fix clang6 errors
in CFLAGS to affect clang-based archs.

Approved by:	portmgr (tier-2 blanket)
Original commitRevision:479998 
Sunday, 29 Jul 2018
22:18 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.

This includes ports
 - featuring USE_GCC=yes or USE_GCC=any,
 - featuring USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and those
 - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
   c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.

PR:		222542
Original commitRevision:475857 
Sunday, 7 Jan 2018
20:22 krion search for other commits by this committer
Set LLD_UNSAFE=yes that the port will continue to link with ld.bfd
if /usr/bin/ld is lld, until the issue can be addressed.

PR:		214864
Approved by:	portmgr (LLD_UNSAFE blanket)
Sponsored by:	The FreeBSD Foundation
Original commitRevision:458382 
Tuesday, 19 Dec 2017
15:17 linimon search for other commits by this committer
Mark some older failing ports broken on aarch64.

While here, pet portlint and reformat some other BROKEN statements.

Approved by:  portmgr (tier-2 blanket)
Original commitRevision:456723 
Sunday, 10 Sep 2017
20:55 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.

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, c++11-lib, c++11-lang,
   c++14-lang, c++0x, c11, or gcc-c++11-lib.

PR:		219275
Original commitRevision:449591 
Thursday, 15 Jun 2017
20:14 amdmi3 search for other commits by this committer
- Update to 2.14.7
- Add .desktop entry
Original commitRevision:443633 
Friday, 21 Oct 2016
12:51 mat search for other commits by this committer
${RM} already has -f.

PR:		213570
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Original commitRevision:424411 
Wednesday, 12 Oct 2016
09:01 amdmi3 search for other commits by this committer
- Fix segfault on exit [1]
- Fix license

PR:		212866 [1]
Submitted by:	kdrakehp@zoho.com [1]
Original commitRevision:423836 
Tuesday, 4 Oct 2016
00:31 amdmi3 search for other commits by this committer
- Update to 2.14.6
- Switch to USES=localbase
Original commitRevision:423231 
Friday, 9 Sep 2016
19:42 amdmi3 search for other commits by this committer
Most commonly used build systems support silent builds, when they
hide actual commands executed and only show short summary line (like
"CC foo.c"). CMake and ninja enable this by default, some autotools
using ports do as well. This is unacceptable because we need complete
build logs at any time, so we now switch to verbose build logs
unconditionally. Note that this change deliberately affects ALL
builds and not only package builds on cluster, because we need to
be sure that user experiencing failure can always provide informative
build log regardless of settings and without rerunning the build.

Change summary:

- Always do verbose builds for cmake, ninja and GNU configure (the
  latter includes check if --disable-silent-rules is actually supported
  by the configure script; there are isolated cases when it's not true)
- Remove CMAKE_VERBOSE, NINJA_VERBOSE and
  CONFIGURE_ARGS=--disable-silent-rules from all ports which set them
  for this is no longer needed
- Revert hacks for --disable-silent-rules support priorly committed
  to biology/ncbi-blast+ and net-p2p/mldonkey - no longer needed as well

Submitted by:	amdmi3
Reviewed by:	mat
Exp-run by:	antoine
Approved by:	portmgr (mat, antoine)
Differential Revision:	D7534
Original commitRevision:421635 
Friday, 1 Apr 2016
14:00 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412346 
Thursday, 21 May 2015
12:56 amdmi3 search for other commits by this committer
This is a GPL release of the Seven Kingdoms: Ancient Adversaries
thanks to Enlight Software which granted the ability to license the
game under a free and open source license in 2009. See the file
"COPYING" for the details of the license. We are indebted to Enlight
for making the 7kfans project possible and giving a new chance to
build a community for fans of the game.

WWW: http://7kfans.com/
Original commitRevision:386930 

Number of commits found: 29