From 18fd596c6514f54c6ce1c896cc16c0a1becda126 Mon Sep 17 00:00:00 2001 From: mi Date: Fri, 24 Aug 2001 12:17:08 +0000 Subject: LIB_DEPEND on freetype again (regardless of version, what comes with XFree86-4 should work too). I could've sworn, I saw some other port use the seemingly non-existent USE_FREETYPE2. As a bonus, add a patch for malloc.h -> stdlib.h... While I'm here (again), switch the default maintainership to ports@. Submitted by: John Hay --- graphics/gd/Makefile | 3 ++- graphics/gd/files/patch-malloc | 5 +++++ graphics/gd1/Makefile | 3 ++- graphics/gd1/files/patch-malloc | 5 +++++ graphics/gd2/Makefile | 3 ++- graphics/gd2/files/patch-malloc | 5 +++++ 6 files changed, 21 insertions(+), 3 deletions(-) create mode 100644 graphics/gd/files/patch-malloc create mode 100644 graphics/gd1/files/patch-malloc create mode 100644 graphics/gd2/files/patch-malloc diff --git a/graphics/gd/Makefile b/graphics/gd/Makefile index d30acd8..a6c514e 100644 --- a/graphics/gd/Makefile +++ b/graphics/gd/Makefile @@ -17,12 +17,13 @@ MASTER_SITE_SUBDIR= graphics/gd DISTFILES= ${DISTNAME}${EXTRACT_SUFX} gd_gif_in.c.bz2 EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} -MAINTAINER?= billf@FreeBSD.org +MAINTAINER?= ports@FreeBSD.org USE_FREETYPE2= yes BUILD_DEPENDS= bzip2:${PORTSDIR}/archivers/bzip2 LIB_DEPENDS= png.4:${PORTSDIR}/graphics/png \ jpeg.9:${PORTSDIR}/graphics/jpeg \ + freetype:${PORTSDIR}/print/freetype2 .if defined(WITH_X11) USE_XLIB= yes diff --git a/graphics/gd/files/patch-malloc b/graphics/gd/files/patch-malloc new file mode 100644 index 0000000..fa33bbc --- /dev/null +++ b/graphics/gd/files/patch-malloc @@ -0,0 +1,5 @@ +--- gdcache.h Tue Feb 6 14:44:02 2001 ++++ gdcache.h Fri Aug 24 08:10:41 2001 +@@ -43 +43 @@ +-#include ++#include diff --git a/graphics/gd1/Makefile b/graphics/gd1/Makefile index d30acd8..a6c514e 100644 --- a/graphics/gd1/Makefile +++ b/graphics/gd1/Makefile @@ -17,12 +17,13 @@ MASTER_SITE_SUBDIR= graphics/gd DISTFILES= ${DISTNAME}${EXTRACT_SUFX} gd_gif_in.c.bz2 EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} -MAINTAINER?= billf@FreeBSD.org +MAINTAINER?= ports@FreeBSD.org USE_FREETYPE2= yes BUILD_DEPENDS= bzip2:${PORTSDIR}/archivers/bzip2 LIB_DEPENDS= png.4:${PORTSDIR}/graphics/png \ jpeg.9:${PORTSDIR}/graphics/jpeg \ + freetype:${PORTSDIR}/print/freetype2 .if defined(WITH_X11) USE_XLIB= yes diff --git a/graphics/gd1/files/patch-malloc b/graphics/gd1/files/patch-malloc new file mode 100644 index 0000000..fa33bbc --- /dev/null +++ b/graphics/gd1/files/patch-malloc @@ -0,0 +1,5 @@ +--- gdcache.h Tue Feb 6 14:44:02 2001 ++++ gdcache.h Fri Aug 24 08:10:41 2001 +@@ -43 +43 @@ +-#include ++#include diff --git a/graphics/gd2/Makefile b/graphics/gd2/Makefile index d30acd8..a6c514e 100644 --- a/graphics/gd2/Makefile +++ b/graphics/gd2/Makefile @@ -17,12 +17,13 @@ MASTER_SITE_SUBDIR= graphics/gd DISTFILES= ${DISTNAME}${EXTRACT_SUFX} gd_gif_in.c.bz2 EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} -MAINTAINER?= billf@FreeBSD.org +MAINTAINER?= ports@FreeBSD.org USE_FREETYPE2= yes BUILD_DEPENDS= bzip2:${PORTSDIR}/archivers/bzip2 LIB_DEPENDS= png.4:${PORTSDIR}/graphics/png \ jpeg.9:${PORTSDIR}/graphics/jpeg \ + freetype:${PORTSDIR}/print/freetype2 .if defined(WITH_X11) USE_XLIB= yes diff --git a/graphics/gd2/files/patch-malloc b/graphics/gd2/files/patch-malloc new file mode 100644 index 0000000..fa33bbc --- /dev/null +++ b/graphics/gd2/files/patch-malloc @@ -0,0 +1,5 @@ +--- gdcache.h Tue Feb 6 14:44:02 2001 ++++ gdcache.h Fri Aug 24 08:10:41 2001 +@@ -43 +43 @@ +-#include ++#include -- cgit v1.1