ports/129933: [MAINTAINER] print/fontforge: update to 20081224

Naram Qashat cyberbotx at cyberbotx.com
Thu Dec 25 19:00:04 UTC 2008


>Number:         129933
>Category:       ports
>Synopsis:       [MAINTAINER] print/fontforge: update to 20081224
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Dec 25 19:00:03 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Naram Qashat
>Release:        FreeBSD 7.0-STABLE i386
>Organization:
>Environment:
System: FreeBSD kirby.cyberbotx.com 7.0-STABLE FreeBSD 7.0-STABLE #3: Fri Aug 22 17:52:25 EDT 2008
>Description:
- Update to 20081224

Generated with FreeBSD Port Tools 0.77

Note: This port superceeds PR ports/129898
>How-To-Repeat:
>Fix:

--- fontforge-20081224.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/print/fontforge/Makefile /kirby/shared/ports/fontforge/Makefile
--- /usr/ports/print/fontforge/Makefile	2008-09-30 10:08:27.000000000 -0400
+++ /kirby/shared/ports/fontforge/Makefile	2008-12-25 11:15:59.000000000 -0500
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	fontforge
-PORTVERSION=	20080927
+PORTVERSION=	20081224
 CATEGORIES=	print
 MASTER_SITES=	SF
 DISTFILES=	${EXTRACT_ONLY} ${DOCFILES}
@@ -42,9 +42,9 @@
 PATCH_STRIP=	-l
 
 .if !defined(FONTFORGE_NO_MULTILAYER)
-WITH_MULTILAYER=	--enable-multilayer
+WITH_MULTILAYER=	--enable-type3
 .else
-WITH_MULTILAYER=	--disable-multilayer
+WITH_MULTILAYER=	--disable-type3
 .endif
 
 .if !defined(WITHOUT_TTF_BYTECODE_ENABLED) && defined(FONTFORGE_WITH_TTF_DEBUGGER)
@@ -80,6 +80,20 @@
 CONFIGURE_ARGS+=	--without-python
 .endif
 
+.if defined(WITH_CAIRO)
+LIB_DEPENDS+=	cairo.2:${PORTSDIR}/graphics/cairo
+CONFIGURE_ARGS+=	--with-cairo
+.else
+CONFIGURE_ARGS+=	--without-cairo
+.endif
+
+.if defined(WITH_PANGO)
+USE_GNOME+=	pango
+CONFIGURE_ARGS+=	--with-pango
+.else
+CONFIGURE_ARGS+=	--without-pango
+.endif
+
 pre-everything::
 .if !defined(WITHOUT_TTF_BYTECODE_ENABLED) && !defined(FONTFORGE_WITH_TTF_DEBUGGER)
 	@${ECHO_MSG} "If you have built freetype2 port with bytecode interpreter enabled,"
diff -ruN --exclude=CVS /usr/ports/print/fontforge/distinfo /kirby/shared/ports/fontforge/distinfo
--- /usr/ports/print/fontforge/distinfo	2008-09-30 10:08:27.000000000 -0400
+++ /kirby/shared/ports/fontforge/distinfo	2008-12-25 11:06:01.000000000 -0500
@@ -1,9 +1,9 @@
-MD5 (fontforge_full-20080927.tar.bz2) = 8866595d4dac77c0c093ed1e104515d3
-SHA256 (fontforge_full-20080927.tar.bz2) = 122da7c4d291b2f0a77bd1c642622a38409c2cb9128b7140bd7d43f37337eb41
-SIZE (fontforge_full-20080927.tar.bz2) = 5072410
+MD5 (fontforge_full-20081224.tar.bz2) = eb00467bff69b15a4137595c16cdbff5
+SHA256 (fontforge_full-20081224.tar.bz2) = 1748614a0d36a1ea44cef276ad2e04e884cd0e6e0f6965a71ed0c055e6ad06fc
+SIZE (fontforge_full-20081224.tar.bz2) = 5236663
 MD5 (freetype-2.3.7.tar.bz2) = 83306194817ebdea554133b4232a34aa
 SHA256 (freetype-2.3.7.tar.bz2) = 4ecf879eb69fc323669981f02aebff1e3045de415303e86ee67f2080cb3ee888
 SIZE (freetype-2.3.7.tar.bz2) = 1310542
-MD5 (fontforge_htdocs-20080927.tar.bz2) = cc3e292e75250e8318cb098c1552c98e
-SHA256 (fontforge_htdocs-20080927.tar.bz2) = 72ee403921b3e01247a62222517dad3cfe809f651722032ade81572b94c36659
-SIZE (fontforge_htdocs-20080927.tar.bz2) = 2408051
+MD5 (fontforge_htdocs-20081224.tar.bz2) = 476b047dc6cdc36d79ac34da1c3fcb58
+SHA256 (fontforge_htdocs-20081224.tar.bz2) = abd78c7ef02ee9f86adc3d323d604c73a47531c76979cc5ef9e94d67fda9b3b1
+SIZE (fontforge_htdocs-20081224.tar.bz2) = 2548702
diff -ruN --exclude=CVS /usr/ports/print/fontforge/files/patch-fontforge::Makefile.dynamic.in /kirby/shared/ports/fontforge/files/patch-fontforge::Makefile.dynamic.in
--- /usr/ports/print/fontforge/files/patch-fontforge::Makefile.dynamic.in	2008-03-28 03:32:02.000000000 -0400
+++ /kirby/shared/ports/fontforge/files/patch-fontforge::Makefile.dynamic.in	2008-12-25 11:20:37.000000000 -0500
@@ -1,15 +1,15 @@
---- fontforge/Makefile.dynamic.in.orig	Fri Dec  7 14:01:38 2007
-+++ fontforge/Makefile.dynamic.in	Wed Dec 12 20:25:55 2007
-@@ -57,7 +57,7 @@
- DIFFOBJS = sfddiff.o sfd.o diffstubs.o stamp.o namelist.o pua.o
- ACORNOBJS = acorn2sfd.o sfd.o diffstubs.o psunicodenames.o stamp.o
+--- fontforge/Makefile.dynamic.in.orig	2008-12-23 16:03:34.000000000 -0500
++++ fontforge/Makefile.dynamic.in	2008-12-25 11:20:01.000000000 -0500
+@@ -59,7 +59,7 @@
+ DIFFOBJS = sfddiff.o stamp.o
+ ACORNOBJS = acorn2sfd.o stamp.o
  
--_CFLAGS = -I$(top_srcdir)/inc -I$(srcdir) -I. @WFLAGS@ $(X_CFLAGS) \
-+_CFLAGS = -I$(LOCALBASE)/include -I$(top_srcdir)/inc -I$(srcdir) -I. @WFLAGS@ $(X_CFLAGS) \
+-_CFLAGS = -I$(top_srcdir)/inc -I../inc -I$(srcdir) -I. @WFLAGS@ $(X_CFLAGS) \
++_CFLAGS = -I$(LOCALBASE)/include -I$(top_srcdir)/inc -I../inc -I$(srcdir) -I. @WFLAGS@ $(X_CFLAGS) \
      @DEFS@ '-DSHAREDIR="$(sharedir)"' -DLIBDIR='"$(libdir)"' \
      @CPPFLAGS@ '-DPREFIX="@prefix@"'
- CFLAGS = @CFLAGS@ $(_CFLAGS)
-@@ -66,10 +66,10 @@
+ CFLAGS = @CFLAGS@ @CPPFLAGS@ $(_CFLAGS)
+@@ -68,10 +68,10 @@
  LDFLAGS = @LDFLAGS@
  LIBS = -rpath $(libdir) $(X_LIBS) @LINK_WITH_GDRAW@ ../libgutils.la \
      ../libgunicode.la \
@@ -17,8 +17,8 @@
 +    $(X_PRE_LIBS) $(X_11LIB) $(X_EXTRA_LIBS) @LIBS@ $(STATIC_LIBS) -lm -lintl
  LIBLIBS = -rpath $(libdir) ../libgutils.la ../libgunicode.la \
      @LIBS@ $(STATIC_LIBS) -lm
--DLIBS = -rpath $(libdir) ../libgunicode.la @LIBS@ $(STATIC_LIBS) -lm
-+DLIBS = -rpath $(libdir) ../libgunicode.la @LIBS@ $(STATIC_LIBS) -lm -lintl
+-DLIBS = -rpath $(libdir)  ../libfontforge.la ../libgutils.la ../libgunicode.la @LIBS@ $(STATIC_LIBS) -lm
++DLIBS = -rpath $(libdir)  ../libfontforge.la ../libgutils.la ../libgunicode.la @LIBS@ $(STATIC_LIBS) -lm -lintl
  
- all: @FINAL_TARGET@ sfddiff fontimage fontlint
+ all: @FINAL_TARGET@ @MACAPP@ sfddiff fontimage fontlint
  
diff -ruN --exclude=CVS /usr/ports/print/fontforge/pkg-plist /kirby/shared/ports/fontforge/pkg-plist
--- /usr/ports/print/fontforge/pkg-plist	2008-09-30 10:08:27.000000000 -0400
+++ /kirby/shared/ports/fontforge/pkg-plist	2008-12-23 21:07:25.000000000 -0500
@@ -29,6 +29,7 @@
 include/fontforge/gio.h
 include/fontforge/gkeysym.h
 include/fontforge/gprogress.h
+include/fontforge/gresedit.h
 include/fontforge/gresource.h
 include/fontforge/groups.h
 include/fontforge/gwidget.h
@@ -158,7 +159,20 @@
 %%PORTDOCS%%%%DOCSDIR%%/FontForgeSplash.png
 %%PORTDOCS%%%%DOCSDIR%%/FontImage.png
 %%PORTDOCS%%%%DOCSDIR%%/FontSample.png
+%%PORTDOCS%%%%DOCSDIR%%/GButton.png
+%%PORTDOCS%%%%DOCSDIR%%/GCancelButton.png
+%%PORTDOCS%%%%DOCSDIR%%/GComboBox.png
+%%PORTDOCS%%%%DOCSDIR%%/GComboBoxMenu.png
+%%PORTDOCS%%%%DOCSDIR%%/GDefaultButton.png
+%%PORTDOCS%%%%DOCSDIR%%/GDropList.png
+%%PORTDOCS%%%%DOCSDIR%%/GLabel.png
+%%PORTDOCS%%%%DOCSDIR%%/GListMark.png
+%%PORTDOCS%%%%DOCSDIR%%/GMatrixEdit.png
+%%PORTDOCS%%%%DOCSDIR%%/GNumericField.png
+%%PORTDOCS%%%%DOCSDIR%%/GNumericFieldSpinner.png
+%%PORTDOCS%%%%DOCSDIR%%/GRadio.png
 %%PORTDOCS%%%%DOCSDIR%%/GSUB-Order.png
+%%PORTDOCS%%%%DOCSDIR%%/GTextField.png
 %%PORTDOCS%%%%DOCSDIR%%/GenerateFamily.png
 %%PORTDOCS%%%%DOCSDIR%%/GenerateOptions.png
 %%PORTDOCS%%%%DOCSDIR%%/GlossaryFS.html
@@ -332,6 +346,7 @@
 %%PORTDOCS%%%%DOCSDIR%%/cidmapformat.html
 %%PORTDOCS%%%%DOCSDIR%%/cidmenu.html
 %%PORTDOCS%%%%DOCSDIR%%/cliargs.html
+%%PORTDOCS%%%%DOCSDIR%%/colorbutton.png
 %%PORTDOCS%%%%DOCSDIR%%/contextchain-class.png
 %%PORTDOCS%%%%DOCSDIR%%/contextchain-classlist.png
 %%PORTDOCS%%%%DOCSDIR%%/contextchain-coverage.png
@@ -389,6 +404,7 @@
 %%PORTDOCS%%%%DOCSDIR%%/eItalic.png
 %%PORTDOCS%%%%DOCSDIR%%/editcvt.png
 %%PORTDOCS%%%%DOCSDIR%%/editexample-fr.html
+%%PORTDOCS%%%%DOCSDIR%%/editexample-full.html
 %%PORTDOCS%%%%DOCSDIR%%/editexample.html
 %%PORTDOCS%%%%DOCSDIR%%/editexample2.html
 %%PORTDOCS%%%%DOCSDIR%%/editexample3.html
@@ -682,6 +698,8 @@
 %%PORTDOCS%%%%DOCSDIR%%/realindex.html
 %%PORTDOCS%%%%DOCSDIR%%/ref-caveats.html
 %%PORTDOCS%%%%DOCSDIR%%/removefeature.png
+%%PORTDOCS%%%%DOCSDIR%%/resedit.html
+%%PORTDOCS%%%%DOCSDIR%%/resedit.png
 %%PORTDOCS%%%%DOCSDIR%%/retagfeature.png
 %%PORTDOCS%%%%DOCSDIR%%/rgetinfo.png
 %%PORTDOCS%%%%DOCSDIR%%/rparen-108.png
@@ -944,11 +962,14 @@
 share/locale/fr/LC_MESSAGES/FontForge.mo
 share/locale/it/LC_MESSAGES/FontForge.mo
 share/locale/ja/LC_MESSAGES/FontForge.mo
+share/locale/mal/LC_MESSAGES/FontForge.mo
 share/locale/pl/LC_MESSAGES/FontForge.mo
 share/locale/ru/LC_MESSAGES/FontForge.mo
 share/locale/vi/LC_MESSAGES/FontForge.mo
 share/locale/zh_CN/LC_MESSAGES/FontForge.mo
 share/locale/zh_TW/LC_MESSAGES/FontForge.mo
+ at dirrmtry share/locale/mal/LC_MESSAGES
+ at dirrmtry share/locale/mal
 @dirrm %%DATADIR%%/python
 %%NO_PLUGINS%%@dirrm %%DATADIR%%/plugins
 @dirrm %%DATADIR%%/pixmaps
--- fontforge-20081224.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list