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
non port: x11-servers/Xfstt/Makefile
SVNWeb

Number of commits found: 37

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:9898570c978458e71ee221c6af48a5c104490156  commit hash:9898570c978458e71ee221c6af48a5c104490156  commit hash:9898570c978458e71ee221c6af48a5c104490156  9898570 
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
Sun, 29 Aug 2021
[ 19:17 Bernhard Froehlich (decke) search for other commits by this committer ]    commit hash:01fc19b1a6d892e4788b38e08b7b116f5a4c6eec  commit hash:01fc19b1a6d892e4788b38e08b7b116f5a4c6eec  commit hash:01fc19b1a6d892e4788b38e08b7b116f5a4c6eec  01fc19b 
x11-servers/Xfstt: Add CPE information

Approved by:	portmgr (blanket)
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.
Wed, 9 Sep 2020
[ 15:36 fernape search for other commits by this committer ] Original commit   Revision:548102
x11-servers/Xfstt: Update to 1.11

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

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

Use C++11 compiler:
encoding.cc:34: error: 'nullptr' was not declared in this scope
Mon, 18 May 2020
[ 08:18 tagattie search for other commits by this committer ] Original commit   Revision:535727
- Update to 1.10
- Pass maintainership to submitter
Thu, 7 Nov 2019
[ 18:36 zeising search for other commits by this committer ] Original commit   Revision:517000 (Only the first 10 of 432 ports in this commit are shown above. View all ports for this commit)
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.
Thu, 27 Dec 2018
[ 21:34 rodrigo search for other commits by this committer ] Original commit   Revision:488572
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.
Tue, 11 Sep 2018
[ 18:34 zeising search for other commits by this committer ] Original commit   Revision:479538 (Only the first 10 of 331 ports in this commit are shown above. View all ports for this commit)
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
Tue, 31 Jul 2018
[ 18:41 zeising search for other commits by this committer ] Original commit   Revision:476013 (Only the first 10 of 254 ports in this commit are shown above. View all ports for this commit)
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
Fri, 17 Mar 2017
[ 09:01 amdmi3 search for other commits by this committer ] Original commit   Revision:436327
- Fix LICENSE
- Add LICENSE_FILE
- Switch to options helpers
Mon, 26 Dec 2016
[ 11:59 rene search for other commits by this committer ] Original commit   Revision:429499 (Only the first 10 of 22 ports in this commit are shown above. View all ports for this commit)
Reset ports per maintainer request.

PR:		215557
Submitted by:	A.J. "Fonz" van Werven (maintainer)
Mon, 28 Sep 2015
[ 19:15 rm search for other commits by this committer ] Original commit   Revision:398135
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>
Sat, 21 Mar 2015
[ 23:05 bapt search for other commits by this committer ] Original commit   Revision:381876 (Only the first 10 of 422 ports in this commit are shown above. View all ports for this commit)
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
Tue, 3 Mar 2015
[ 02:55 amdmi3 search for other commits by this committer ] Original commit   Revision:380327
- Remove useless MASTER_SITE_SUBDIR
- Drop @dirrm* from plist
- Add empty directory to plist
Mon, 24 Nov 2014
[ 19:40 pi search for other commits by this committer ] Original commit   Revision:373364
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.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sun, 2 Mar 2014
[ 01:58 bapt search for other commits by this committer ] Original commit   Revision:346730
Support stage
Fri, 20 Sep 2013
[ 23:52 bapt search for other commits by this committer ] Original commit   Revision:327782
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11-servers)
Thu, 21 Aug 2008
[ 06:18 rafan search for other commits by this committer ] Original commit  (Only the first 10 of 1030 ports in this commit are shown above. View all ports for this commit)
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
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Fri, 4 Jul 2008
[ 14:04 itetcu search for other commits by this committer ] Original commit 
- fix typo -> plist for -DNOPORTDOCS
- SUB_FILES= pkg-plist and s/X11/Xorg/
- use MASTER_SITE_BERLIOS
- bump PORTREVISION

Prompted by:    QA Tindy run
Sat, 19 Apr 2008
[ 17:56 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 2842 ports in this commit are shown above. View all ports for this commit)
- 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)
Sat, 19 May 2007
[ 20:32 flz search for other commits by this committer ] Original commit  (Only the first 10 of 7868 ports in this commit are shown above. View all ports for this commit)
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Sat, 13 May 2006
[ 05:00 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 191 ports in this commit are shown above. View all ports for this commit)
Remove USE_REINPLACE from categories starting with X
Tue, 12 Apr 2005
[ 03:26 obrien search for other commits by this committer ] Original commit  (Only the first 10 of 773 ports in this commit are shown above. View all ports for this commit)
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
Mon, 11 Apr 2005
[ 08:04 obrien search for other commits by this committer ] Original commit  (Only the first 10 of 776 ports in this commit are shown above. View all ports for this commit)
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
Thu, 4 Sep 2003
[ 17:21 krion search for other commits by this committer ] Original commit 
- Update to version 1.6

PR:             56439
Submitted by:   Ports Fury
Sun, 16 Feb 2003
[ 13:55 naddy search for other commits by this committer ] Original commit  (Only the first 10 of 16 ports in this commit are shown above. View all ports for this commit)
Update to version 1.4.

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

Noticed by:     Sergey Mokryshev <mokr@mokr.net>
Fri, 31 Jan 2003
[ 19:25 olgeni search for other commits by this committer ] Original commit 
Give back maintanership to ports@, due to lack of time and clues.
Mon, 5 Feb 2001
[ 21:09 olgeni search for other commits by this committer ] Original commit  (Only the first 10 of 29 ports in this commit are shown above. View all ports for this commit)
Convert more spaces into tabs in ports/x11-servers.    
Wed, 24 Jan 2001
[ 12:43 olgeni search for other commits by this committer ] Original commit  (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
Use proper capitalization (freebsd.org -> FreeBSD.org)    
[ 12:05 olgeni search for other commits by this committer ] Original commit  (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
Change maintainer email address (olgeni@uli.it -> olgeni@freebsd.org)    
Tue, 16 Jan 2001
[ 19:08 will search for other commits by this committer ] Original commit  (Only the first 10 of 28 ports in this commit are shown above. View all ports for this commit)
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.    
Sat, 18 Nov 2000
[ 23:45 ade search for other commits by this committer ] Original commit 
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    
Thu, 16 Nov 2000
[ 08:45 sobomax search for other commits by this committer ] Original commit 
Reassign maintainership from ports@FreeBSD.org to Jimmy Olgeni <olgeni@uli.it>. 
  
Thu, 2 Nov 2000
[ 15:43 sobomax search for other commits by this committer ] Original commit 
Reassign maintainership to ports@FreeBSD.org to make clear that new maintainer  
wanted.    

Number of commits found: 37