Date: Fri, 7 Dec 2012 17:43:43 +0000 (UTC) From: Mikhail Teterin <mi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308441 - in head/x11-fonts/ttmkfdir: . files Message-ID: <201212071743.qB7Hhh0d050395@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mi Date: Fri Dec 7 17:43:42 2012 New Revision: 308441 URL: http://svnweb.freebsd.org/changeset/ports/308441 Log: 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 Modified: head/x11-fonts/ttmkfdir/Makefile head/x11-fonts/ttmkfdir/files/patch-ttf.cpp Modified: head/x11-fonts/ttmkfdir/Makefile ============================================================================== --- head/x11-fonts/ttmkfdir/Makefile Fri Dec 7 17:20:27 2012 (r308440) +++ head/x11-fonts/ttmkfdir/Makefile Fri Dec 7 17:43:42 2012 (r308441) @@ -10,20 +10,19 @@ PORTVERSION= 3.0.9 PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= x11-fonts x11 -MASTER_SITES= http://mbsd.msk.ru/dist/ +MASTER_SITES= ${MASTER_SITE_GENTOO} +MASTER_SITE_SUBDIR=distfiles MAINTAINER= ports@FreeBSD.org COMMENT= Create fonts.scale file for use with TrueType font server -DEPRECATED= No more public distfiles -EXPIRATION_DATE= 2012-10-20 - -LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 +LIB_DEPENDS= freetype:${PORTSDIR}/print/freetype2 PLIST_FILES= bin/ttmkfdir USE_BZIP2= yes USE_GMAKE= yes USE_XORG= x11 +MAKE_JOBS_SAFE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/ttmkfdir ${PREFIX}/bin Modified: head/x11-fonts/ttmkfdir/files/patch-ttf.cpp ============================================================================== --- head/x11-fonts/ttmkfdir/files/patch-ttf.cpp Fri Dec 7 17:20:27 2012 (r308440) +++ head/x11-fonts/ttmkfdir/files/patch-ttf.cpp Fri Dec 7 17:43:42 2012 (r308441) @@ -1,5 +1,5 @@ ---- ttf.cpp.orig Wed Jul 19 11:13:20 2006 -+++ ttf.cpp Wed Jul 19 11:22:41 2006 +--- ttf.cpp 2003-01-08 00:25:25.000000000 -0500 ++++ ttf.cpp 2012-12-07 12:34:54.000000000 -0500 @@ -51,20 +51,27 @@ bool Face::MappingPresent (int cmapidx, NumericMapping *m, int enc_size, int start_code, bool enc_comp) @@ -44,3 +44,30 @@ }; platform = NamePtr.platform_id; encoding = NamePtr.encoding_id; +@@ -483,7 +490,7 @@ + const char * + Face::PanoseWeight (void) const + { +- static char *panose_weight_latin[] = { ++ static const char *panose_weight_latin[] = { + "any", + "no fit", + "very light", +@@ -548,7 +555,7 @@ + const char * + Face::PanoseWidth (void) const + { +- static char *panose_spacing_latin_text [] = { ++ static const char *panose_spacing_latin_text [] = { + "any", + "no fit", + "old style", +@@ -561,7 +568,7 @@ + "monospaced", + }; + +- static char *panose_spacing_latin_decorative [] = { ++ static const char *panose_spacing_latin_decorative [] = { + "any", + "no fit", + "super condensed",
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212071743.qB7Hhh0d050395>