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

Number of commits found: 77

Friday, 8 Sep 2023
15:09 Alan Somers (asomers) search for other commits by this committer
shells/fish: fix ZFS tab completion

It's already fixed upstream, but not yet in any release, with no ETA.

PR:		272246
Reported by:	dch
Sponsored by:	Axcient
Approved by:	fuz (ports)
commit hash: 172aee05e04b38a163213014f1fd37f873eec2cf commit hash: 172aee05e04b38a163213014f1fd37f873eec2cf commit hash: 172aee05e04b38a163213014f1fd37f873eec2cf commit hash: 172aee05e04b38a163213014f1fd37f873eec2cf 172aee0
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
Tuesday, 23 May 2023
03:28 Lewis Cook (lcook) search for other commits by this committer
shells/fish: Update to 3.6.1

While here do some minor housekeeping;

* Remove superfluous `post-stage-MANPAGES-off` target, cleanup is already
  handled with PLIST substitutions.

* Collapse the `PORT_OPTIONS` conditional pre-checks back into `DOCS`.  We
  only need sphinx when building the documentation, not `MANPAGES`, as such
  disallow multiple jobs if `DOCS` is enabled.

Changes:	https://github.com/fish-shell/fish-shell/releases/3.6.1
PR:		271558
Approved by:	asomers (maintainer)
commit hash: c35875d80d20b16cbe6673e4cf131a300cd6d015 commit hash: c35875d80d20b16cbe6673e4cf131a300cd6d015 commit hash: c35875d80d20b16cbe6673e4cf131a300cd6d015 commit hash: c35875d80d20b16cbe6673e4cf131a300cd6d015 c35875d
Monday, 23 Jan 2023
07:22 Lewis Cook (lcook) search for other commits by this committer
shells/fish: Update to 3.6.0

Changes:	https://github.com/fish-shell/fish-shell/releases/tag/3.6.0
PR:		269066
Approved by:	asomers (maintainer)
commit hash: 333b8fa5e5ea3b4f42900e6b65c6ba5f74e30ed7 commit hash: 333b8fa5e5ea3b4f42900e6b65c6ba5f74e30ed7 commit hash: 333b8fa5e5ea3b4f42900e6b65c6ba5f74e30ed7 commit hash: 333b8fa5e5ea3b4f42900e6b65c6ba5f74e30ed7 333b8fa
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
Friday, 29 Jul 2022
20:55 Lewis Cook (lcook) search for other commits by this committer
shells/fish: Update to 3.5.1

Changes:	https://github.com/fish-shell/fish-shell/releases/tag/3.5.1
PR:		265504
Approved by:    asomers (maintainer)
commit hash: 6bb6accb522d2218221f8ed4d41f3734a0e52c34 commit hash: 6bb6accb522d2218221f8ed4d41f3734a0e52c34 commit hash: 6bb6accb522d2218221f8ed4d41f3734a0e52c34 commit hash: 6bb6accb522d2218221f8ed4d41f3734a0e52c34 6bb6acc
Tuesday, 26 Jul 2022
20:23 Lewis Cook (lcook) search for other commits by this committer
shells/fish: Update to 3.5.0

While here, drop superfluous `DOCS` from `OPTIONS_DEFAULT` as it's already
an implicit option.

Changes:	https://github.com/fish-shell/fish-shell/releases/tag/3.5.0
PR:		264832
Approved by:	asomers (maintainer)
commit hash: e9dee3e3d065de564c4ea7f9010af34bb8e83b88 commit hash: e9dee3e3d065de564c4ea7f9010af34bb8e83b88 commit hash: e9dee3e3d065de564c4ea7f9010af34bb8e83b88 commit hash: e9dee3e3d065de564c4ea7f9010af34bb8e83b88 e9dee3e
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
Thursday, 5 May 2022
13:05 Alan Somers (asomers) search for other commits by this committer
shells/fish: Update to 3.4.1

PR:		263506
Submitted by:	Bjorn Neergaard <bjorn@neersighted.com>
Approved by:	mikael <ports>
commit hash: e7aa222dd79c6a83ec9632f79a363bb3193a054c commit hash: e7aa222dd79c6a83ec9632f79a363bb3193a054c commit hash: e7aa222dd79c6a83ec9632f79a363bb3193a054c commit hash: e7aa222dd79c6a83ec9632f79a363bb3193a054c e7aa222
Saturday, 21 Aug 2021
02:24 Alan Somers (asomers) search for other commits by this committer
shells/fish: /usr/local/etc/config.fish is a config file

Mark it as @sample

Approved by: lcook (ports)
Reviewed by: lcook
Differential Revision: https://reviews.freebsd.org/D31571
commit hash: 1bd69b9f3a92b39ca2185796b31fb6cdd7d2cfb2 commit hash: 1bd69b9f3a92b39ca2185796b31fb6cdd7d2cfb2 commit hash: 1bd69b9f3a92b39ca2185796b31fb6cdd7d2cfb2 commit hash: 1bd69b9f3a92b39ca2185796b31fb6cdd7d2cfb2 1bd69b9
Tuesday, 10 Aug 2021
06:41 Li-Wen Hsu (lwhsu) search for other commits by this committer Author: Ben Nied
shells/fish: Update to 3.3.1

PR:		257666
Approved by:	asomers (maintainer)
commit hash: da06c6145e86a82f64f487ae359b08ad54bb4856 commit hash: da06c6145e86a82f64f487ae359b08ad54bb4856 commit hash: da06c6145e86a82f64f487ae359b08ad54bb4856 commit hash: da06c6145e86a82f64f487ae359b08ad54bb4856 da06c61
Friday, 23 Apr 2021
15:07 Lewis Cook (lcook) search for other commits by this committer
shells/fish: Update to 3.2.2

Changes:	https://github.com/fish-shell/fish-shell/releases/tag/3.2.2
PR:		255345
Approved by:	asomers (maintainer)
MFH:		2021Q2
commit hash: 93946d8aaafcff4fe8142ad4b0abb57af426144c commit hash: 93946d8aaafcff4fe8142ad4b0abb57af426144c commit hash: 93946d8aaafcff4fe8142ad4b0abb57af426144c commit hash: 93946d8aaafcff4fe8142ad4b0abb57af426144c 93946d8
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
Wednesday, 24 Mar 2021
11:29 lcook search for other commits by this committer
shells/fish: Update to 3.2.1

While here, appease both portclippy/portfmt and simplify port.

Changes:		https://github.com/fish-shell/fish-shell/releases/tag/3.2.0
			https://github.com/fish-shell/fish-shell/releases/tag/3.2.1
PR:			254388
Reviewed by: 		asomers (maintainer)
Approved by:		fernape (mentor)
Differential Revision:	https://reviews.freebsd.org/D29395
Original commitRevision:569108 
Monday, 25 May 2020
01:30 asomers search for other commits by this committer
shells/fish: delete debugging cruft from r536422

Reported by:	Alexander Matveev <timon@net.nz>
Original commitRevision:536426 
Sunday, 24 May 2020
20:57 asomers search for other commits by this committer
shells/fish: link against devel/ncurses if it's installed at build time

shells/fish is built using CMake and requires the FindCurses module.  Unless
CURSES_NEED_NCURSES=TRUE, shells/fish will always be built against ncurses
from base, even when devel/ncurses is already installed.

This change has no effect for packages built from Poudriere, which will not
install devel/ncurses when building fish.

PR:		246365
Submitted by:	Dustin Boyd <memreflect@pm.me>
Original commitRevision:536422 
20:37 asomers search for other commits by this committer
shells/fish: update to 3.1.2

PR:		246681
Submitted by:	dch
Original commitRevision:536420 
Monday, 11 May 2020
23:51 dbaio search for other commits by this committer
Update Sphinx

- Repocopy textproc/py-sphinx to textproc/py-sphinx18

  Update it to 1.8.5 (latest version from 1.8.X).
  This version supports Python 2 and 3.
  Add test target.

- textproc/py-sphinx: Update to 3.0.2

  Python 3 only (3.5+).
  Add test target.

- Mk/Uses/python.mk: Add PY_SPHINX

  Shared macro to use with flavors and not break
  ports with USES=python (all versions).

  Python >=3.5  --> textproc/py-sphinx (v3.0.2)
  Python < 3.5  --> textproc/py-sphinx18 (v1.8.5)

  All ports that uses sphinx were changed to use the new variable
  ${PY_SPHINX} in the dependency line, exceptions:

    * Ports that fails to build with sphinx 3.0.2 because of code.
      They are pointing to textproc/py-sphinx18 directly.
      There aren't many ports.

    * Ports that doesn't know Python flavors.

- Add several patches to fix Sphinx consumers

  The most common issues are related with pkg-plist, the output
  files from Sphinx changes between versions, keep this dynamically
  is the better approach.

  This will save time in future sphinx updates.

PR:		245629
Exp-run by:	antoine
Original commitRevision:534966 
Thursday, 7 May 2020
15:36 asomers search for other commits by this committer
shells/fish: update to 3.1.1

PR:		245975
Submitted by:	Evilham <contact@evilham.com>
Original commitRevision:534268 
Saturday, 18 Apr 2020
21:01 asomers search for other commits by this committer
shells/fish: cherry-pick upstream fix for SVN performance

Upstream bug #6681 causes fish to run _very_ slowly inside of large
Subversion repositories.  The bug will be fixed in release 3.1.1.  But it's
worthwhile to cherry-pick the fix since all FreeBSD developers use large
Subversion repositories.

https://github.com/fish-shell/fish-shell/issues/6681
Original commitRevision:532045 
Wednesday, 26 Feb 2020
04:26 asomers search for other commits by this committer
shells/fish: upgrade to 3.1.0
Original commitRevision:527149 
Sunday, 23 Feb 2020
21:12 asomers search for other commits by this committer
shells/fish: needs groff at runtime

add groff as a runtime MANPAGES_USES.  fish uses it to format partial man
pages in response to syntax errors.

PR:		243480
Reported by:	Igor Gali <i.galic@brainsware.org>
Original commitRevision:526945 
Sunday, 24 Feb 2019
22:51 asomers search for other commits by this committer
shells/fish: upgrade to 3.0.2
Original commitRevision:493822 
Wednesday, 20 Feb 2019
15:32 asomers search for other commits by this committer
shells/fish: upgrade to 3.0.1
Original commitRevision:493425 
Thursday, 17 Jan 2019
20:40 asomers search for other commits by this committer
shells/fish: patch upstream issue #5453

This change fixes a segfault that would happen from operations like
'printf "%f" 7.0'.  Also, this change removes Python as a runtime
dependency.  That was supposed to have been done in r488840, but there was a
typo.

https://github.com/fish-shell/fish-shell/issues/5453

Reported by:	Mahmoud Al-Qudsi <mqudsi@neosmart.net>
MFH:		2019Q1
Original commitRevision:490604 
Monday, 31 Dec 2018
21:38 asomers search for other commits by this committer
shells/fish: upgrade to 3.0.0

This also switches the build system from autoconf to cmake, and adds an
on-by-default MANPAGES option.  MANPAGES are now optional because building
them requires doxygen.

PR:		234493
Reviewed by:	koobs
Approved by:	koobs (ports)
Original commitRevision:488840 
Monday, 11 Dec 2017
17:39 asomers search for other commits by this committer
shells/fish: Upgrade to 2.7.0

Sponsored by:	Spectra Logic Corp
Original commitRevision:456053 
Monday, 4 Dec 2017
16:59 asomers search for other commits by this committer
comms/mlan3 shells/fish: annotate conflicts

They both install /usr/local/bin/fish

PR:		222777
Reported by:	http://pkgtool.osorio.me/conflicts/
Approved by:	Chris Hutchinson <portmaster@bsdforge.com> (mlan3 maintainer)
Differential Revision:	https://reviews.freebsd.org/D13318
Original commitRevision:455527 
Thursday, 30 Nov 2017
15:50 mat search for other commits by this committer
Convert Python ports to FLAVORS.

  Ports using USE_PYTHON=distutils are now flavored.  They will
  automatically get flavors (py27, py34, py35, py36) depending on what
  versions they support.

  There is also a USE_PYTHON=flavors for ports that do not use distutils
  but need FLAVORS to be set.  A USE_PYTHON=noflavors can be set if
  using distutils but flavors are not wanted.

  A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
  added to cope with Python ports that did not have the Python
  PKGNAMEPREFIX but are flavored.

  USES=python now also exports a PY_FLAVOR variable that contains the
  current python flavor.  It can be used in dependency lines when the
  port itself is not python flavored.  For example, deskutils/calibre.

  By default, all the flavors are generated.  To only generate flavors
  for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
  BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.

  In all the ports with Python dependencies, the *_DEPENDS entries MUST
  end with the flavor so that the framework knows which to build/use.
  This is done by appending '@${PY_FLAVOR}' after the origin (or
  @${FLAVOR} if in a Python module with Python flavors, as the content
  will be the same).  For example:

    RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}

PR:		223071
Reviewed by:	portmgr, python
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D12464
Original commitRevision:455210 
Thursday, 7 Sep 2017
04:58 asomers search for other commits by this committer
shells/fish: Upgrade to 2.6.0

PR:		220068
Original commitRevision:449384 
Saturday, 11 Feb 2017
20:47 asomers search for other commits by this committer
shells/fish: Upgrade to 2.5.0

PR:		216990
Reviewed by:	brd
Approved by:	brd (ports)
Differential Revision:	https://reviews.freebsd.org/D9537
Original commitRevision:433911 
05:23 asomers search for other commits by this committer
shells/fish: fix completions for python

Eliminate errors during command completion for python, python2, and python3 if
the /usr/local/bin/python symlink does not exist.  Additionally, even if the
symlink does exist, the completions will be wrong for the non-default
interpreter.  So I'm simply deleting the problematic completions altogether.  I
opened an upstream bug for the latter issue.

https://github.com/fish-shell/fish-shell/issues/3840

While I'm here, delete an extraneous patch file for DOCS=off

PR:		216987
Reported by:	Keren Sky <keren_sky@live.com>
Approved by:	brd (ports, implicit)
Original commitRevision:433836 
Thursday, 9 Feb 2017
00:09 asomers search for other commits by this committer
Fix two bugs in shells/fish

1) The build would fail when DOCS=off (PR 216167)
2) Tab completion doesn't work for "mount -t" (PR 216032)

PR:	216167
PR:	216032
Reported by:	Maxfx <maficccc@gmail.com>
Reported by:	David Guyot <david.guyot@europecamions-interactive.com>
Approved by:	brd (ports)
Original commitRevision:433701 
Monday, 9 Jan 2017
17:41 olivierd search for other commits by this committer
Pass maintainership to submitter, Alan Somers (previous maintainer
is inactive since 2015-01-30)

PR:		215742
Submitted by:	asomers@
Differential Revision:	https://reviews.freebsd.org/D9034
Original commitRevision:430991 
Tuesday, 3 Jan 2017
17:50 asomers search for other commits by this committer
shells/fish upgrade to 2.4.0

Also, update /etc/shells on install

PR:		214306, 212955
Approved by:	brd (ports) freebsd.users@gmail.com (maintainer timeout)
Sponsored by:	Spectra Logic Corp
Differential Revision:	https://reviews.freebsd.org/D8665
Original commitRevision:430488 
Friday, 30 Sep 2016
13:40 marino search for other commits by this committer
shells/fish: Fix plist when NLS option off

PR:		213087
Reported by:	eborisch (gmail)
Patch by:	w.schwarzenfeld (utanet.at)
confirmed by:	marino
Approved by:	just-fix-it
Original commitRevision:422984 
Wednesday, 7 Sep 2016
18:53 pi search for other commits by this committer
shells/fish: 2.2.0 -> 2.3.1

PR:		211688
Changes:	https://github.com/fish-shell/fish-shell/releases/tag/2.3.1
Submitted by:	Walter Schwarzenfeld <w.schwarzenfeld@utanet.at>
Requested by:	Stefan Tatschner <rumpelsepp@sevenbyte.org>
Reviewed by:	Aaron Gyes <me@aaron.gy>
Approved by:	freebsd.users@gmail.com (maintainer timeout)
Original commitRevision:421518 
Wednesday, 3 Feb 2016
21:49 marino search for other commits by this committer
shells/fish: document ncurses requirement (USES+=ncurses)

approved by:	infrastructure blanket
Original commitRevision:407991 
Tuesday, 22 Dec 2015
10:37 miwi search for other commits by this committer
- Update to 2.2.0

PR:		205102
Submitted by:	Randy Westlund
Approved by:	mat (mentor); maintainer timeout
Differential Revision:	D4568
Original commitRevision:404226 
Sunday, 26 Jul 2015
08:35 lme search for other commits by this committer
- Removed patch suggested by upstream from Makefile, because the other variant
has been selected.
- Add additional manpages
- While here, switch to USES= autoreconf and GNU_CONFIGURE
- Bump PORTREVISION

PR:		198322
Submitted by:	Martin Sugioarto <martin@sugioarto.com>
Approved by:	maintainer (timeout after almost 5 months)
Committed from:	Essen FreeBSD Hackathon
Original commitRevision:392912 
Saturday, 18 Apr 2015
13:20 koobs search for other commits by this committer
shells/fish: Fix for hangs on FreeBSD 10.1+

Fix for hangs on FreeBSD 10.1+ due to WCHAR_T missing as an alias for
UCS-4-INTERNAL.

[1] https://github.com/fish-shell/fish-shell/issues/1741

PR:		196661
Submitted by:	David Adam <zanchey ucc.gu.uwa.edu.au>
Approved by:	maintainer <freebsd.users gmail com>
Original commitRevision:384226 
Tuesday, 17 Mar 2015
11:31 robak search for other commits by this committer
shells/fish: add CPE information

- Maintainer's timeout (freebsd.users@gmail.com)

PR:		197413
Submitted by:	Shun <shun.fbsd.pr@dropcut.net>
Original commitRevision:381486 
Tuesday, 9 Dec 2014
21:30 jgh search for other commits by this committer
- drop redundant and erroneous cleanup of shell listing in /etc/shells

PR:		195487
Submitted by:	braakvaak@aol.com
Approved by:	freebsd.users@gmail.com (maintainer)
Original commitRevision:374430 
Tuesday, 2 Dec 2014
17:42 tijl search for other commits by this committer
Bump PORTREVISION on shells that use gettext to force a package rebuild
and reinstall.  This should make the shells link with libintl.so.8 instead
of libintl.so.9 and should give package users a better chance of having a
working shell when something went wrong with the gettext update.
Original commitRevision:373773 
Monday, 29 Sep 2014
23:27 bdrewery search for other commits by this committer
- Update to 2.1.1

Security:	CVE-2014-2905
Security:	CVE-2014-2906
Security:	CVE-2014-3856
Security:	CVE-2014-2914
Security:	CVE-2014-3219
Original commitRevision:369563 
Wednesday, 28 May 2014
19:50 nemysis search for other commits by this committer
This port are no longer used or cared for.

Justhin Smith <freebsd.users at gmail.com> wishes to maintain this port
with my help.

- Pass maintainership to freebsd.users at gmail.com
Original commitRevision:355652 
Monday, 3 Mar 2014
17:49 adamw search for other commits by this committer
Use OPTIONS helper to prevent needing to include
bsd.port.options.mk.
Original commitRevision:346942 
Saturday, 25 Jan 2014
02:40 nemysis search for other commits by this committer
- Add licenses (GPLv2)
- Fix DOCS Option, add extra-patch-Makefile.in

Reviewed by:	horia
Original commitRevision:340982 
00:56 nemysis search for other commits by this committer
- Update to 2.1.0
- Simplify master site
- Take maintainership
- Add PORTDOCS=* and remove DOCS from pkg-plist
- Remove obsolete patches, changed by Upstream
- Change REINPLACE_CMD for proper pkg message

Reviewed by:	horia
Original commitRevision:340975 
Thursday, 19 Dec 2013
22:12 pawel search for other commits by this committer
- Fix build on -current
- Support staging

PR:		ports/184844
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
Original commitRevision:336965 
Monday, 30 Sep 2013
19:58 bsam search for other commits by this committer
Fix using iconv at ports:
. shells/fish;
. games/instead;
. www/xapian-omega;
. devel/xdg-user-dirs.

Submitted by:	marino (via e-mail)
Approved by:	portmgr (bapt, implicit)
Original commitRevision:328855 
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 
Tuesday, 28 May 2013
13:50 miwi search for other commits by this committer
- Update to 2.0.0

PR:		178868
Submitted by:	Ports Fury
Original commitRevision:319306 
Saturday, 27 Apr 2013
18:25 mva search for other commits by this committer
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and
  USE_GETTEXT=yes to USES=gettext while here
Original commitRevision:316683 
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
10:04 rene search for other commits by this committer
- Convert to optionsNG
- Strip Makefile header
Original commitRevision:309158 
Thursday, 6 Dec 2012
16:39 zi search for other commits by this committer
- Reset MAINTAINER on ports with addresses that have unrecoverable bounces.

Reported by:	portscout
Feature safe:	yes
Original commitRevision:308390 
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
Monday, 19 Mar 2012
16:30 jgh search for other commits by this committer
- remove invalid post-deinstall target

PR:     ports/166093
Submitted by:   jgh@
Approved by:    maintainer, rfarmer@predatorlabs.net
Feature safe:   yes
Original commit
Friday, 23 Sep 2011
22:26 amdmi3 search for other commits by this committer
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:             157936
Submitted by:   myself
Exp-runs by:    pav
Approved by:    pav
Original commit
Saturday, 4 Dec 2010
07:34 ade search for other commits by this committer
Sync to new bsd.autotools.mk
Original commit
Saturday, 16 Oct 2010
11:52 ade search for other commits by this committer
Punt autoconf267->autoconf268
Original commit
Wednesday, 15 Sep 2010
18:35 ade search for other commits by this committer
Autotools update.   Read ports/UPDATING 20100915 for details.

Approved by:    portmgr (for Mk/bsd.port.mk part)
Tested by:      Multiple -exp runs
Original commit
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
Friday, 16 Apr 2010
11:38 amdmi3 search for other commits by this committer
- Fix plist if seq provided by base system

PR:             145640
Submitted by:   Rob Farmer <rfarmer@predatorlabs.net> (maintainer)
Original commit
Sunday, 28 Mar 2010
06:47 dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Original commit
Wednesday, 17 Mar 2010
06:29 wen search for other commits by this committer
- Install documentation into DOCSDIR

PR:             ports/144545
Submitted by:   Rob Farmer <rfarmer@predatorlabs.net> (maintainer)
Original commit
Thursday, 14 Jan 2010
03:16 wxs search for other commits by this committer
- Remote NLS support (been broken a long time)
- Use xsel from ports, bundled version is out-dated
- Make manual building optional

PR:             ports/142346
Submitted by:   Rob Farmer <rfarmer@predatorlabs.net> (maintainer)
Original commit
Wednesday, 13 Jan 2010
19:30 amdmi3 search for other commits by this committer
- Fix potential division by zero bug

PR:             142785
Submitted by:   Rob Farmer <rfarmer@predatorlabs.net> (maintainer)
Original commit
Monday, 21 Sep 2009
11:35 miwi search for other commits by this committer
- Update to 1.23.1
- Pass maintainership to submitter

PR:             138958
Submitted by:   Rob Farmer <rfarmer@predatorlabs.net>
Approved by:    maintainer
Feature safe:   yes
Original commit
Wednesday, 13 May 2009
20:51 pav search for other commits by this committer
- Fix plist with new doxygen

Reported by:    pointyhat
Original commit
Wednesday, 20 Aug 2008
00:57 ade search for other commits by this committer
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62

Tested by:      exp build run (erwin)
Original commit
Friday, 6 Jun 2008
14:01 edwin search for other commits by this committer
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)
Original commit
Sunday, 30 Sep 2007
04:47 linimon search for other commits by this committer
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.

PR:             ports/116639
Submitted by:   aDe
Original commit
Saturday, 19 May 2007
20:32 flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Original commit
Monday, 26 Feb 2007
22:51 miwi search for other commits by this committer
fish is a user friendly commandline shell intended mostly for
interactive use.

WWW:    http://www.fishshell.org/

PR:             ports/109556
Submitted by:   Kai Wang <kaiw27 at gmail.com>
Original commit

Number of commits found: 77