Update of /cvsroot/fink/dists/10.2/unstable/main/finkinfo/utils
In directory sc8-pr-cvs1:/tmp/cvs-serv23481
Added Files:
fondu-021223-1.info fondu-021223-1.patch
Removed Files:
fondu-021023-1.info fondu-021023-1.patch
Log Message:
new version of fondu
--- NEW FILE: fondu-021223-1.info ---
Package: fondu
Version: 021223
Revision: 1
SourceDirectory: %n
Patch: %f.patch
CompileScript: make -f Makefile.Mac prefix=%p
InstallScript: make -f Makefile.Mac install DESTDIR=%d prefix=%p
CustomMirror: <<
nam-US: http://ranger.befunk.com/fink
nam-CA: http://www.southofheaven.net/befunk
<<
Source: mirror:custom:%N_src-%v.tgz
Description: Convert between Mac and UNIX font formats
DescDetail: <<
Fondu is a set of programs to interconvert between mac font
formats and pfb, ttf, otf and bdf files on unix.
<<
License: BSD
Maintainer: Benjamin Reed <[EMAIL PROTECTED]>
Homepage: http://fondu.sourceforge.net/
--- NEW FILE: fondu-021223-1.patch ---
diff -uNbr fondu/Makefile.Mac fondu-new/Makefile.Mac
--- fondu/Makefile.Mac Sat Dec 21 22:58:25 2002
+++ fondu-new/Makefile.Mac Mon Dec 30 16:28:37 2002
@@ -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
UFONDOBJS = ufond.o ufondbdf.o ufondpfb.o ufondttf.o crctab.o
DFONT2RESOBJS = dfont2res.o crctab.o
@@ -14,8 +17,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
fondu: $(FONDUOBJS)
@@ -43,4 +44,5 @@
-rm Makefile
install: all
- cp fondu ufond showfond dfont2res tobin frombin $(bindir)
+ install -d -m 755 $(DESTDIR)$(bindir)
+ install -c -m 755 fondu ufond showfond dfont2res tobin frombin
+$(DESTDIR)$(bindir)
--- fondu-021023-1.info DELETED ---
--- fondu-021023-1.patch DELETED ---
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits