1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- enable support of g3 fax

- fix initial display with -nolimit
Reported by:	Michiel Boland
This commit is contained in:
Dirk Meyer 2009-05-22 05:33:34 +00:00
parent 6227699122
commit 98c169e9bc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=234378
4 changed files with 14 additions and 2 deletions

View File

@ -7,7 +7,7 @@
PORTNAME= xv
PORTVERSION= 3.10a
PORTREVISION= 8
PORTREVISION= 9
CATEGORIES+= graphics
MASTER_SITES= ftp://ftp.cis.upenn.edu/pub/xv/:base \
${MASTER_SITE_SOURCEFORGE}

View File

@ -41,7 +41,7 @@
#endif
+#ifdef UseInstalledTiff
+TIFF = -DDOTIFF -DUSE_TILED_TIFF_BOTLEFT_FIX
+TIFF = -DDOTIFF -DUSE_TILED_TIFF_BOTLEFT_FIX -DOG3
+LIBTIFF = -L${LOCALBASE}/lib -ltiff
+TIFFINCLUDE = -I${LOCALBASE}/include
+#endif

View File

@ -0,0 +1,11 @@
--- xvevent.c.orig 2009-05-22 07:21:18.000000000 +0200
+++ xvevent.c 2009-05-22 07:21:48.000000000 +0200
@@ -814,7 +814,7 @@
debkludge_offy = eHIGH-xwa.height+p_offy;
}
-#if 0
+#if 1
/* FIXME: if we want to do this, we first have to wait for a configure
* notify to avoid a race condition because the location might be in-
* correct if the window manager does placement after managing the window.

View File

@ -18,3 +18,4 @@ for proper usage.
LICENSE: shareware, free for personal use
WWW: http://www.trilon.com/xv/
WWW: http://www.gregroelofs.com/greg_xv.html