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: x11-fonts/terminus-font/Makefile

Number of commits found: 48

Saturday, 12 Aug 2023
19:56 Kevin Bowling (kbowling) search for other commits by this committer Author: Andrey Zholos
x11-fonts/terminus-font: Install otp fonts

This was missed in the ports 4.49 update

PR:		256266
Approved by:	x11 (blanket)
commit hash: d06e15b1e7e5ad9a2e231fcc3fed91c13d22bdda commit hash: d06e15b1e7e5ad9a2e231fcc3fed91c13d22bdda commit hash: d06e15b1e7e5ad9a2e231fcc3fed91c13d22bdda commit hash: d06e15b1e7e5ad9a2e231fcc3fed91c13d22bdda d06e15b
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
Thursday, 22 Jun 2023
17:37 Li-Wen Hsu (lwhsu) search for other commits by this committer
x11-fonts/terminus-font: Update to 4.49.1

PR:		272110
Approved by:	x11 (manu)
commit hash: f3ce676c82274122cbfc2ae8c1467d1ca4cf05f5 commit hash: f3ce676c82274122cbfc2ae8c1467d1ca4cf05f5 commit hash: f3ce676c82274122cbfc2ae8c1467d1ca4cf05f5 commit hash: f3ce676c82274122cbfc2ae8c1467d1ca4cf05f5 f3ce676
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:23 Tobias C. Berner (tcberner) search for other commits by this committer
x11-fonts: remove 'Created by' lines

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

  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Alexey Illarionov <littlesavage@rambler.ru>
  *  Andreas Kohn <andreas@syndrom23.de>
  *  Andrew Pantyukhin <infofarmer@FreeBSD.org>
  *  Ashish Shukla <wahjava@gmail.com>
  *  Babak Farrokhi <babak@farrokhi.net>
  *  Björn König <bkoenig@alpha-tierchen.de>
  *  Brett Taylor
  *  Dave Cottlehuber <dch@skunkwerks.at>
  *  Dejan Lesjak <lesi@FreeBSD.org>
  *  Dennis Herrmann <adox@mcx2.org>
  *  Dominic Marks <dominic.marks@btinternet.com>
  *  Dryice Liu <dryice@liu.com.cn>
  *  Emanuel Haupt <ehaupt@FreeBSD.org>
  *  Eric Anholt <anholt@FreeBSD.org>
  *  Florian Limberger <flo@snakeoilproductions.net>
  *  Guerkan Senguen <gurkan@phys.ethz.ch>
  *  Gvozdikov Veniamin <g.veniamin@googlemail.com>
  *  Herbert J. Skuhra <herbert.skuhra@gmx.at>
  *  Horia Racoviceanu <horia@racoviceanu.com>
  *  Ilya A. Arkhipov <rum1cro@yandex.ru>
  *  Joe Marcus Clarke <marcus@FreeBSD.org>
  *  Johannes Lundberg <johalun0@gmail.com>
  *  Jordan Irwin <antumdeluge@gmail.com>
  *  KOMATSU Shinichiro
  *  Kevin Lo <kevlo@FreeBSD.org>
  *  Konstantinos Konstantinidis <kkonstan@daemon.gr>
  *  Koop Mast <kwm@FreeBSD.org>
  *  Kuan-Chung Chiu <buganini@gmail.com>
  *  Leland Wang <llwang@infor.org>
  *  Lowell Gilbert <lgfbsd@be-well.ilk.org>
  *  Manuel Giraud <manuel.giraud@gmail.com>
  *  Marcin Cieslak <saper@SYSTEM.PL>
  *  Masaki TAGAWA <masaki@club.kyutech.ac.jp>
  *  Mateusz Piotrowski <0mp@FreeBSD.org>
  *  Matt Lancereau <matt@rimasec.net>
  *  Matthew Seaman
  *  Maxim Sobolev <sobomax@FreeBSD.org>
  *  Michael Hsin <mhsin@mhsin.org>
  *  Michael Johnson <ahze@FreeBSD.org>
  *  NAKATA, Maho <maho@FreeBSD.org>
  *  Naresh Venkateshappa <nareshov@gmail.com>
  *  Norberto Lopes <nlopes.ml@gmail.com>
  *  Oliver Lehmann <lehmann@ans-netz.de>
  *  Olivier Duchateau <duchateau.olivier@gmail.com>
  *  Pawel Worach
  *  Pedro Giffuni
  *  Pete Fritchman <petef@databits.net>
  *  Piotr Kubaj <pkubaj@FreeBSD.org>
  *  Piotr Kubaj <pkubaj@anongoth.pl>
  *  Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  Rusmir Dusko <nemysis@FreeBSD.org>
  *  Satoshi TAOKA <taoka@FreeBSD.org>
  *  Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  Thierry Thomas <thierry@pompo.net>
  *  Winston Weinert <winstonw@lavabit.com>
  *  Yoshihiko Sarumaru <mistral@imasy.or.jp>
  *  Zhihao Yuan <lichray@gmail.com>
  *  arrowd <6yearold@gmail.com>
  *  bf <bf@FreeBSD.org>
  *  dburr@FreeBSD.org
  *  erich@FreeBSD.org
  *  giffunip@asme.org
  *  heiner Eichmann <h.eichmann@gmx.de>
  *  mi@aldan.algebra.com
  *  nork@FreeBSD.org
  *  past@ebs.gr
  *  trevor

With hat:	portmgr
commit hash: 8d4fe7cd076c84fc58af111334f5ae655cd5e4e1 commit hash: 8d4fe7cd076c84fc58af111334f5ae655cd5e4e1 commit hash: 8d4fe7cd076c84fc58af111334f5ae655cd5e4e1 commit hash: 8d4fe7cd076c84fc58af111334f5ae655cd5e4e1 8d4fe7c
Monday, 2 May 2022
11:18 Emmanuel Vadot (manu) search for other commits by this committer
x11-fonts/terminus-font: Set x11 as maintainer
commit hash: 48adbeeece7cb29025fd1734280e0111ff2ccdfd commit hash: 48adbeeece7cb29025fd1734280e0111ff2ccdfd commit hash: 48adbeeece7cb29025fd1734280e0111ff2ccdfd commit hash: 48adbeeece7cb29025fd1734280e0111ff2ccdfd 48adbee
10:46 Rene Ladan (rene) search for other commits by this committer
grimreaper: return zeising's ports to the pool after safekeeping his ports bit.
commit hash: d64256b72d6c06774342e032ebb1364df52d3bf6 commit hash: d64256b72d6c06774342e032ebb1364df52d3bf6 commit hash: d64256b72d6c06774342e032ebb1364df52d3bf6 commit hash: d64256b72d6c06774342e032ebb1364df52d3bf6 d64256b
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
Saturday, 17 Aug 2019
23:50 zeising search for other commits by this committer
x11-fonts/terminus-font: Update to 4.48

Update x11-fonts/terminus-font to 4.48

Changelog:
 * Added the basic 27 hebrew letters and sheqel, with uppercase height.
 * Some improvements in the font build scripts.
Original commitRevision:509184 
Monday, 11 Mar 2019
21:25 zeising search for other commits by this committer
x11-fonts/mkfontscale: Update to 1.2.0

Update x11-fonts/mkfontscale to 1.2.0
Remove x11-fonts/mkfontdir, which has been merged into mkfontscale.
Update dependencies and bump portrevisions.
Add an entry to UPDATING and MOVES

Changelog:
https://lists.x.org/archives/xorg/2019-March/059633.html

Thanks to Antoine for the exp-run!

PR:		236336 (exp-run)
Obtained from:	FreeBSD Graphics Team dev repo
		https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/mkfontscale
Sponsored by:	B3 Init
Original commitRevision:495395 
Wednesday, 2 Jan 2019
22:59 zeising search for other commits by this committer
x11-fonts/terminus-font: Update to 4.47

Changelog:
* Added 35 new characters (33 glyphs).
* Replaced ao2-variant "ae" with ao1 "ae", it was too similar to "oe".
* Some fixes and improvements (17 characters in various sizes/styles).
* Significantly improved the font build scripts. Python 3.5.0 or node
  6.9.0 are now required to build the font.
Original commitRevision:489099 
Wednesday, 15 Nov 2017
20:54 zeising search for other commits by this committer
Update to 4.46

PR:		223645 (some ideas from)
Submitted by:	Dmitry Wagin
Original commitRevision:454292 
Friday, 1 Apr 2016
14:33 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412351 
Friday, 2 Oct 2015
14:05 zeising search for other commits by this committer
Update to 4.40

ChangeLog:

* Added 6 combining accents as separate characters.
* Added 14 letters with dot above / dot below.
* Added partial subscript and superscript: all digits and 11 letters.
* Added 30+ math characters, notably large braces, brackets and parens.
* Added unicode range 2800-28FF in two variants (br1 and br2).
* A few small character fixes.
* Altered configure to be a bit more POSIX compliant.
* Replaced some obscure (un)install Makefile targets with variables.

Committed from:	EuroBSDCon 2015 DevSummit
Original commitRevision:398433 
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, 24 Mar 2015
20:20 olgeni search for other commits by this committer
FONTDIR was replaced by FONTSDIR, so setting SUB_LIST is no longer
necessary.
Original commitRevision:382169 
18:37 olgeni search for other commits by this committer
Bump PORTREVISION after the fonts path change and fix pkg-message.
Original commitRevision:382156 
Friday, 20 Mar 2015
18:26 bapt search for other commits by this committer
Convert to USES=fonts
Original commitRevision:381761 
Wednesday, 11 Jun 2014
20:16 zeising search for other commits by this committer
Update to 4.39
Original commitRevision:357533 
Sunday, 11 May 2014
14:24 amdmi3 search for other commits by this committer
- Support staging

Approved by:	portmgr blanket
Original commitRevision:353696 
Monday, 5 May 2014
09:45 bapt search for other commits by this committer
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
Original commitRevision:352986 
Friday, 20 Sep 2013
23:51 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11-fonts)
Original commitRevision:327781 
Monday, 16 Sep 2013
16:32 bapt search for other commits by this committer
Convert to new perl framework
Convert USE_GMAKE to USES
Original commitRevision:327411 
Friday, 20 Jul 2012
15:18 zeising search for other commits by this committer
Update to version 4.38.

Adds a new option, TD1, which places '~' vertically centered on the line.

Approved by:	kwm (mentor)
Original commit
Wednesday, 4 Jul 2012
14:50 zeising search for other commits by this committer
Convert to options-ng

Approved by:    kwm (mentor)
Original commit
Tuesday, 3 Jul 2012
08:28 zeising search for other commits by this committer
Change maintainer address to my FreeBSD.org mail address.

Approved by:    kwm (mentor)
Original commit
Monday, 16 Jan 2012
21:11 crees search for other commits by this committer
Update maintainer email address

PR:             ports/164211
Submitted by:   Niclas Zeising <zeising@daemonic.se> (maintainer)
Original commit
Saturday, 20 Aug 2011
17:22 swills search for other commits by this committer
- Update to 4.36
- Pass maintainership to submitter

PR:             ports/159526
Submitted by:   Niclas Zeising <niclas.zeising@gmail.com>
Approved by:    multiple maintainer timeouts (>6 months)
Original commit
Wednesday, 22 Jun 2011
23:06 nox search for other commits by this committer
Update to 4.35 .

PR:             ports/157707
Submitted by:   Niclas Zeising <niclas.zeising@gmail.com>
Approved by:    maintainer timeout (15 days)
Original commit
Monday, 31 Jan 2011
15:01 miwi search for other commits by this committer
- Update to 4.32

PR:             153651
Submitted by:   Oleg Ginzburg <olevole@olevole.ru>
Approved by:    maintainer timeout
Feature safe:   yes
Original commit
Sunday, 18 Jul 2010
21:32 makc search for other commits by this committer
Update to 4.30
Respect PREFIX

PR:             ports/148705
Submitted by:   Vlad V. Teterya (maintainer)
Original commit
Sunday, 30 Aug 2009
10:43 linimon search for other commits by this committer
Move the definition of USE_PERL5_BUILD above the inclusion of
bsd.port.pre.mk where it belongs.
Original commit
Thursday, 25 Jun 2009
13:41 amdmi3 search for other commits by this committer
- Do not needlessly run-depend on perl

PR:             135919
Submitted by:   Alexey Shuvaev <shuvaev@physik.uni-wuerzburg.de>
Approved by:    "Vlad V. Teterya" <vlad@vlad.uz.ua> (maintainer via private
email)
Original commit
Thursday, 18 Dec 2008
17:51 stefan search for other commits by this committer
- Update to 4.28.
- Add options to select variants of letter glyphs.

PR:             128323
Submitted by:   Dar <dar.quonb@gmail.com>
Approved by:    maintainer timeout (8 weeks)
Original commit
Saturday, 19 Apr 2008
17:56 miwi search for other commits by this committer
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
        Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
        ehaupt, nox, itetcu, flz, pav

PR:             116263
Tested on:      pointyhat
Approved by:    portmgr (pav)
Original commit
Tuesday, 25 Mar 2008
22:44 miwi search for other commits by this committer
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:    portmgr (xorg cleanup)
Original commit
Sunday, 27 Jan 2008
04:44 tabthorpe search for other commits by this committer
- Dependancy fix

PR:             ports/119924
Submitted by:   Vlad V. Teterya <vlad@vlad.uz.ua> (maintainer)
Sponsored by:   FreeBSD Bug-a-thon #3
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, 2 Apr 2007
05:54 rafan search for other commits by this committer
- Correct pkg-plist for newer fontconfig

PR:             ports/111113
Submitted by:   Maxim Samsonov <xors at mne.ru>
Approved by:    Vlad V. Teterya <vlad at vlad.uz.ua> (maintainer)
Original commit
Thursday, 6 Jul 2006
16:16 garga search for other commits by this committer
- Update to 4.20
- Pass maintainership to submitter

PR:             ports/99586
Submitted by:   Vlad V. Teterya <vlad at vlad.uz.ua>
Approved by:    maintainer
Original commit
Saturday, 5 Mar 2005
22:16 adamw search for other commits by this committer
Add another MASTER_SITE. It's ridiculously slow (I never
got above 4 Kbps), but at least that server's alive.
Original commit
Sunday, 20 Feb 2005
07:12 nork search for other commits by this committer
Update to 4.11.

PR:             ports/77762
Submitted by:   Kang-min Liu <gugod@gugod.org> (maintainer)
Pointed out by: pointyhat via kris
Original commit
Saturday, 19 Feb 2005
19:36 nork search for other commits by this committer
Use x11-fonts/mkbold-mkitalic rather than x11-fonts/mkbold|mkitalic.  So
change dependency on x11-fonts/mkbold|mkitalic to x11-fonts/mkbold-mkitalic.

Submitted by:   KOMATSU Shinichiro <koma2@ms.u-tokyo.ac.jp>
Approved by:    maintainer timeout (1 week)
Original commit
Friday, 23 Jul 2004
19:10 anholt search for other commits by this committer
- Add the X_WINDOW_SYSTEM={xorg,xfree86-4,xfree86-3} variable to bsd.port.mk,
  and make XFREE86_VERSION map to it.  XFREE86_VERSION is now deprecated.
- Make xorg the default X_WINDOW_SYSTEM on -current.
- Add several new X_*_PORT variables which point to various pieces of X11 based
  on the setting of X_WINDOW_SYSTEM, and make ports use them.
- Add information to CHANGES about how to handle the transition.

PR:             ports/68763
Approved by:    portmgr (marcus)
Approved by:    re (scottl)
Original commit
Tuesday, 11 Mar 2003
00:40 keichii search for other commits by this committer
Update port

PR:             49029
Submitted by:   gugod@gugod.org
Original commit
Friday, 21 Feb 2003
14:08 knu search for other commits by this committer
De-pkg-comment.
Original commit
Sunday, 17 Nov 2002
01:10 edwin search for other commits by this committer
Maintainer update to version 3.96_2

PR:             ports/45340
Submitted by:   Kang-min Liu <gugod@gugod.org>
Original commit
Thursday, 14 Nov 2002
09:26 vanilla search for other commits by this committer
The Terminus Font is designed for long (8 and more hours per day) work
with computers. Version 3.96 contains 528 characters, which cover code
pages ISO8859-1, ISO8859-2, ISO8859-5, ISO8859-15, Windows-1250,
Windows-1251, Windows-1252, IBM-437, KOI8-R, KOI8-U, KOI8-E, KOI8-F,
Bulgarian-MIK, Paratype-PT154, Paratype-PT254, IBM-855, IBM-866 and
Macintosh-Ukrainian.

PR:             ports/45281
Submitted by:   Kang-min Liu <gugod@gugod.org>
Original commit

Number of commits found: 48