notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
The safest procedure: change your FreshPorts password. Anything you had set before Friday March 24 2023 09:49:20 UTC should be changed. You can read more here: SQL inejection issues fixed and FreshSource code fixes Sorry about the extra work for you.
All known SQL injection issues patched. There is no evidence it was exploited. That doesn’t mean it wasn’t. Please change your password.
non port: sysutils/heirloom/Makefile
SVNWeb

Number of commits found: 35

Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 20 Jul 2022
[ 14:23 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:ea7123695aad83707eba8adaf42b29dac7f296e4  commit hash:ea7123695aad83707eba8adaf42b29dac7f296e4  commit hash:ea7123695aad83707eba8adaf42b29dac7f296e4  ea71236  (Only the first 10 of 972 ports in this commit are shown above. View all ports for this commit)
sysutils: remove 'Created by' lines

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

  *  <jsmith@resonatingmedia.com>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Landwehr <aaron@snaphat.com>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Adrian Chadd
  *  Adrian Chadd <adrian@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Alan Eldridge <alane@FreeBSD.org>
  *  Alan Eldridge <alane@geeksrus.net>
  *  Aldis Berjoza <aldis@bsdroot.lv>
  *  Alex Deiter <alex.deiter@gmail.com>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Thu, 20 Aug 2020
[ 18:53 cy search for other commits by this committer ] Original commit   Revision:545548
Fix build after llvm 11 import into 13-current.
Fri, 8 Dec 2017
[ 01:46 linimon search for other commits by this committer ] Original commit   Revision:455765 (Only the first 10 of 27 ports in this commit are shown above. View all ports for this commit)
Mark these ports as buildable on armv6 after a trybroken run.  (Also
tested with trybroken on armv7.)

The 'runaway process' ones are most likely just statistical.

Approved by:	portmgr (tier-2 blanket)
Sat, 27 May 2017
[ 21:16 linimon search for other commits by this committer ] Original commit   Revision:441875
Mark some ports failing on armv6, for errors classified as "coredump".

This skips the ports that possibly only coredump under qemu.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
Tue, 23 Aug 2016
[ 17:10 marino search for other commits by this committer ] Original commit   Revision:420716
sysutils/heirloom: Document and fix ncurses requirement

Approved by:	ncurses blanket
Fri, 1 Apr 2016
[ 14:25 mat search for other commits by this committer ] Original commit   Revision:412349 (Only the first 10 of 2099 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.

With hat:	portmgr
Sponsored by:	Absolight
Thu, 3 Sep 2015
[ 13:48 amdmi3 search for other commits by this committer ] Original commit   Revision:395957
- Drop 8.x support
- Switch to options helpers
- Drop @dirrm* from plist
- Explicitly mark suid files as such in plist

Approved by:	portmgr blanket
Wed, 22 Jul 2015
[ 01:37 cy search for other commits by this committer ] Original commit   Revision:392653
Fix powerpc build.

Submitted by:	danfe
Fri, 12 Dec 2014
[ 05:45 cy search for other commits by this committer ] Original commit   Revision:374570
Assume maintainership.
Wed, 10 Dec 2014
[ 22:29 gahr search for other commits by this committer ] Original commit   Revision:374492 (Only the first 10 of 129 ports in this commit are shown above. View all ports for this commit)
- Reset maintainership of my ports
Fri, 13 Jun 2014
[ 08:14 gahr search for other commits by this committer ] Original commit   Revision:357657
- STAGE-clean
- Simplify Makefile
Mon, 5 May 2014
[ 09:45 bapt search for other commits by this committer ] Original commit   Revision:352986 (Only the first 10 of 293 ports in this commit are shown above. View all ports for this commit)
Convert all :U to :tu and :L to :tl

Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)

bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore

Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier

With hat:	portmgr
Fri, 20 Sep 2013
[ 23:06 bapt search for other commits by this committer ] Original commit   Revision:327772 (Only the first 10 of 1053 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils)
Fri, 26 Jul 2013
[ 12:28 danfe search for other commits by this committer ] Original commit   Revision:323715
- Attempt to fix parallel build (I've fixed most notable cases, and it
  allowed my 4-core Q9550 to build it -- but there might be more, since
  quality of this software (esp. makefiles) is not particularly high
- Try to respect CFLAGS in addition to CC, wrap one overly long line
- Cleanup Makefile while here: trim header, sort the knobs, employ USES
- Convert NOPORTDOCS -> PORT_OPTIONS:MDOCS, add OPTIONS_DEFINE, etc.

Reported by:	pointyhat-west
Sat, 21 Jan 2012
[ 17:40 eadler search for other commits by this committer ] Original commit  (Only the first 10 of 1326 ports in this commit are shown above. View all ports for this commit)
At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.

Explicit duplication > := > = and this just moves ports one step to the left

Approved by:    portmgr
Thu, 1 Apr 2010
[ 06:44 linimon search for other commits by this committer ] Original commit 
Mark as broken on powerpc.

Hat:            portmgr
Thu, 21 Jan 2010
[ 21:18 gahr search for other commits by this committer ] Original commit 
- Fix utmpx on CURRENT
Tue, 29 Dec 2009
[ 10:25 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 36 ports in this commit are shown above. View all ports for this commit)
- Convert NOMANCOMPRESS to NO_MANCOMPRESS to sync with src

PR:     ports/136065 ports/127469
Submitted by:   N.J. Mann <njm@njm.me.uk> and Aldis Berjoza
<killasmurf86@gmail.com>

- Early identify port CONFLICTS

PR:     137855
Submitted by:           Piotr Smyrak <smyru@heron.pl>

- Add --no-same-permissions to the EXTRACT_AFTER_ARGS command.

Tijl Coosemans has been reported an issue that when root is extracting from the
tarball, and the tarball contains world writable files
(sysutils/policykit as an example), there is a chance that the files
gets changed by malicious third parties right after the extraction,
which makes it possible to inject code into the package thus compromise
the system.

Submitted by:   Tijl Coosemans <tijl@coosemans.org> Xin LI (delphij@)

- Fix some whitespaces

Tested with:    exp-run
Fri, 6 Mar 2009
[ 23:18 cy search for other commits by this committer ] Original commit 
Fix a SIGSEGV in ps/ps.c when ps is setuid root or when run by root.
kvm_t kv was not set to zero and therefore kvm_open(3) was not called.

Fix another SIGSEGV in ps caused by the -O compile flag) when the -ef
flags are passed to ps.

Approved by:    gahr (maintainer)
Mon, 2 Mar 2009
[ 19:56 gahr search for other commits by this committer ] Original commit 
- Add patch to work on -CURRENT

Submitted by:   ed@ via private e-mail
Thu, 8 Jan 2009
[ 18:11 erwin search for other commits by this committer ] Original commit 
Mark BROKEN on 8: does not build after recent TTY changes.

Submitted by:   pointyhat
Fri, 6 Jun 2008
[ 14:03 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 198 ports in this commit are shown above. View all ports for this commit)
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
Mon, 14 Apr 2008
[ 20:07 gahr search for other commits by this committer ] Original commit 
- Update to 070715
- Adopt maintainship

Approved by:    miwi (mentor)
Sat, 4 Aug 2007
[ 11:41 gabor search for other commits by this committer ] Original commit  (Only the first 10 of 291 ports in this commit are shown above. View all ports for this commit)
- Remove the DESTDIR modifications from individual ports as we have a new,
  fully chrooted DESTDIR, which does not need such any more.

Sponsored by:   Google Summer of Code 2007
Approved by:    portmgr (pav)
Fri, 20 Apr 2007
[ 15:12 gabor search for other commits by this committer ] Original commit  (Only the first 10 of 22 ports in this commit are shown above. View all ports for this commit)
- Remove FreeBSD 4.X support from unmaintained ports in categories starting
  with letter r-s
Wed, 28 Mar 2007
[ 21:54 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
- Update to 070227

PR:             110986
Submitted by:   trasz
Fri, 4 Aug 2006
[ 12:34 erwin search for other commits by this committer ] Original commit  (Only the first 10 of 67 ports in this commit are shown above. View all ports for this commit)
Add support for DESTDIR part I.

This commit should largele be a NOOP as it only adds support
for DESTDIR undefined. This does allow us to start testing
ports with DESTDIR set, but this is as of yet not supported.

Although this has been extensively tested on pointyhat, this
is a very intrusive change and some cases may have been
overlooked. Please contact Gabor and me if you find any.

PR:             100555
Submitted by:   gabor
Sponsored by:   Google Summer of Code 2006
Thu, 27 Jul 2006
[ 07:55 thierry search for other commits by this committer ] Original commit 
Unbreak by s/'/"/ in sed commands list.
Tue, 24 Jan 2006
[ 12:06 mnag search for other commits by this committer ] Original commit 
Update to 060122
portlint(1)

PR:             92245
Submitted by:   Jeffrey H. Johnson <CPE1704TKS@bellsouth.net>
Sun, 22 Jan 2006
[ 18:49 sem search for other commits by this committer ] Original commit 
- Update to 051118
  There have been major changes since 040603, including introduction of
  POSIX.1-2001 support.  This should be considered a major update.

PR:             ports/92159
Submitted by:   Jeffrey H. Johnson <CPE1704TKS@bellsouth.net>
Fri, 2 Dec 2005
[ 02:05 linimon search for other commits by this committer ] Original commit  (Only the first 10 of 15 ports in this commit are shown above. View all ports for this commit)
Reset maintainer per his request.  We hope to see him back soon.
Sat, 12 Jun 2004
[ 11:59 thierry search for other commits by this committer ] Original commit 
Fix BUILD_DEPENDS.

Submitted by:   maintainer
Reported by:    Kris / pointyhat.
Mon, 7 Jun 2004
[ 19:29 thierry search for other commits by this committer ] Original commit 
Add heirloom 040603, the Heirloom Toolchest is a collection of
standard Unix utilities.

PR:             67547
Submitted by:   Cyrille Lefevre

Number of commits found: 35