1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00

Remove giflib. Also remove GIF support since the author

mentions "that patent", and the port does PNG anyway.

Discussed with:	asami
This commit is contained in:
Ade Lovett 2000-02-18 02:10:35 +00:00
parent e5fd1c4b6c
commit ddc8d1b4e7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=25953
2 changed files with 18 additions and 7 deletions

View File

@ -12,8 +12,7 @@ MASTER_SITES= http://elektra.e-technik.uni-ulm.de/~mbuck/download/
MAINTAINER= roger@freebsd.org
LIB_DEPENDS= gif.5:${PORTSDIR}/graphics/giflib \
png.3:${PORTSDIR}/graphics/png \
LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png \
xview.3:${PORTSDIR}/x11-toolkits/xview
USE_X_PREFIX= yes

View File

@ -1,5 +1,5 @@
*** Makefile.orig Thu Oct 23 00:55:44 1997
--- Makefile Thu Jun 10 02:51:02 1999
*** Makefile.orig Wed Oct 22 18:55:44 1997
--- Makefile Thu Feb 17 16:07:45 2000
***************
*** 22,35 ****
@ -38,8 +38,14 @@
DIRPERM = 755
SPOOLDIRPERM = 777
*************** GIF_SUPPORT = -DGIF_SUPPORT
*** 79,88 ****
***************
*** 73,88 ****
# useful if you want to distribute VideoteXt and want to avoid trouble with
# Unisys' stupid licensing conditions.
! GIF_SUPPORT = -DGIF_SUPPORT
# Uncomment the next lines if you want PNG support and have libpng and libz
# installed.
@ -50,7 +56,13 @@
# Uncomment the following line if you want to get coredumps when an
--- 86,95 ----
--- 80,95 ----
# useful if you want to distribute VideoteXt and want to avoid trouble with
# Unisys' stupid licensing conditions.
! #GIF_SUPPORT = -DGIF_SUPPORT
# Uncomment the next lines if you want PNG support and have libpng and libz
# installed.