Fix for 4.x (include the correct header file which defines

TRUE and FALSE).

Portlint, while I'm here.

Submitted by:	bento
This commit is contained in:
Alexander Langer 2000-07-19 13:47:00 +00:00
parent d6dd2bbca9
commit 6a645f9b15
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=30862
3 changed files with 16 additions and 7 deletions

View file

@ -10,7 +10,8 @@ PORTVERSION= 2.0
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.cg.tuwien.ac.at/pub/linux/xmrm/ \
ftp://ftp.uni-passau.de/mount/common.lib.archive.unix/Graphic/xmrm/
DISTFILES= xmrm20_sources.tgz
DISTNAME= ${PORTNAME}${PORTVERSION:S/.//}_sources
EXTRACT_SUFX= .tgz
MAINTAINER= treif@mayn.de

View file

@ -1,6 +1,14 @@
--- xmrm_mpeg_main.cc.orig Mon Mar 9 17:00:00 1998
+++ xmrm_mpeg_main.cc Tue Mar 28 15:37:11 2000
@@ -68,7 +68,7 @@
--- xmrm_mpeg_main.cc.orig Tue Mar 10 00:00:00 1998
+++ xmrm_mpeg_main.cc Wed Jul 19 15:43:38 2000
@@ -8,6 +8,7 @@
#include <forms.h>
#include <unistd.h>
#include "xmrm_mpeg.h"
+#include "const.h"
#define MAX_PIC_NUM 999
#define BORDER_WIDTH -1
@@ -68,7 +69,7 @@
{
int count = 0;
@ -9,7 +17,7 @@
while ( !(*ext = strstr(fname_only,backup_class->number_str)) && (count <= MAX_PIC_NUM) )
{
@@ -417,7 +417,7 @@
@@ -417,7 +418,7 @@
// Check for even picture size
if ( (tif_w % 2) || (tif_h % 2) )
{

View file

@ -9,5 +9,5 @@ xmrm supports all Direct-Color-modes (Hi-Color, Real-Color: 15bpp,16bpp
and True-Color: 24bpp,32bpp), but it doesn't run with any Color-
LookUpTable-mode (8bpp modes) !
ONLINE-MANUAL: http://www.cg.tuwien.ac.at/~xmrm/
The XMRM-Homepage: http://www.cg.tuwien.ac.at/research/ca/mrm/xmrm.html
WWW: http://www.cg.tuwien.ac.at/~xmrm/ (Homepage)
WWW: http://www.cg.tuwien.ac.at/research/ca/mrm/xmrm.html (Documentation)