aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/giftool/pkg-descr
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1997-06-04 15:34:51 +0800
committerasami <asami@FreeBSD.org>1997-06-04 15:34:51 +0800
commit41b7bf2c35f60fe40c5f1a4b1b58dd334a18d488 (patch)
tree7da60d50b6a3fc9fb52253e64061d1d02f538027 /graphics/giftool/pkg-descr
parentf7d55f72b07bb8d793cfeaab92aad7e440183f5b (diff)
downloadfreebsd-ports-gnome-41b7bf2c35f60fe40c5f1a4b1b58dd334a18d488.tar.gz
freebsd-ports-gnome-41b7bf2c35f60fe40c5f1a4b1b58dd334a18d488.tar.zst
freebsd-ports-gnome-41b7bf2c35f60fe40c5f1a4b1b58dd334a18d488.zip
I mean, upgrade to 1.0.
PR: 3772 Submitted by: Yukihiro Nakai Nakai@Mlab.t.u-tokyo.ac.jp
Diffstat (limited to 'graphics/giftool/pkg-descr')
-rw-r--r--graphics/giftool/pkg-descr21
1 files changed, 21 insertions, 0 deletions
diff --git a/graphics/giftool/pkg-descr b/graphics/giftool/pkg-descr
index ddfa10c0ecd5..4139831f1b3d 100644
--- a/graphics/giftool/pkg-descr
+++ b/graphics/giftool/pkg-descr
@@ -19,3 +19,24 @@ to interlaced GIF files in one easy step.
giftool version 1.0 is Copyright 1994 Home Pages, Inc and is shareware.
Please, use the -info option to read the licensing information.
+
+PORT BUILD OPTION
+=================
+
+There are two useful options are suggested and available for this port of
+giftool. You can specify it following "make clean".
+
+make RETVALUE=yes
+-----------
+Giftool does not return value from main(), so it is impossible to use this
+tools in programs like make(1) or pipes.
+This option is suggested by Sergei Chechetkin <csl@whale.sunbay.crimea.ua>.
+
+make MALLOCSIZE=yes
+---------------
+Giftool 1.0 or some earlier version cause segmentation fault about some
+images. Something about pre-read seems to be bad, so make malloc size
+bigger to improve that.
+This option is suggested by Hidetoshi Shimokawa <simokawa@sat.t.u-tokyo.ac.jp>.
+
+You can specify all options such as 'make RETVALUE=yes MALLOCSIZE=yes'.