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: games/keeperrl/Makefile

Number of commits found: 17

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
Tuesday, 22 Jun 2021
18:53 Kevin Bowling (kbowling) search for other commits by this committer
graphics/mesa-libs: Bump reverse deps for libglvnd

Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.

PR:		246767
Reviewed by:	manu, bapt
Approved by:	x11
Differential Revision:	https://reviews.freebsd.org/D30824
commit hash: da3162c7c9f01912ba1940e188b253f2b5c7ba77 commit hash: da3162c7c9f01912ba1940e188b253f2b5c7ba77 commit hash: da3162c7c9f01912ba1940e188b253f2b5c7ba77 commit hash: da3162c7c9f01912ba1940e188b253f2b5c7ba77 da3162c
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
Thursday, 19 Mar 2020
23:02 tobik search for other commits by this committer
Clean up LLD_UNSAFE from openal-soft ports

After FreeBSD 12.0 EOL we no longer have to worry about LLD 6 and
can drop LLD_UNSAFE from openal-soft ports.  LLD can link them fine
now but some ports needs a little help on i386 (-Wl,-znotext).

PR:		226980
Reviewed by:	jbeich (earlier version)
Differential Revision:	https://reviews.freebsd.org/D23030
Original commitRevision:528750 
Tuesday, 5 Nov 2019
22:16 zeising search for other commits by this committer
Add USES=xorg USES=gl, ports categories g

Add USES=xorg and USES=gl to ports in categories starting with 'g'.
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
Original commitRevision:516845 
Sunday, 6 Oct 2019
13:47 tobik search for other commits by this committer
Drop nop NO_CONFIGURE
Original commitRevision:513887 
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, 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 
Monday, 27 Aug 2018
17:29 jbeich search for other commits by this committer
games/keeperrl: unbreak with GCC

On WITHOUT_CLANG_IS_CC architectures:
g++7 -x c++-header stdafx.h -MMD -O2 -pipe  -fstack-protector
-Wl,-rpath=/usr/local/lib/gcc7 -isystem /usr/local/include -fno-strict-aliasing
-Wall -std=c++1y -Wno-sign-compare -Wno-unused-variable
-Wno-shift-count-overflow -Wno-tautological-constant-out-of-range-compare
-Wno-mismatched-tags -ftemplate-depth=512
-DDATA_DIR=\"/usr/local/share/keeperrl\" -DRELEASE -I. -I./extern -o
obj/stdafx.h.gch
stdafx.h:16:9: warning: #pragma once in main file
 #pragma once
         ^~~~
cc1plus: warning: unrecognized command line option '-Wno-mismatched-tags'
cc1plus: warning: unrecognized command line option
'-Wno-tautological-constant-out-of-range-compare'
/usr/lib/crt1.o: In function `_start1':
/usr/src/lib/csu/powerpc64/crt1.c:(.text+0x156): undefined reference to `main'
collect2: error: ld returned 1 exit status

On DragonFly (in-base GCC 5.4.1):
c++ -MMD -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -Wall
-std=c++1y -Wno-sign-compare -Wno-unused-variable -Wno-shift-count-overflow
-Wno-tautological-constant-out-of-range-compare -Wno-mismatched-tags
-ftemplate-depth=512 -DDATA_DIR=\"/usr/local/share/keeperrl\" -DRELEASE -I.
-I./extern -include-pch obj/stdafx.h.gch -c attr_type.cpp -o obj/attr_type.o
cc1plus: fatal error: -pch: No such file or directory
compilation terminated.
Original commitRevision:478239 
17:29 jbeich search for other commits by this committer
games/keeperrl: unbreak on FreeBSD 10

stdafx.h:94:20: error: redefinition of 'unique'
std::unique_ptr<T> unique(Args&&... args) { return std::unique_ptr<T>(new
T(std::forward<Args>(args)...)); }
                   ^
stdafx.h:94:20: note: previous definition is here
std::unique_ptr<T> unique(Args&&... args) { return std::unique_ptr<T>(new
T(std::forward<Args>(args)...)); }
                   ^
stack_printer.cpp:329:18: error: assigning to 'char *' from incompatible type
'void *'
      ss.ss_sp = (void*)alternate_stack;
                 ^~~~~~~~~~~~~~~~~~~~~~
Original commitRevision:478238 
17:29 jbeich search for other commits by this committer
games/keeperrl: unbreak with libc++ 7

In file included from effect.cpp:731:
./pretty_archive.h:135:12: error: call to 'quoted' is ambiguous
  ar.os << std::quoted(t) << " ";
           ^~~~~~~~~~~
/usr/include/c++/v1/iomanip:645:1: note: candidate function [with _CharT = char,
_Traits = std::__1::char_traits<char>, _Allocator = std::__1::allocator<char>]
quoted ( const basic_string <_CharT, _Traits, _Allocator> &__s, _CharT __delim =
_CharT('"'), _CharT __escape=_CharT('\\'))
^
./extern/iomanip.h:173:3: note: candidate function [with _CharT = char, _Traits
= std::__1::char_traits<char>, _Alloc = std::__1::allocator<char>]
  quoted(const basic_string<_CharT, _Traits, _Alloc>& __string,
  ^

PR:		230355
Obtained from:	upstream
Original commitRevision:478237 
Tuesday, 17 Apr 2018
03:15 jbeich search for other commits by this committer
games@ is not to be used as a maintainer per r371872

Pointy hat to:	rene
Original commitRevision:467554 
Sunday, 1 Apr 2018
09:39 krion search for other commits by this committer
Switch to ld.bfd by default as ld.ldd doesn't have built-in default
output target.

PR:		226980
Submitted by:	emaste
Approved by:	portmgr (LLD_UNSAFE blanket)
Original commitRevision:466137 
Saturday, 24 Feb 2018
22:35 rene search for other commits by this committer
Return pawel@'s ports to the pool after he resigned.

With hat:	portmgr
Original commitRevision:462871 
Thursday, 1 Feb 2018
17:31 pawel search for other commits by this committer
Add patch that forces configuration files in $H/.KeeperRL directory
instead of current working directory
Original commitRevision:460620 
Friday, 26 Jan 2018
19:32 pawel search for other commits by this committer
Take the role of an evil wizard and seek the ultimate knowledge of destruction.
Explore the world, murder innocent villagers and burn their homes. Build your
dungeon, lay traps and prepare for an assault of angry heroes.

When you control your minions the game becomes a classic roguelike, with
turn-based and very tactical combat. You can also play as an adventurer and
assault dungeons made by you or other players.

WWW: http://keeperrl.com/
Original commitRevision:460048 

Number of commits found: 17