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

Number of commits found: 38

Saturday, 13 Jan 2024
07:46 Muhammad Moinur Rahman (bofh) search for other commits by this committer
*/*: Sanitize MANPREFIX for meson ports

In my previous some ports got slipped which are fixed here.

Approved by:	portmgr
commit hash: fff7bad4e829a4b9afd44d425931ea36a36d861c commit hash: fff7bad4e829a4b9afd44d425931ea36a36d861c commit hash: fff7bad4e829a4b9afd44d425931ea36a36d861c commit hash: fff7bad4e829a4b9afd44d425931ea36a36d861c fff7bad
Saturday, 30 Sep 2023
23:29 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
archivers/liblz4: Use upstream release tarball

- Update WWW
- Use complete arguments/options
- Simplify SHEBANG_FILES
- Update pkg-descr
commit hash: 03214da397df51e85cf422b5c7dded98efee9444 commit hash: 03214da397df51e85cf422b5c7dded98efee9444 commit hash: 03214da397df51e85cf422b5c7dded98efee9444 commit hash: 03214da397df51e85cf422b5c7dded98efee9444 03214da
19:53 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
archivers/liblz4: Take maintainership
commit hash: 2ffb129f8286289430a3c9d438cfc693eba6404c commit hash: 2ffb129f8286289430a3c9d438cfc693eba6404c commit hash: 2ffb129f8286289430a3c9d438cfc693eba6404c commit hash: 2ffb129f8286289430a3c9d438cfc693eba6404c 2ffb129
19:52 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
archivers/liblz4: Reset maintainership

PR:		274177
Requested by:	Martin Waschbusch <martin@waschbuesch.de> (maintainer)
commit hash: eef67ce8d7a97e774007414d8c774ff8be13e6cc commit hash: eef67ce8d7a97e774007414d8c774ff8be13e6cc commit hash: eef67ce8d7a97e774007414d8c774ff8be13e6cc commit hash: eef67ce8d7a97e774007414d8c774ff8be13e6cc eef67ce
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
Saturday, 27 Aug 2022
10:50 Po-Chuan Hsieh (sunpoet) search for other commits by this committer Author: Martin Waschbusch
archivers/liblz4: Update to 1.9.4

Changes:	https://github.com/lz4/lz4/releases
PR:		266063
commit hash: efa005214e4254e1b2ee468c09009c71d5622e33 commit hash: efa005214e4254e1b2ee468c09009c71d5622e33 commit hash: efa005214e4254e1b2ee468c09009c71d5622e33 commit hash: efa005214e4254e1b2ee468c09009c71d5622e33 efa0052
Wednesday, 20 Jul 2022
14:20 Tobias C. Berner (tcberner) search for other commits by this committer
archivers: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Albert Vernon <f3cun3c02@sneakemail.com>
  *  Alex Dupre <ale@FreeBSD.org>
  *  Alex Samorukov <samm@freebsd.org>
  *  Alexander Kuehn <freebsd@nagilum.org>
  *  Alexander Logvinov <ports@logvinov.com>
  *  Alexander Zhuravlev <zaa@zaa.pp.ru>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Alexey Dokuchaev <danfe@regency.nsu.ru>
  *  Anders Nordby <anders@FreeBSD.org>
  *  Andreas Klemm <andreas@klemm.gtn.com>
  *  Andreev Maxim
  *  Andrew Pantyukhin <infofarmer@FreeBSD.org>
  *  Andrey Chernov <ache@FreeBSD.org>
  *  Andrey Kostenko <andrey@kostenko.name>
  *  Anes Mukhametov <anes@anes.su>
  *  Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
  *  Ayumi M <ayu@commun.jp>
  *  Carsten Larsen <cs@innolan.dk>
  *  Chin-San Huang <chinsan.tw@gmail.com>
  *  Chris D. Faulhaber <jedgar@FreeBSD.org>
  *  Chris Larsen <darth@vader.dk>
  *  Christopher Key <cjk32@cam.ac.uk>
  *  Cyrille Lefevre <cyrille.lefevre@laposte.net>
  *  Dmitry Sivachenko <demon@FreeBSD.org>
  *  Emanuel Haupt <ehaupt@FreeBSD.org>
  *  Emanuel Haupt <ehaupt@critical.ch>
  *  Felix Palmen <felix@palmen-it.de>
  *  Gabor Kovesdan <gabor@FreeBSD.org>
  *  Gea-Suan Lin (gslin@ccca.nctu.edu.tw)
  *  Gea-Suan Lin <gslin@gslin.org>
  *  George Reid <greid@ukug.uk.freebsd.org>
  *  Greg Lewis <glewis@FreeBSD.org>
  *  Hsin-Han You <hhyou@cs.nctu.edu.tw>
  *  Hye-Shik Chang
  *  Hye-Shik Chang <perky@FreeBSD.org>
  *  Igor Pokrovsky <tiamat@telegraph.spb.ru>
  *  Jaap Boender <jaapb@kerguelen.org>
  *  Jean-Yves Lefort <jylefort@brutele.be>
  *  Jeff Burchell <toxic@doobie.com>
  *  Jeffrey H. Johnson <CPE1704TKS@bellsouth.net>
  *  Jerry Hicks
  *  Joao Carlos Mendes Luis <jonny@jonny.eng.br>
  *  John Marino <marino@FreeBSD.org>
  *  José García Juanino <jjuanino@gmail.com>
  *  Juergen Lock <nox@jelal.kn-bremen.de>
  *  Kevin Golding <ports@caomhin.org>
  *  Konstantin Reznichenko <kot@premierbank.dp.ua>
  *  Koop Mast <kwm@FreeBSD.org>
  *  Kubilay Kocak <koobs@FreeBSD.org>
  *  Lars Thegler <lth@FreeBSD.org>
  *  Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
  *  Mark Felder <feld@FreeBSD.org>
  *  Mark Kane <mark@mkproductions.org>
  *  Mark Pulford <mark@kyne.com.au>
  *  Martin Matuska <mm@FreeBSD.org>
  *  Martin Wilke <miwi@FreeBSD.org>
  *  Matteo Cypriani <mcy@lm7.fr>
  *  Max Khon <fjoe@FreeBSD.org>
  *  Maxim Sobolev <sobomax@FreeBSD.org>
  *  Melvyn Sopacua <melvyn@magemana.nl>
  *  Miguel Mendez <flynn@energyhq.homeip.net>
  *  Nathan Ahlstrom <nra@FreeBSD.org>
  *  Nicola Vitale <nivit@FreeBSD.org>
  *  Patrick Seal <patseal@hyperhost.net>
  *  Pav Lucistnik <pav@FreeBSD.org>
  *  Per Wigren
  *  Philippe Casidy <pcasidy@casidy.com>
  *  Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  Poul-Henning Kamp <phk@FreeBSD.org>
  *  Radim Kolar
  *  Radim Kolar <hsn@filez.com>
  *  Radim Kolar <hsn@netmag.cz>
  *  Rainer Hurling <rhurlin@gwdg.de>
  *  Richard Gallamore <ultima@FreeBSD.org>
  *  Roman Shterenzon <roman@xpert.com>
  *  Ryan Steinmetz <zi@FreeBSD.org>
  *  Sam Lawrance <boris@brooknet.com.au>
  *  Sergey A. Osokin <osa@FreeBSD.org>
  *  Sergey Skvortsov <skv@protey.ru>
  *  Sir l33tname <sirl33tname@gmail.com>
  *  Stanislav Sedov <ssedov@mbsd.msk.ru>
  *  Stefan Esser <se@FreeBSD.org>
  *  Steve Wills <swills@FreeBSD.org>
  *  Steven Kreuzer <skreuzer@FreeBSD.org>
  *  Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
  *  Sylvio Cesar <sylvio@FreeBSD.org>
  *  TAKATSU Tomonari <tota@FreeBSD.org>
  *  Thierry Thomas <thierry@pompo.net>
  *  Thomas Abthorpe <thomas@goodking.ca>
  *  Thomas Gellekum <tg@FreeBSD.org>
  *  Vanilla I. Shu <vanilla@FreeBSD.org>
  *  Wen Heping <wenheping@gmail.com>
  *  Will Andrews <andrews@technologist.com>
  *  Yarodin <yarodin@gmail.com>
  *  Ying-Chieh Liao <ijliao@FreeBSD.org>
  *  Yuri Victorovich <yuri@rawbw.com>
  *  ache
  *  adamw
  *  antoine@FreeBSD.org
  *  bf <bf2006a@yahoo.com>
  *  chinsan <chinsan.tw@gmail.com>
  *  giffunip@asme.org
  *  gurkan@phys.ethz.ch
  *  iblis <iblis.dif01@nctu.edu.tw>
  *  ijliao
  *  jmz
  *  kwm@FreeBSD.org
  *  lbartoletti <lbartoletti@FreeBSD.org>
  *  mm
  *  ports@c0decafe.net <ports@c0decafe.net>
  *  samm@freebsd.org
  *  swhetzel@gmail.com
  *  will

With hat:	portmgr
commit hash: 1ced9d288a7e33f5b7e7922ea8c5f965bbc55768 commit hash: 1ced9d288a7e33f5b7e7922ea8c5f965bbc55768 commit hash: 1ced9d288a7e33f5b7e7922ea8c5f965bbc55768 commit hash: 1ced9d288a7e33f5b7e7922ea8c5f965bbc55768 1ced9d2
Sunday, 15 Aug 2021
14:10 Bernhard Froehlich (decke) search for other commits by this committer
archivers/liblz4: Add CPE information

Approved by:	portmgr (blanket)
commit hash: 4dc8a0226078b79ec745f563e7ca4dad0e5a742d commit hash: 4dc8a0226078b79ec745f563e7ca4dad0e5a742d commit hash: 4dc8a0226078b79ec745f563e7ca4dad0e5a742d commit hash: 4dc8a0226078b79ec745f563e7ca4dad0e5a742d 4dc8a02
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, 24 Nov 2020
09:26 fernape search for other commits by this committer
archivers/liblz4: Update to 1.9.3

ChangeLog: https://github.com/lz4/lz4/releases/tag/v1.9.3

 * Switch from gmake to meson.
 * Enable tests

PR:	251183
Submitted by:	daniel.engberg.lists@pyret.net
Approved by:	martin@waschbuesch.de (maintainer)
Original commitRevision:556153 
Sunday, 19 Jan 2020
17:19 antoine search for other commits by this committer
Bump PORTREVISION after man page move, it has an impact on 1 reverse dep
Original commitRevision:523581 
Thursday, 16 Jan 2020
09:34 bapt search for other commits by this committer
First pass at moving manpages to share/man for category a*
Original commitRevision:523220 
Monday, 2 Sep 2019
19:47 swills search for other commits by this committer
archivers/liblz4: Update to 1.9.2

PR:		240007
Submitted by:	Martin Waschbusch <martin@waschbuesch.de> (maintainer)
Original commitRevision:510837 
Friday, 26 Apr 2019
19:38 swills search for other commits by this committer
archivers/liblz4: Update to 1.9.1

PR:		237520
Submitted by:	Martin Waschbusch <martin@waschbuesch.de> (maintainer)
Original commitRevision:500130 
Thursday, 14 Feb 2019
14:49 olivier search for other commits by this committer
Fix compilation when TARGET_ARCH is set

PR:		225377
Approved by:	Martin Waschbusch (maintainer)
Original commitRevision:492921 
Tuesday, 18 Sep 2018
15:09 swills search for other commits by this committer
archivers/liblz4: Update to v1.8.3

PR:		231324
Submitted by:	Martin Waschbusch <martin@waschbuesch.de> (maintainer)
Original commitRevision:480030 
Monday, 14 May 2018
19:12 bapt search for other commits by this committer
Remove LIBDIR arguments which are now unneeded
Original commitRevision:469954 
Tuesday, 8 May 2018
09:10 bapt search for other commits by this committer
Update to 1.8.2

Remove the now unneeded post-patch section
Enforce usage of our INSTALL_PROGRAM instead of manually strip
Pass variables via MAKE_ARGS to avoid patching
Remove now useless USES=pathfix

PR:		228060
Submitted by:	bapt
Reported by:	Yann Collet (Upstream)
Reviewed by:	Martin Waschbusch (maintainer)
Approved by:	Martin Waschbusch (maintainer)
Original commitRevision:469368 
Thursday, 18 Jan 2018
14:44 sunpoet search for other commits by this committer
Update to 1.8.1.2

Changes:	https://github.com/lz4/lz4/releases
PR:		225277
Submitted by:	Martin Waschbusch <martin@waschbuesch.de> (maintainer)
Original commitRevision:459351 
Sunday, 14 Jan 2018
07:07 sunpoet search for other commits by this committer
Update to 1.8.1

Changes:	https://github.com/lz4/lz4/releases
PR:		225145
Submitted by:	Martin Waschbusch <martin@waschbuesch.de> (maintainer)
Original commitRevision:458961 
Sunday, 20 Aug 2017
12:30 sunpoet search for other commits by this committer
Update to 1.8.0

Changes:	https://github.com/lz4/lz4/releases
PR:		221630
Submitted by:	Martin Waschbusch <martin@waschbuesch.de>
Original commitRevision:448415 
Friday, 3 Feb 2017
08:31 matthew search for other commits by this committer
Delete duplicate line

Submitted by:	sunpoet
Original commitRevision:433202 
Thursday, 2 Feb 2017
22:25 matthew search for other commits by this committer
Update to 1.7.5

Notable changes:
- Upstream switched versioning from e.g. r131 to v1.7.5, forcing me to
  make use of PORTEPOCH.
- (Submitter) pushed a change upstream to add FreeBSD to the OSs
  recognized in Makefile, requiring one less search & replace action
  in post-patch section.

PR:		216599
Submitted by:	martin@waschbuesch.de (maintainer)
Original commitRevision:433181 
Friday, 21 Oct 2016
15:21 mat search for other commits by this committer
Use USES=pathfix where applicable.

PR:		213195
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D8093
Original commitRevision:424427 
Sunday, 15 May 2016
12:24 riggs search for other commits by this committer
Pass maintainership to submitter

PR:		209516
Submitted by:	martin@waschbuesch.de
Original commitRevision:415228 
Tuesday, 29 Dec 2015
14:30 mat search for other commits by this committer
Cleanup GH_* and variables order.

Sponsored by:	Absolight
Original commitRevision:404743 
Tuesday, 6 Oct 2015
21:14 amdmi3 search for other commits by this committer
- Silence patching
- Fix WWW:
Original commitRevision:398721 
Monday, 5 Oct 2015
16:13 adamw search for other commits by this committer
Reassign some of my ports to the Collective.
Original commitRevision:398654 
Tuesday, 7 Jul 2015
19:17 adamw search for other commits by this committer
Update to r131.
Original commitRevision:391523 
Monday, 29 Jun 2015
00:36 adamw search for other commits by this committer
Update to r130, which incorporates the patches that riggs committed in
r387288.
Original commitRevision:390875 
Sunday, 24 May 2015
18:01 riggs search for other commits by this committer
Fix decompression in a pipeline: import fix from dev branch in
https://github.com/Cyan4973/lz4/commit/58b5aadb1fc5d937e81c8f33e0e8290f2097c6bb

PR:		200422
Submitted by:	eborisch+FreeBSD@gmail.com
Approved by:	adamw (maintainer, implicit)
Original commitRevision:387288 
Tuesday, 19 May 2015
16:37 adamw search for other commits by this committer
Update to r129. Changes at https://github.com/Cyan4973/lz4/releases/tag/r129.
Remove the CONFLICTS on archivers/lz4 which was removed from the ports tree.
Original commitRevision:386791 
Sunday, 19 Apr 2015
19:34 adamw search for other commits by this committer
Update to r128.

Changes are listed on https://github.com/Cyan4973/lz4/releases

Also, use the new USE_GITHUB syntax, and update WWW.
Original commitRevision:384319 
Wednesday, 25 Mar 2015
00:11 adamw search for other commits by this committer
Re-add back ALL_TARGET=default. For reasons that I still don't understand,
it breaks the build for some people.

This time, add a comment so I don't try to remove it again in the future.
Original commitRevision:382192 
Tuesday, 24 Mar 2015
18:25 adamw search for other commits by this committer
Update to r127. Fix tons of hardcoded paths in the Makefile to enable
'make install' to work properly.
Original commitRevision:382152 
Saturday, 6 Dec 2014
19:40 adamw search for other commits by this committer
I was never able to replicate this, but a number of people have reported that
liblz4 fails to build on amd64, and they all agree that this patch fixes it.

PR:		194609
Submitted by:	Roland Smith
Original commitRevision:374141 
Sunday, 26 Oct 2014
00:14 adamw search for other commits by this committer
Add archivers/liblz4. There is already archivers/lz4, which it looks
like might be an old version of this, but it only installs a binary.
This installs binaries and libraries/headers.

LZ4 is a very fast lossless compression algorithm, providing compression speed
at 400 MB/s per core, scalable with multi-cores CPU. It also features an
extremely fast decoder, with speed in multiple GB/s per core, typically
reaching RAM speed limits on multi-core systems.

A high compression derivative, called LZ4_HC, is also provided. It trades CPU
time for compression ratio.

The libraries are BSD licensed, and the binaries are GPLv2.

WWW: https://code.google.com/p/lz4/
Original commitRevision:371493 

Number of commits found: 38