Mon May 2 11:15:42 2011 UTC ()
Changes 20110222:
* Did a lot of work to improve the accuracy in remove overlap. Improved
  accuracy means that it is less likely to do the wrong thing. Problems happen
  when there are points or intersections very close to each other.
  (So quadratic glyphs are more likely to have problems than cubics simply
  because they have more points, on average).
* Fix various error messages.
* Remove some obsolete documentation.
* Technical fixes to stroking code.
* Add a miterlimit to stroking code.
* FontForge was using the wrong MIME type for svg files. W3C has changed it and
  it's now "image/svg+xml" not "image/svg-xml" or "image/svg".
* Since Inkscape images tend to be at unexpected y positions, force the view to
  rescale/recenter itself if the result after a paste/import is outside the
  current window. (Inkscape tends to put things at the top of a page, but the
  origin is at the bottom, and FF looks at the origin.
* A line joint of 180 degrees (which shouldn't have happened in stroking, but
  did) caused an infinite loop.
* Typo in add extrema code (again).
* More...


(adam)
diff -r1.72 -r1.73 pkgsrc/fonts/fontforge/Makefile
diff -r1.29 -r1.30 pkgsrc/fonts/fontforge/PLIST
diff -r1.57 -r1.58 pkgsrc/fonts/fontforge/distinfo
diff -r1.9 -r1.10 pkgsrc/fonts/fontforge/patches/patch-aa
diff -r1.22 -r1.23 pkgsrc/fonts/fontforge/patches/patch-ae
diff -r1.5 -r0 pkgsrc/fonts/fontforge/patches/patch-ai
diff -r1.4 -r0 pkgsrc/fonts/fontforge/patches/patch-aj
diff -r1.3 -r0 pkgsrc/fonts/fontforge/patches/patch-ak
diff -r1.1 -r0 pkgsrc/fonts/fontforge/patches/patch-al

cvs diff -r1.72 -r1.73 pkgsrc/fonts/fontforge/Makefile (expand / switch to unified diff)

--- pkgsrc/fonts/fontforge/Makefile 2011/04/22 13:43:31 1.72
+++ pkgsrc/fonts/fontforge/Makefile 2011/05/02 11:15:41 1.73
@@ -1,45 +1,45 @@ @@ -1,45 +1,45 @@
1# $NetBSD: Makefile,v 1.72 2011/04/22 13:43:31 obache Exp $ 1# $NetBSD: Makefile,v 1.73 2011/05/02 11:15:41 adam Exp $
2 2
3DISTNAME= fontforge_full-${VERSION} 3DISTNAME= fontforge_full-${VERSION}
4PKGNAME= fontforge-${VERSION} 4PKGNAME= fontforge-${VERSION}
5PKGREVISION= 7 
6CATEGORIES= fonts editors 5CATEGORIES= fonts editors
7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fontforge/} 6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fontforge/}
8EXTRACT_SUFX= .tar.bz2 7EXTRACT_SUFX= .tar.bz2
9 8
10MAINTAINER= adam@NetBSD.org 9MAINTAINER= adam@NetBSD.org
11HOMEPAGE= http://fontforge.sourceforge.net/ 10HOMEPAGE= http://fontforge.sourceforge.net/
12COMMENT= Postscript font editor 11COMMENT= Postscript font editor
 12LICENSE= modified-bsd
13 13
14VERSION= 20100501 14VERSION= 20110222
15 15
16PKG_DESTDIR_SUPPORT= user-destdir 16PKG_DESTDIR_SUPPORT= user-destdir
17 17
18WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} 18WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
19 19
20MAKE_ENV+= PKGLOCALEDIR=${PKGLOCALEDIR} 
21 
22GNU_CONFIGURE= yes 
23USE_LANGUAGES= c 20USE_LANGUAGES= c
24USE_LIBTOOL= yes 21USE_LIBTOOL= yes
25USE_PKGLOCALEDIR= yes 22USE_PKGLOCALEDIR= yes
26USE_TOOLS+= gmake msgfmt 23USE_TOOLS+= gmake msgfmt
 24GNU_CONFIGURE= yes
27CONFIGURE_ARGS+= --without-freetype-src 25CONFIGURE_ARGS+= --without-freetype-src
28CONFIGURE_ARGS+= --without-python 26CONFIGURE_ARGS+= --without-python
29BROKEN_GETTEXT_DETECTION= yes 
30 27
 28MAKE_ENV+= PKGLOCALEDIR=${PKGLOCALEDIR}
31LDFLAGS.SunOS+= -lrt 29LDFLAGS.SunOS+= -lrt
32 30
 31BROKEN_GETTEXT_DETECTION= yes
 32
33.include "options.mk" 33.include "options.mk"
34 34
35.include "../../converters/libiconv/buildlink3.mk" 35.include "../../converters/libiconv/buildlink3.mk"
36.include "../../devel/gettext-lib/buildlink3.mk" 36.include "../../devel/gettext-lib/buildlink3.mk"
37.include "../../devel/pango/buildlink3.mk" 37.include "../../devel/pango/buildlink3.mk"
38.include "../../graphics/cairo/buildlink3.mk" 38.include "../../graphics/cairo/buildlink3.mk"
39.include "../../graphics/freetype2/buildlink3.mk" 39.include "../../graphics/freetype2/buildlink3.mk"
40.include "../../mk/jpeg.buildlink3.mk" 
41.include "../../mk/giflib.buildlink3.mk" 
42.include "../../graphics/png/buildlink3.mk" 40.include "../../graphics/png/buildlink3.mk"
43.include "../../graphics/tiff/buildlink3.mk" 41.include "../../graphics/tiff/buildlink3.mk"
44.include "../../textproc/libxml2/buildlink3.mk" 42.include "../../textproc/libxml2/buildlink3.mk"
 43.include "../../mk/giflib.buildlink3.mk"
 44.include "../../mk/jpeg.buildlink3.mk"
45.include "../../mk/bsd.pkg.mk" 45.include "../../mk/bsd.pkg.mk"

cvs diff -r1.29 -r1.30 pkgsrc/fonts/fontforge/PLIST (expand / switch to unified diff)

--- pkgsrc/fonts/fontforge/PLIST 2010/05/21 06:34:23 1.29
+++ pkgsrc/fonts/fontforge/PLIST 2011/05/02 11:15:42 1.30
@@ -1,61 +1,61 @@ @@ -1,61 +1,61 @@
1@comment $NetBSD: PLIST,v 1.29 2010/05/21 06:34:23 adam Exp $ 1@comment $NetBSD: PLIST,v 1.30 2011/05/02 11:15:42 adam Exp $
2bin/fontforge 2bin/fontforge
3bin/fontimage 3bin/fontimage
4bin/fontlint 4bin/fontlint
5bin/sfddiff 5bin/sfddiff
6include/fontforge/PfEd.h 6include/fontforge/PfEd.h
7include/fontforge/autowidth.h 7include/fontforge/autowidth.h
8include/fontforge/autowidth2.h 8include/fontforge/autowidth2.h
9include/fontforge/baseviews.h 9include/fontforge/baseviews.h
10include/fontforge/basics.h 10include/fontforge/basics.h
11include/fontforge/bezctx_ff.h 11include/fontforge/bezctx_ff.h
12include/fontforge/bitmapcontrol.h 12include/fontforge/bitmapcontrol.h
13include/fontforge/chardata.h 13include/fontforge/chardata.h
14include/fontforge/charset.h 14include/fontforge/charset.h
15include/fontforge/config.h 15include/fontforge/config.h
16include/fontforge/configure-pfaedit.h 16include/fontforge/configure-fontforge.h
17include/fontforge/delta.h 17include/fontforge/delta.h
18include/fontforge/dynamic.h 18include/fontforge/dynamic.h
19include/fontforge/edgelist.h 19include/fontforge/edgelist.h
20include/fontforge/edgelist2.h 20include/fontforge/edgelist2.h
21include/fontforge/encoding.h 21include/fontforge/encoding.h
22include/fontforge/fffreetype.h 22include/fontforge/fffreetype.h
23include/fontforge/ffpython.h 23include/fontforge/ffpython.h
24include/fontforge/fileutil.h 24include/fontforge/fileutil.h
 25include/fontforge/fontforge.h
25include/fontforge/fontforgevw.h 26include/fontforge/fontforgevw.h
26include/fontforge/fvmetrics.h 27include/fontforge/fvmetrics.h
27include/fontforge/gdraw.h 28include/fontforge/gdraw.h
28include/fontforge/gfile.h 29include/fontforge/gfile.h
29include/fontforge/ggadget.h 30include/fontforge/ggadget.h
30include/fontforge/gicons.h 31include/fontforge/gicons.h
31include/fontforge/gimage.h 32include/fontforge/gimage.h
32include/fontforge/gio.h 33include/fontforge/gio.h
33include/fontforge/gkeysym.h 34include/fontforge/gkeysym.h
34include/fontforge/gprogress.h 35include/fontforge/gprogress.h
35include/fontforge/gresedit.h 36include/fontforge/gresedit.h
36include/fontforge/gresource.h 37include/fontforge/gresource.h
37include/fontforge/groups.h 38include/fontforge/groups.h
38include/fontforge/gwidget.h 39include/fontforge/gwidget.h
39include/fontforge/gwwiconv.h 40include/fontforge/gwwiconv.h
40include/fontforge/import.h 41include/fontforge/import.h
41include/fontforge/intl.h 42include/fontforge/intl.h
42include/fontforge/libffstamp.h 43include/fontforge/libffstamp.h
43include/fontforge/lookups.h 44include/fontforge/lookups.h
44include/fontforge/mm.h 45include/fontforge/mm.h
45include/fontforge/namehash.h 46include/fontforge/namehash.h
46include/fontforge/nonlineartrans.h 47include/fontforge/nonlineartrans.h
47include/fontforge/ofl.h 48include/fontforge/ofl.h
48include/fontforge/pfaedit.h 
49include/fontforge/plugins.h 49include/fontforge/plugins.h
50include/fontforge/print.h 50include/fontforge/print.h
51include/fontforge/psfont.h 51include/fontforge/psfont.h
52include/fontforge/savefont.h 52include/fontforge/savefont.h
53include/fontforge/scriptfuncs.h 53include/fontforge/scriptfuncs.h
54include/fontforge/scripting.h 54include/fontforge/scripting.h
55include/fontforge/sd.h 55include/fontforge/sd.h
56include/fontforge/search.h 56include/fontforge/search.h
57include/fontforge/sfd1.h 57include/fontforge/sfd1.h
58include/fontforge/sflayoutP.h 58include/fontforge/sflayoutP.h
59include/fontforge/splinefont.h 59include/fontforge/splinefont.h
60include/fontforge/stemdb.h 60include/fontforge/stemdb.h
61include/fontforge/ttf.h 61include/fontforge/ttf.h
@@ -237,20 +237,20 @@ share/fontforge/pixmaps/viewprev.png @@ -237,20 +237,20 @@ share/fontforge/pixmaps/viewprev.png
237share/fontforge/pixmaps/viewprevdef.png 237share/fontforge/pixmaps/viewprevdef.png
238share/fontforge/pixmaps/viewreplace.png 238share/fontforge/pixmaps/viewreplace.png
239share/fontforge/pixmaps/viewsmallersize.png 239share/fontforge/pixmaps/viewsmallersize.png
240share/fontforge/pixmaps/viewzoomin.png 240share/fontforge/pixmaps/viewzoomin.png
241share/fontforge/pixmaps/viewzoomout.png 241share/fontforge/pixmaps/viewzoomout.png
242share/fontforge/python/excepthook.py 242share/fontforge/python/excepthook.py
243share/locale/de/LC_MESSAGES/FontForge.mo 243share/locale/de/LC_MESSAGES/FontForge.mo
244share/locale/el/LC_MESSAGES/FontForge.mo 244share/locale/el/LC_MESSAGES/FontForge.mo
245share/locale/en_GB/LC_MESSAGES/FontForge.mo 245share/locale/en_GB/LC_MESSAGES/FontForge.mo
246share/locale/es/LC_MESSAGES/FontForge.mo 246share/locale/es/LC_MESSAGES/FontForge.mo
247share/locale/fr/LC_MESSAGES/FontForge.mo 247share/locale/fr/LC_MESSAGES/FontForge.mo
248share/locale/it/LC_MESSAGES/FontForge.mo 248share/locale/it/LC_MESSAGES/FontForge.mo
249share/locale/ja/LC_MESSAGES/FontForge.mo 249share/locale/ja/LC_MESSAGES/FontForge.mo
250share/locale/mal/LC_MESSAGES/FontForge.mo 250share/locale/ml/LC_MESSAGES/FontForge.mo
251share/locale/pl/LC_MESSAGES/FontForge.mo 251share/locale/pl/LC_MESSAGES/FontForge.mo
252share/locale/ru/LC_MESSAGES/FontForge.mo 252share/locale/ru/LC_MESSAGES/FontForge.mo
253share/locale/uk/LC_MESSAGES/FontForge.mo 253share/locale/uk/LC_MESSAGES/FontForge.mo
254share/locale/vi/LC_MESSAGES/FontForge.mo 254share/locale/vi/LC_MESSAGES/FontForge.mo
255share/locale/zh_CN/LC_MESSAGES/FontForge.mo 255share/locale/zh_CN/LC_MESSAGES/FontForge.mo
256share/locale/zh_TW/LC_MESSAGES/FontForge.mo 256share/locale/zh_TW/LC_MESSAGES/FontForge.mo

cvs diff -r1.57 -r1.58 pkgsrc/fonts/fontforge/distinfo (expand / switch to unified diff)

--- pkgsrc/fonts/fontforge/distinfo 2011/01/24 12:08:26 1.57
+++ pkgsrc/fonts/fontforge/distinfo 2011/05/02 11:15:42 1.58
@@ -1,12 +1,8 @@ @@ -1,12 +1,8 @@
1$NetBSD: distinfo,v 1.57 2011/01/24 12:08:26 wiz Exp $ 1$NetBSD: distinfo,v 1.58 2011/05/02 11:15:42 adam Exp $
2 2
3SHA1 (fontforge_full-20100501.tar.bz2) = 483425116c6af6ad90e37f9ada0c28e34f251ec3 3SHA1 (fontforge_full-20110222.tar.bz2) = 8fada07647f102351bb1d7d1c4da487356e7142f
4RMD160 (fontforge_full-20100501.tar.bz2) = 4dee2ecdbd32bf3854105f195984d9cabf198fd8 4RMD160 (fontforge_full-20110222.tar.bz2) = 7f276e9e3ef673b78355bb7be50f6b2587aee633
5Size (fontforge_full-20100501.tar.bz2) = 6666386 bytes 5Size (fontforge_full-20110222.tar.bz2) = 5126031 bytes
6SHA1 (patch-aa) = e6846a21c973aaa265bb46ba63d145d5f9c00714 6SHA1 (patch-aa) = 9b94b0dccc3006112dae8289ed81c5aaba262576
7SHA1 (patch-ab) = ec93a47051186bcb901fd145edffad7c457c33fd 7SHA1 (patch-ab) = ec93a47051186bcb901fd145edffad7c457c33fd
8SHA1 (patch-ae) = ca532490137e83ff328ad32c0102d57bed7bb453 8SHA1 (patch-ae) = 2cffc4dad365ff3f7850c1982bbe27bc9821f792
9SHA1 (patch-ai) = 4b30556509007d1c74ccdfc9d27f7f23f30bbdb1 
10SHA1 (patch-aj) = 751baf7cdaf3c74632a95389611366134fe36da5 
11SHA1 (patch-ak) = a69ec30586d61b89896758d5a1e817d917a835d2 
12SHA1 (patch-al) = f34104791646030bb76df20e5ddb88bf21842b02 

cvs diff -r1.9 -r1.10 pkgsrc/fonts/fontforge/patches/Attic/patch-aa (expand / switch to unified diff)

--- pkgsrc/fonts/fontforge/patches/Attic/patch-aa 2010/05/21 06:34:23 1.9
+++ pkgsrc/fonts/fontforge/patches/Attic/patch-aa 2011/05/02 11:15:42 1.10
@@ -1,22 +1,22 @@ @@ -1,22 +1,22 @@
1$NetBSD: patch-aa,v 1.9 2010/05/21 06:34:23 adam Exp $ 1$NetBSD: patch-aa,v 1.10 2011/05/02 11:15:42 adam Exp $
2 2
3--- fontforge/Makefile.dynamic.in.orig 2010-02-02 05:23:06.000000000 +0000 3--- fontforge/Makefile.dynamic.in.orig 2010-02-02 05:23:06.000000000 +0000
4+++ fontforge/Makefile.dynamic.in 4+++ fontforge/Makefile.dynamic.in
5@@ -15,7 +15,7 @@ CC = @CC@ 5@@ -15,7 +15,7 @@ CC = @CC@
6 O = @O_EXTENSION@ 6 O = @O_EXTENSION@
7  7
8 X_CFLAGS = @X_CFLAGS@ 8 X_CFLAGS = @X_CFLAGS@
9-X_LIBS = @X_LIBS@ 9-X_LIBS = @X_LIBS@
10+X_LIBS = @X_LIBS@ -Wl,-R${X11BASE}/lib 10+X_LIBS = @X_LIBS@ -Wl,-R${X11BASE}/lib
11 X_11LIB = @X_11LIB@ 11 X_11LIB = @X_11LIB@
12 X_EXTRA_LIBS = @X_EXTRA_LIBS@ 12 X_EXTRA_LIBS = @X_EXTRA_LIBS@
13 X_PRE_LIBS = @X_PRE_LIBS@ 13 X_PRE_LIBS = @X_PRE_LIBS@
14@@ -74,7 +74,7 @@ LIBLIBS = -rpath $(libdir) ../libgutils. 14@@ -75,7 +75,7 @@ LIBLIBS = -rpath $(libdir) ../libgutils.
15 @LIBS@ $(STATIC_LIBS) -lm 15 @LIBS@ $(STATIC_LIBS) -lm
16 DLIBS = -rpath $(libdir) ../libfontforge.la ../libgutils.la ../libgunicode.la @LIBS@ $(STATIC_LIBS) -lm 16 DLIBS = -rpath $(libdir) ../libfontforge.la ../libgutils.la ../libgunicode.la @LIBS@ $(STATIC_LIBS) -lm
17  17
18-all: @FINAL_TARGET@ @MACAPP@ sfddiff fontimage fontlint 18-all: @FINAL_TARGET@ @MACAPP@ sfddiff fontimage fontlint
19+all: @FINAL_TARGET@ sfddiff fontimage fontlint 19+all: @FINAL_TARGET@ sfddiff fontimage fontlint
20  20
21 fontforge: $(@exeOBJECTS@) $(fontforge_LIBOBJECTS) exelibstamp.pre libstamp.pre 21 fontforge: $(@exeOBJECTS@) $(fontforge_LIBOBJECTS) exelibstamp.pre libstamp.pre
22 sed -e '1,$$ s/REPLACE_ME_WITH_MAJOR_VERSION/$(FF_VERSION)/' -e '1,$$ s/REPLACE_ME_WITH_MINOR_VERSION/$(FF_REVISION)/' < exelibstamp.pre > exelibstamp.c 22 sed -e '1,$$ s/REPLACE_ME_WITH_MAJOR_VERSION/$(FF_VERSION)/' -e '1,$$ s/REPLACE_ME_WITH_MINOR_VERSION/$(FF_REVISION)/' < exelibstamp.pre > exelibstamp.c

cvs diff -r1.22 -r1.23 pkgsrc/fonts/fontforge/patches/Attic/patch-ae (expand / switch to unified diff)

--- pkgsrc/fonts/fontforge/patches/Attic/patch-ae 2010/05/21 06:34:23 1.22
+++ pkgsrc/fonts/fontforge/patches/Attic/patch-ae 2011/05/02 11:15:42 1.23
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1$NetBSD: patch-ae,v 1.22 2010/05/21 06:34:23 adam Exp $ 1$NetBSD: patch-ae,v 1.23 2011/05/02 11:15:42 adam Exp $
2 2
3--- configure.orig 2010-04-29 17:53:45.000000000 +0000 3--- configure.orig 2010-04-29 17:53:45.000000000 +0000
4+++ configure 4+++ configure
5@@ -20275,14 +20275,14 @@ if test "x$ac_cv_file__usr_include_libxm 5@@ -20275,14 +20275,14 @@ if test "x$ac_cv_file__usr_include_libxm
6 CFLAGS="$CFLAGS -I/usr/include/libxml2/" 6 CFLAGS="$CFLAGS -I/usr/include/libxml2/"
7 else 7 else
8  8
9- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for /usr/local/include/libxml2/libxml" >&5 9- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for /usr/local/include/libxml2/libxml" >&5
10-$as_echo_n "checking for /usr/local/include/libxml2/libxml... " >&6; } 10-$as_echo_n "checking for /usr/local/include/libxml2/libxml... " >&6; }
11+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${PREFIX}/include/libxml2/libxml" >&5 11+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${PREFIX}/include/libxml2/libxml" >&5
12+$as_echo_n "checking for ${PREFIX}/include/libxml2/libxml... " >&6; } 12+$as_echo_n "checking for ${PREFIX}/include/libxml2/libxml... " >&6; }
13 if test "${ac_cv_file__usr_local_include_libxml2_libxml+set}" = set; then : 13 if test "${ac_cv_file__usr_local_include_libxml2_libxml+set}" = set; then :
14 $as_echo_n "(cached) " >&6 14 $as_echo_n "(cached) " >&6
@@ -19,22 +19,22 @@ $NetBSD: patch-ae,v 1.22 2010/05/21 06:3 @@ -19,22 +19,22 @@ $NetBSD: patch-ae,v 1.22 2010/05/21 06:3
19+if test -r "${PREFIX}/include/libxml2/libxml"; then 19+if test -r "${PREFIX}/include/libxml2/libxml"; then
20 ac_cv_file__usr_local_include_libxml2_libxml=yes 20 ac_cv_file__usr_local_include_libxml2_libxml=yes
21 else 21 else
22 ac_cv_file__usr_local_include_libxml2_libxml=no 22 ac_cv_file__usr_local_include_libxml2_libxml=no
23@@ -20291,7 +20291,7 @@ fi 23@@ -20291,7 +20291,7 @@ fi
24 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_file__usr_local_include_libxml2_libxml" >&5 24 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_file__usr_local_include_libxml2_libxml" >&5
25 $as_echo "$ac_cv_file__usr_local_include_libxml2_libxml" >&6; } 25 $as_echo "$ac_cv_file__usr_local_include_libxml2_libxml" >&6; }
26 if test "x$ac_cv_file__usr_local_include_libxml2_libxml" = x""yes; then : 26 if test "x$ac_cv_file__usr_local_include_libxml2_libxml" = x""yes; then :
27- CFLAGS="$CFLAGS -I/usr/local/include -I/usr/local/include/libxml2/" 27- CFLAGS="$CFLAGS -I/usr/local/include -I/usr/local/include/libxml2/"
28+ CFLAGS="$CFLAGS -I${PREFIX}/include -I${PREFIX}/include/libxml2/" 28+ CFLAGS="$CFLAGS -I${PREFIX}/include -I${PREFIX}/include/libxml2/"
29 else 29 else
30 $as_echo "#define _NO_LIBXML 1" >>confdefs.h 30 $as_echo "#define _NO_LIBXML 1" >>confdefs.h
31  31
32@@ -22930,7 +22930,7 @@ if test "$gww_has_gettext" = "yes" >/dev 32@@ -23016,7 +23016,7 @@ if test "$gww_has_gettext" = "yes" >/dev
33  33
34 cat </dev/null >$ac_confdir/po/Makefile.in 34 cat </dev/null >$ac_confdir/po/Makefile.in
35 echo 'prefix = @prefix@' >> $ac_confdir/po/Makefile.in 35 echo 'prefix = @prefix@' >> $ac_confdir/po/Makefile.in
36- echo 'localedir = $(prefix)/share/locale' >> $ac_confdir/po/Makefile.in 36- echo 'localedir = $(prefix)/share/locale' >> $ac_confdir/po/Makefile.in
37+ echo 'localedir = ${PREFIX}/${PKGLOCALEDIR}/locale' >> $ac_confdir/po/Makefile.in 37+ echo 'localedir = ${PREFIX}/${PKGLOCALEDIR}/locale' >> $ac_confdir/po/Makefile.in
38 echo 'INSTALL = @INSTALL@' >> $ac_confdir/po/Makefile.in 38 echo 'INSTALL = @INSTALL@' >> $ac_confdir/po/Makefile.in
39 echo 'INSTALL_DATA = @INSTALL_DATA@' >> $ac_confdir/po/Makefile.in 39 echo 'INSTALL_DATA = @INSTALL_DATA@' >> $ac_confdir/po/Makefile.in
40 echo '' >> $ac_confdir/po/Makefile.in 40 echo '' >> $ac_confdir/po/Makefile.in

File Deleted: pkgsrc/fonts/fontforge/patches/Attic/patch-ai

File Deleted: pkgsrc/fonts/fontforge/patches/Attic/patch-aj

File Deleted: pkgsrc/fonts/fontforge/patches/Attic/patch-ak

File Deleted: pkgsrc/fonts/fontforge/patches/Attic/patch-al