mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
The clown^Wauthor of gd once again changed the contents of the tarball
without bumping the minor version number. update patches and checksum accordingly. Our PORTREVISION was bumped, however, because we actually do have a clue about these sorts of things...
This commit is contained in:
parent
25179133d8
commit
cef70df629
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=38679
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= gd
|
||||
PORTVERSION= 1.8.4
|
||||
PORTREVISION= 1
|
||||
CATEGORIES+= graphics
|
||||
MASTER_SITES= http://www.boutell.com/gd/http/ \
|
||||
ftp://ftp.boutell.com/pub/boutell/gd/ \
|
||||
|
@ -1 +1 @@
|
||||
MD5 (gd-1.8.4.tar.gz) = d5ab4746c220949d300daeafc00fcdcd
|
||||
MD5 (gd-1.8.4.tar.gz) = 2aef76e79f206f9798233f025f5dd28d
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- Makefile.orig Fri Feb 2 05:23:56 2001
|
||||
+++ Makefile Mon Feb 12 18:44:56 2001
|
||||
--- Makefile.orig Thu Feb 22 09:03:43 2001
|
||||
+++ Makefile Sat Feb 24 16:25:23 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
|
||||
@ -18,11 +18,11 @@
|
||||
|
||||
#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.
|
||||
-CFLAGS=-O -DHAVE_LIBXPM -DHAVE_LIBPNG -DHAVE_LIBJPEG \
|
||||
- -DHAVE_LIBFREETYPE -DHAVE_LIBTTF
|
||||
+CFLAGS+=-DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE
|
||||
-#CFLAGS=-O -DHAVE_LIBXPM -DHAVE_LIBPNG -DHAVE_LIBJPEG \
|
||||
-# -DHAVE_LIBFREETYPE -DHAVE_LIBTTF
|
||||
+CFLAGS=-O -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE
|
||||
+.if defined(WITH_X11)
|
||||
+CFLAGS+=-DHAVE_LIBXPM
|
||||
+CFLAGS+=-DHAVE_LIBXPM
|
||||
+.endif
|
||||
+
|
||||
+.if defined(JISX0208)
|
||||
@ -35,14 +35,14 @@
|
||||
#Some systems are very picky about link order. They don't all agree
|
||||
#on the right order, either.
|
||||
|
||||
-#LIBS=-lgd -lpng -lz
|
||||
-LIBS=-lgd -lpng -lz -lm
|
||||
+LIBS=-lgd -lpng -lz -ljpeg -lfreetype -lm
|
||||
|
||||
#If you do have FreeType, JPEG and/or Xpm fully installed, uncomment a
|
||||
#variation of this and comment out the line above. Note that
|
||||
#Xpm requires X11. See also CFLAGS above.
|
||||
|
||||
-LIBS=-lgd -lpng -lz -ljpeg -lfreetype -lm -lttf
|
||||
-#LIBS=-lgd -lpng -lz -ljpeg -lfreetype -lm -lttf
|
||||
+.if defined(WITH_X11)
|
||||
+LIBS+=-lXpm -lX11
|
||||
+.endif
|
||||
|
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= gd
|
||||
PORTVERSION= 1.8.4
|
||||
PORTREVISION= 1
|
||||
CATEGORIES+= graphics
|
||||
MASTER_SITES= http://www.boutell.com/gd/http/ \
|
||||
ftp://ftp.boutell.com/pub/boutell/gd/ \
|
||||
|
@ -1 +1 @@
|
||||
MD5 (gd-1.8.4.tar.gz) = d5ab4746c220949d300daeafc00fcdcd
|
||||
MD5 (gd-1.8.4.tar.gz) = 2aef76e79f206f9798233f025f5dd28d
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- Makefile.orig Fri Feb 2 05:23:56 2001
|
||||
+++ Makefile Mon Feb 12 18:44:56 2001
|
||||
--- Makefile.orig Thu Feb 22 09:03:43 2001
|
||||
+++ Makefile Sat Feb 24 16:25:23 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
|
||||
@ -18,11 +18,11 @@
|
||||
|
||||
#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.
|
||||
-CFLAGS=-O -DHAVE_LIBXPM -DHAVE_LIBPNG -DHAVE_LIBJPEG \
|
||||
- -DHAVE_LIBFREETYPE -DHAVE_LIBTTF
|
||||
+CFLAGS+=-DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE
|
||||
-#CFLAGS=-O -DHAVE_LIBXPM -DHAVE_LIBPNG -DHAVE_LIBJPEG \
|
||||
-# -DHAVE_LIBFREETYPE -DHAVE_LIBTTF
|
||||
+CFLAGS=-O -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE
|
||||
+.if defined(WITH_X11)
|
||||
+CFLAGS+=-DHAVE_LIBXPM
|
||||
+CFLAGS+=-DHAVE_LIBXPM
|
||||
+.endif
|
||||
+
|
||||
+.if defined(JISX0208)
|
||||
@ -35,14 +35,14 @@
|
||||
#Some systems are very picky about link order. They don't all agree
|
||||
#on the right order, either.
|
||||
|
||||
-#LIBS=-lgd -lpng -lz
|
||||
-LIBS=-lgd -lpng -lz -lm
|
||||
+LIBS=-lgd -lpng -lz -ljpeg -lfreetype -lm
|
||||
|
||||
#If you do have FreeType, JPEG and/or Xpm fully installed, uncomment a
|
||||
#variation of this and comment out the line above. Note that
|
||||
#Xpm requires X11. See also CFLAGS above.
|
||||
|
||||
-LIBS=-lgd -lpng -lz -ljpeg -lfreetype -lm -lttf
|
||||
-#LIBS=-lgd -lpng -lz -ljpeg -lfreetype -lm -lttf
|
||||
+.if defined(WITH_X11)
|
||||
+LIBS+=-lXpm -lX11
|
||||
+.endif
|
||||
|
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= gd
|
||||
PORTVERSION= 1.8.4
|
||||
PORTREVISION= 1
|
||||
CATEGORIES+= graphics
|
||||
MASTER_SITES= http://www.boutell.com/gd/http/ \
|
||||
ftp://ftp.boutell.com/pub/boutell/gd/ \
|
||||
|
@ -1 +1 @@
|
||||
MD5 (gd-1.8.4.tar.gz) = d5ab4746c220949d300daeafc00fcdcd
|
||||
MD5 (gd-1.8.4.tar.gz) = 2aef76e79f206f9798233f025f5dd28d
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- Makefile.orig Fri Feb 2 05:23:56 2001
|
||||
+++ Makefile Mon Feb 12 18:44:56 2001
|
||||
--- Makefile.orig Thu Feb 22 09:03:43 2001
|
||||
+++ Makefile Sat Feb 24 16:25:23 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
|
||||
@ -18,11 +18,11 @@
|
||||
|
||||
#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.
|
||||
-CFLAGS=-O -DHAVE_LIBXPM -DHAVE_LIBPNG -DHAVE_LIBJPEG \
|
||||
- -DHAVE_LIBFREETYPE -DHAVE_LIBTTF
|
||||
+CFLAGS+=-DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE
|
||||
-#CFLAGS=-O -DHAVE_LIBXPM -DHAVE_LIBPNG -DHAVE_LIBJPEG \
|
||||
-# -DHAVE_LIBFREETYPE -DHAVE_LIBTTF
|
||||
+CFLAGS=-O -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE
|
||||
+.if defined(WITH_X11)
|
||||
+CFLAGS+=-DHAVE_LIBXPM
|
||||
+CFLAGS+=-DHAVE_LIBXPM
|
||||
+.endif
|
||||
+
|
||||
+.if defined(JISX0208)
|
||||
@ -35,14 +35,14 @@
|
||||
#Some systems are very picky about link order. They don't all agree
|
||||
#on the right order, either.
|
||||
|
||||
-#LIBS=-lgd -lpng -lz
|
||||
-LIBS=-lgd -lpng -lz -lm
|
||||
+LIBS=-lgd -lpng -lz -ljpeg -lfreetype -lm
|
||||
|
||||
#If you do have FreeType, JPEG and/or Xpm fully installed, uncomment a
|
||||
#variation of this and comment out the line above. Note that
|
||||
#Xpm requires X11. See also CFLAGS above.
|
||||
|
||||
-LIBS=-lgd -lpng -lz -ljpeg -lfreetype -lm -lttf
|
||||
-#LIBS=-lgd -lpng -lz -ljpeg -lfreetype -lm -lttf
|
||||
+.if defined(WITH_X11)
|
||||
+LIBS+=-lXpm -lX11
|
||||
+.endif
|
||||
|
Loading…
Reference in New Issue
Block a user