diff --git a/print/freetype/Makefile b/print/freetype/Makefile index 1974bde250a..28468808102 100644 --- a/print/freetype/Makefile +++ b/print/freetype/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.15 2000/10/22 14:03:40 espie Exp $ +# $OpenBSD: Makefile,v 1.16 2000/11/21 16:05:53 brad Exp $ # $FreeBSD: Makefile,v 1.6 1998/06/21 02:42:33 jseger Exp $ DISTNAME= freetype-1.3 CATEGORIES= print -NEED_VERSION= 1.310 +NEED_VERSION= 1.336 MASTER_SITES= ftp://ftp.tux.org/pub/devel/freetype/ \ ftp://ftp.lerc.nasa.gov/ImageMagick/delegates/ \ ftp://ftp.wizards.dupont.com/pub/ImageMagick/delegates/ \ @@ -19,7 +19,6 @@ PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes USE_GMAKE= Yes -USE_X11= Yes SEPARATE_BUILD= concurrent CONFIGURE_STYLE= gnu dest CONFIGURE_ARGS+= ${CONFIGURE_SHARED} diff --git a/print/freetype/patches/patch-Makefile.in b/print/freetype/patches/patch-Makefile.in new file mode 100644 index 00000000000..b73f597b4e0 --- /dev/null +++ b/print/freetype/patches/patch-Makefile.in @@ -0,0 +1,52 @@ +--- Makefile.in.orig Sat Nov 11 21:24:10 2000 ++++ Makefile.in Sat Nov 11 21:25:18 2000 +@@ -8,9 +8,9 @@ + FTTESTDIR = test + FTPODIR = po + +-all: ttlib tttest ttpo ++all: ttlib ttpo + +-debug: ttlibdebug tttest ttpo ++debug: ttlibdebug ttpo + + # we can't use the target names 'lib', 'test', etc. + # because make will believe that the directories are +@@ -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 08870623e3b..2b9577f0712 100644 --- a/print/freetype/pkg/PLIST +++ b/print/freetype/pkg/PLIST @@ -1,11 +1,4 @@ -@comment $OpenBSD: PLIST,v 1.7 2000/07/19 23:06:27 brad Exp $ -bin/ftdump -bin/ftlint -bin/ftstring -bin/ftstrpnm -bin/fttimer -bin/ftview -bin/ftzoom +@comment $OpenBSD: PLIST,v 1.8 2000/11/21 16:05:53 brad Exp $ include/freetype.h include/fterrid.h include/ftnameid.h