aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoralex <alex@FreeBSD.org>2000-07-19 21:47:00 +0800
committeralex <alex@FreeBSD.org>2000-07-19 21:47:00 +0800
commitf9c1f9492d37d741baaa5a50fbba0ea6e272dbb3 (patch)
tree239f56b64652cd5513705c8e47fabee047ca842e
parent26b49ca2ca8a2accc0a3e95f0470c9b2e5fa606b (diff)
downloadfreebsd-ports-gnome-f9c1f9492d37d741baaa5a50fbba0ea6e272dbb3.tar.gz
freebsd-ports-gnome-f9c1f9492d37d741baaa5a50fbba0ea6e272dbb3.tar.zst
freebsd-ports-gnome-f9c1f9492d37d741baaa5a50fbba0ea6e272dbb3.zip
Fix for 4.x (include the correct header file which defines
TRUE and FALSE). Portlint, while I'm here. Submitted by: bento
-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)