Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv23550

Modified Files:
        fondu.info fondu.patch 
Log Message:
Latest upstream version

Index: fondu.patch
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils/fondu.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- fondu.patch 3 Dec 2006 06:47:26 -0000       1.2
+++ fondu.patch 23 Nov 2007 22:27:47 -0000      1.3
@@ -1,39 +1,3 @@
-diff -ru fondu-orig/Makefile.Mac fondu/Makefile.Mac
---- fondu-orig/Makefile.Mac    2006-09-18 21:36:13.000000000 -0700
-+++ fondu/Makefile.Mac 2006-09-19 00:09:00.000000000 -0700
-@@ -1,10 +1,13 @@
-+prefix=/usr/local
-+bindir=$(prefix)/bin
-+
- CC = cc
- #WFLAGS = -Wmissing-prototypes -Wunused -Wimplicit -Wreturn-type 
-Wparentheses -pedantic
- # the 10.2 (July-2002) developer tools seems to think that all preprocessor
- # directives are gnu extensions, and -pedantic generates a warning for each
- # #include, #if, etc.
- WFLAGS = -Wmissing-prototypes -Wunused -Wimplicit -Wreturn-type -Wparentheses
--CFLAGS = -g $(WFLAGS) -D__Mac -I/Developer/Headers/FlatCarbon/
-+CFLAGS = -Os $(WFLAGS) -D__Mac -I/Developer/Headers/FlatCarbon/
- FONDUOBJS = fondu.o readnfnt.o fondups.o
- UFONDOBJS = ufond.o ufondbdf.o ufondpfb.o ufondttf.o crctab.o
- DFONT2RESOBJS = dfont2res.o crctab.o
-@@ -16,8 +19,6 @@
- #CORE = 
/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/CarbonCore
- CORE = /System/Library/Frameworks/CoreServices.framework/CoreServices
- 
--bindir = /usr/local/bin
--
- all: fondu ufond showfond dfont2res tobin frombin lumper setfondname
- 
- fondu: $(FONDUOBJS)
-@@ -51,4 +52,5 @@
-       -rm Makefile
- 
- install: all
--      cp fondu ufond showfond dfont2res tobin frombin lumper setfondname 
$(bindir)
-+      install -d -m 755 $(DESTDIR)$(bindir)
-+      install -c -m 755 fondu ufond showfond dfont2res tobin frombin lumper 
setfondname $(DESTDIR)$(bindir)
-Only in fondu: Makefile.Mac.orig
-Only in fondu: Makefile.Mac.rej
 diff -ru fondu-orig/fondu.c fondu/fondu.c
 --- fondu-orig/fondu.c 2006-09-18 21:36:12.000000000 -0700
 +++ fondu/fondu.c      2006-09-19 00:03:49.000000000 -0700

Index: fondu.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils/fondu.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- fondu.info  3 Dec 2006 06:47:26 -0000       1.2
+++ fondu.info  23 Nov 2007 22:27:47 -0000      1.3
@@ -1,13 +1,17 @@
 Package: fondu
-Version: 051010
+Version: 060102
 Revision: 1
 Epoch: 1
-SourceDirectory: %n
 Patch: %n.patch
-CompileScript: make -f Makefile.Mac prefix=%p
-InstallScript: make -f Makefile.Mac install DESTDIR=%d prefix=%p
-Source: mirror:sourceforge:%N/%N_src-%v.tgz
-Source-MD5: 669ad6f39c10e9e5a455dfc302685b1c
+Source: http://%N.sourceforge.net/%N_src-%v.tgz
+Source-MD5: e20861beacddc1ab392bef7813641bf8
+SourceDirectory: %n-%v
+InstallScript: <<
+make install prefix=%i
+mkdir -p %i/share/man/man1
+cp *.1 %i/share/man/man1
+<<
+DocFiles: README VERSION LICENSE
 Description: Convert between Mac and UNIX font formats
 DescDetail: <<
 Fondu is a set of programs to interconvert between mac font


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to