FreeBSD Bugzilla – Attachment 83701 Details for
Bug 119534
[MAINTAINER] print/fontforge: update to 20080109
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
fontforge-20080109.patch
fontforge-20080109.patch (text/plain), 3.55 KB, created by
Naram Qashat
on 2008-01-10 18:50:03 UTC
(
hide
)
Description:
fontforge-20080109.patch
Filename:
MIME Type:
Creator:
Naram Qashat
Created:
2008-01-10 18:50:03 UTC
Size:
3.55 KB
patch
obsolete
>diff -ruN --exclude=CVS /usr/ports/print/fontforge/Makefile /kirby/shared/ports/fontforge/Makefile >--- /usr/ports/print/fontforge/Makefile Sat Dec 15 07:37:41 2007 >+++ /kirby/shared/ports/fontforge/Makefile Thu Jan 10 13:33:20 2008 >@@ -6,7 +6,7 @@ > # > > PORTNAME= fontforge >-PORTVERSION= 20071210 >+PORTVERSION= 20080109 > CATEGORIES= print > MASTER_SITES= SF > DISTFILES= ${EXTRACT_ONLY} ${DOCFILES} >@@ -24,14 +24,12 @@ > xml2.5:${PORTSDIR}/textproc/libxml2 > > .if defined(FONTFORGE_WITH_TTF_DEBUGGER) >-FREETYPE_VERSION= 2.1.10 >+FREETYPE_VERSION= 2.3.5 > EXTRACT_ONLY+= freetype-${FREETYPE_VERSION}.tar.bz2 > .endif > > .if !defined(NOPORTDOCS) >-#DOC_VERSION= ${PORTVERSION} >-# This version of Fontforge has a different version number for the docs as opposed to the actual source >-DOC_VERSION= 20071211 >+DOC_VERSION= ${PORTVERSION} > DOCFILES= ${PORTNAME}_htdocs-${DOC_VERSION}.tar.bz2 > .endif > >@@ -41,8 +39,6 @@ > USE_ICONV= yes > USE_XLIB= yes > PATCH_STRIP= -l >- >-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} > > .if !defined(FONTFORGE_NO_MULTILAYER) > WITH_MULTILAYER= --with-multilayer >diff -ruN --exclude=CVS /usr/ports/print/fontforge/distinfo /kirby/shared/ports/fontforge/distinfo >--- /usr/ports/print/fontforge/distinfo Sat Dec 15 07:37:41 2007 >+++ /kirby/shared/ports/fontforge/distinfo Thu Jan 10 13:33:33 2008 >@@ -1,9 +1,9 @@ >-MD5 (fontforge_full-20071210.tar.bz2) = 971a9a36a98efc8bb4e623b3d3fd0591 >-SHA256 (fontforge_full-20071210.tar.bz2) = c38e6ea0b0e0bdc70262781995c953071431225a17452551e732ca5480cfe6ba >-SIZE (fontforge_full-20071210.tar.bz2) = 4160548 >-MD5 (freetype-2.1.10.tar.bz2) = a4012e7d1f6400df44a16743b11b8423 >-SHA256 (freetype-2.1.10.tar.bz2) = fed2ed148d7d105b95493c5e95561c8b05ee7909e00f828f036d8ed1be6a5e53 >-SIZE (freetype-2.1.10.tar.bz2) = 1037107 >-MD5 (fontforge_htdocs-20071211.tar.bz2) = 5ed3cff928f49fbe103deecee373686f >-SHA256 (fontforge_htdocs-20071211.tar.bz2) = 4489e29ff3e54aec97e8c5e3b88eaa54ab195c30fc6597bbf4009ca583656320 >-SIZE (fontforge_htdocs-20071211.tar.bz2) = 2711818 >+MD5 (fontforge_full-20080109.tar.bz2) = e32a90a4e1fdeb5528051c23fc0370a8 >+SHA256 (fontforge_full-20080109.tar.bz2) = 5d800f3241c93d95f1e2f0c99ef05b973df80680352166d224a22cff8e60f29a >+SIZE (fontforge_full-20080109.tar.bz2) = 4548471 >+MD5 (freetype-2.3.5.tar.bz2) = 65234327c5ac46ee00ebda15995d4c1c >+SHA256 (freetype-2.3.5.tar.bz2) = 1b357a3a1106c78c80dfd25e3854c3faa9a3dfc7063a4a1e5404e70c241d677e >+SIZE (freetype-2.3.5.tar.bz2) = 1279861 >+MD5 (fontforge_htdocs-20080109.tar.bz2) = 63054ea6035ffbf8f7824e720d308fca >+SHA256 (fontforge_htdocs-20080109.tar.bz2) = 29c87d2aff70fe4b5a967eb3e44a113a31cde010e3d076e471ed609eec019a79 >+SIZE (fontforge_htdocs-20080109.tar.bz2) = 2824143 >diff -ruN --exclude=CVS /usr/ports/print/fontforge/pkg-plist /kirby/shared/ports/fontforge/pkg-plist >--- /usr/ports/print/fontforge/pkg-plist Sat Dec 15 07:37:41 2007 >+++ /kirby/shared/ports/fontforge/pkg-plist Thu Jan 10 13:28:33 2008 >@@ -2,6 +2,7 @@ > bin/fontimage > bin/fontlint > bin/sfddiff >+include/fontforge/PfEd.h > include/fontforge/autowidth.h > include/fontforge/baseviews.h > include/fontforge/basics.h >@@ -34,6 +35,7 @@ > include/fontforge/gwwiconv.h > include/fontforge/import.h > include/fontforge/intl.h >+include/fontforge/libffstamp.h > include/fontforge/lookups.h > include/fontforge/mm.h > include/fontforge/nonlineartrans.h >@@ -399,6 +401,7 @@ > %%PORTDOCS%%%%DOCSDIR%%/ffi-refs.png > %%PORTDOCS%%%%DOCSDIR%%/ffi-rmoverlap.png > %%PORTDOCS%%%%DOCSDIR%%/ffi-unlink.png >+%%PORTDOCS%%%%DOCSDIR%%/ffsplash2008.png > %%PORTDOCS%%%%DOCSDIR%%/fi.png > %%PORTDOCS%%%%DOCSDIR%%/filemenu.html > %%PORTDOCS%%%%DOCSDIR%%/files.html
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 119534
: 83701