Date: Sun, 30 Jan 2005 06:00:33 GMT From: KANOU Hiroki <kanou@khdd.net> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/76844: maintainer-update: print/fontforge to 20050117 Message-ID: <200501300600.j0U60WMv090206@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/76844; it has been noted by GNATS. From: KANOU Hiroki <kanou@khdd.net> To: Norikatsu Shigemura <nork@FreeBSD.org> Cc: FreeBSD-gnats-submit@FreeBSD.org, kanou@khdd.net Subject: Re: ports/76844: maintainer-update: print/fontforge to 20050117 Date: Sun, 30 Jan 2005 14:57:55 +0900 > Should files/patch-fontforge::Makefile.dynamic.in be removed? Sorry, that was a wrong patch (and Makefile also). This is correct one. diff -uNr fontforge.orig/Makefile fontforge/Makefile --- fontforge.orig/Makefile Thu Nov 4 23:58:04 2004 +++ fontforge/Makefile Sun Jan 30 14:51:28 2005 @@ -6,7 +6,7 @@ # PORTNAME= fontforge -PORTVERSION= 20041014 +PORTVERSION= 20050117 PORTREVISION= 0 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} @@ -32,7 +32,9 @@ USE_ICONV= yes PATCH_STRIP= -l .if !defined(FONTFORGE_NO_MULTILAYER) -CONFIGURE_ARGS= --with-multilayer +CONFIGURE_ARGS= --with-multilayer --with-devicetables --without-freetype-src +.else +CONFIGURE_ARGS= --with-devicetables --without-freetype-src .endif CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" CFLAGS="${CFLAGS} \ -I${LOCALBASE}/include -I${LOCALBASE}/include/freetype2 \ diff -uNr fontforge.orig/distinfo fontforge/distinfo --- fontforge.orig/distinfo Thu Nov 4 23:58:04 2004 +++ fontforge/distinfo Thu Jan 20 16:00:25 2005 @@ -1,4 +1,4 @@ -MD5 (fontforge_full-20041014.tgz) = 1fb3aeaa094a7eab4a6752bf373cf20a -SIZE (fontforge_full-20041014.tgz) = 4288784 -MD5 (fontforge_htdocs-20041014.tgz) = 9280c06218d14054054b226f82873c66 -SIZE (fontforge_htdocs-20041014.tgz) = 2046008 +MD5 (fontforge_full-20050117.tgz) = eb1b17de78b8a211a60f08a3e2a7a548 +SIZE (fontforge_full-20050117.tgz) = 4369023 +MD5 (fontforge_htdocs-20050117.tgz) = 0c4c17ba0389654707322888577f4434 +SIZE (fontforge_htdocs-20050117.tgz) = 2098773 diff -uNr fontforge.orig/files/patch-Makefile.dynamic.in fontforge/files/patch-Makefile.dynamic.in --- fontforge.orig/files/patch-Makefile.dynamic.in Sat May 1 19:18:35 2004 +++ fontforge/files/patch-Makefile.dynamic.in Thu Jan 20 17:27:20 2005 @@ -1,15 +1,27 @@ ---- Makefile.dynamic.in.orig Wed Mar 3 04:23:46 2004 -+++ Makefile.dynamic.in Tue Apr 20 00:17:10 2004 -@@ -53,15 +53,16 @@ +--- Makefile.dynamic.in.orig Sun Jan 2 00:07:09 2005 ++++ Makefile.dynamic.in Thu Jan 20 17:27:18 2005 +@@ -47,25 +47,26 @@ + $(LIBTOOL) $(INSTALL) -c libgunicode.la $(libdir)/libgunicode.la + #cp .libs/*.so.*.* $(libdir) + $(LIBTOOL) --finish $(libdir) +- mkdir -p $(libdir)/pkgconfig +- $(LIBTOOL) $(INSTALL) -c fontforge.pc $(libdir)/pkgconfig ++ mkdir -p ${PREFIX}/libdata/pkgconfig ++ ${BSD_INSTALL_DATA} -c fontforge.pc ${PREFIX}/libdata/pkgconfig + + install: $(sharedir) all install_libs + # You may need to be root to do the install mkdir -p $(bindir) mkdir -p $(mandir)/man1 mkdir -p $(sharedir) - $(LIBTOOL) $(INSTALL) -c fontforge/fontforge $(bindir) - $(LIBTOOL) $(INSTALL) -c fontforge/sfddiff $(bindir) -- cp fontforge/pfaedit-*.ui $(sharedir) + ${BSD_INSTALL_PROGRAM} -c fontforge/.libs/fontforge $(bindir) + ${BSD_INSTALL_PROGRAM} -c fontforge/.libs/sfddiff $(bindir) + ${BSD_INSTALL_PROGRAM} -c fontforge/.libs/acorn2sfd $(bindir) + # -rm -f $(bindir)/pfaedit + # (cd $(bindir) ; ln -s fontforge pfaedit) +- cp fontforge/pfaedit-*.ui $(sharedir) + ${BSD_INSTALL_DATA} fontforge/pfaedit-*.ui $(sharedir) #The next line will fail for most installs. If you have downloaded the cidmaps # this will install them. If you haven't it won't. You only need the cidmaps diff -uNr fontforge.orig/files/patch-fontforge::Makefile.dynamic.in fontforge/files/patch-fontforge::Makefile.dynamic.in --- fontforge.orig/files/patch-fontforge::Makefile.dynamic.in Tue Oct 12 16:06:32 2004 +++ fontforge/files/patch-fontforge::Makefile.dynamic.in Sun Jan 30 14:53:06 2005 @@ -5,7 +5,7 @@ ACORNOBJS = acorn2sfd.o sfd.o diffstubs.o psunicodenames.o stamp.o -_CFLAGS = -I$(top_srcdir)/inc -I$(srcdir) -I. @WFLAGS@ $(X_CFLAGS) \ -+_CFLAGS = -I$(LOCALBASE)/include -I$(LOCALBASE)/include/freetype2 -I$(top_srcdir)/inc -I$(srcdir) -I. @WFLAGS@ $(X_CFLAGS) \ ++_CFLAGS = -I$(LOCALBASE)/include -I$(top_srcdir)/inc -I$(srcdir) -I. @WFLAGS@ $(X_CFLAGS) \ @DEFS@ '-DSHAREDIR="$(sharedir)"' -DLIBDIR='"$(libdir)"' CFLAGS = @CFLAGS@ $(_CFLAGS) diff -uNr fontforge.orig/files/patch-fontforge::configure-pfaedit.h fontforge/files/patch-fontforge::configure-pfaedit.h --- fontforge.orig/files/patch-fontforge::configure-pfaedit.h Sat May 1 19:18:35 2004 +++ fontforge/files/patch-fontforge::configure-pfaedit.h Thu Jan 20 16:54:51 2005 @@ -1,6 +1,15 @@ ---- fontforge/configure-pfaedit.h.orig Tue May 13 03:20:08 2003 -+++ fontforge/configure-pfaedit.h Tue May 13 10:24:58 2003 -@@ -31,7 +31,7 @@ +--- fontforge/configure-pfaedit.h.orig Sat Jan 8 11:11:45 2005 ++++ fontforge/configure-pfaedit.h Thu Jan 20 16:53:29 2005 +@@ -73,7 +73,7 @@ + /* Sometimes I want to create a glyph which is a word, and this command */ + /* makes that easy */ + /* */ +-/* #define FONTFORGE_CONFIG_PASTEAFTER */ ++#define FONTFORGE_CONFIG_PASTEAFTER + /* */ + /* The paste after command pastes the contents of the clipboard into the */ + /* current glyph, translates that by the advance width of the current glyph */ +@@ -84,7 +84,7 @@ /* don't include code for it by default, but if you do want it simply define */ /* the following macro */ /* */ @@ -9,7 +18,7 @@ /* */ /* The tile path command uses the contents of the clipboard as a tile which is*/ /* applied to any selected paths, replacing them. It could be used to make a */ -@@ -42,7 +42,7 @@ +@@ -190,7 +190,7 @@ /* routine. I'm not sure that it's very useful though. It can be used to do */ /* perspective transformations and such */ /* */ diff -uNr fontforge.orig/pkg-plist fontforge/pkg-plist --- fontforge.orig/pkg-plist Sat Jan 15 17:44:52 2005 +++ fontforge/pkg-plist Thu Jan 20 17:14:12 2005 @@ -9,6 +9,7 @@ lib/libgunicode.la lib/libgunicode.so lib/libgunicode.so.2 +libdata/pkgconfig/fontforge.pc %%PORTDOCS%%%%DOCSDIR%%/AA-Comparison.html %%PORTDOCS%%%%DOCSDIR%%/AmbrosiaFV-bm.png %%PORTDOCS%%%%DOCSDIR%%/AmbrosiaFV.png @@ -105,6 +106,7 @@ %%PORTDOCS%%%%DOCSDIR%%/Sxiti3.png %%PORTDOCS%%%%DOCSDIR%%/TTCvt.png %%PORTDOCS%%%%DOCSDIR%%/TTPoints.png +%%PORTDOCS%%%%DOCSDIR%%/TTRaster.png %%PORTDOCS%%%%DOCSDIR%%/TTRegisters.png %%PORTDOCS%%%%DOCSDIR%%/TTStack.png %%PORTDOCS%%%%DOCSDIR%%/TTStorage.png @@ -124,6 +126,9 @@ %%PORTDOCS%%%%DOCSDIR%%/agetinfo.png %%PORTDOCS%%%%DOCSDIR%%/agrave_anchored.png %%PORTDOCS%%%%DOCSDIR%%/ahighest.png +%%PORTDOCS%%%%DOCSDIR%%/anchorcontrol-base.png +%%PORTDOCS%%%%DOCSDIR%%/anchorcontrol-mark.png +%%PORTDOCS%%%%DOCSDIR%%/anchorcontrol.html %%PORTDOCS%%%%DOCSDIR%%/autokern.png %%PORTDOCS%%%%DOCSDIR%%/autotrace.html %%PORTDOCS%%%%DOCSDIR%%/autowidth.html @@ -255,6 +260,7 @@ %%PORTDOCS%%%%DOCSDIR%%/fontinfo-panose.png %%PORTDOCS%%%%DOCSDIR%%/fontinfo-private.png %%PORTDOCS%%%%DOCSDIR%%/fontinfo-ps.png +%%PORTDOCS%%%%DOCSDIR%%/fontinfo-size.png %%PORTDOCS%%%%DOCSDIR%%/fontinfo-statemach.png %%PORTDOCS%%%%DOCSDIR%%/fontinfo-tex.png %%PORTDOCS%%%%DOCSDIR%%/fontinfo-ttfname.png @@ -300,9 +306,12 @@ %%PORTDOCS%%%%DOCSDIR%%/k6.png %%PORTDOCS%%%%DOCSDIR%%/kanjichar.png %%PORTDOCS%%%%DOCSDIR%%/kanjifont.png +%%PORTDOCS%%%%DOCSDIR%%/kern-We-12.png +%%PORTDOCS%%%%DOCSDIR%%/kern-We-150.png %%PORTDOCS%%%%DOCSDIR%%/kernbyclasses.png %%PORTDOCS%%%%DOCSDIR%%/kerningclass.png %%PORTDOCS%%%%DOCSDIR%%/kerningclass-kern.png +%%PORTDOCS%%%%DOCSDIR%%/kernpairclose.png %%PORTDOCS%%%%DOCSDIR%%/kernpairs.html %%PORTDOCS%%%%DOCSDIR%%/l1.png %%PORTDOCS%%%%DOCSDIR%%/l10.png @@ -350,6 +359,7 @@ %%PORTDOCS%%%%DOCSDIR%%/newfont.png %%PORTDOCS%%%%DOCSDIR%%/non-linear.png %%PORTDOCS%%%%DOCSDIR%%/non-standard.html +%%PORTDOCS%%%%DOCSDIR%%/nvd.html %%PORTDOCS%%%%DOCSDIR%%/o-baddir.png %%PORTDOCS%%%%DOCSDIR%%/o1.png %%PORTDOCS%%%%DOCSDIR%%/o2.png @@ -387,6 +397,7 @@ %%PORTDOCS%%%%DOCSDIR%%/problems.html %%PORTDOCS%%%%DOCSDIR%%/quadbezier.gif %%PORTDOCS%%%%DOCSDIR%%/quadbezier.png +%%PORTDOCS%%%%DOCSDIR%%/quadraticspline.gif %%PORTDOCS%%%%DOCSDIR%%/quadraticspline.png %%PORTDOCS%%%%DOCSDIR%%/quotations.html %%PORTDOCS%%%%DOCSDIR%%/realindex.html @@ -460,7 +471,7 @@ share/fontforge/Adobe-CNS1-4.cidmap share/fontforge/Adobe-GB1-4.cidmap share/fontforge/Adobe-Identity-0.cidmap -share/fontforge/Adobe-Japan1-5.cidmap +share/fontforge/Adobe-Japan1-6.cidmap share/fontforge/Adobe-Japan2-0.cidmap share/fontforge/Adobe-Korea1-2.cidmap share/fontforge/pfaedit-de.ui
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200501300600.j0U60WMv090206>