From b623162697d50bd5dd042aef0f0c9aec1fc14557 Mon Sep 17 00:00:00 2001 From: "Vanilla I. Shu" Date: Sun, 12 Nov 2000 02:19:12 +0000 Subject: Remove USE_XLIB, only freetype utility depends to X library, not freetype library.. --- print/freetype/files/patch-Makefile.in | 49 ++++++++++++++++++++++++++++++++++ print/freetype/pkg-plist | 11 -------- print/freetype2/pkg-plist | 11 -------- 3 files changed, 49 insertions(+), 22 deletions(-) create mode 100644 print/freetype/files/patch-Makefile.in diff --git a/print/freetype/files/patch-Makefile.in b/print/freetype/files/patch-Makefile.in new file mode 100644 index 000000000000..d0a79de00928 --- /dev/null +++ b/print/freetype/files/patch-Makefile.in @@ -0,0 +1,49 @@ +--- Makefile.in.orig Wed Nov 8 18:01:07 2000 ++++ Makefile.in Wed Nov 8 18:01:38 2000 +@@ -8,7 +8,7 @@ + FTTESTDIR = test + FTPODIR = po + +-all: ttlib tttest ttpo ++all: ttlib ttpo + + debug: ttlibdebug tttest ttpo + +@@ -22,30 +22,23 @@ + ttlibdebug: + cd $(FTLIBDIR); $(MAKE) -f $(MAKEFILE) debug + +-tttest: +- cd $(FTTESTDIR); $(MAKE) -f $(MAKEFILE) all +- + ttpo: + cd $(FTPODIR); $(MAKE) all + + install: + cd $(FTLIBDIR); $(MAKE) -f $(MAKEFILE) install +- cd $(FTTESTDIR); $(MAKE) -f $(MAKEFILE) install + cd $(FTPODIR); $(MAKE) install + + uninstall: + cd $(FTLIBDIR); $(MAKE) -f $(MAKEFILE) uninstall +- cd $(FTTESTDIR); $(MAKE) -f $(MAKEFILE) uninstall + cd $(FTPODIR); $(MAKE) uninstall + + clean: + cd $(FTLIBDIR); $(MAKE) -f $(MAKEFILE) clean +- cd $(FTTESTDIR); $(MAKE) -f $(MAKEFILE) clean + cd $(FTPODIR); $(MAKE) clean + + distclean: + cd $(FTLIBDIR); $(MAKE) -f $(MAKEFILE) distclean +- cd $(FTTESTDIR); $(MAKE) -f $(MAKEFILE) distclean + cd $(FTPODIR); $(MAKE) distclean + $(RMF) config.cache config.log config.status Makefile \ + MakeSub ft_conf.h libtool +@@ -55,6 +48,5 @@ + + depend: + cd $(FTLIBDIR); $(MAKE) -f $(MAKEFILE) depend +- cd $(FTTESTDIR); $(MAKE) -f $(MAKEFILE) depend + + # end of Makefile.in diff --git a/print/freetype/pkg-plist b/print/freetype/pkg-plist index 6878aed04b5b..1a8244c7158b 100644 --- a/print/freetype/pkg-plist +++ b/print/freetype/pkg-plist @@ -1,14 +1,3 @@ -bin/ftdump -bin/fterror -bin/ftlint -bin/ftmetric -bin/ftsbit -bin/ftstring -bin/ftstrpnm -bin/ftstrtto -bin/fttimer -bin/ftview -bin/ftzoom include/freetype/freetype.h include/freetype/fterrid.h include/freetype/ftnameid.h diff --git a/print/freetype2/pkg-plist b/print/freetype2/pkg-plist index 6878aed04b5b..1a8244c7158b 100644 --- a/print/freetype2/pkg-plist +++ b/print/freetype2/pkg-plist @@ -1,14 +1,3 @@ -bin/ftdump -bin/fterror -bin/ftlint -bin/ftmetric -bin/ftsbit -bin/ftstring -bin/ftstrpnm -bin/ftstrtto -bin/fttimer -bin/ftview -bin/ftzoom include/freetype/freetype.h include/freetype/fterrid.h include/freetype/ftnameid.h -- cgit