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-servers/Xfstt/Makefile

Number of commits found: 38

Monday, 26 Feb 2024
17:52 Muhammad Moinur Rahman (bofh) search for other commits by this committer
x11-servers/Xfstt: Moved man to share/man

Approved by:    portmgr (blanket)
commit hash: dfeaa04ae3c62b25d0e9cecb29c7f011549a6bb2 commit hash: dfeaa04ae3c62b25d0e9cecb29c7f011549a6bb2 commit hash: dfeaa04ae3c62b25d0e9cecb29c7f011549a6bb2 commit hash: dfeaa04ae3c62b25d0e9cecb29c7f011549a6bb2 dfeaa04
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-servers: remove 'Created by' lines

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

  *  Ade Lovett <ade@FreeBSD.org>
  *  Eric Anholt <anholt@FreeBSD.org>
  *  grog
  *  jabley@clear.co.nz
  *  lesi@FreeBSD.org

With hat:	portmgr
commit hash: 9898570c978458e71ee221c6af48a5c104490156 commit hash: 9898570c978458e71ee221c6af48a5c104490156 commit hash: 9898570c978458e71ee221c6af48a5c104490156 commit hash: 9898570c978458e71ee221c6af48a5c104490156 9898570
Sunday, 29 Aug 2021
19:17 Bernhard Froehlich (decke) search for other commits by this committer
x11-servers/Xfstt: Add CPE information

Approved by:	portmgr (blanket)
commit hash: 01fc19b1a6d892e4788b38e08b7b116f5a4c6eec commit hash: 01fc19b1a6d892e4788b38e08b7b116f5a4c6eec commit hash: 01fc19b1a6d892e4788b38e08b7b116f5a4c6eec commit hash: 01fc19b1a6d892e4788b38e08b7b116f5a4c6eec 01fc19b
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, 9 Sep 2020
15:36 fernape search for other commits by this committer
x11-servers/Xfstt: Update to 1.11

ChangeLog: https://github.com/guillemj/xfstt/blob/master/NEWS

PR:	248690
Submitted by:	gspurki@gmail.com (maintainer)
Original commitRevision:548102 
Saturday, 6 Jun 2020
18:36 pkubaj search for other commits by this committer
x11-servers/Xfstt: fix build on GCC architectures

Use C++11 compiler:
encoding.cc:34: error: 'nullptr' was not declared in this scope
Original commitRevision:538121 
Monday, 18 May 2020
08:18 tagattie search for other commits by this committer
- Update to 1.10
- Pass maintainership to submitter
Original commitRevision:535727 
Thursday, 7 Nov 2019
18:36 zeising search for other commits by this committer
Add USES=xorg USES=gl, ports categories x

Add USES=xorg and USES=gl to ports in categories starting with 'x'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
Original commitRevision:517000 
Thursday, 27 Dec 2018
21:34 rodrigo search for other commits by this committer
Upgrade x11-servers/Xfstt from 1.9.2 to 1.9.3

Release note:
 Documentation:
 * Switch to https for hadrons.org URLs.
 Code cleanup
 * Check strSubFamily for emptiness when assigning it.
 * Use matching delete [] operator for new [].
 * Use std::string instead of static buffers.
 * Check error failures from socket() call.
 * Do no dereference TTFont variable before using it.
 * Use memcpy() instead of strncpy() to copy a fixed-length string.
 * Initialize structs that go over the wire to 0.
 * Remove pathname length check.
Original commitRevision:488572 
Tuesday, 11 Sep 2018
18:34 zeising search for other commits by this committer
Change x11/xorgproto to become a build dep

Change x11/xorgproto to become a build time dependency when added to
USE_XORG.  Change the dependency to be on the port, rather than a file the
port installs.
Fix fallout.
Bump portrevision on depending ports.

PR:		230909
Reviewed by:	eadler
Approved by:	portmgr (antoine)
Obtained
from:	https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/xorgproto
exp-run:	antoine
Differential Revision:	https://reviews.freebsd.org/D16906
Original commitRevision:479538 
Tuesday, 31 Jul 2018
18:41 zeising search for other commits by this committer
Switch to xorgproto instead of individual packages

Upstream used to distribute protocol headers as separate packages, but has
decided to merge those to a common package, named xorgproto.  This update
tracks that change.

* Add a new port, x11/xorgproto, with are protocol headers for xorg.
* Hook the new protocol port to the build and to infrastructure in
  bsd.xorg.mk.
* Update all ports with a dependency on any of the old *proto packages to
  instead depend on xorgproto.  Bump portrevision.
* Delete the old *proto packages, update MOVED.

PR:		230023
Submitted by:	zeising
Approved by:	portmgr (antoine)
exp-run by:	antoine
Original commitRevision:476013 
Friday, 17 Mar 2017
09:01 amdmi3 search for other commits by this committer
- Fix LICENSE
- Add LICENSE_FILE
- Switch to options helpers
Original commitRevision:436327 
Monday, 26 Dec 2016
11:59 rene search for other commits by this committer
Reset ports per maintainer request.

PR:		215557
Submitted by:	A.J. "Fonz" van Werven (maintainer)
Original commitRevision:429499 
Monday, 28 Sep 2015
19:15 rm search for other commits by this committer
x11-servers/Xfstt: update to 1.9.2

- update to 1.9.2
- pass maintainership to submitter
- add new maintainer's distfile mirror to MASTER_SITES
- specify a LICENSE
- sort USES alphabetically
- regenerate patches with make makepatch
- remove absolute path from pkg-message
- add PROVIDE, REQUIRE and KEYWORD to the rc script

PR:		202267
Submitted by:	A.J. "Fonz" van Werven <freebsd@skysmurf.nl>
Original commitRevision:398135 
Saturday, 21 Mar 2015
23:05 bapt search for other commits by this committer
Make fonts repecting XDG

Xorg is now looking in ${LOCALBASE}/share/fonts by default
Xorg now accepts symlinks in etc/X11/fontpath.d (as decribed in Xserver(1))
Large cleanup on lots of font ports
All fonts are now properly dynamically generating fonts.dir and fonts.scale
instead of sometime overwriting existing ones)
All fonts are generating fontconfig's cache
Improve consistency in fonts ports
Original commitRevision:381876 
Tuesday, 3 Mar 2015
02:55 amdmi3 search for other commits by this committer
- Remove useless MASTER_SITE_SUBDIR
- Drop @dirrm* from plist
- Add empty directory to plist
Original commitRevision:380327 
Monday, 24 Nov 2014
19:40 pi search for other commits by this committer
x11-servers/Xfstt: 1.6 -> 1.9.1

new master site and:

1.9.1 (2014-09-27)

        Bump gettext dependency to 0.18.2.
        Bump automake version to 1.11.
        Switch from gzip to xz for distribution tarballs.
        Update upstream project URLs to the new site.

1.9 (2012-05-02)

        Fix file descriptor leaks.
        Fix directory resource leaks and segfaults on opening errors.
        Reset the umask before creating the temporary directory.
        Rewrite showttf to use XCB instead of X11.

1.8 (2010-11-09)

        Remove the obsolete --multi option.
        Bump gettext dependency to 0.18.
          Use --previous in msgmerge to help translators.
        Blank unused fields of the fsError struct when sending an error.
        Fix segfaults on font open errors (thanks to Edward Welbourne).
        Handle mmap failures which might end up as segfaults otherwise.
        Fix crashes with fortify support when:
	  Listing fonts (thanks to Erik Devriendt).
	  Setting info file magic and type fields (thanks to Niall Creech).
	Fix segfault on fonts with unknown cmap format.
	Add SIGHUP handler to re-sync fonts cache.
	Do not hardcode any path component in the man page.
	Code cleanup:
	  Fixed several compiler warnings.
	  Constify types.
	  Refactor client state into a new struct.
	  Refactor font protocol error reply handling.
	  Remove unused or duped includes.
	  Switch more C 'char *' strings to C++ strings.
	  Use C++ algorithm instead of custom code.
	  Always include "config.h" first.
	  Use <stdint.h> instead of our own types.
	Build system cleanup:
	  Detect system endianness at build time.
	  Enable silent rules by default if support is available.
	  Do not use AM_MAINTAINER_MODE.
	  Make X11 usage selectable at configure time (new '--with-x11').
	  Always build (but not install) extra tools.
	  Use pkg-config to get fontsproto and x11 module flags.
	  Fix 'make distcheck'.

1.7 (2005-11-30)

	Made gettext external.
	Use autoreconf instead of 'autogen.sh'.
	Changed mail address.
	Generate the manpage at build time, to use variable paths and version.
	Remove win32 obsolete code.
	Use new error, warning and info functions.
	Changed some data types names.
	Fix hyphen used as minus sign in manpage.
	Fix build failure on Irix with gcc 3.2 (thanks to Dirk Tilger).
	Add IPv6 support.
	Update FSF's address.

PR:		194968
Submitted by:	C.Hutchinson <portmaster@bsdforge.com>
Original commitRevision:373364 
Sunday, 2 Mar 2014
01:58 bapt search for other commits by this committer
Support stage
Original commitRevision:346730 
Friday, 20 Sep 2013
23:52 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11-servers)
Original commitRevision:327782 
Thursday, 21 Aug 2008
06:18 rafan search for other commits by this committer
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
 - Remove CONFIGURE_TARGET hack in various bsd.*.mk
 - USE_GNOME=gnometarget is now an no-op

Changes to individual ports, other than removing the CONFIGURE_TARGET hack:

= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
  - comms/gnuradio
  - science/abinit
  - science/elmer-fem
  - science/elmer-matc
  - science/elmer-meshgen2d
  - science/elmerfront
  - science/elmerpost

= use x86_64 as ARCH
  - devel/g-wrap

= other changes
  - print/magicfilter
    GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf

Total # of ports modified:  1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)

PR:             126524 (obsoletes 52917)
Submitted by:   rafan
Tested on:      two pointyhat 7-amd64 exp runs (by pav)
Approved by:    portmgr (pav)
Original commit
Friday, 4 Jul 2008
14:04 itetcu search for other commits by this committer
- fix typo -> plist for -DNOPORTDOCS
- SUB_FILES= pkg-plist and s/X11/Xorg/
- use MASTER_SITE_BERLIOS
- bump PORTREVISION

Prompted by:    QA Tindy run
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
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
Saturday, 13 May 2006
05:00 edwin search for other commits by this committer
Remove USE_REINPLACE from categories starting with X
Original commit
Tuesday, 12 Apr 2005
03:26 obrien search for other commits by this committer
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
Original commit
Monday, 11 Apr 2005
08:04 obrien search for other commits by this committer
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
Original commit
Thursday, 4 Sep 2003
17:21 krion search for other commits by this committer
- Update to version 1.6

PR:             56439
Submitted by:   Ports Fury
Original commit
Sunday, 16 Feb 2003
13:55 naddy search for other commits by this committer
Update to version 1.4.

PR:             48048
Submitted by:   Ports Fury
Original commit
Sunday, 2 Feb 2003
19:59 olgeni search for other commits by this committer
I broke the port by committing bogus stuff I was working on :-/

Noticed by:     Sergey Mokryshev <mokr@mokr.net>
Original commit
Friday, 31 Jan 2003
19:25 olgeni search for other commits by this committer
Give back maintanership to ports@, due to lack of time and clues.
Original commit
Monday, 5 Feb 2001
21:09 olgeni search for other commits by this committer
Convert more spaces into tabs in ports/x11-servers.    
Original commit
Wednesday, 24 Jan 2001
12:43 olgeni search for other commits by this committer
Use proper capitalization (freebsd.org -> FreeBSD.org)    
Original commit
12:05 olgeni search for other commits by this committer
Change maintainer email address (olgeni@uli.it -> olgeni@freebsd.org)    
Original commit
Tuesday, 16 Jan 2001
19:08 will search for other commits by this committer
Update to sync with bsd.port.mk rev 1.361 - use PORTDOCS that is now in  
bsd.port.mk, for easy removal of documentation.  I left alone one port -  
japanese/elisa8x8 (or something like that), because it appeared to have   some
rather weird way of doing PORTDOCS substitution.    
Original commit
Saturday, 18 Nov 2000
23:45 ade search for other commits by this committer
A whole bunch of updates from the new maintainer:     * install startup file    
* create TrueType directory     * add new --notcp option (from ports/21957) and
document it    
Original commit
Thursday, 16 Nov 2000
08:45 sobomax search for other commits by this committer
Reassign maintainership from ports@FreeBSD.org to Jimmy Olgeni <olgeni@uli.it>. 
  
Original commit
Thursday, 2 Nov 2000
15:43 sobomax search for other commits by this committer
Reassign maintainership to ports@FreeBSD.org to make clear that new maintainer  
wanted.    
Original commit

Number of commits found: 38