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: textproc/cmark/Makefile

Number of commits found: 27

Saturday, 11 Nov 2023
01:54 Romain Tartière (romain) search for other commits by this committer
textproc/py-CommonMark: Allow installation with textproc/cmark

Both ports install bin/cmark.  Users of textproc/py-CommonMark are
supposely more interested in the python module rather than the command
line tool: nothing in the ports tree seems to use bin/cmark from this
port.

Rename the command to cmark-py to fix conflict

PR:		274848
Reported by:	jcfyecrayz@liamekaens.com
commit hash: 2c93a03bbcd528fcdce6e06ef7f2b71017e07050 commit hash: 2c93a03bbcd528fcdce6e06ef7f2b71017e07050 commit hash: 2c93a03bbcd528fcdce6e06ef7f2b71017e07050 commit hash: 2c93a03bbcd528fcdce6e06ef7f2b71017e07050 2c93a03
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, 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
Monday, 17 Jan 2022
13:20 Tobias Kortkamp (tobik) search for other commits by this committer
*: Sweep up new CONFLICTS_INSTALL mess

- Fix typos
- Fix overwritten master/slave variables

I'm assuming the entries are correct otherwise.

Reported by:	portscan
commit hash: 07389cd463ddec99ddadfa42843e2f6d879ee023 commit hash: 07389cd463ddec99ddadfa42843e2f6d879ee023 commit hash: 07389cd463ddec99ddadfa42843e2f6d879ee023 commit hash: 07389cd463ddec99ddadfa42843e2f6d879ee023 07389cd
Monday, 10 Jan 2022
15:15 Stefan Eßer (se) search for other commits by this committer
Fix CONFLICTS entries of multiple ports

There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.

This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.

Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port
cannot conflict with itself (due to logic in bsd.port.mk that
supresses the pattern match result in that case).

A few ports that set the conflicts variables depending on complex
conditions (e.g. port options), have been left unmodified, despite
probably containing outdated package names.

These changes should only affect the installation of locally built
ports, not the package building with poudriere. They should give an
early indication of the install conflict in cases where currently
the pkg command aborts an installation when it detects that an
existing file would be overwritten,

Approved by:	portmgr (implicit)
commit hash: bcaf25a8c8046b094f6b5ab5bc258333bc326ee1 commit hash: bcaf25a8c8046b094f6b5ab5bc258333bc326ee1 commit hash: bcaf25a8c8046b094f6b5ab5bc258333bc326ee1 commit hash: bcaf25a8c8046b094f6b5ab5bc258333bc326ee1 bcaf25a
Thursday, 28 Oct 2021
19:57 Adriaan de Groot (adridg) search for other commits by this committer
textproc/cmark: update to 0.30.2, latest upstream

Release notes are at
	https://github.com/commonmark/cmark/releases/tag/0.30.2
With some bugfixes and an update to unicode 14.0

Bump PORTREVISION on dependent ports, to force a rebuild;
this release changes some of the CMake & pkg-config machinery
and they should follow. (Also, potentially so-version bump)
commit hash: e73bfab8dfa07376381606ea322d29d7431b4e0b commit hash: e73bfab8dfa07376381606ea322d29d7431b4e0b commit hash: e73bfab8dfa07376381606ea322d29d7431b4e0b commit hash: e73bfab8dfa07376381606ea322d29d7431b4e0b e73bfab
Monday, 19 Apr 2021
08:00 Tobias Kortkamp (tobik) search for other commits by this committer
Remove my useless "Created by" lines
commit hash: c204633ca02646cee103f7084e1bd2b81f5e8a6a commit hash: c204633ca02646cee103f7084e1bd2b81f5e8a6a commit hash: c204633ca02646cee103f7084e1bd2b81f5e8a6a commit hash: c204633ca02646cee103f7084e1bd2b81f5e8a6a c204633
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
Tuesday, 29 Sep 2020
08:59 adridg search for other commits by this committer
Claim textproc/cmark
Original commitRevision:550483 
Monday, 28 Sep 2020
05:05 tobik search for other commits by this committer
Reset MAINTAINER
Original commitRevision:550400 
Monday, 8 Apr 2019
18:10 tobik search for other commits by this committer
textproc/cmark: Update to 0.29.0

Changes:	https://github.com/commonmark/cmark/releases/tag/0.29.0
Original commitRevision:498404 
Tuesday, 25 Dec 2018
20:25 tcberner search for other commits by this committer
Change cmake default behaviour to outsource.

Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".

I tried to only set insource where explictely needed.

PR:		232038
Exp-run by:	antoine
Original commitRevision:488341 
Wednesday, 20 Jun 2018
18:51 yuri search for other commits by this committer
Add CONFLICTS_INSTALL to py-CommonMark/Makefile and cmark/Makefile

They both install bin/cmark

Approved by:	portmgr
Original commitRevision:472898 
Thursday, 30 Nov 2017
15:50 mat search for other commits by this committer
Convert Python ports to FLAVORS.

  Ports using USE_PYTHON=distutils are now flavored.  They will
  automatically get flavors (py27, py34, py35, py36) depending on what
  versions they support.

  There is also a USE_PYTHON=flavors for ports that do not use distutils
  but need FLAVORS to be set.  A USE_PYTHON=noflavors can be set if
  using distutils but flavors are not wanted.

  A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
  added to cope with Python ports that did not have the Python
  PKGNAMEPREFIX but are flavored.

  USES=python now also exports a PY_FLAVOR variable that contains the
  current python flavor.  It can be used in dependency lines when the
  port itself is not python flavored.  For example, deskutils/calibre.

  By default, all the flavors are generated.  To only generate flavors
  for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
  BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.

  In all the ports with Python dependencies, the *_DEPENDS entries MUST
  end with the flavor so that the framework knows which to build/use.
  This is done by appending '@${PY_FLAVOR}' after the origin (or
  @${FLAVOR} if in a Python module with Python flavors, as the content
  will be the same).  For example:

    RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}

PR:		223071
Reviewed by:	portmgr, python
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D12464
Original commitRevision:455210 
Monday, 23 Oct 2017
08:06 tobik search for other commits by this committer
textproc/cmark: Update to 0.28.3

Changes:	https://github.com/commonmark/cmark/releases/tag/0.28.3
Original commitRevision:452695 
Thursday, 12 Oct 2017
17:01 tobik search for other commits by this committer
textproc/cmark: Update to 0.28.2

Changes:	https://github.com/commonmark/cmark/releases/tag/0.28.2
Original commitRevision:451911 
Thursday, 3 Aug 2017
11:12 tobik search for other commits by this committer
textproc/cmark: Update to 0.28.0

- Follow the repository move from jgm -> commonmark
- Drop libdata/pkgconfig workarounds
- Sort USE*

Changes:	https://github.com/commonmark/cmark/releases/tag/0.28.0
Original commitRevision:447201 
Wednesday, 15 Feb 2017
12:28 tobik search for other commits by this committer
Update MAINTAINER to tobik@FreeBSD.org for my ports

Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D9610
Original commitRevision:434159 
Sunday, 20 Nov 2016
10:25 olivierd search for other commits by this committer
Update to 0.27.1

PR:		214657
Submitted by:	Tobias Kortkamp (maintainer)
Original commitRevision:426567 
Tuesday, 18 Oct 2016
11:20 jbeich search for other commits by this committer
Adjust TEST_WRKSRC for USES=[cq]make:outsource

Approved by:	rakuco
Differential Revision:	https://reviews.freebsd.org/D8274
Original commitRevision:424156 
Monday, 5 Sep 2016
22:57 marino search for other commits by this committer
textproc/cmark: Prevent building port twice when running tests

PR:		212393
submitted by:	maintainer
Original commitRevision:421400 
Saturday, 16 Jul 2016
20:58 pawel search for other commits by this committer
USES=python is correct way to define test dependency

Reported by:	adamw
Original commitRevision:418654 
20:04 pawel search for other commits by this committer
- Update to version 0.26.1 [1]
- Parametrize port version in pkg-plist

PR:		211156 [1]
Submitted by:	Tobias Kortkamp (maintainer) [1]
Original commitRevision:418651 
Sunday, 27 Mar 2016
07:32 wen search for other commits by this committer
- Update to 0.25.2

PR:		208317
Submitted by:	Tobias Kortkamp <t@tobik.me> (maintainer)
Original commitRevision:411980 
Monday, 18 Jan 2016
13:16 miwi search for other commits by this committer
- Update to 0.24.1

PR:		206364
Submitted by:	maintainer
Original commitRevision:406569 
Thursday, 7 Jan 2016
10:41 rakuco search for other commits by this committer
Update to 0.23.0.

PR:		205967
Submitted by:	Tobias Kortkamp <t@tobik.me> (maintainer)
Original commitRevision:405409 
Wednesday, 7 Oct 2015
19:28 olivierd search for other commits by this committer
cmark is the C reference implementation of CommonMark, a rationalized
version of Markdown syntax with a spec.

It provides a shared library (libcmark) with functions for parsing
CommonMark documents to an abstract syntax tree (AST), manipulating
the AST, and rendering the document to HTML, groff man, LaTeX,
CommonMark, or an XML representation of the AST.  It also provides a
command-line program (cmark) for parsing and rendering CommonMark
documents.

WWW: https://github.com/jgm/cmark

PR:		203532
Submitted by:	Tobias Kortkamp <t@tobik.me>
Original commitRevision:398783 

Number of commits found: 27