diff options
author | knu <knu@FreeBSD.org> | 2001-02-12 19:28:36 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-02-12 19:28:36 +0800 |
commit | 8862adb8564ad017a7f5475070d09565094972d2 (patch) | |
tree | 9a33ebfe25c544d4031c6816fcb159f992116768 /graphics/gd | |
parent | 73995c8797688c974a7ed97a467afe9586828d42 (diff) | |
download | freebsd-ports-gnome-8862adb8564ad017a7f5475070d09565094972d2.tar.gz freebsd-ports-gnome-8862adb8564ad017a7f5475070d09565094972d2.tar.zst freebsd-ports-gnome-8862adb8564ad017a7f5475070d09565094972d2.zip |
Make japanese/gd a slave port of graphics/gd.
Approved by: ichiro@ichiro.org (MAINTAINER of japanese/gd)
Diffstat (limited to 'graphics/gd')
-rw-r--r-- | graphics/gd/Makefile | 4 | ||||
-rw-r--r-- | graphics/gd/files/patch-ac | 18 |
2 files changed, 13 insertions, 9 deletions
diff --git a/graphics/gd/Makefile b/graphics/gd/Makefile index 8dfda987f477..6b00fe5be149 100644 --- a/graphics/gd/Makefile +++ b/graphics/gd/Makefile @@ -7,13 +7,13 @@ PORTNAME= gd PORTVERSION= 1.8.4 -CATEGORIES= graphics +CATEGORIES+= graphics MASTER_SITES= http://www.boutell.com/gd/http/ \ ftp://ftp.boutell.com/pub/boutell/gd/ \ ${MASTER_SITE_RINGSERVER} MASTER_SITE_SUBDIR= graphics/gd -MAINTAINER= billf@FreeBSD.org +MAINTAINER?= billf@FreeBSD.org LIB_DEPENDS= png.4:${PORTSDIR}/graphics/png \ jpeg.9:${PORTSDIR}/graphics/jpeg \ diff --git a/graphics/gd/files/patch-ac b/graphics/gd/files/patch-ac index c85d793c55c7..645f72cfa48b 100644 --- a/graphics/gd/files/patch-ac +++ b/graphics/gd/files/patch-ac @@ -1,5 +1,5 @@ --- Makefile.orig Fri Feb 2 05:23:56 2001 -+++ Makefile Sat Feb 3 09:24:57 2001 ++++ Makefile Mon Feb 12 18:44:56 2001 @@ -3,11 +3,11 @@ #If you do not have gcc, change the setting for COMPILER, but you must #use an ANSI standard C compiler (NOT the old SunOS 4.1.3 cc @@ -14,7 +14,7 @@ #If you don't have FreeType, libjpeg and/or Xpm installed, including the #header files, uncomment this (default). You really must install -@@ -16,8 +16,10 @@ +@@ -16,8 +16,14 @@ #If you do have FreeType, libjpeg and/or Xpm fully installed, uncomment a #variation of this and comment out the line above. See also LIBS below. @@ -24,10 +24,14 @@ +.if defined(WITH_X11) +CFLAGS+=-DHAVE_LIBXPM +.endif ++ ++.if defined(JISX0208) ++CFLAGS+=-DJISX0208 ++.endif #To use the old FreeType 1.x library, add this additional #define #to the line above -@@ -30,13 +32,15 @@ +@@ -30,13 +36,15 @@ #Some systems are very picky about link order. They don't all agree #on the right order, either. @@ -45,7 +49,7 @@ #Note: for Freetype 1.x, use DHAVE_LIBTTF and -lttf instead. -@@ -45,7 +49,10 @@ +@@ -45,7 +53,10 @@ #ensure that the version of gd you are installing is used, and not an #older release in your directory tree somewhere. @@ -57,7 +61,7 @@ #Typical install locations for freetype, zlib, xpm and libpng libraries. #If yours are somewhere else, other than a standard location -@@ -55,16 +62,19 @@ +@@ -55,16 +66,19 @@ #on your system can't cause conflicts while building a new one. #This line shouldn't hurt if you don't actually have some of the #optional libraries and directories. @@ -81,7 +85,7 @@ # # -@@ -74,34 +84,44 @@ +@@ -74,34 +88,44 @@ VERSION=1.8.4 @@ -147,7 +151,7 @@ gddemo: gddemo.o libgd.a $(CC) gddemo.o -o gddemo $(LIBDIRS) $(LIBS) -@@ -138,18 +158,21 @@ +@@ -138,18 +162,21 @@ gdtestttf: gdtestttf.o libgd.a $(CC) --verbose gdtestttf.o -o gdtestttf $(LIBDIRS) $(LIBS) |