Skip site navigation (1)Skip section navigation (2)

CVS log for ports/x11-fonts/ttmkfdir/Makefile

[BACK] Up to [FreeBSD] / ports / x11-fonts / ttmkfdir

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.31: download - view: text, markup, annotated - select for diffs
Mon Oct 24 03:33:17 2011 UTC (3 months, 2 weeks ago) by stas
Branches: MAIN
CVS tags: RELEASE_9_0_0, HEAD
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +1 -1 lines
- 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).

Revision 1.30: download - view: text, markup, annotated - select for diffs
Fri Sep 23 22:26:20 2011 UTC (4 months, 2 weeks ago) by amdmi3
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +0 -2 lines
- 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

Revision 1.29: download - view: text, markup, annotated - select for diffs
Fri Jul 25 12:48:47 2008 UTC (3 years, 6 months ago) by pav
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_8_1_0, RELEASE_8_0_0, RELEASE_7_4_0, RELEASE_7_3_0, RELEASE_7_2_0, RELEASE_7_1_0, RELEASE_6_EOL, RELEASE_6_4_0
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +1 -1 lines
- Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default MAKE_ENV

Revision 1.28: download - view: text, markup, annotated - select for diffs
Sat Apr 19 17:55:12 2008 UTC (3 years, 9 months ago) by miwi
Branches: MAIN
CVS tags: RELEASE_5_EOL
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +2 -2 lines
- 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)

Revision 1.27: download - view: text, markup, annotated - select for diffs
Thu Mar 20 10:09:35 2008 UTC (3 years, 10 months ago) by pav
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +0 -1 lines
- Remove USE_GETOPT_LONG which is a no-op since March 2007

Revision 1.26: download - view: text, markup, annotated - select for diffs
Sat May 19 20:29:36 2007 UTC (4 years, 8 months ago) by flz
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +1 -1 lines
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.

Revision 1.25: download - view: text, markup, annotated - select for diffs
Tue Mar 27 22:12:02 2007 UTC (4 years, 10 months ago) by stas
Branches: MAIN
CVS tags: PRE_XORG_7
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +1 -1 lines
- Change my email.

Suggested by:	skv

Revision 1.24: download - view: text, markup, annotated - select for diffs
Wed Jul 19 11:06:15 2006 UTC (5 years, 6 months ago) by itetcu
Branches: MAIN
CVS tags: RELEASE_6_2_0, RELEASE_4_EOL
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +6 -7 lines
- 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>

Revision 1.23: download - view: text, markup, annotated - select for diffs
Thu Feb 23 10:40:03 2006 UTC (5 years, 11 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +2 -2 lines
Conversion to a single libtool environment.

Approved by:	portmgr (kris)

Revision 1.22: download - view: text, markup, annotated - select for diffs
Tue Nov 15 06:51:49 2005 UTC (6 years, 2 months ago) by ade
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +1 -1 lines
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.

Revision 1.21: download - view: text, markup, annotated - select for diffs
Fri Jun 4 17:29:36 2004 UTC (7 years, 8 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_6_0_0, RELEASE_5_4_0, RELEASE_5_3_0, RELEASE_4_11_0
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +1 -1 lines
Sync with new bsd.autotools.mk

Revision 1.20: download - view: text, markup, annotated - select for diffs
Thu Feb 5 20:38:01 2004 UTC (8 years ago) by trevor
Branches: MAIN
CVS tags: RELEASE_4_10_0
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +1 -0 lines
Use PLIST_FILES.

Reviewed by:	marcus

Revision 1.19: download - view: text, markup, annotated - select for diffs
Wed Feb 4 05:10:00 2004 UTC (8 years ago) by marcus
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +1 -0 lines
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 1)

Revision 1.18: download - view: text, markup, annotated - select for diffs
Tue Dec 9 00:50:45 2003 UTC (8 years, 2 months ago) by pav
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +10 -9 lines
- 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>

Revision 1.17: download - view: text, markup, annotated - select for diffs
Thu Feb 20 19:18:02 2003 UTC (8 years, 11 months ago) by knu
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0, RELEASE_5_1_0, RELEASE_4_9_0, RELEASE_4_8_0
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +1 -0 lines
De-pkg-comment.

Revision 1.16: download - view: text, markup, annotated - select for diffs
Sun Nov 10 16:48:42 2002 UTC (9 years, 3 months ago) by lioux
Branches: MAIN
CVS tags: RELEASE_5_0_0
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +0 -2 lines
o Rollback PORTCOMMENT modifications while this feature's implementation
  is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)

Revision 1.15: download - view: text, markup, annotated - select for diffs
Wed Nov 6 22:47:28 2002 UTC (9 years, 3 months ago) by adamw
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -0 lines
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.

Approved by:	pat

Revision 1.14: download - view: text, markup, annotated - select for diffs
Mon Sep 2 08:45:19 2002 UTC (9 years, 5 months ago) by sobomax
Branches: MAIN
CVS tags: RELEASE_4_7_0
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +1 -0 lines
Recognise koi8-u encoding. Bump PORTREVISION.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Thu Mar 14 11:16:44 2002 UTC (9 years, 11 months ago) by sobomax
Branches: MAIN
CVS tags: RELEASE_5_0_DP1, RELEASE_4_6_2, RELEASE_4_6_1, RELEASE_4_6_0
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -2 lines
Adjust in accordance with the new location of freetype1 includes
(${PREFIX}/include/freetype1/freetype, not ${PREFIX}/include/freetype).

Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon Feb 5 21:02:11 2001 UTC (11 years ago) by olgeni
Branches: MAIN
CVS tags: RELEASE_4_5_0, RELEASE_4_4_0, RELEASE_4_3_0
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -2 lines
Style fixes for x11-fonts.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Tue Jan 9 19:13:17 2001 UTC (11 years, 1 month ago) by trevor
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -2 lines
Update master site and home page.

PR:		24192
Submitted by:	Joseph Scott <joseph@randomnetworks.com> and myself

Revision 1.10: download - view: text, markup, annotated - select for diffs
Wed Oct 4 06:40:06 2000 UTC (11 years, 4 months ago) by sobomax
Branches: MAIN
CVS tags: RELEASE_4_2_0
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2 lines
Correct CATEGORIES - make first category in the CATEGORIES list matching parent
directory.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Thu Aug 3 09:27:23 2000 UTC (11 years, 6 months ago) by asami
Branches: MAIN
CVS tags: RELEASE_4_1_1
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -3 lines
(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.

    Since XFree86 version 4 includes some software that used to be
    separate ports, when XFREE86_VERSION=3 the following variables are
    provided:

    USE_DGS		LIB_DEPENDS on x11/dgs
    USE_FREETYPE	LIB_DEPENDS on print/freetype
    USE_MESA		LIB_DEPENDS on graphics/Mesa3
    USE_XPM		LIB_DEPENDS on graphics/xpm

    When XFREE86_VERSION=4, these variables have no effect.  The
    LIB_DEPENDS in the tree for the above four ports have all been
    converted to the USE_* counterparts.  For your information, this
    is the count of the number of ports:

    USE_DGS		0
    USE_FREETYPE	16
    USE_MESA		36
    USE_XPM		236

    There is a new variable, XAWVER, which is set to 6 when
    XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4.  This is also
    passed to PLIST_SUB so ports that build Xaw based shared libraries
    can use this variable to substitute the shlib version number.

    There is also a provision of using a separate mtree file for
    XFREE86_VERSION=4, but that part is not enabled yet.

Reviewed by:	the ports list
Tested by:	make index (XFREE86_VERSION=3 only)

(2) Add hebrew to list of valid categories.
Submitted by:	nbm

Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Apr 10 00:44:41 2000 UTC (11 years, 10 months ago) by cpiazza
Branches: MAIN
CVS tags: RELEASE_4_1_0, RELEASE_3_5_0
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +5 -4 lines
Update with the new PORTNAME/PORTVERSION variables

Revision 1.7: download - view: text, markup, annotated - select for diffs
Fri Jan 14 18:55:30 2000 UTC (12 years, 1 month ago) by imura
Branches: MAIN
CVS tags: RELEASE_4_0_0
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +4 -4 lines
- Fix MASTER_SITES
- Add WWW: line into pkg/DESCR

PR:		15946
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>

Revision 1.6: download - view: text, markup, annotated - select for diffs
Thu Nov 25 03:41:54 1999 UTC (12 years, 2 months ago) by jseger
Branches: MAIN
CVS tags: RELEASE_3_4_0
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2 lines
Bump freetype's lib number

Revision 1.5: download - view: text, markup, annotated - select for diffs
Tue Aug 31 06:52:37 1999 UTC (12 years, 5 months ago) by mharo
Branches: MAIN
CVS tags: RELEASE_3_3_0
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +3 -3 lines
FreeBSD.ORG -> FreeBSD.org

Prompted by PR:  13476, 13477
Submitted by:  KATO Tsuguru

Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue Aug 31 02:58:34 1999 UTC (12 years, 5 months ago) by peter
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -1 lines
$Id$ -> $FreeBSD$

Revision 1.3: download - view: text, markup, annotated - select for diffs
Sat Dec 12 21:03:36 1998 UTC (13 years, 2 months ago) by jseger
Branches: MAIN
CVS tags: RELEASE_3_2_0, RELEASE_3_1_0
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2 lines
Use libttf.3 of the new freetype 1.2

Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Sep 21 08:41:45 1998 UTC (13 years, 4 months ago) by asami
Branches: MAIN
CVS tags: RELEASE_3_0_0, RELEASE_2_2_8
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -2 lines
freetype (libttf) is now converted to ELF.

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Wed Sep 9 08:06:32 1998 UTC (13 years, 5 months ago) by tg
Branches: TG
CVS tags: ttmkfdir_0_0
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
Re-import to x11-fonts, as requested by Satoshi.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed Sep 9 08:06:32 1998 UTC (13 years, 5 months ago) by tg
Branches: MAIN
Initial revision

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options