diff options
author | dmcmahill <dmcmahill> | 1999-10-13 18:41:00 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill> | 1999-10-13 18:41:00 +0000 |
commit | e86c9f31a2b5835084dcda148880adca3dcfd7c2 (patch) | |
tree | dfdbb9a9e65bb3b072d3e07e9067c0930ef73ad8 /graphics/tgif/Makefile | |
parent | 28901702945d8640f0eba985c0c84d5e2bf2546e (diff) | |
download | pkgsrc-e86c9f31a2b5835084dcda148880adca3dcfd7c2.tar.gz |
update to tgif-4.1.22
changes since tgif-4.1.21 are (from the tgif-4.1.22 release announcement):
1) Fix a crashing bug with right click on an non-existant text object.
Thanks to Helmut Jarausch <jarausch@igpm.rwth-aachen.de> for
pointing out the problem.
2) Make Import GIF To X Pixmap Desk under the GIF Animation Submenu of
the File Menu work with gifsicle-1.16.1. Thanks to Francis Ngoh
<fngoh@ti.com> for pointing out the problem.
3) Fix a RTLD_NOW not-defined bug for FreeBSD 2.2.2. Thanks to
Naofumi TSUJII <tsun@tsuki.elect.chuo-u.ac.jp> for the patch.
4) Force non-condensed PS export if the file contains an XPM or an EPS object.
5) Add the following new internal commands:
delete_eps_child(<obj_name>)
delete_xbm_child(<obj_name>)
delete_xpm_child(<obj_name>)
Diffstat (limited to 'graphics/tgif/Makefile')
-rw-r--r-- | graphics/tgif/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/tgif/Makefile b/graphics/tgif/Makefile index 7b347a6a057..ceb13f804bc 100644 --- a/graphics/tgif/Makefile +++ b/graphics/tgif/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.17 1999/10/01 18:28:42 drochner Exp $ +# $NetBSD: Makefile,v 1.18 1999/10/13 18:41:00 dmcmahill Exp $ # -DISTNAME= tgif-4.1.21 +DISTNAME= tgif-4.1.22 CATEGORIES= graphics MASTER_SITES= ftp://bourbon.cs.umd.edu/pub/tgif/ \ ftp://ftp.cs.ucla.edu/pub/tgif/ |