[21131] trunk/dports/graphics/fontforge
source_changes at macosforge.org
source_changes at macosforge.org
Fri Jan 5 01:10:23 PST 2007
Revision: 21131
http://trac.macosforge.org/projects/macports/changeset/21131
Author: takanori at macports.org
Date: 2007-01-05 01:10:23 -0800 (Fri, 05 Jan 2007)
Log Message:
-----------
Add missing patch file.
Modified Paths:
--------------
trunk/dports/graphics/fontforge/Portfile
Added Paths:
-----------
trunk/dports/graphics/fontforge/files/fontforge.patch
Removed Paths:
-------------
trunk/dports/graphics/fontforge/files/patch-Makefile.dynamic.in
trunk/dports/graphics/fontforge/files/patch-Unicode_Makefile.dynamic.in
trunk/dports/graphics/fontforge/files/patch-configure
trunk/dports/graphics/fontforge/files/patch-fontforge_Makefile.dynamic.in
trunk/dports/graphics/fontforge/files/patch-gdraw_Makefile.dynamic.in
trunk/dports/graphics/fontforge/files/patch-po_Makefile.in
Modified: trunk/dports/graphics/fontforge/Portfile
===================================================================
--- trunk/dports/graphics/fontforge/Portfile 2007-01-05 08:31:39 UTC (rev 21130)
+++ trunk/dports/graphics/fontforge/Portfile 2007-01-05 09:10:23 UTC (rev 21131)
@@ -3,6 +3,7 @@
PortSystem 1.0
name fontforge
version 20061220
+revision 1
categories graphics fonts
maintainers nomaintainer at macports.org
description Outline and bitmap font editor/converter for many formats
@@ -55,6 +56,7 @@
destroot.post_args prefix=${destroot}/${prefix}
post-destroot {
+ delete ${destroot}/${prefix}/share/man
file rename ${destroot}/${prefix}/man ${destroot}/${prefix}/share/man
system "strip ${destroot}/${prefix}/bin/fontforge"
}
Added: trunk/dports/graphics/fontforge/files/fontforge.patch
===================================================================
--- trunk/dports/graphics/fontforge/files/fontforge.patch (rev 0)
+++ trunk/dports/graphics/fontforge/files/fontforge.patch 2007-01-05 09:10:23 UTC (rev 21131)
@@ -0,0 +1,128 @@
+diff -Naur fontforge-20061220.orig/Makefile.dynamic.in fontforge-20061220/Makefile.dynamic.in
+--- fontforge-20061220.orig/Makefile.dynamic.in 2006-11-21 05:09:56.000000000 +0900
++++ fontforge-20061220/Makefile.dynamic.in 2007-01-05 14:39:32.000000000 +0900
+@@ -92,7 +92,6 @@
+ $(INSTALL_DATA) $(srcdir)/fontforge/fontimage.1 $(mandir)/man1
+ #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 < systemspecific
+
+ uninstall:
+ -rm $(bindir)/fontforge
+diff -Naur fontforge-20061220.orig/configure fontforge-20061220/configure
+--- fontforge-20061220.orig/configure 2006-12-03 11:02:45.000000000 +0900
++++ fontforge-20061220/configure 2007-01-05 15:34:03.000000000 +0900
+@@ -2662,7 +2662,7 @@
+
+ fi;
+
+-LDFLAGS="$LDFLAGS -L/usr/local/lib"
++LDFLAGS="$LDFLAGS"
+
+ case "$host" in
+ *-apple-darwin*)
+@@ -2682,9 +2682,9 @@
+ gww_define_caps_for_alt="1"
+
+
+- CPPFLAGS="$CPPFLAGS -I/sw/include"
+- LDFLAGS="$LDFLAGS -L/sw/lib"
+- gww_rpath="-rpath /sw/lib"
++ CPPFLAGS="$CPPFLAGS -I@@PREFIX@@/include"
++ LDFLAGS="$LDFLAGS -L@@PREFIX@@/lib"
++ gww_rpath="-rpath @@PREFIX@@/lib"
+ LIBS="-Wl,/System/Library/Frameworks/CoreServices.framework/CoreServices $LIBS"
+
+ ;;
+@@ -18874,46 +18874,25 @@
+
+ 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 "$as_me:$LINENO: checking for @@PREFIX@@/include/libxml2/libxml" >&5
++echo $ECHO_N "checking for @@PREFIX@@/include/libxml2/libxml... $ECHO_C" >&6
++if test "${ac_cv_file__opt_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/include/libxml2/libxml"; then
+- ac_cv_file__usr_include_libxml2_libxml=yes
++if test -r "@@PREFIX@@/include/libxml2/libxml"; then
++ ac_cv_file__opt_local_include_libxml2_libxml=yes
+ else
+- ac_cv_file__usr_include_libxml2_libxml=no
++ ac_cv_file__opt_local_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/"
++echo "$as_me:$LINENO: result: $ac_cv_file__opt_local_include_libxml2_libxml" >&5
++echo "${ECHO_T}$ac_cv_file__opt_local_include_libxml2_libxml" >&6
++if test $ac_cv_file__opt_local_include_libxml2_libxml = yes; then
++ CFLAGS="$CFLAGS -I@@PREFIX@@/include -I@@PREFIX@@/include/libxml2/"
+ else
+ cat >>confdefs.h <<\_ACEOF
+ #define _NO_LIBXML 1
+@@ -18921,9 +18900,6 @@
+
+ fi
+
+-fi
+-
+-
+
+ echo "$as_me:$LINENO: checking for DGifOpenFileName in -lgif" >&5
+ echo $ECHO_N "checking for DGifOpenFileName in -lgif... $ECHO_C" >&6
+diff -Naur fontforge-20061220.orig/fontforge/start.c fontforge-20061220/fontforge/start.c
+--- fontforge-20061220.orig/fontforge/start.c 2006-11-21 07:53:47.000000000 +0900
++++ fontforge-20061220/fontforge/start.c 2007-01-05 14:50:55.000000000 +0900
+@@ -203,7 +203,6 @@
+ /* otherwise leave alone. On the mac people often use fink to */
+ /* install image libs. For some reason fink installs in a place */
+ /* the dynamic loader doesn't find */
+- setenv("DYLD_LIBRARY_PATH","/sw/lib",0);
+ #endif
+ }
+
+diff -Naur fontforge-20061220.orig/gdraw/dynamic.c fontforge-20061220/gdraw/dynamic.c
+--- fontforge-20061220.orig/gdraw/dynamic.c 2006-10-20 03:32:40.000000000 +0900
++++ fontforge-20061220/gdraw/dynamic.c 2007-01-05 14:53:20.000000000 +0900
+@@ -140,8 +140,8 @@
+ if (( lib!=NULL && lib!=(void *) -1) || name==NULL || *name=='/' )
+ return( lib );
+
+- temp = galloc( strlen("/sw/lib/") + strlen(name) +1 );
+- strcpy(temp,"/sw/lib/");
++ temp = galloc( strlen("@@PREFIX@@/lib/") + strlen(name) +1 );
++ strcpy(temp,"@@PREFIX@@/lib/");
+ strcat(temp,name);
+ lib = NSAddImage(temp,options);
+ free(temp);
Deleted: trunk/dports/graphics/fontforge/files/patch-Makefile.dynamic.in
===================================================================
--- trunk/dports/graphics/fontforge/files/patch-Makefile.dynamic.in 2007-01-05 08:31:39 UTC (rev 21130)
+++ trunk/dports/graphics/fontforge/files/patch-Makefile.dynamic.in 2007-01-05 09:10:23 UTC (rev 21131)
@@ -1,103 +0,0 @@
---- Makefile.dynamic.in.orig 2006-01-04 13:20:59.000000000 -0700
-+++ Makefile.dynamic.in 2006-01-26 12:58:26.000000000 -0700
-@@ -15,6 +15,8 @@
- LIBTOOL = @LIBTOOL@
- INSTALL = @INSTALL@
-
-+DESTDIR=
-+
- all: fontforge
-
- libs: libgunicode libgdraw
-@@ -47,58 +49,58 @@
-
- install_libs: libs
- # You may need to be root to do the install
-- mkdir -p $(libdir)
-+ mkdir -p $(DESTDIR)$(libdir)
- #-rm $(libdir)/libgdraw.so* $(libdir)/libgunicode.so.*
-- $(LIBTOOL) --mode=install $(INSTALL) -c libgdraw.la $(libdir)/libgdraw.la
-- $(LIBTOOL) --mode=install $(INSTALL) -c libgunicode.la $(libdir)/libgunicode.la
-+ $(LIBTOOL) --mode=install $(INSTALL) -c libgdraw.la $(DESTDIR)$(libdir)/libgdraw.la
-+ $(LIBTOOL) --mode=install $(INSTALL) -c libgunicode.la $(DESTDIR)$(libdir)/libgunicode.la
- #cp .libs/*.so.*.* $(libdir)
-- $(LIBTOOL) --mode=finish $(libdir)
-- mkdir -p $(libdir)/pkgconfig
-- $(LIBTOOL) --mode=install $(INSTALL) -c fontforge.pc $(libdir)/pkgconfig
-+ $(LIBTOOL) --mode=finish $(DESTDIR)$(libdir)
-+ mkdir -p $(DESTDIR)$(libdir)/pkgconfig
-+ $(LIBTOOL) --mode=install $(INSTALL) -c fontforge.pc $(DESTDIR)$(libdir)/pkgconfig
-
- install_docs:
-- mkdir -p $(docdir)
-- mkdir -p $(docdir)/flags $(docdir)/ja
-+ mkdir -p $(DESTDIR)$(docdir)
-+ mkdir -p $(DESTDIR)$(docdir)/flags $(DESTDIR)$(docdir)/ja
- #explicit use of sh to make sure we don't invoke csh with different "if" syntax
-- -sh -c "if test -d htdocs/ja >/dev/null ; then mkdir -p $(docdir)/ja ; fi"
-- -cp htdocs/*.{html,png,gif,pdf} $(docdir)
-- -cp htdocs/flags/* $(docdir)/flags
-- -cp htdocs/ja/* $(docdir)/ja
-+ -sh -c "if test -d htdocs/ja >/dev/null ; then mkdir -p $(DESTDIR)$(docdir)/ja ; fi"
-+ -cp htdocs/*.{html,png,gif,pdf} $(DESTDIR)$(docdir)
-+ -cp htdocs/flags/* $(DESTDIR)$(docdir)/flags
-+ -cp htdocs/ja/* $(DESTDIR)$(docdir)/ja
-
- install_po:
- ( cd po ; make install )
-
--install: $(sharedir) all install_libs install_po
-+install: $(DESTDIR)$(sharedir) all install_libs install_po
- # You may need to be root to do the install
-- mkdir -p $(bindir)
-- mkdir -p $(mandir)/man1
-- mkdir -p $(sharedir)
-- $(LIBTOOL) --mode=install $(INSTALL) -c fontforge/fontforge $(bindir)
-- -$(LIBTOOL) --mode=install $(INSTALL) -c fontforge/sfddiff $(bindir)
-+ mkdir -p $(DESTDIR)$(bindir)
-+ mkdir -p $(DESTDIR)$(mandir)/man1
-+ mkdir -p $(DESTDIR)$(sharedir)
-+ $(LIBTOOL) --mode=install $(INSTALL) -c fontforge/fontforge $(DESTDIR)$(bindir)
-+ -$(LIBTOOL) --mode=install $(INSTALL) -c fontforge/sfddiff $(DESTDIR)$(bindir)
- # -rm -f $(bindir)/pfaedit
- # (cd $(bindir) ; ln -s fontforge pfaedit)
- # cp fontforge/pfaedit-*.ui $(sharedir)
- #The next line will fail for most installs. If you have downloaded the cidmaps
- # this will install them. If you haven't it won't. You only need the cidmaps
- # if you are editing CID keyed files (and even then you can live without them
-- -cp $(srcdir)/cidmap/*.cidmap $(sharedir) >/dev/null 2>&1
-- cp $(srcdir)/fontforge/fontforge.1 $(mandir)/man1
-- -cp $(srcdir)/fontforge/sfddiff.1 $(mandir)/man1
-+ -cp $(srcdir)/cidmap/*.cidmap $(DESTDIR)$(sharedir) >/dev/null 2>&1
-+ cp $(srcdir)/fontforge/fontforge.1 $(DESTDIR)$(mandir)/man1
-+ -cp $(srcdir)/fontforge/sfddiff.1 $(DESTDIR)$(mandir)/man1
- #explicit use of sh to make sure we don't invoke csh with different "if" syntax
- sh -c "if test -d htdocs >/dev/null ; then $(MAKE) install_docs ; fi"
- sh < systemspecific
-
- uninstall:
-- -rm $(bindir)/fontforge
-- -rm $(bindir)/sfddiff
-- -rm $(sharedir)/pfaedit-*.ui
-- -rm $(localedir)/*/LC_MESSAGES/FontForge.mo
-- -rm $(mandir)/man1/fontforge.1
-- -rm $(mandir)/man1/sfddiff.1
-- -rm $(libdir)/libgdraw.so*
-- -rm $(libdir)/libgunicode.so*
-- -rm $(sharedir)/*.cidmap
-- -rm -rf $(docdir)/*
-+ -rm $(DESTDIR)$(bindir)/fontforge
-+ -rm $(DESTDIR)$(bindir)/sfddiff
-+ -rm $(DESTDIR)$(sharedir)/pfaedit-*.ui
-+ -rm $(DESTDIR)$(localedir)/*/LC_MESSAGES/FontForge.mo
-+ -rm $(DESTDIR)$(mandir)/man1/fontforge.1
-+ -rm $(DESTDIR)$(mandir)/man1/sfddiff.1
-+ -rm $(DESTDIR)$(libdir)/libgdraw.so*
-+ -rm $(DESTDIR)$(libdir)/libgunicode.so*
-+ -rm $(DESTDIR)$(sharedir)/*.cidmap
-+ -rm -rf $(DESTDIR)$(docdir)/*
-
--$(sharedir):
-- mkdir -p $(sharedir)
-+$(DESTDIR)$(sharedir):
-+ mkdir -p $(DESTDIR)$(sharedir)
Deleted: trunk/dports/graphics/fontforge/files/patch-Unicode_Makefile.dynamic.in
===================================================================
--- trunk/dports/graphics/fontforge/files/patch-Unicode_Makefile.dynamic.in 2007-01-05 08:31:39 UTC (rev 21130)
+++ trunk/dports/graphics/fontforge/files/patch-Unicode_Makefile.dynamic.in 2007-01-05 09:10:23 UTC (rev 21131)
@@ -1,10 +0,0 @@
---- Unicode/Makefile.dynamic.in.orig Thu Jul 29 10:32:36 2004
-+++ Unicode/Makefile.dynamic.in Mon Nov 1 16:32:06 2004
-@@ -3,6 +3,7 @@
- libdir = @libdir@
- VPATH = @srcdir@
- prefix = @prefix@
-+exec_prefix = @exec_prefix@
- bindir = @bindir@
-
- GU_VERSION=2
Deleted: trunk/dports/graphics/fontforge/files/patch-configure
===================================================================
--- trunk/dports/graphics/fontforge/files/patch-configure 2007-01-05 08:31:39 UTC (rev 21130)
+++ trunk/dports/graphics/fontforge/files/patch-configure 2007-01-05 09:10:23 UTC (rev 21131)
@@ -1,88 +0,0 @@
---- configure.orig 2005-12-24 17:47:14.000000000 -0700
-+++ configure 2006-01-26 17:59:50.000000000 -0700
-@@ -8249,46 +8249,25 @@
-
- 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 "$as_me:$LINENO: checking for @@PREFIX@@/include/libxml2/libxml" >&5
-+echo $ECHO_N "checking for @@PREFIX@@/include/libxml2/libxml... $ECHO_C" >&6
-+if test "${ac_cv_file__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
-+if test -r "@@PREFIX@@/include/libxml2/libxml"; then
-+ ac_cv_file__include_libxml2_libxml=yes
- else
-- ac_cv_file__usr_include_libxml2_libxml=no
-+ ac_cv_file__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/"
-+echo "$as_me:$LINENO: result: $ac_cv_file__include_libxml2_libxml" >&5
-+echo "${ECHO_T}$ac_cv_file__include_libxml2_libxml" >&6
-+if test $ac_cv_file__include_libxml2_libxml = yes; then
-+ CFLAGS="$CFLAGS -I@@PREFIX@@/include/libxml2/"
- else
- cat >>confdefs.h <<\_ACEOF
- #define _NO_LIBXML 1
-@@ -8296,8 +8275,6 @@
-
- fi
-
--fi
--
-
-
- echo "$as_me:$LINENO: checking for DGifOpenFileName in -lungif" >&5
-@@ -12860,8 +12837,8 @@
- fi
- if test "$ac_cv_lib_xml2_xmlParseFile" = "yes"; then
-
-- echo "$as_me:$LINENO: checking for /lib/libxml2.la" >&5
--echo $ECHO_N "checking for /lib/libxml2.la... $ECHO_C" >&6
-+ echo "$as_me:$LINENO: checking for @@PREFIX@@/lib/libxml2.la" >&5
-+echo $ECHO_N "checking for @@PREFIX@@/lib/libxml2.la... $ECHO_C" >&6
- if test "${ac_cv_file__lib_libxml2_la+set}" = set; then
- echo $ECHO_N "(cached) $ECHO_C" >&6
- else
-@@ -12869,7 +12846,7 @@
- { { 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 "/lib/libxml2.la"; then
-+if test -r "@@PREFIX@@/lib/libxml2.la"; then
- ac_cv_file__lib_libxml2_la=yes
- else
- ac_cv_file__lib_libxml2_la=no
Deleted: trunk/dports/graphics/fontforge/files/patch-fontforge_Makefile.dynamic.in
===================================================================
--- trunk/dports/graphics/fontforge/files/patch-fontforge_Makefile.dynamic.in 2007-01-05 08:31:39 UTC (rev 21130)
+++ trunk/dports/graphics/fontforge/files/patch-fontforge_Makefile.dynamic.in 2007-01-05 09:10:23 UTC (rev 21131)
@@ -1,11 +0,0 @@
---- fontforge/Makefile.dynamic.in.orig 2006-01-15 07:26:05.000000000 -0700
-+++ fontforge/Makefile.dynamic.in 2006-01-26 15:37:05.000000000 -0700
-@@ -51,7 +51,7 @@
- CFLAGS = @CFLAGS@ $(_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
-+ $(X_PRE_LIBS) $(X_11LIB) $(X_EXTRA_LIBS) @LIBS@ $(STATIC_LIBS) @LDFLAGS@ -L/usr/lib -lm
- DLIBS = -rpath $(libdir) ../libgunicode.la @LIBS@ $(STATIC_LIBS) -lm
-
- all: fontforge
Deleted: trunk/dports/graphics/fontforge/files/patch-gdraw_Makefile.dynamic.in
===================================================================
--- trunk/dports/graphics/fontforge/files/patch-gdraw_Makefile.dynamic.in 2007-01-05 08:31:39 UTC (rev 21130)
+++ trunk/dports/graphics/fontforge/files/patch-gdraw_Makefile.dynamic.in 2007-01-05 09:10:23 UTC (rev 21131)
@@ -1,10 +0,0 @@
---- gdraw/Makefile.dynamic.in.orig 2005-09-30 07:06:22.000000000 -0600
-+++ gdraw/Makefile.dynamic.in 2006-01-26 15:34:55.000000000 -0700
-@@ -3,6 +3,7 @@
- top_builddir = ..
- VPATH = @srcdir@
- prefix = @prefix@
-+exec_prefix = @exec_prefix@
- bindir = @bindir@
- libdir = @libdir@
-
Deleted: trunk/dports/graphics/fontforge/files/patch-po_Makefile.in
===================================================================
--- trunk/dports/graphics/fontforge/files/patch-po_Makefile.in 2007-01-05 08:31:39 UTC (rev 21130)
+++ trunk/dports/graphics/fontforge/files/patch-po_Makefile.in 2007-01-05 09:10:23 UTC (rev 21131)
@@ -1,26 +0,0 @@
---- po/Makefile.in.orig 2006-01-04 13:21:10.000000000 -0700
-+++ po/Makefile.in 2006-01-26 18:47:06.000000000 -0700
-@@ -13,13 +13,13 @@
-
- install:
- #There must be a better way to do this...
-- mkdir -p $(localedir)/es/LC_MESSAGES
-- cp es.mo $(localedir)/es/LC_MESSAGES/FontForge.mo
-- mkdir -p $(localedir)/fr/LC_MESSAGES
-- cp fr.mo $(localedir)/fr/LC_MESSAGES/FontForge.mo
-- mkdir -p $(localedir)/it/LC_MESSAGES
-- cp it.mo $(localedir)/it/LC_MESSAGES/FontForge.mo
-- mkdir -p $(localedir)/ru/LC_MESSAGES
-- cp ru.mo $(localedir)/ru/LC_MESSAGES/FontForge.mo
-- mkdir -p $(localedir)/ja/LC_MESSAGES
-- cp ja.mo $(localedir)/ja/LC_MESSAGES/FontForge.mo
-+ mkdir -p $(DESTDIR)$(localedir)/es/LC_MESSAGES
-+ cp es.mo $(DESTDIR)$(localedir)/es/LC_MESSAGES/FontForge.mo
-+ mkdir -p $(DESTDIR)$(localedir)/fr/LC_MESSAGES
-+ cp fr.mo $(DESTDIR)$(localedir)/fr/LC_MESSAGES/FontForge.mo
-+ mkdir -p $(DESTDIR)$(localedir)/it/LC_MESSAGES
-+ cp it.mo $(DESTDIR)$(localedir)/it/LC_MESSAGES/FontForge.mo
-+ mkdir -p $(DESTDIR)$(localedir)/ru/LC_MESSAGES
-+ cp ru.mo $(DESTDIR)$(localedir)/ru/LC_MESSAGES/FontForge.mo
-+ mkdir -p $(DESTDIR)$(localedir)/ja/LC_MESSAGES
-+ cp ja.mo $(DESTDIR)$(localedir)/ja/LC_MESSAGES/FontForge.mo
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070105/415f9669/attachment.html
More information about the macports-changes
mailing list