non port: x11-fonts/ttmkfdir/Makefile |
SVNWeb
|
Number of commits found: 29 |
Tue, 10 Jun 2014
|
[ 21:27 cs ]
- updates MAINTAINER
- adds new maintainer's mirror to MASTER_SITES
- eliminates "deprecated" use of MASTER_SITE_SUBDIR
- adds specification of LICENSE
- removes erroneous "x11" entry in CATEGORIES
PR: 190657
Submitted by: A.J. "Fonz" van Werven
|
Sun, 8 Jun 2014
|
[ 20:49 danilo ]
- Convert USE_BZIP2 to USES
|
Wed, 16 Apr 2014
|
[ 18:28 zeising ] (Only the first 10 of 1008 ports in this commit are shown above. )
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:
NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE
This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.
This patch also contains updates of libxcb and related ports, pixman, as well (Only the first 15 lines of the commit message are shown above )
|
Sun, 1 Dec 2013
|
[ 16:10 bsam ]
. allow staging;
. use new LIB_DEPENDS syntax;
. USE_GMAKE=yes -> USES=gmake.
|
Fri, 20 Sep 2013
|
[ 23:51 bapt ] (Only the first 10 of 164 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11-fonts)
|
Wed, 14 Aug 2013
|
[ 22:35 ak ] (Only the first 10 of 1725 ports in this commit are shown above. )
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery)
|
Fri, 7 Dec 2012
|
[ 17:43 mi ]
Undeprecate by switching to Gentoo's mirrors. The software may be obsolete, and
that may be a reason to kill it, but the sources surely surely remain out there.
Enable parallelized building and silence the noisiest of the warnings while I'm
here.
Feature safe: yes
|
Fri, 21 Sep 2012
|
[ 10:07 bapt ] (Only the first 10 of 53 ports in this commit are shown above. )
Deprecate a bunch a ports with no more public distfiles (thanks ehaupt's
distilator)
|
Mon, 24 Oct 2011
|
[ 03:33 stas ] (Only the first 10 of 258 ports in this commit are shown above. )
- Return my ports back to the pool. I was unable to make any fixes to
my ports in the past 3 weeks while ports were broken on any 10.x
machines, which means I'm unable to maintain them. So let people know
that there's no available support for them until things are back to
normal (which also means that anyone with spare time will be able
to fix them without getting approval).
|
Fri, 23 Sep 2011
|
[ 22:26 amdmi3 ] (Only the first 10 of 2369 ports in this commit are shown above. )
- 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
|
Fri, 25 Jul 2008
|
[ 12:48 pav ] (Only the first 10 of 44 ports in this commit are shown above. )
- Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default
MAKE_ENV
|
Sat, 19 Apr 2008
|
[ 17:56 miwi ] (Only the first 10 of 2842 ports in this commit are shown above. )
- 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)
|
Thu, 20 Mar 2008
|
[ 10:09 pav ] (Only the first 10 of 29 ports in this commit are shown above. )
- Remove USE_GETOPT_LONG which is a no-op since March 2007
|
Sat, 19 May 2007
|
[ 20:32 flz ] (Only the first 10 of 7868 ports in this commit are shown above. )
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
Tue, 27 Mar 2007
|
[ 22:12 stas ] (Only the first 10 of 63 ports in this commit are shown above. )
- Change my email.
Suggested by: skv
|
Wed, 19 Jul 2006
|
[ 11:06 itetcu ]
- Update to 3.0.9
- Pass maintainership to submitter
Added file(s):
- files/patch-builtin.cpp
- files/patch-directory.cpp
- files/patch-encoding.l
- files/patch-ttf.cpp
- files/patch-util.h
This release contains additional patches and impovements from Redhat and net:
- Compressed fonts support via Zlib
- Improve performance when checking if a font has a mapping present
- Base font file selection on the magic at the start of the file
- iso8859-13 support
- Default read system encodings.dir instead of the one in current directory
- A lot of bugfixes
PR: ports/100520
Submitted by: Stanislav Sedov <ssedov@mbsd.msk.ru>
|
Thu, 23 Feb 2006
|
[ 10:40 ade ] (Only the first 10 of 2514 ports in this commit are shown above. )
Conversion to a single libtool environment.
Approved by: portmgr (kris)
|
Tue, 15 Nov 2005
|
[ 06:52 ade ] (Only the first 10 of 1438 ports in this commit are shown above. )
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
|
Fri, 4 Jun 2004
|
[ 17:29 ade ] (Only the first 10 of 149 ports in this commit are shown above. )
Sync with new bsd.autotools.mk
|
Thu, 5 Feb 2004
|
[ 20:38 trevor ] (Only the first 10 of 804 ports in this commit are shown above. )
Use PLIST_FILES.
Reviewed by: marcus
|
Wed, 4 Feb 2004
|
[ 05:10 marcus ] (Only the first 10 of 1422 ports in this commit are shown above. )
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
|
Tue, 9 Dec 2003
|
[ 00:50 pav ]
- On many systems, ttmkfdir was the only reason to install freetype1.
Here is ttmkfdir that uses freetype2 as a backend.
PR: ports/60055
Submitted by: Thierry Thomas <thierry@pompo.net>
|
Thu, 20 Feb 2003
|
[ 19:18 knu ]
De-pkg-comment.
|
Mon, 2 Sep 2002
|
[ 08:45 sobomax ]
Recognise koi8-u encoding. Bump PORTREVISION.
|
Thu, 14 Mar 2002
|
[ 11:16 sobomax ] (Only the first 10 of 23 ports in this commit are shown above. )
Adjust in accordance with the new location of freetype1 includes
(${PREFIX}/include/freetype1/freetype, not ${PREFIX}/include/freetype).
|
Mon, 5 Feb 2001
|
[ 21:02 olgeni ]
Style fixes for x11-fonts.
|
Tue, 9 Jan 2001
|
[ 19:13 trevor ]
Update master site and home page.
|
Wed, 4 Oct 2000
|
[ 07:40 sobomax ] (Only the first 10 of 31 ports in this commit are shown above. )
Correct CATEGORIES - make first category in the CATEGORIES list matching parent
directory.
|
Thu, 3 Aug 2000
|
[ 10:28 asami ] (Only the first 10 of 285 ports in this commit are shown above. )
(1) Add new variable, XFREE86_VERSION, to specify which version of XFree86
(3 or 4) to depend to when USE_XLIB is set. XFREE86_VERSION defaults to 3
for now, but adventurous users can override it in /etc/make.conf. When
XFREE86_VERSION=3, USE_XLIB will add a dependency to x11/XFree86; when it
is set to 4, the dependency will be to x11/XFree86-4-libraries. When
XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS hacks
to avoid messing with XFree86 are turned off.
|
Number of commits found: 29 |