summaryrefslogtreecommitdiff
path: root/misc/videotext
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2000-02-18 02:10:35 +0000
committerAde Lovett <ade@FreeBSD.org>2000-02-18 02:10:35 +0000
commitddc8d1b4e7bbfb291c53188e1fe37d2c97c5bf38 (patch)
tree8ddd731da7e777a7f06caf739f94d6bb6b619372 /misc/videotext
parentRemove irrelevant giflib references (diff)
Remove giflib. Also remove GIF support since the author
mentions "that patent", and the port does PNG anyway. Discussed with: asami
Notes
Notes: svn path=/head/; revision=25953
Diffstat (limited to 'misc/videotext')
-rw-r--r--misc/videotext/Makefile3
-rw-r--r--misc/videotext/files/patch-ba22
2 files changed, 18 insertions, 7 deletions
diff --git a/misc/videotext/Makefile b/misc/videotext/Makefile
index fe2b8873e250..d83aa2d12afc 100644
--- a/misc/videotext/Makefile
+++ b/misc/videotext/Makefile
@@ -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
diff --git a/misc/videotext/files/patch-ba b/misc/videotext/files/patch-ba
index b954ebe9f83d..62f47a20bfab 100644
--- a/misc/videotext/files/patch-ba
+++ b/misc/videotext/files/patch-ba
@@ -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.