summaryrefslogtreecommitdiff
path: root/graphics/xmrm
diff options
context:
space:
mode:
authorAlexander Langer <alex@FreeBSD.org>2000-07-19 13:47:00 +0000
committerAlexander Langer <alex@FreeBSD.org>2000-07-19 13:47:00 +0000
commit6a645f9b15e845d193c00ec363f258cdec7bdd15 (patch)
treea4c63d6abefc36663a0f27356eaf5f54736ad9ab /graphics/xmrm
parentMark BROKEN - this port hasn't compiled for months now. (diff)
Fix for 4.x (include the correct header file which defines
TRUE and FALSE). Portlint, while I'm here. Submitted by: bento
Notes
Notes: svn path=/head/; revision=30862
Diffstat (limited to 'graphics/xmrm')
-rw-r--r--graphics/xmrm/Makefile3
-rw-r--r--graphics/xmrm/files/patch-ag16
-rw-r--r--graphics/xmrm/pkg-descr4
3 files changed, 16 insertions, 7 deletions
diff --git a/graphics/xmrm/Makefile b/graphics/xmrm/Makefile
index 9a05e587c545..9e548e4d3fc0 100644
--- a/graphics/xmrm/Makefile
+++ b/graphics/xmrm/Makefile
@@ -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
diff --git a/graphics/xmrm/files/patch-ag b/graphics/xmrm/files/patch-ag
index 3478c3023fae..383465251e04 100644
--- a/graphics/xmrm/files/patch-ag
+++ b/graphics/xmrm/files/patch-ag
@@ -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) )
{
diff --git a/graphics/xmrm/pkg-descr b/graphics/xmrm/pkg-descr
index fbfeb84598de..cdcf3a7cf602 100644
--- a/graphics/xmrm/pkg-descr
+++ b/graphics/xmrm/pkg-descr
@@ -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)