From 2ff147d51b650ebff07849cbbe5a9b7a658003c2 Mon Sep 17 00:00:00 2001 From: adam Date: Mon, 23 Jun 2003 10:39:51 +0000 Subject: Revision bumped because of gd shared library major bump; freetype-lib buildlink added; -O optimization flag removed --- graphics/fly/Makefile | 5 +++-- graphics/fly/distinfo | 4 ++-- graphics/fly/patches/patch-aa | 4 ++-- 3 files changed, 7 insertions(+), 6 deletions(-) (limited to 'graphics/fly') diff --git a/graphics/fly/Makefile b/graphics/fly/Makefile index 076caca4165..7ef458803bd 100644 --- a/graphics/fly/Makefile +++ b/graphics/fly/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.19 2003/06/06 21:27:17 jmmv Exp $ +# $NetBSD: Makefile,v 1.20 2003/06/23 10:39:51 adam Exp $ DISTNAME= fly-1.6.5 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= graphics www MASTER_SITES= ftp://www.unimelb.edu.au/pub/www/tools/unix/fly/ @@ -36,6 +36,7 @@ do-install: ${RM} -f ${WRKSRC}/examples/*.orig cd ${WRKSRC}/examples; ${INSTALL_DATA} * ${PREFIX}/share/examples/fly +.include "../../graphics/freetype-lib/buildlink2.mk" .include "../../graphics/gd/buildlink2.mk" .include "../../graphics/xpm/buildlink2.mk" .include "../../mk/bsd.pkg.mk" diff --git a/graphics/fly/distinfo b/graphics/fly/distinfo index ca434ea904d..c3afdfc9f0e 100644 --- a/graphics/fly/distinfo +++ b/graphics/fly/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.3 2003/06/06 21:27:18 jmmv Exp $ +$NetBSD: distinfo,v 1.4 2003/06/23 10:39:51 adam Exp $ SHA1 (fly-1.6.5.tar.gz) = 7a76046aedf84478d0670c2dbd2d05849cc0035e Size (fly-1.6.5.tar.gz) = 127349 bytes -SHA1 (patch-aa) = 9d0995e6eaafce25367bd1c5cc60138c5ffd0a74 +SHA1 (patch-aa) = ab57432c5b5ccf257c600da880e0024ec68f7457 SHA1 (patch-ab) = 1076212f3e917c752ba6777e40df1399a7ff586c SHA1 (patch-ac) = cad03ab8edc67ded2ba51874af4ff436e2f526f9 SHA1 (patch-ad) = 98f984019d3c2bf2614d4ab06bd42816e5a4fded diff --git a/graphics/fly/patches/patch-aa b/graphics/fly/patches/patch-aa index 0efb7ad4623..18d331aa19d 100644 --- a/graphics/fly/patches/patch-aa +++ b/graphics/fly/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.7 2000/03/17 23:36:09 tron Exp $ +$NetBSD: patch-aa,v 1.8 2003/06/23 10:39:51 adam Exp $ --- Makefile.orig Thu Jan 14 17:42:34 1999 +++ Makefile Sun Oct 31 00:18:17 1999 @@ -16,7 +16,7 @@ $NetBSD: patch-aa,v 1.7 2000/03/17 23:36:09 tron Exp $ +# CFLAGS = -O -I$(GD) +# #CFLAGS = -O -pedantic -Wall -I$(GD) +# LIBS = -L$(GD) -lgd -lm -+CFLAGS += -O ${CPPFLAGS} ++CFLAGS += ${CPPFLAGS} +LIBS = ${LDFLAGS} -lgd -lpng -lz -lttf -lintl -lXpm -lX11 -ljpeg -lm -all: gd fly -- cgit v1.2.3