head 1.5; access; symbols OPENPKG_E1_MP_HEAD:1.4 OPENPKG_E1_MP:1.4 OPENPKG_E1_MP_2_STABLE:1.4 OPENPKG_E1_FP:1.4 OPENPKG_2_STABLE_MP:1.4 OPENPKG_2_STABLE_20061018:1.4 OPENPKG_2_STABLE_20060622:1.4 OPENPKG_2_STABLE:1.4.0.20 OPENPKG_2_STABLE_BP:1.4 OPENPKG_2_5_RELEASE:1.4 OPENPKG_2_5_SOLID:1.4.0.18 OPENPKG_2_5_SOLID_BP:1.4 OPENPKG_2_4_RELEASE:1.4 OPENPKG_2_4_SOLID:1.4.0.16 OPENPKG_2_4_SOLID_BP:1.4 OPENPKG_CW_FP:1.4 OPENPKG_2_3_RELEASE:1.4 OPENPKG_2_3_SOLID:1.4.0.14 OPENPKG_2_3_SOLID_BP:1.4 OPENPKG_2_2_RELEASE:1.4 OPENPKG_2_2_SOLID:1.4.0.12 OPENPKG_2_2_SOLID_BP:1.4 OPENPKG_2_1_RELEASE:1.4 OPENPKG_2_1_SOLID:1.4.0.10 OPENPKG_2_1_SOLID_BP:1.4 OPENPKG_2_0_RELEASE:1.4 OPENPKG_2_0_SOLID:1.4.0.8 OPENPKG_2_0_SOLID_BP:1.4 OPENPKG_1_3_RELEASE:1.4 OPENPKG_1_3_SOLID:1.4.0.6 OPENPKG_1_3_SOLID_BP:1.4 OPENPKG_1_STABLE_MP:1.4 OPENPKG_1_2_RELEASE:1.4 OPENPKG_1_2_SOLID:1.4.0.4 OPENPKG_1_2_SOLID_BP:1.4 OPENPKG_1_STABLE:1.4.0.2 OPENPKG_1_STABLE_BP:1.4; locks; strict; comment @# @; 1.5 date 2007.05.27.21.06.08; author rse; state Exp; branches; next 1.4; commitid xfgxOboMIdjkVBjs; 1.4 date 2003.01.14.10.10.15; author rse; state Exp; branches; next 1.3; 1.3 date 2003.01.11.16.04.32; author rse; state Exp; branches; next 1.2; 1.2 date 2002.12.01.19.51.41; author rse; state Exp; branches; next 1.1; 1.1 date 2002.08.09.19.19.54; author ms; state Exp; branches; next ; desc @@ 1.5 log @upgrading package: xv 3.10a -> 3.10a.20070520 @ text @Index: xv.h --- xv.h.orig 2007-05-27 22:01:23 +0200 +++ xv.h 2007-05-27 22:02:44 +0200 @@@@ -158,7 +158,7 @@@@ #ifndef VMS # include -# ifndef __NetBSD__ +# if !defined(__NetBSD__) && !defined(__FreeBSD__) && !defined(__linux__) # if !(defined __GLIBC__ && __GLIBC__ >= 2) extern int errno; /* SHOULD be in errno.h, but often isn't */ extern char *sys_errlist[]; /* this too... */ @ 1.4 log @fix building under FreeBSD @ text @d1 5 a5 4 diff -Naur xv-3.10a.orig/xv.h xv-3.10a/xv.h --- xv-3.10a.orig/xv.h Mon Jan 23 21:22:23 1995 +++ xv-3.10a/xv.h Fri Aug 9 21:05:23 2002 @@@@ -115,7 +115,7 @@@@ a7 1 extern int errno; /* SHOULD be in errno.h, but often isn't */ d10 3 a12 21 extern char *sys_errlist[]; /* this too... */ # endif #endif @@@@ -159,6 +159,7 @@@@ !defined(bsd43) && \ !defined(aux) && \ !defined(__bsdi__) && \ + !defined(__FreeBSD__) && \ !defined(sequent) # if defined(hp300) || defined(hp800) || defined(NeXT) --- xv-3.10a.orig/vdcomp.c.orig Thu Dec 22 23:34:47 1994 +++ xv-3.10a/vdcomp.c Tue Jan 14 11:08:01 2003 @@@@ -107,6 +107,7 @@@@ !defined(__UMAXV__) && \ !defined(bsd43) && \ !defined(aux) && \ + !defined(__FreeBSD__) && \ !defined(__bsdi__) && \ !defined(sequent) @ 1.3 log @Linux hates redeclaration of sys_errlist, too @ text @d21 10 @ 1.2 log @polish package @ text @d9 1 a9 1 +# if !defined(__NetBSD__) && !defined(__FreeBSD__) @ 1.1 log @Added new package xv. @ text @d4 2 a5 1 @@@@ -116,7 +116,9 @@@@ d8 2 a9 2 # ifndef __NetBSD__ +# ifndef __FreeBSD__ a10 1 +# endif d13 6 d20 1 @