mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- enable support of g3 fax
- fix initial display with -nolimit Reported by: Michiel Boland
This commit is contained in:
parent
6227699122
commit
98c169e9bc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=234378
@ -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}
|
||||
|
@ -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
|
||||
|
11
graphics/xv/files/patch-xvevent.c
Normal file
11
graphics/xv/files/patch-xvevent.c
Normal 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.
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user