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: devel/libphk/Makefile

Number of commits found: 19

Tuesday, 2 Apr 2024
20:23 Daniel Engberg (diizzy) search for other commits by this committer
devel/libphk: Deprecate and set expiration date to 2024-04-30

Superseded by various other projects

If you still use this library feel free to take over maintainership
before expiration date

Approved by:	bofh (discussed with maintainer)
commit hash: d927e9454d6abc81463497da3ce8b743d40523f6 commit hash: d927e9454d6abc81463497da3ce8b743d40523f6 commit hash: d927e9454d6abc81463497da3ce8b743d40523f6 commit hash: d927e9454d6abc81463497da3ce8b743d40523f6 d927e94
Friday, 29 Mar 2024
08:05 Yasuhiro Kimura (yasu) search for other commits by this committer
devel/libphk: Move man pages to share/man

Approved by:	portmgr (blanket)
commit hash: 833b80f7e229506c1d9b30d9d6587637ad7843a7 commit hash: 833b80f7e229506c1d9b30d9d6587637ad7843a7 commit hash: 833b80f7e229506c1d9b30d9d6587637ad7843a7 commit hash: 833b80f7e229506c1d9b30d9d6587637ad7843a7 833b80f
Wednesday, 19 Jul 2023
17:30 Muhammad Moinur Rahman (bofh) search for other commits by this committer
devel/libphk: Fix build with llvm16

- Add LICENSE Beerware
- Refresh patches

Sponsored by:	The FreeBSD Foundation
commit hash: f50c09806c5b0c199aa00788cc152dadec2a2ae7 commit hash: f50c09806c5b0c199aa00788cc152dadec2a2ae7 commit hash: f50c09806c5b0c199aa00788cc152dadec2a2ae7 commit hash: f50c09806c5b0c199aa00788cc152dadec2a2ae7 f50c098
Monday, 12 Jun 2023
19:45 Muhammad Moinur Rahman (bofh) search for other commits by this committer
devel/libphk: Fix build with llvm15

- Pet protclippy
- Adopt port
commit hash: 32c04687e66fa73d7936c272237d08e365fe9be9 commit hash: 32c04687e66fa73d7936c272237d08e365fe9be9 commit hash: 32c04687e66fa73d7936c272237d08e365fe9be9 commit hash: 32c04687e66fa73d7936c272237d08e365fe9be9 32c0468
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, 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
Friday, 19 Feb 2021
17:12 emaste search for other commits by this committer
devel/libphk: fix build with base system PIE default

PIE static libraries are currently not supported by the base system
mk files.  For now just disable PIE in the affected ports as a
workaround.

PR:		253275
Approved by:	lwhsu
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D28790
Original commitRevision:566081 
Monday, 20 May 2019
13:04 mat search for other commits by this committer
Remove Created by lines where I am the one.
Original commitRevision:502104 
Monday, 12 Oct 2015
13:09 amdmi3 search for other commits by this committer
- Mark MAKE_JOBS_UNSAFE

This port fails to build because library is used before it is created:

/usr/bin/ld: cannot find -lphk
Original commitRevision:399123 
Tuesday, 12 May 2015
12:38 mat search for other commits by this committer
I don't have the distfile, and it's not really perl@'s territory either.

Sponsored by:	Absolight
Original commitRevision:386140 
Tuesday, 29 Jul 2014
19:11 adamw search for other commits by this committer
Convert a bunch of EXTRACT_SUFX=... into USES=tar:...

Approved by:	portmgr (not really, but touches unstaged ports)
Original commitRevision:363374 
Tuesday, 21 Jan 2014
00:51 bapt search for other commits by this committer
Support stage
Original commitRevision:340530 
Friday, 20 Sep 2013
17:13 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3)
Original commitRevision:327724 
Friday, 2 Aug 2013
18:52 mat search for other commits by this committer
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default.
Original commitRevision:324174 
Sunday, 16 Aug 2009
09:55 linimon search for other commits by this committer
Reset mat@FreeBSD.org due to maintainer-timeouts and no response to email.

Hat:            portmgr
Original commit
Monday, 8 Sep 2008
09:20 mat search for other commits by this committer
Make it build on amd64.

Pointed out by: pav
Original commit
Tuesday, 2 Sep 2008
16:16 mat search for other commits by this committer
Fixup descriptions and comments.
Original commit
15:13 mat search for other commits by this committer
Add libphk-0.3, PHK's utilities functions.
Original commit

Number of commits found: 19