[48578] trunk/dports/graphics/fontforge

devans at macports.org devans at macports.org
Wed Mar 25 11:02:50 PDT 2009


Revision: 48578
          http://trac.macports.org/changeset/48578
Author:   devans at macports.org
Date:     2009-03-25 11:02:49 -0700 (Wed, 25 Mar 2009)
Log Message:
-----------
fontforge: update to version 20090224 ftversion 2.3.9.  Closes #18976.

Modified Paths:
--------------
    trunk/dports/graphics/fontforge/Portfile
    trunk/dports/graphics/fontforge/files/patch-Makefile.dynamic.in.diff

Removed Paths:
-------------
    trunk/dports/graphics/fontforge/files/patch-configure.diff

Modified: trunk/dports/graphics/fontforge/Portfile
===================================================================
--- trunk/dports/graphics/fontforge/Portfile	2009-03-25 17:52:41 UTC (rev 48577)
+++ trunk/dports/graphics/fontforge/Portfile	2009-03-25 18:02:49 UTC (rev 48578)
@@ -4,9 +4,8 @@
 PortSystem      1.0
 
 name            fontforge
-version         20080927
-revision        1
-set ftversion   2.3.7
+version         20090224
+set ftversion   2.3.9
 categories      graphics fonts
 platforms       darwin
 maintainers     nomaintainer
@@ -35,26 +34,25 @@
     [suffix $docdistname]
 
 patchfiles      patch-Makefile.dynamic.in.diff \
-                patch-configure.diff \
                 patch-fontforge_start.c.diff \
                 patch-gutils_dynamic.c.diff
 
 checksums       [suffix $distname] \
-                md5     8866595d4dac77c0c093ed1e104515d3 \
-                sha1    bf80dd035d0ff26da1f5cc4aa55dcd9b6ff9e748 \
-                rmd160  8f8fb0026b967602184bfefd83d5234fc684f340 \
+                md5     5b564437e5e3db660b0202647b6f733b \
+                sha1    2e4a57d9c13f0d220e80d413c93cc559b6c14ed4 \
+                rmd160  82468be875c444cf5c9259f8226395ba05850f78 \
                 cidmaps.tgz \
                 md5     063691163e592515b31514515bb3ce8c \
                 sha1    efbc7c9d3e95159f5600dc71f9cccb370e46bb94 \
                 rmd160  d194355e61813d31fe4813bdf10a62d66a9f6d04 \
                 [suffix $docdistname] \
-                md5     cc3e292e75250e8318cb098c1552c98e \
-                sha1    a8cab59612cf8dc04ec371de752e5f4dc9ab8437 \
-                rmd160  c890fb375a5388632e46ea15bc2594ae60e1a9f7 \
+                md5     fdd4420934fe12575e7240642c0ffbe4 \
+                sha1    2e96ff2b62693ea51c5d57d4a05c72832cf69817 \
+                rmd160  599677649e0908a0a5326f050aec559c9768a250 \
                 [suffix freetype-$ftversion] \
-                md5     83306194817ebdea554133b4232a34aa \
-                sha1    f16f849d6e739ce8842008586af36371a32ac064 \
-                rmd160  7333507c5f42d451bf0541f007fe44165f090418
+                md5     d76233108aca9c9606cdbd341562ad9a \
+                sha1    db08969cb5053879ff9e973fe6dd2c52c7ea2d4e \
+                rmd160  c0351c2a3f43e64d26d2a964b1131a3dbf2fa162
 
 worksrcdir      $name-$version
 

Modified: trunk/dports/graphics/fontforge/files/patch-Makefile.dynamic.in.diff
===================================================================
--- trunk/dports/graphics/fontforge/files/patch-Makefile.dynamic.in.diff	2009-03-25 17:52:41 UTC (rev 48577)
+++ trunk/dports/graphics/fontforge/files/patch-Makefile.dynamic.in.diff	2009-03-25 18:02:49 UTC (rev 48578)
@@ -1,5 +1,5 @@
---- Makefile.dynamic.in	2008-07-28 19:01:36.000000000 -0500
-+++ Makefile.dynamic.in	2008-11-16 17:50:00.000000000 -0600
+--- Makefile.dynamic.in	2009-03-25 10:22:25.000000000 -0400
++++ Makefile.dynamic.in	2009-03-25 10:27:57.000000000 -0400
 @@ -10,6 +10,7 @@
  docdir = $(prefix)/share/doc/fontforge
  localedir = $(prefix)/share/locale
@@ -16,15 +16,15 @@
 -	sh < systemspecific
 +	sh -c "if test -d fontforge/FontForge.app >/dev/null ; then mkdir -p $(DESTDIR)$(applicationsdir) ; mv fontforge/FontForge.app $(DESTDIR)$(applicationsdir) ; ln -sf $(bindir)/fontforge $(DESTDIR)$(applicationsdir)/FontForge.app/Contents/MacOS/FontForge ; fi"
  #we don't always create a setup.py
- 	-(cd pyhook ; if test -r setup.py ; then python setup.py install --prefix=$(prefix) --root=$(DESTDIR); for dir in * ; do if test -d $$dir ; then  rm -rf $$dir ; fi; done ; fi )
+ 	-(cd pyhook ; if test -r setup.py ; then python setup.py install --prefix=$(prefix) --root=$(DESTDIR); for dir in * ; do if test -d $$dir -a "$$dir" != "CVS" ; then  rm -rf $$dir ; fi; done ; fi )
  
 @@ -136,8 +136,7 @@
  # You may need to be root to do the install
  #explicit use of sh to make sure we don't invoke csh with different "if" syntax
- 	sh -c "if test -d $(srcdir)/htdocs >/dev/null ; then $(MAKE) install_docs ; fi"
+ 	sh -c "if test -d $(srcdir)/htdocs >/dev/null ; then $(MAKE) install_docs ; for dir in * ; do if test -d $$dir ; then  rm -rf $$dir ; fi; done ; fi"
 -	sh -c "if test -d fontforge/FontForge.app >/dev/null ; then rm -rf /Applications/FontForge.app ; mv fontforge/FontForge.app /Applications ; ln -s /usr/local/bin/fontforge /Applications/FontForge.app/Contents/MacOS/FontForge ; fi"
 -	sh < systemspecific
 +	sh -c "if test -d fontforge/FontForge.app >/dev/null ; then mkdir -p $(DESTDIR)$(applicationsdir) ; mv fontforge/FontForge.app $(DESTDIR)$(applicationsdir) ; ln -s $(bindir)/fontforge $(DESTDIR)$(applicationsdir)/FontForge.app/Contents/MacOS/FontForge ; fi"
- 	-(cd pyhook ; python setup.py bdist --formats=gztar ; cp dist/fontforge-*.tar.gz $(DESTDIR)/tmp )
+ 	-(cd pyhook ; python setup.py bdist --formats=gztar ; cp dist/fontforge-*.tar.gz $(DESTDIR)/tmp; for dir in * ; do if test -d $$dir -a "$$dir" != "CVS" ; then  rm -rf $$dir ; fi; done )
  
  install_gtk: fontforgegtk

Deleted: trunk/dports/graphics/fontforge/files/patch-configure.diff
===================================================================
--- trunk/dports/graphics/fontforge/files/patch-configure.diff	2009-03-25 17:52:41 UTC (rev 48577)
+++ trunk/dports/graphics/fontforge/files/patch-configure.diff	2009-03-25 18:02:49 UTC (rev 48578)
@@ -1,85 +0,0 @@
---- configure.orig	2008-11-10 09:16:23.000000000 +0100
-+++ configure	2008-11-10 09:21:43.000000000 +0100
-@@ -2684,8 +2684,6 @@
- 
- fi;
- 
--LDFLAGS="$LDFLAGS -L/usr/local/lib"
--
- case "$host" in
- *-apple-darwin*)
-  gww_ismac="yes"
-@@ -2705,13 +2703,9 @@
-  gww_define_caps_for_alt="1"
- 
- 
-- if test -d /sw/include >/dev/null ; then
--  CPPFLAGS="$CPPFLAGS -I/sw/include"
-- fi
-- if test -d /sw/lib >/dev/null ; then
--  LDFLAGS="$LDFLAGS -L/sw/lib"
--  gww_rpath="-rpath /sw/lib"
-- fi
-+ CPPFLAGS="$CPPFLAGS -I at PREFIX@/include"
-+ LDFLAGS="$LDFLAGS -L at PREFIX@/lib"
-+ gww_rpath="-rpath @PREFIX@/lib"
-  LIBS="-Wl,/System/Library/Frameworks/Carbon.framework/Carbon $LIBS"
-  LIBS="-Wl,/System/Library/Frameworks/CoreServices.framework/CoreServices $LIBS"
- 
-@@ -19738,55 +19732,8 @@
- 
- fi
- 
--echo "$as_me:$LINENO: checking for /usr/include/libxml2/libxml" >&5
--echo $ECHO_N "checking for /usr/include/libxml2/libxml... $ECHO_C" >&6
--if test "${ac_cv_file__usr_include_libxml2_libxml+set}" = set; then
--  echo $ECHO_N "(cached) $ECHO_C" >&6
--else
--  test "$cross_compiling" = yes &&
--  { { echo "$as_me:$LINENO: error: cannot check for file existence when cross compiling" >&5
--echo "$as_me: error: cannot check for file existence when cross compiling" >&2;}
--   { (exit 1); exit 1; }; }
--if test -r "/usr/include/libxml2/libxml"; then
--  ac_cv_file__usr_include_libxml2_libxml=yes
--else
--  ac_cv_file__usr_include_libxml2_libxml=no
--fi
--fi
--echo "$as_me:$LINENO: result: $ac_cv_file__usr_include_libxml2_libxml" >&5
--echo "${ECHO_T}$ac_cv_file__usr_include_libxml2_libxml" >&6
--if test $ac_cv_file__usr_include_libxml2_libxml = yes; then
--  CFLAGS="$CFLAGS -I/usr/include/libxml2/"
--else
--
-- echo "$as_me:$LINENO: checking for /usr/local/include/libxml2/libxml" >&5
--echo $ECHO_N "checking for /usr/local/include/libxml2/libxml... $ECHO_C" >&6
--if test "${ac_cv_file__usr_local_include_libxml2_libxml+set}" = set; then
--  echo $ECHO_N "(cached) $ECHO_C" >&6
--else
--  test "$cross_compiling" = yes &&
--  { { echo "$as_me:$LINENO: error: cannot check for file existence when cross compiling" >&5
--echo "$as_me: error: cannot check for file existence when cross compiling" >&2;}
--   { (exit 1); exit 1; }; }
--if test -r "/usr/local/include/libxml2/libxml"; then
--  ac_cv_file__usr_local_include_libxml2_libxml=yes
--else
--  ac_cv_file__usr_local_include_libxml2_libxml=no
--fi
--fi
--echo "$as_me:$LINENO: result: $ac_cv_file__usr_local_include_libxml2_libxml" >&5
--echo "${ECHO_T}$ac_cv_file__usr_local_include_libxml2_libxml" >&6
--if test $ac_cv_file__usr_local_include_libxml2_libxml = yes; then
--  CFLAGS="$CFLAGS -I/usr/local/include -I/usr/local/include/libxml2/"
--else
--  cat >>confdefs.h <<\_ACEOF
--#define _NO_LIBXML 1
--_ACEOF
--
--fi
--
--fi
- 
-+CFLAGS="$CFLAGS -I at PREFIX@/include -I at PREFIX@/include/libxml2"
- 
- 
- echo "$as_me:$LINENO: checking for DGifOpenFileName in -lgif" >&5
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090325/67bc44bc/attachment.html>


More information about the macports-changes mailing list