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: archivers/gcpio/Makefile

Number of commits found: 28

Saturday, 27 Jan 2024
10:52 Gleb Popov (arrowd) search for other commits by this committer Author: Christian Weisgerber
*/*: Move manpages to share/man

Approved by:	portmgr (blanket)
commit hash: 533d7de9eba1852e3f4393dd823ba9955aba1e53 commit hash: 533d7de9eba1852e3f4393dd823ba9955aba1e53 commit hash: 533d7de9eba1852e3f4393dd823ba9955aba1e53 commit hash: 533d7de9eba1852e3f4393dd823ba9955aba1e53 533d7de
Wednesday, 17 Jan 2024
16:17 Christian Weisgerber (naddy) search for other commits by this committer
archivers/gcpio: update to 2.15

Changes:
* Fix operation of --no-absolute-filenames --make-directories
* Restore access and modification times of symlinks in copy-in
  and copy-pass modes.
commit hash: 66965607d32facdfbdf650f8da67946fff129164 commit hash: 66965607d32facdfbdf650f8da67946fff129164 commit hash: 66965607d32facdfbdf650f8da67946fff129164 commit hash: 66965607d32facdfbdf650f8da67946fff129164 6696560
Thursday, 4 May 2023
20:02 Christian Weisgerber (naddy) search for other commits by this committer
archivers/gcpio: update to 2.14

User-visible changes:
* New option --ignore-dirnlink
* The --reproducible option now implies --ignore-dirlink
commit hash: 9a5c058ddaf5904030403b55cac21a0323827f35 commit hash: 9a5c058ddaf5904030403b55cac21a0323827f35 commit hash: 9a5c058ddaf5904030403b55cac21a0323827f35 commit hash: 9a5c058ddaf5904030403b55cac21a0323827f35 9a5c058d
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
Monday, 24 Aug 2020
14:56 naddy search for other commits by this committer
Actually bump PORTREVISION after fixing -fno-common build.
Original commitRevision:546090 
Sunday, 23 Aug 2020
21:30 naddy search for other commits by this committer
Remove superfluous declaration to fix build with -fno-common.

Reported by:	pkg-fallout
Obtained from:	upstream
Original commitRevision:546023 
Friday, 15 Nov 2019
22:47 naddy search for other commits by this committer
Security update to 2.13:
* Fix CVE-2015-1197
* Fix CVE-2016-2037
* Fix CVE-2019-14866
* Remove --extract-over-symlinks option again, which was part of an earlier
  third-party fix for CVE-2015-1197.

Security:	f59af308-07f3-11ea-8c56-f8b156b6dcc8
Original commitRevision:517705 
Saturday, 10 Nov 2018
18:12 bapt search for other commits by this committer
Install texinfo files (GNU info) into ${PREFIX}/share/info

After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.

Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.

Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them

Bump revision of all impacted ports

PR:		232907
exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D17816
Original commitRevision:484628 
Friday, 9 Sep 2016
19:42 amdmi3 search for other commits by this committer
Most commonly used build systems support silent builds, when they
hide actual commands executed and only show short summary line (like
"CC foo.c"). CMake and ninja enable this by default, some autotools
using ports do as well. This is unacceptable because we need complete
build logs at any time, so we now switch to verbose build logs
unconditionally. Note that this change deliberately affects ALL
builds and not only package builds on cluster, because we need to
be sure that user experiencing failure can always provide informative
build log regardless of settings and without rerunning the build.

Change summary:

- Always do verbose builds for cmake, ninja and GNU configure (the
  latter includes check if --disable-silent-rules is actually supported
  by the configure script; there are isolated cases when it's not true)
- Remove CMAKE_VERBOSE, NINJA_VERBOSE and
  CONFIGURE_ARGS=--disable-silent-rules from all ports which set them
  for this is no longer needed
- Revert hacks for --disable-silent-rules support priorly committed
  to biology/ncbi-blast+ and net-p2p/mldonkey - no longer needed as well

Submitted by:	amdmi3
Reviewed by:	mat
Exp-run by:	antoine
Approved by:	portmgr (mat, antoine)
Differential Revision:	D7534
Original commitRevision:421635 
Tuesday, 13 Oct 2015
20:07 naddy search for other commits by this committer
Use the new test framework in my ports, if applicable.
While here, also strip more libraries.
Original commitRevision:399214 
Thursday, 17 Sep 2015
20:15 naddy search for other commits by this committer
Update to 2.12, but retain local fix for CVE-2015-1197.
Original commitRevision:397203 
Thursday, 14 May 2015
10:15 mat search for other commits by this committer
MASTER_SITES cleanup.

- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
  of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
  no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.

While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.

Also, replace some EXTRACT_SUFX occurences with USES=tar:*.

Checked by:	make fetch-urlall-list
With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:386312 
Tuesday, 31 Mar 2015
14:29 naddy search for other commits by this committer
CVE-2014-9112: Heap-based buffer overflow in the process_copy_in
function allows remote attackers to cause a denial of service via
a large block value in a cpio archive.
Fix from a series of upstream commits by Sergey Poznyakoff.

CVE-2015-1197: cpio, when using the --no-absolute-filenames option,
allows local users to write to arbitrary files via a symlink attack
on a file in an archive.
Fix from Vitezslav Cizek after 3.5 years of gestation in the SUSE
bug tracker.

PR:		198954
Obtained from:	Debian
Original commitRevision:382823 
Tuesday, 3 Mar 2015
20:48 naddy search for other commits by this committer
Add CPE information.

PR:		198236
Submitted by:	shun.fbsd.pr@dropcut.net

While here, add LICENSE, too.
Original commitRevision:380394 
Thursday, 13 Mar 2014
16:11 naddy search for other commits by this committer
USE_BZIP2 -> USES+=tar:bzip2
USE_XZ    -> USES+=tar:xz
Original commitRevision:348096 
Tuesday, 17 Dec 2013
16:01 naddy search for other commits by this committer
Use MAKE_CMD to run regression tests.
Original commitRevision:336736 
Monday, 23 Sep 2013
15:43 naddy search for other commits by this committer
Use stage and options helpers.
Original commitRevision:328015 
Friday, 20 Sep 2013
13:11 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
archivers)
Original commitRevision:327699 
Thursday, 1 Aug 2013
20:22 naddy search for other commits by this committer
For all my ports
* remove MAKE_JOBS_SAFE (default now)
* change USE_GMAKE=yes to USES=gmake
Original commitRevision:324122 
Wednesday, 24 Apr 2013
18:10 ak search for other commits by this committer
- Convert USE_GETTEXT to USES (part 3)

Approved by:	portmgr (bapt)
Original commitRevision:316464 
Tuesday, 18 Dec 2012
21:29 naddy search for other commits by this committer
Convert to OptionsNG and trim Makefile headers.
Original commitRevision:309200 
Saturday, 15 Sep 2012
20:00 naddy search for other commits by this committer
Remove pointless header lines from ports I created once upon a time.
Original commitRevision:304323 
Monday, 31 May 2010
02:01 ade search for other commits by this committer
Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
Original commit
Monday, 19 Apr 2010
20:23 naddy search for other commits by this committer
* Do not mark as broken on sparc64.

* Fix the build framework so it can successfully #define a wrapper for
  stat() on those systems where namei() behaves strangely--independent
  of architecture.
Original commit
Sunday, 4 Apr 2010
06:03 linimon search for other commits by this committer
Mark as broken on sparc64.

Hat:            portmgr
Original commit
Thursday, 25 Mar 2010
21:54 naddy search for other commits by this committer
Initial import for GNU cpio 2.11.

GNU cpio copies files into or out of a cpio or tar archive.  The
archive can be another file on the disk, a magnetic tape, or a pipe.
Original commit

Number of commits found: 28