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: graphics/cptutils/Makefile

Number of commits found: 20

Saturday, 9 Mar 2024
12:58 Nuno Teixeira (eduardo) search for other commits by this committer
graphics/cptutils: Move man pages to share/man

Approved by:	portmgr (blanket)
commit hash: d2a6e344a4922158752087e0c7938ba0adb4b99a commit hash: d2a6e344a4922158752087e0c7938ba0adb4b99a commit hash: d2a6e344a4922158752087e0c7938ba0adb4b99a commit hash: d2a6e344a4922158752087e0c7938ba0adb4b99a d2a6e34
Monday, 25 Sep 2023
19:39 Dmitry Marakasov (amdmi3) search for other commits by this committer
graphics/cptutils: update 1.76 → 1.77
commit hash: a17e3649d4b5a4dcfa47283aee5ec26b3c8c9337 commit hash: a17e3649d4b5a4dcfa47283aee5ec26b3c8c9337 commit hash: a17e3649d4b5a4dcfa47283aee5ec26b3c8c9337 commit hash: a17e3649d4b5a4dcfa47283aee5ec26b3c8c9337 a17e364
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
Wednesday, 5 Apr 2023
18:48 Dmitry Marakasov (amdmi3) search for other commits by this committer
graphics/cptutils: update 1.75 → 1.76
commit hash: 2cf43fc66a405ec7386b99a0eb84dc3e58295193 commit hash: 2cf43fc66a405ec7386b99a0eb84dc3e58295193 commit hash: 2cf43fc66a405ec7386b99a0eb84dc3e58295193 commit hash: 2cf43fc66a405ec7386b99a0eb84dc3e58295193 2cf43fc
Friday, 24 Mar 2023
21:34 Dmitry Marakasov (amdmi3) search for other commits by this committer
graphics/cptutils: update 1.74 → 1.75
commit hash: 963ad0c3301b5b8b924c9f54a9f621dda4b1645c commit hash: 963ad0c3301b5b8b924c9f54a9f621dda4b1645c commit hash: 963ad0c3301b5b8b924c9f54a9f621dda4b1645c commit hash: 963ad0c3301b5b8b924c9f54a9f621dda4b1645c 963ad0c
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
Sunday, 10 Apr 2022
19:11 Charlie Li (vishwin) search for other commits by this committer
textproc/libxml2: bump all LIB_DEPENDS consumers

This is a separate commit to facilitate easier cherry-picking for
quarterly.

PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor)
commit hash: d63665f7cd9c99880704a3c5bc221829cb009744 commit hash: d63665f7cd9c99880704a3c5bc221829cb009744 commit hash: d63665f7cd9c99880704a3c5bc221829cb009744 commit hash: d63665f7cd9c99880704a3c5bc221829cb009744 d63665f
Saturday, 26 Mar 2022
08:27 Matthias Fechner (mfechner) search for other commits by this committer
textproc/libxml2: bump all dependencies

This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246
commit hash: 247c7db7513f1264922428278678da641c5a3f52 commit hash: 247c7db7513f1264922428278678da641c5a3f52 commit hash: 247c7db7513f1264922428278678da641c5a3f52 commit hash: 247c7db7513f1264922428278678da641c5a3f52 247c7db
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
Thursday, 28 Jan 2021
12:15 amdmi3 search for other commits by this committer
- Update to 1.74
Original commitRevision:563129 
Wednesday, 13 Jan 2021
22:37 amdmi3 search for other commits by this committer
- Update to 1.73
Original commitRevision:561518 
Monday, 6 Jan 2020
21:33 amdmi3 search for other commits by this committer
Resurrect graphics/cptutils

Pointyhat to:
Original commitRevision:522280 
Sunday, 24 Nov 2019
11:45 rene search for other commits by this committer
grapics/cptutils: mark for removal on 2019-12-31 as it depends on textproc/xml2
Original commitRevision:518319 
Monday, 19 Aug 2019
19:55 amdmi3 search for other commits by this committer
- Update to 1.72
Original commitRevision:509305 
Friday, 7 Jun 2019
16:36 amdmi3 search for other commits by this committer
- Update to 1.71
Original commitRevision:503638 
Monday, 3 Jun 2019
14:52 amdmi3 search for other commits by this committer
- Update to 1.70
Original commitRevision:503395 
Wednesday, 6 Jun 2018
17:26 amdmi3 search for other commits by this committer
- Update to 1.69
- Remove BROKEN_powerpc64: assuming fixed as mentioned #pragmas were moved
outside the function
Original commitRevision:471861 
Saturday, 13 May 2017
23:21 linimon search for other commits by this committer
Mark some ports failing on power64.  In cases where the error message
was a stub, provide a real one.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
Original commitRevision:440858 
Thursday, 23 Feb 2017
13:51 amdmi3 search for other commits by this committer
A collection of tools for manipulating colour gradients, in particular
for converting between different formats.

WWW: http://soliton.vm.bytemark.co.uk/pub/jjg/en/code/cptutils/
Original commitRevision:434666 

Number of commits found: 20