ports/129898: [MAINTAINER] print/fontforge: update to 20081215

Naram Qashat cyberbotx at cyberbotx.com
Wed Dec 24 04:30:02 UTC 2008


>Number:         129898
>Category:       ports
>Synopsis:       [MAINTAINER] print/fontforge: update to 20081215
>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:   Wed Dec 24 04:30:01 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 20081215

Added file(s):
- files/patch-configure

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- fontforge-20081215.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-16 06:11:39.000000000 -0500
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	fontforge
-PORTVERSION=	20080927
+PORTVERSION=	20081215
 CATEGORIES=	print
 MASTER_SITES=	SF
 DISTFILES=	${EXTRACT_ONLY} ${DOCFILES}
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-16 06:13:06.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-20081215.tar.bz2) = fdbca231134755fd0cf20572d955855f
+SHA256 (fontforge_full-20081215.tar.bz2) = c2fe2b3e80dca95650f5ec80266ea49215cd1a1edff36922e0712f84af1e7eed
+SIZE (fontforge_full-20081215.tar.bz2) = 5188193
 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-20081215.tar.bz2) = f41861cdef84e282da5a765f644582e8
+SHA256 (fontforge_htdocs-20081215.tar.bz2) = 5af8b22beec9bae0c5b0d4cb57cd7af9b6c87d341574a7303b310907129ebfb1
+SIZE (fontforge_htdocs-20081215.tar.bz2) = 2548464
diff -ruN --exclude=CVS /usr/ports/print/fontforge/files/patch-configure /kirby/shared/ports/fontforge/files/patch-configure
--- /usr/ports/print/fontforge/files/patch-configure	1969-12-31 19:00:00.000000000 -0500
+++ /kirby/shared/ports/fontforge/files/patch-configure	2008-12-23 17:42:27.000000000 -0500
@@ -0,0 +1,23 @@
+--- configure.orig	2008-12-15 14:38:07.000000000 -0500
++++ configure	2008-12-23 17:42:12.000000000 -0500
+@@ -24103,9 +24103,9 @@
+   :
+ fi
+ 
+-  if test "$pan_headers" != "" >& /dev/null ; then
++  if test "$pan_headers" != "" >/dev/null 2>&1 ; then
+     gww_haspango="done"
+-  elif pkg-config --libs pangoxft >& /dev/null ; then
++  elif pkg-config --libs pangoxft >/dev/null 2>&1 ; then
+     gww_CFLAGS="$CFLAGS"
+     CFLAGS="$CFLAGS $X_CFLAGS"
+     { echo "$as_me:$LINENO: checking for X11/Xft/Xft.h" >&5
+@@ -24173,7 +24173,7 @@
+  CFLAGS="$CFLAGS `pkg-config --cflags pangoxft`"
+ fi
+ if test "$gww_haspango" = "yes" -a "$gww_hascairo" = "yes" ; then
+-  if pkg-config --libs pangocairo >& /dev/null ; then
++  if pkg-config --libs pangocairo >/dev/null 2>&1 ; then
+     gww_haspangocairo="yes"
+     CFLAGS="$CFLAGS `pkg-config --cflags pangocairo`"
+   fi
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-11-17 08:16:30.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-11-15 00:36:26.000000000 -0500
++++ fontforge/Makefile.dynamic.in	2008-11-17 08:15:49.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) \
      @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-20081215.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list