Commit graph

25 commits

Author SHA1 Message Date
Dirk Meyer
0a85f41bf0 - add workaround for a deadlock in libxcb
PR:		143043
2010-02-11 14:45:23 +00:00
Dirk Meyer
ba1248c3ca - Security fix
fix out of bound error, introduced in jumbo2 patch
Reported by:	naddy (Christian Weisgerber)
Submitted by:	Patrick Keshishian
Obtained from:	openbsd
Feature safe:	yes
2009-09-25 06:21:42 +00:00
Dirk Meyer
98c169e9bc - enable support of g3 fax
- fix initial display with -nolimit
Reported by:	Michiel Boland
2009-05-22 05:33:34 +00:00
Dirk Meyer
07bc8a61b6 - fix build of xv-m17n 2009-05-20 12:02:33 +00:00
Dirk Meyer
cc6b3f8340 - use jumbo patches
- support jasper
- many bugfixes
2009-05-17 13:20:46 +00:00
Dirk Meyer
9502699c06 - fix build with gcc42 2006-12-15 07:01:35 +00:00
Dirk Meyer
7c24ecfeb0 - fix build with gcc41 2006-10-07 19:51:31 +00:00
Emanuel Haupt
a67c4b8611 With 24/32-bit xwd files, xv swaps the red and blue channels. With 16-bit xwd
files, the image is very dark green (almost black).

Both problems are caused by hard-coding the channel order and offsets, rather
than using the colour masks in the xwd header.

xv reads the input into a 24-bit internal image, which is then displayed.  The
lack of brightness in the 16-bit display is because the colour values are copied
into the low-order bits of the internal pixmap rather than the high order bits.
The green hue is because the green channel has 6 bits, whereas red and blue only
have 5 bits, making the green twice as (relatively) bright.

The new patch solves that problem.

PR:		96971
Submitted by:	Peter Jeremy <peterjeremy@optushome.com.au>
Approved by:	Miguel Mendez <mmendez@gmail.com> (maintainer)
2006-07-14 15:31:50 +00:00
Simon L. B. Nielsen
017f92e4e2 Fix format string vulnerability.
Security:	http://vuxml.FreeBSD.org/a4bd3039-9a48-11d9-a256-0001020eed82.html
Security:	CAN-2005-0665
Obtained from:	Gentoo Linux
Approved by:	portmgr (marcus), erwin (mentor), maintainer
2005-03-21 22:45:35 +00:00
FUJISHIMA Satsuki
a787f0b075 farewell to libxpg4. 2004-11-15 05:19:30 +00:00
Dirk Meyer
f3d70b63ab - import securitry patches
- update FixPix4xv.patch
PR:		72382
Approved by:	portmgr (linimon) and shige
Obtained from:	SuSe
2004-10-11 04:03:13 +00:00
Shigeyuki Fukushima
af5117e59e Fix by applying sf's patch.
Thanks, sf!

PR:		ports/28123
Submitted by:	Daniel Lang <dl@leo.org>
2001-06-14 15:53:53 +00:00
Shigeyuki Fukushima
1471f5cf0f Extract ${LOCALBASE} in config.h.
PR:		ports/14086
Submitted by:	amorita@meadow.scphys.kyoto-u.ac.jp
1999-10-19 12:54:17 +00:00
Shigeyuki Fukushima
03f5f957c2 Fix make PREFIX=/somewhere problem.
Substitute /usr/local in patch-* for ${LOCALBASE}.
1999-06-24 16:00:06 +00:00
Justin M. Seger
d57d33c655 libtiff34->libtiff and include/tiff34/*.h -> include/*.h
Approved by:	asami
1998-11-25 05:06:28 +00:00
Matthew Hunt
e2bc0d7216 Eliminate warnings on systems not equipped for Japanese characters.
The Japanese or multilingual functionality will be in japanese/xv and
graphics/xv-m17n when those are committed.

PR:		8185
Submitted by:	Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp>
1998-10-07 21:17:42 +00:00
Matthew Hunt
a9004e4e65 Make Shigeyuki FUKUSHIMA the new maintainer (was ports@freebsd.org).
Add Japanese enhancements (including some Japanese file formats).
Update or add various patches, including PNG, multi-page TIFF, and
	PDF.

PR:		7751
Submitted by:	Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp>
1998-08-27 18:27:45 +00:00
Thomas Gellekum
cb1387edca Upgrade to use tiff34. 1997-12-01 08:08:03 +00:00
Thomas Gellekum
bd383db4a1 Set window gravity correctly. Minor cleanup while I was at it.
PR:		2920
Submitted by:	John Rochester <jr@cs.mun.ca>
1997-11-04 13:14:17 +00:00
Satoshi Asami
c9c9ee7b8d Add magpic and PhotoCD support. The gist of original patch-aa is
already in the distfile patch, and so is part of patch-ac.  The new
patch-ac is a bug fix (wrong order of arguments -- how did it
work for anyone?!?).

While I'm here, replace "mkdir -p" with "${MKDIR}", etc.

Notified about patch by: ohashi@mickey.ai.kyutech.ac.jp (Takeshi Ohashi)
1997-07-03 07:37:12 +00:00
Andrey A. Chernov
65ddad34ca Build with new jpeg lib now
Some misc cleanup
1996-11-18 00:30:33 +00:00
Eric L. Hernes
afbc09ff62 add a patch for Guido Vollbeding's FixPix dithering.
This is a big win for 15/16 bit displays.
Obtained from: Guido Vollbeding <guivol@esc.de>
1996-10-16 15:42:04 +00:00
Satoshi Asami
4637caed02 Don't use gnumalloc, we've got a better malloc in libc now. 1996-08-28 06:59:13 +00:00
Satoshi Asami
3ecbe20b66 Link with -lgnumalloc. Silence <malloc.h> warning along the way.
Original idea is
----------------
From: Kai Vorma <vode@snakemail.hut.fi>
To: Lars Gerhard Kuehl <lars@elbe.desy.de>
Cc: FreeBSD-hackers@freefall.cdrom.com
Subject: Re: dlmalloc

:
Okay, not faster, but it used memory better. Try xv with standard
malloc, then dlmalloc and finally GNU-malloc. With standard malloc xv
grows until it hits datasize limit (16MB) and dies (usually after 10
or so big jpegs). With dlmalloc xv's VZS was about 15MB after last
picture of that particular set and with GNU malloc it was about 11MB.
:
1995-07-05 11:43:08 +00:00
Satoshi Asami
008f57b428 Patch to make xv call ghostscript (assumed to be in /usr/local/bin/gs)
to render .ps files.  Also calls gunzip to uncompress compressed files.

Submitted by: "Philippe Charnier" <charnier@lirmm.fr>
1995-02-15 03:06:42 +00:00