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/libopenbsd/Makefile

Number of commits found: 9

Wednesday, 28 Feb 2024
15:53 Michael Osipov (michaelo) search for other commits by this committer
*/*: Properly depend on Subversion LTS or latest with WITH_SUBVERSION_VER

When LTS version of Subversion is set in make.conf (WITH_SUBVERSION_VER)
depending ports will still depend on latest version (devel/subversion)
instead of LTS one (devel/subversion-lts). This will cause dependency
conflicts when packages are distributed with Poudriere, namely pkg(8)
will report them and fail to install.
Make all affected ports properly depend on the right port based on the
value set in WITH_SUBVERSION_VER.

Approved by:	jrm (mentor), otis (mentor), lev (maintainer timeout)
Differential Revision:	https://reviews.freebsd.org/D43864
commit hash: e83f0a9c84eabcc1307440925cc8d2d6b3dc4566 commit hash: e83f0a9c84eabcc1307440925cc8d2d6b3dc4566 commit hash: e83f0a9c84eabcc1307440925cc8d2d6b3dc4566 commit hash: e83f0a9c84eabcc1307440925cc8d2d6b3dc4566 e83f0a9
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
Tuesday, 7 Apr 2020
22:08 jbeich search for other commits by this committer
net/openmdns: drop maintainership
Original commitRevision:531041 
Monday, 20 Jan 2020
02:01 jbeich search for other commits by this committer
Simplify port-specific manpages location after r523104

Not all of my ports are covered because:
- USES=cmake requires patching devel/cmake to undo BSD-specific defaults
  (A good example why BSD quirks should stay in ports, not to be upstreamed)
- USES=meson and GNU_CONFIGURE require dropping --mandir argument
- ponscripter-sekai requires Templates/BSD.local.dist to NOT create PREFIX/man
Original commitRevision:523601 
Monday, 25 Nov 2019
23:25 brooks search for other commits by this committer
Fix build with src r354909 applied.

The referenced change made NO_INSTALLLIB, NO_MAN, and NO_PROFILE into
errors causing these ports that declare them and use the FreeBSD make
infrastructure as part of their build to fail.

When the offending variables occur in a BSD Makefile, NO_MAN becomes
MAN= and NO_INSTALLLIB and NO_PROFILE become MK_INSTALLLIB=no and
MK_PROFILE=no respectively.  When declared in the environment they
become WITHOUT_<FOO>.
Original commitRevision:518434 
Wednesday, 18 Jan 2017
13:20 tijl search for other commits by this committer
The output of tools like awk, date, sort, tr,... depends on the current
locale set by the user.  Add LANG=C and LC_ALL=C at the beginning of
bsd.port.mk and export them so all commands are executed with the C locale.
LC_ALL=C overrides all other LC_* variables.  LANG is used by setlocale(3)
as default value for LC_* variables, so normally it isn't used when LC_ALL
is set, but there's code out there that looks at LANG directly so it's safer
to set it as well.  The only commands not captured by this are !=
assignments before any inclusion of bsd.port.*mk.

Introduce USE_LOCALE=<locale> that adds LANG=<locale> and LC_ALL=<locale> to
CONFIGURE_ENV and MAKE_ENV so upstream build systems can be executed with a
different locale (e.g. USE_LOCALE=en_US.UTF-8).

PR:		215882
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Original commitRevision:431796 
Saturday, 24 Dec 2016
02:31 jbeich search for other commits by this committer
devel/libopenbsd, games/openbor: unbreak BOOTSTRAP build

$ make clean all BOOTSTRAP= -C devel/libopenbsd
===>  Cleaning for libopenbsd-r298107
===>  License ISCL accepted by the user
===>   libopenbsd-r298107 depends on file: /usr/local/sbin/pkg - found
===>   libopenbsd-r298107 depends on executable: svn - found
/bin/mkdir -p /usr/ports/devel/libopenbsd/work
svn export -r298107 https://svn.freebsd.org/base/head/lib/libopenbsd/
/usr/ports/devel/libopenbsd/work/libopenbsd-r298107
A    work/libopenbsd-r298107
A    work/libopenbsd-r298107/sys
A    work/libopenbsd-r298107/Makefile
A    work/libopenbsd-r298107/imsg.c
A    work/libopenbsd-r298107/sys/sysctl.h
A    work/libopenbsd-r298107/getdtablecount.c
A    work/libopenbsd-r298107/unistd.h
A    work/libopenbsd-r298107/README
A    work/libopenbsd-r298107/imsg-buffer.c
A    work/libopenbsd-r298107/imsg.h
A    work/libopenbsd-r298107/imsg_init.3
A    work/libopenbsd-r298107/ohash.h
A    work/libopenbsd-r298107/Makefile.depend
A    work/libopenbsd-r298107/ohash_init.3
A    work/libopenbsd-r298107/ohash_interval.3
A    work/libopenbsd-r298107/ohash.c
Exported revision 298107.
(cd /usr/ports/devel/libopenbsd/work && /usr/bin/tar cJvf 
/usr/ports/distfiles//libopenbsd-r298107.tar.xz  --uid 0 --gid 0
libopenbsd-r298107)
a libopenbsd-r298107
a libopenbsd-r298107/imsg.c
a libopenbsd-r298107/imsg.h
a libopenbsd-r298107/imsg_init.3
a libopenbsd-r298107/ohash_init.3
a libopenbsd-r298107/Makefile.depend
a libopenbsd-r298107/Makefile
a libopenbsd-r298107/ohash.c
a libopenbsd-r298107/ohash.h
a libopenbsd-r298107/ohash_interval.3
a libopenbsd-r298107/getdtablecount.c
a libopenbsd-r298107/imsg-buffer.c
a libopenbsd-r298107/README
a libopenbsd-r298107/unistd.h
a libopenbsd-r298107/sys
a libopenbsd-r298107/sys/sysctl.h
/usr/bin/sed -i.bak -i '' '/^PORTVERSION=/s/r.*/r298107/' 
/usr/ports/devel/libopenbsd/Makefile
===> Fetching all distfiles required by libopenbsd-r298107 for building
===>  Extracting for libopenbsd-r298107
=> SHA256 Checksum mismatch for libopenbsd-r298107.tar.xz.
===>  Refetch for 1 more times files: libopenbsd-r298107.tar.xz
===>  License ISCL accepted by the user
===>   libopenbsd-r298107 depends on file: /usr/local/sbin/pkg - found
===>   libopenbsd-r298107 depends on executable: svn - found
/bin/mkdir -p /usr/ports/devel/libopenbsd/work
svn export -r298107 https://svn.freebsd.org/base/head/lib/libopenbsd/
/usr/ports/devel/libopenbsd/work/libopenbsd-r298107
svn: E155000: Destination directory exists; please remove the directory or use
--force to overwrite
svn: E155000: '/usr/ports/devel/libopenbsd/work/libopenbsd-r298107' already
exists
*** Error code 1
Original commitRevision:429303 
Wednesday, 26 Oct 2016
02:40 jbeich search for other commits by this committer
devel/libopenbsd: add new port

libopenbsd is a thin compatibility layer intended to allow a limited set of
OpenBSD software to compile on other BSDs with little or no modification.
Original commitRevision:424663 

Number of commits found: 9