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: shells/fd/Makefile

Number of commits found: 91

Sunday, 25 Feb 2024
13:43 Muhammad Moinur Rahman (bofh) search for other commits by this committer
shells/fd: Moved man to share/man

Approved by:    portmgr (blanket)
commit hash: 8894a86a45be4dea0e2fb3f7b3db2a84e0259f3c commit hash: 8894a86a45be4dea0e2fb3f7b3db2a84e0259f3c commit hash: 8894a86a45be4dea0e2fb3f7b3db2a84e0259f3c commit hash: 8894a86a45be4dea0e2fb3f7b3db2a84e0259f3c 8894a86
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, 20 Jul 2022
14:22 Tobias C. Berner (tcberner) search for other commits by this committer
shells: remove 'Created by' lines

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

  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Andreas Kohn <andreas@syndrom23.de>
  *  Carlos Jacobo Puga Medina <cpm@FreeBSD.org>
  *  Cyrille.Lefevre@laposte.net
  *  Danijel Tasov <danielt@pilgerer.org>
  *  David O'Brien <obrien@NUXI.com>
  *  Emanuel Haupt <ehaupt@FreeBSD.org>
  *  Hajimu UMEMOTO <ume@FreeBSD.org>
  *  Igor Pokrovsky <ip@unixway.org>
  *  Jean-Yves Lefort <jylefort@brutele.be>
  *  Kai Wang <kaiw27@gmail.com>
  *  Martin Wilke <miwi@FreeBSD.org>
  *  Nobuhiro Yasutomi <nobu@psrc.isac.co.jp>
  *  Oliver Eikemeier
  *  Patrick Gardella <patrick@FreeBSD.org>
  *  Pawel Pekala <pawel@FreeBSD.org>
  *  Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  Richard Rose <freebsd-security@rikrose.net>
  *  Sean Chittenden <seanc@FreeBSD.org>
  *  Sergey Matveychuk <sem@FreeBSD.org>
  *  Serhii (Sergey) Kozlov <skozlov@FreeBSD.org>
  *  Shinsuke Matsui <smatsui@karashi.org>
  *  Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  Sylvio Cesar <sylvio@FreeBSD.org>
  *  Thomas Gellekum <tg@FreeBSD.org>
  *  UMENO Takashi <umeno@rr.iij4u.or.jp>
  *  Vaida Bogdan
  *  Will Andrews <andrews@technologist.com>
  *  Ying-Chieh Liao <ijliao@FreeBSD.org>
  *  conrads@cox.net
  *  erich@rrnet.com
  *  gebhart@secnetix.de
  *  kirk@strauser.com
  *  mcglk@artlogix.com
  *  torstenb

With hat:	portmgr
commit hash: c3cc2da090370ea7d1a9ee06fd5a8fdc5ffc4dd8 commit hash: c3cc2da090370ea7d1a9ee06fd5a8fdc5ffc4dd8 commit hash: c3cc2da090370ea7d1a9ee06fd5a8fdc5ffc4dd8 commit hash: c3cc2da090370ea7d1a9ee06fd5a8fdc5ffc4dd8 c3cc2da
Monday, 10 Jan 2022
15:15 Stefan Eßer (se) search for other commits by this committer
Fix CONFLICTS entries of multiple ports

There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.

This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.

Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port
cannot conflict with itself (due to logic in bsd.port.mk that
supresses the pattern match result in that case).

A few ports that set the conflicts variables depending on complex
conditions (e.g. port options), have been left unmodified, despite
probably containing outdated package names.

These changes should only affect the installation of locally built
ports, not the package building with poudriere. They should give an
early indication of the install conflict in cases where currently
the pkg command aborts an installation when it detects that an
existing file would be overwritten,

Approved by:	portmgr (implicit)
commit hash: bcaf25a8c8046b094f6b5ab5bc258333bc326ee1 commit hash: bcaf25a8c8046b094f6b5ab5bc258333bc326ee1 commit hash: bcaf25a8c8046b094f6b5ab5bc258333bc326ee1 commit hash: bcaf25a8c8046b094f6b5ab5bc258333bc326ee1 bcaf25a
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, 2 Nov 2020
22:07 rene search for other commits by this committer
Return knu@'s ports to the pool after his commit bit was safekept.
Original commitRevision:553930 
Thursday, 24 Oct 2019
07:16 knu search for other commits by this committer
Update to 3.01j
Original commitRevision:515322 
Tuesday, 25 Dec 2018
07:12 knu search for other commits by this committer
Update to 3.01h
Original commitRevision:488294 
Saturday, 2 Jun 2018
06:05 knu search for other commits by this committer
Update to 3.01g
Original commitRevision:471341 
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 
Tuesday, 8 Sep 2015
17:53 danfe search for other commits by this committer
- Remove `files/patch-Makefile.in' as it is being unused since there is
  pre-generated Makefile already provided
- Unbreak the build on PowerPC by not treating it differently from other
  FreeBSD systems
- Respect CFLAGS in a more sane way than patching ${WRKSRC}/machine.h in
  `_post-configure' target with some cryptic sed(1) regexp
- Factor out docfiles installation into `post-install-DOCS-on' target,
  sanitize it a bit, unmute installation commands, move OPTIONS_DEFINE
  knob lower while I am here
- Avoid use of contraction in the port description text
Original commitRevision:396419 
Friday, 23 May 2014
03:30 knu search for other commits by this committer
Update to 3.01b.
Original commitRevision:354908 
Thursday, 6 Mar 2014
17:38 bapt search for other commits by this committer
Support stage
Original commitRevision:347285 
Friday, 20 Sep 2013
22:57 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
shells)
Original commitRevision:327770 
Wednesday, 14 Aug 2013
22:35 ak search for other commits by this committer
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
Original commitRevision:324744 
Saturday, 8 Jun 2013
15:20 knu search for other commits by this committer
Update to 3.01a.
Original commitRevision:320260 
Friday, 3 Aug 2012
11:47 knu search for other commits by this committer
Update to 3.01.
Original commit
Sunday, 29 Jul 2012
01:45 knu search for other commits by this committer
Update to 3.00m.
Original commit
Monday, 16 Jul 2012
10:20 knu search for other commits by this committer
Update to 3.00l + patches.
Original commit
Tuesday, 24 Apr 2012
01:59 knu search for other commits by this committer
Update to 3.00k (patched).
Original commit
Wednesday, 28 Dec 2011
06:55 linimon search for other commits by this committer
Mark as broken on powerpc.

Hat:            portmgr
Original commit
Monday, 16 May 2011
12:38 knu search for other commits by this committer
Add support for xz archives to the configuration file.
Original commit
Tuesday, 28 Sep 2010
13:23 knu search for other commits by this committer
Update to 3.00j w/ a patch.

Declare the port MAKE_JOBS_SAFE.
Original commit
Wednesday, 28 Jul 2010
08:03 knu search for other commits by this committer
Update to 3.00i.
Original commit
Monday, 14 Jun 2010
11:46 knu search for other commits by this committer
Update to 3.00h.
Original commit
Monday, 7 Jun 2010
02:22 knu search for other commits by this committer
Apply a quick-fix against the problem introduced in 3.00g.
Original commit
Friday, 4 Jun 2010
06:12 knu search for other commits by this committer
Update to 3.00g.
Original commit
Sunday, 30 May 2010
14:33 knu search for other commits by this committer
Update to 3.00f with a quick fix applied.
Original commit
Monday, 1 Mar 2010
10:36 knu search for other commits by this committer
Update to 3.00e.

Feature safe:   yes
Original commit
Tuesday, 2 Dec 2008
01:53 knu search for other commits by this committer
Update to 3.00d.
Original commit
Wednesday, 8 Oct 2008
10:25 knu search for other commits by this committer
Tweaking compiler options should be considered a configure task rather
than a patch task.
Original commit
08:44 knu search for other commits by this committer
Add missing files to pkg-plist.

Pointed out by: QAT
Original commit
08:38 knu search for other commits by this committer
Install configuration files also when NOPORTDOCS is yes.

Pointed out by: QAT
Original commit
07:52 knu search for other commits by this committer
Update to 3.00c.
Original commit
Wednesday, 16 Jul 2008
06:21 knu search for other commits by this committer
Add a patch to fix a paste-o problem under the INPUTKCODE=UTF8-mac
environment.
Original commit
Thursday, 10 Jul 2008
11:10 knu search for other commits by this committer
Update to 2.09i.
Original commit
Monday, 24 Mar 2008
06:40 knu search for other commits by this committer
Update to 2.09h.
Original commit
Tuesday, 12 Feb 2008
06:39 knu search for other commits by this committer
Update to 2.09g.
Original commit
Thursday, 27 Dec 2007
09:24 knu search for other commits by this committer
Update to 2.09f.
Original commit
Tuesday, 18 Sep 2007
06:22 knu search for other commits by this committer
Update to 2.09e, a bug-fix release.
Original commit
Sunday, 29 Apr 2007
08:03 knu search for other commits by this committer
Update to 2.09d.
Original commit
Thursday, 18 Jan 2007
10:43 knu search for other commits by this committer
Update to 2.09c.
Original commit
Thursday, 14 Sep 2006
18:52 knu search for other commits by this committer
Update to 2.09.
Original commit
Monday, 24 Jul 2006
09:44 knu search for other commits by this committer
Update to 2.08d.
Original commit
Wednesday, 24 May 2006
11:48 knu search for other commits by this committer
Update to 2.08c.
Original commit
Saturday, 13 May 2006
04:15 edwin search for other commits by this committer
Remove USE_REINPLACE from all categories starting with S
Original commit
Tuesday, 11 Apr 2006
08:12 knu search for other commits by this committer
Add a patch to fix a problem that ~/.fd_history is truncated
when the home directory is on a file system without locking support.
Original commit
Friday, 7 Apr 2006
04:25 knu search for other commits by this committer
Update to 2.08b.
Original commit
Friday, 18 Nov 2005
01:04 knu search for other commits by this committer
Add a missing man page to MAN1.

Noticed by:     kris
Original commit
Monday, 14 Nov 2005
12:21 knu search for other commits by this committer
Update to 2.07b

Turn ADJTTY off by default.
Original commit
Friday, 11 Nov 2005
01:18 linimon search for other commits by this committer
With portmgr hat on, reset maintainership of knu's ports since he has
been inactive more than 6 months.  We hope to see him back sometime.
Original commit
Tuesday, 26 Oct 2004
04:05 knu search for other commits by this committer
Update to 2.06a.
Original commit
Saturday, 17 Jul 2004
05:32 knu search for other commits by this committer
Integrate bug fixes from [FDclone-users:00310], [FDclone-users:00311]
and [FDclone-users:00313].
Original commit
Saturday, 10 Jul 2004
13:17 knu search for other commits by this committer
Update to 2.05g.
Original commit
Thursday, 24 Jun 2004
16:49 knu search for other commits by this committer
Update to 2.05f.
Original commit
Saturday, 12 Jun 2004
18:00 knu search for other commits by this committer
Fix a bug where a \ at EOL did not work as escape character.

Obtained from:  [FDclone-users:00287]
Original commit
Wednesday, 9 Jun 2004
12:01 knu search for other commits by this committer
Update to 2.05e.
Original commit
Thursday, 27 May 2004
04:03 knu search for other commits by this committer
Double MAXLAUNCHTABLE and MAXFUNCLINES.
Original commit
Tuesday, 25 May 2004
18:56 knu search for other commits by this committer
Readd a correct fix against the glob expansion bug.
Original commit
10:00 knu search for other commits by this committer
Back out part of the previous commit.  Turned out that the fixes in
[FDclone-users:00266] and [FDclone-users:00274] have bugs...
Original commit
05:17 knu search for other commits by this committer
Apply fixes against recently reported bugs.

[FDclone-users:00266]
  Properly expand globs like <"/usr/"*> and </usr\/*>.

[FDclone-users:00274]
  Complete the previous fix and make <'/usr/'*> work.

[FDclone-users:00275]
  Fix a bug where a recursive copy fails when the destination directory
  has a trailing slash.

[FDclone-users:00276]
  Remove superfluous calls of chflags(2) to supress errors on filesystems
  that do not support file flags.

[FDclone-users:00278]
  Disable path name completion RENAME_FILE.
Original commit
Thursday, 13 May 2004
07:44 knu search for other commits by this committer
Update to 2.05d.
Original commit
Wednesday, 25 Feb 2004
12:58 knu search for other commits by this committer
Update to 2.05c.
Original commit
Tuesday, 30 Dec 2003
21:35 osa search for other commits by this committer
Use DOCSDIR macro.

Approved by:    knu (maintainer)
Original commit
Wednesday, 10 Dec 2003
03:57 knu search for other commits by this committer
Update to 2.05a, which fixes a bug in a builtin command "checkid".
Original commit
Monday, 8 Dec 2003
18:46 knu search for other commits by this committer
Update to 2.05.
Original commit
Thursday, 20 Nov 2003
05:09 knu search for other commits by this committer
Apply a patch that fixes segv in group lookups.

Obtained from:  [FDclone-users:00244]
Original commit
Saturday, 18 Oct 2003
10:40 knu search for other commits by this committer
Update to 2.04c.
Original commit
Tuesday, 29 Jul 2003
06:09 knu search for other commits by this committer
Update to 2.04a.
Original commit
Monday, 30 Jun 2003
05:58 knu search for other commits by this committer
Update to 2.04.
Original commit
Thursday, 15 May 2003
05:57 knu search for other commits by this committer
Update to 2.03b.
Original commit
Wednesday, 23 Apr 2003
10:20 knu search for other commits by this committer
Apply a fix against a macro expansion problem and bump PORTREVISION
accordingly.
Original commit
Saturday, 19 Apr 2003
12:35 knu search for other commits by this committer
Update to 2.03a + readlink fix.
Original commit
Friday, 28 Mar 2003
10:13 knu search for other commits by this committer
Update to 2.03.
Original commit
Monday, 3 Mar 2003
00:16 knu search for other commits by this committer
Update to 2.02b.
Original commit
Wednesday, 19 Feb 2003
08:48 knu search for other commits by this committer
Bump PORTREVISION for a couple of fixes I applied.
Original commit
Tuesday, 18 Feb 2003
05:52 knu search for other commits by this committer
De-pkg-comment my non-ruby ports as well.
Original commit
Sunday, 5 Jan 2003
19:14 knu search for other commits by this committer
Ignore error in updating /etc/shells so that a normal user can build
and install this port.
Original commit
Friday, 3 Jan 2003
11:20 knu search for other commits by this committer
Update to 2.02a.
Original commit
Sunday, 6 Oct 2002
18:52 knu search for other commits by this committer
Update to 2.01c.
Original commit
Wednesday, 18 Sep 2002
18:57 knu search for other commits by this committer
- Fix the .zip file list format.
- Recognize .tar.z as tar+gz archive.
Original commit
Sunday, 15 Sep 2002
20:55 knu search for other commits by this committer
- Apply a couple of patches posted on the FD-clone mailing list,
  which fix bugs in file name completion and handling of tar archives
  that contain ".".

- Update fd2rc:
  o Properly call zip(1) with -r (recursive).
  o Make some file extensions case insensitive.
  o Source /etc/fd2rc.local so administrators can put their own local
    configurations in it.
  o Set FD_WRITEFS to 1 (do not ask).
  o Set FD_INHERITCOPY to 1 (preserve timestamps).
Original commit
Sunday, 11 Aug 2002
13:28 knu search for other commits by this committer
- Recognize .tbz as a tar+bzip2 suffix.
- Expand the arch table size from 16 to 32.
- Bump PORTREVISION accordingly.
Original commit
Saturday, 13 Jul 2002
04:19 knu search for other commits by this committer
- Update to 2.01b.

- Honor CC and CFLAGS. (which hasn't been working since 2.0)
Original commit
Tuesday, 11 Jun 2002
12:31 knu search for other commits by this committer
Update to 2.01a.

Adjust tar_format for the latest GNU tar.
Original commit
Wednesday, 15 May 2002
18:17 knu search for other commits by this committer
Update to 2.01.

Add compression/uncompression definitions for .Z/.gz/.bz2.
Original commit
Monday, 15 Apr 2002
17:55 knu search for other commits by this committer
- Add a patch from the author that fixes a bug in file name
  completion.  Bump PORTREVISION accordingly.

- Default the number of columns to 1.

- Add some nifty launcher definitions.

  Submitted by: nork (partly)
Original commit
Sunday, 31 Mar 2002
18:28 knu search for other commits by this committer
Update to 2.00b.
Original commit
Monday, 25 Mar 2002
21:04 knu search for other commits by this committer
Add a patch supplied by the author to fix a bug in glob expansion
where a series of globs was only partially expanded. (`echo a* b*' ->
`echo a aa aaa b*')

Bump PORTREVISION accordingly.
Original commit
Sunday, 10 Feb 2002
17:12 knu search for other commits by this committer
Update FD, a GUI-based file and directory management tool for text   terminal to
version 2.00a.    
Original commit
Tuesday, 29 Jan 2002
21:40 knu search for other commits by this committer
Repocopy and move "fd" from misc/ to shells/ which is more suitable   category
for the port.    
Original commit

Number of commits found: 91