Update of /cvsroot/fink/dists/10.4-transitional/stable/main/finkinfo/graphics
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31831

Modified Files:
        fontforge.info 
Added Files:
        fontforge.patch 
Log Message:
Moved to stable

Index: fontforge.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4-transitional/stable/main/finkinfo/graphics/fontforge.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- fontforge.info      29 May 2005 23:34:05 -0000      1.2
+++ fontforge.info      4 Aug 2005 17:31:29 -0000       1.3
@@ -1,12 +1,12 @@
 Package: fontforge
-Version: 20050502
+Version: 20050729
 Revision: 1
 License: BSD
 Source: mirror:sourceforge:%n/%n_full-%v.tgz
-Source-MD5: 6a19fe0e0e6c1d70c49014b1f967b481
+Source-MD5: 81d8097c49ec559475664e6e26ecfb38
 SourceDirectory: %n-%v
-Source2: mirror:sourceforge:%n/%n_htdocs-20050503.tgz
-Source2-MD5: 1f8de0694c7955ee8de268e70ab70e37
+Source2: mirror:sourceforge:%n/%n_htdocs-%v.tgz
+Source2-MD5: 3d42637f467c0344bb952cbc2b657aaa
 Source2ExtractDir: %n-%v/%n_htdocs
 Depends: giflib-shlibs | libungif-shlibs, libpng3-shlibs, libtiff-shlibs, 
libjpeg-shlibs, libxml2-shlibs, libiconv, libuninameslist1-shlibs, x11, 
freetype219-shlibs
 BuildDepends: giflib, libpng3, libtiff, libjpeg, libxml2, libiconv-dev, 
libuninameslist1, x11-dev, freetype219

--- NEW FILE: fontforge.patch ---
diff -ru fontforge-20050624.orig/configure fontforge-20050624/configure
--- fontforge-20050624.orig/configure   2005-06-13 13:31:59.000000000 -0400
+++ fontforge-20050624/configure        2005-07-04 16:56:14.000000000 -0400
@@ -7521,9 +7521,9 @@
 
 
 
- CPPFLAGS="$CPPFLAGS -I/sw/include"
- LDFLAGS="$LDFLAGS -L/sw/lib"
- gww_rpath="-rpath /sw/lib"
+# CPPFLAGS="$CPPFLAGS -I/sw/include"
+# LDFLAGS="$LDFLAGS -L/sw/lib"
+ gww_rpath=""
  LIBS="/System/Library/Frameworks/CoreServices.framework/CoreServices $LIBS"
  ;;
 powerpc-*-*linux*)
@@ -8087,7 +8087,7 @@
 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/"
+  true
 else
 
  echo "$as_me:$LINENO: checking for /usr/local/include/libxml2/libxml" >&5
@@ -8108,7 +8108,7 @@
 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/"
+  true
 else
   cat >>confdefs.h <<\_ACEOF
 #define _NO_LIBXML 1
@@ -8120,13 +8120,13 @@
 
 
 
-echo "$as_me:$LINENO: checking for DGifOpenFileName in -lungif" >&5
-echo $ECHO_N "checking for DGifOpenFileName in -lungif... $ECHO_C" >&6
-if test "${ac_cv_lib_ungif_DGifOpenFileName+set}" = set; then
+echo "$as_me:$LINENO: checking for DGifOpenFileName in -lgif" >&5
+echo $ECHO_N "checking for DGifOpenFileName in -lgif... $ECHO_C" >&6
+if test "${ac_cv_lib_gif_DGifOpenFileName+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   ac_check_lib_save_LIBS=$LIBS
-LIBS="-lungif  $LIBS"
+LIBS="-lgif  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF
 /* confdefs.h.  */
 _ACEOF
@@ -8171,20 +8171,20 @@
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
-  ac_cv_lib_ungif_DGifOpenFileName=yes
+  ac_cv_lib_gif_DGifOpenFileName=yes
 else
   echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5
 
-ac_cv_lib_ungif_DGifOpenFileName=no
+ac_cv_lib_gif_DGifOpenFileName=no
 fi
 rm -f conftest.err conftest.$ac_objext \
       conftest$ac_exeext conftest.$ac_ext
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "$as_me:$LINENO: result: $ac_cv_lib_ungif_DGifOpenFileName" >&5
-echo "${ECHO_T}$ac_cv_lib_ungif_DGifOpenFileName" >&6
-if test $ac_cv_lib_ungif_DGifOpenFileName = yes; then
+echo "$as_me:$LINENO: result: $ac_cv_lib_gif_DGifOpenFileName" >&5
+echo "${ECHO_T}$ac_cv_lib_gif_DGifOpenFileName" >&6
+if test $ac_cv_lib_gif_DGifOpenFileName = yes; then
 
 echo -n checking for ExtensionBlock.Function in gif_lib.h...
 cat >conftest.$ac_ext <<_ACEOF
@@ -8230,7 +8230,7 @@
 sed 's/^/| /' conftest.$ac_ext >&5
 
 echo " " no
-    ac_cv_lib_ungif_DGifOpenFileName=no
+    ac_cv_lib_gif_DGifOpenFileName=no
     cat >>confdefs.h <<\_ACEOF
 #define _NO_LIBUNGIF 1
 _ACEOF
@@ -11622,8 +11622,8 @@
  if test "$gww_needsstatic" = "yes"; then
   STATIC_LIBS="$STATIC_LIBS -static"
  fi
- if test "$ac_cv_lib_ungif_DGifOpenFileName" = "yes"; then
-  STATIC_LIBS="$STATIC_LIBS -lungif"
+ if test "$ac_cv_lib_gif_DGifOpenFileName" = "yes"; then
+  STATIC_LIBS="$STATIC_LIBS -lgif"
  fi
  if test "$ac_cv_lib_png_png_create_read_struct" = "yes"; then
   STATIC_LIBS="$STATIC_LIBS -lpng -lz"
@@ -11726,8 +11726,8 @@
  if test "$gww_needsstatic" = "yes"; then
   STATIC_LIBS="$STATIC_LIBS -static"
  fi
- if test "$ac_cv_lib_ungif_DGifOpenFileName" = "yes"; then
-  STATIC_LIBS="$STATIC_LIBS -lungif"
+ if test "$ac_cv_lib_gif_DGifOpenFileName" = "yes"; then
+  STATIC_LIBS="$STATIC_LIBS -lgif"
   cat >>confdefs.h <<\_ACEOF
 #define _STATIC_LIBUNGIF 1
 _ACEOF
diff -ru fontforge-20050624.orig/fontforge/Makefile.dynamic.in 
fontforge-20050624/fontforge/Makefile.dynamic.in
--- fontforge-20050624.orig/fontforge/Makefile.dynamic.in       2005-03-28 
14:33:47.000000000 -0500
+++ fontforge-20050624/fontforge/Makefile.dynamic.in    2005-07-04 
16:54:55.000000000 -0400
@@ -47,9 +47,9 @@
     @DEFS@ '-DSHAREDIR="$(sharedir)"' -DLIBDIR='"$(libdir)"'
 CFLAGS = @CFLAGS@ @CPPFLAGS@ $(_CFLAGS)
 
-LIBS = -rpath $(libdir) $(X_LIBS) ../libgdraw.la ../libgunicode.la \
-    $(X_PRE_LIBS) $(X_11LIB) $(X_EXTRA_LIBS) @LIBS@ $(STATIC_LIBS) -L/usr/lib 
-lm
-DLIBS = -rpath $(libdir) ../libgunicode.la @LIBS@ -lm
+LIBS = -rpath $(libdir) $(STATIC_LIBS) $(X_LIBS) ../libgdraw.la 
../libgunicode.la \
+    $(X_PRE_LIBS) $(X_11LIB) $(X_EXTRA_LIBS) @LIBS@ -L/usr/lib -lm
+DLIBS = -rpath $(libdir) [EMAIL PROTECTED]@/lib -liconv ../libgunicode.la 
@LIBS@ -lm
 
 all: pfaedit-en.ui fontforge sfddiff
 



-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to