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: textproc/ctpp2/files/patch-CMakeLists.txt

Number of commits found: 6

Sunday, 25 Feb 2024
17:18 Muhammad Moinur Rahman (bofh) search for other commits by this committer
textproc/ctpp2: Moved man to share/man

Approved by:    portmgr (blanket)
commit hash: af34333f88b4102fa9ee06ca08bb8695f42854a7 commit hash: af34333f88b4102fa9ee06ca08bb8695f42854a7 commit hash: af34333f88b4102fa9ee06ca08bb8695f42854a7 commit hash: af34333f88b4102fa9ee06ca08bb8695f42854a7 af34333
Thursday, 3 Sep 2015
15:44 rakuco search for other commits by this committer
Uses/iconv.mk: Set iconv-related CMake variables.

The way we deal with iconv in base and ports across different FreeBSD
releases is complicated: 9.x does not have iconv.h in base, 10.1 has it with
a different prototype for iconv(3) and later versions have the right
iconv(3) prototype. And, in some cases (USES=iconv:{translit,wchar_t}), we
must always use the libiconv port.

This is why there are so many checks in Uses/iconv.mk: we need to know the
situation we currently have in order to decide whether to pull iconv from
converters/libiconv, whether to just use its header (and pull the library
from base) or whether to use everything from base.

r384038 adjusted several CMake-based ports, but did so in a way that was not
very scalable and required a few intrusive patches to some ports. Most ports
that have both USES=cmake and USES=iconv use variations of FindIconv.cmake
that behave similarly. This change passes the header and library values we
really want to use to CMake using the most common variable names, bypassing
the calls to find_path() and find_library() that would sometimes end up
finding the wrong file. The few ports that use different variable names have
had their Makefiles adjusted (we manually pass the values we want via
CMAKE_ARGS).

Other changes:
- chinese/fcitx: Explicitly set LIBICONV_LIBC_HAS_ICONV_OPEN=OFF as we
  always want the version from ports because of USES=iconv:wchar_t.
- editors/calligra: Explicitly use iconv:translit because Kexi needs it.
- irc/weechat and irc/weechat-devel: The FindIconv.cmake patches could not
  be entirely removed because the check_library_exists() calls are wrong.
  Sent upstream: https://github.com/weechat/weechat/pull/513
- textproc/ctpp2: Use iconv:translit when the TRANSLITERATE option is used.

PORTREVISION has been bumped in editors/calligra and textproc/ctpp2 because
their dependency list has changed in 10.2 and later as the ports version is
always used now.

PR:		202798
Reviewed by:	antoine, tijl
Approved by:	portmgr (antoine)
Original commitRevision:395972 
Thursday, 17 Oct 2013
13:50 vg search for other commits by this committer
- Added depends by gcc because clang doesn't build
- Fixed find libiconv on 10.x

Approved by:	eadler, osa, rm (mentros, implicit)
Original commitRevision:330643 
Monday, 1 Oct 2012
18:35 rm search for other commits by this committer
- update to 2.8.2
- optionify the port
- chase the update in dependend ports:
  - textproc/py-pyctpp2
  - www/cas

while here:
- trim Makefile header
- tab -> space change in pkg-descr:WWW

PR:		170610
Submitted by:	Veniamin Gvozdikov <g.veniamin at googlemail dot com>
Approved by:	maintainer timeout (> 1 month)
Original commitRevision:305138 
Sunday, 7 Sep 2008
00:19 glarkin search for other commits by this committer
- Fixed handling of GCC -mtune switch on various combinations
  of ARCH and OSVERSION

Reported by:    pointyhat
Approved by:    beech, itetcu (mentors, implicit)
Original commit
Friday, 29 Aug 2008
20:18 glarkin search for other commits by this committer
- Updated ctpp2 to version 2.3.5
- Fixed ctpp2 build problem for amd64

- Updated p5-HTML-CTPP2 to version 2.3.6 and unbreak
- Added BUILD_DEPENDS to get correct version of ctpp2 to avoid
  compilation errors in Perl module

PR:             ports/126331
Submitted by:   Andrei V. Shetuhin <reki at reki dot ru> (maintainer)
Approved by:    beech (mentor, implicit)
Original commit

Number of commits found: 6