aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/open-motif
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2016-03-17 19:42:19 +0000
committerCy Schubert <cy@FreeBSD.org>2016-03-17 19:42:19 +0000
commit0420ee8e2c3fcbace6fce5abb5fc0a401f2625cf (patch)
treed8c90a07e339f7281c5db0613b01b48ecde99a51 /x11-toolkits/open-motif
parent818ca5c07d4354bdc890bc00302d46a3727268a1 (diff)
downloadports-0420ee8e2c3fcbace6fce5abb5fc0a401f2625cf.tar.gz
ports-0420ee8e2c3fcbace6fce5abb5fc0a401f2625cf.zip
Update 2.3.4 --> 2.3.5.
Take maintainership of this port. PR: 2208077 Submitted by: cy Approved by: Maintainer (Mikhail Tsatsenko <m.tsatsenko@gmail.com>)
Notes
Notes: svn path=/head/; revision=411302
Diffstat (limited to 'x11-toolkits/open-motif')
-rw-r--r--x11-toolkits/open-motif/Makefile11
-rw-r--r--x11-toolkits/open-motif/distinfo4
-rw-r--r--x11-toolkits/open-motif/files/patch-demos__programs__workspace__xrmLib.c11
3 files changed, 18 insertions, 8 deletions
diff --git a/x11-toolkits/open-motif/Makefile b/x11-toolkits/open-motif/Makefile
index e787bf7c2692..edfe6abd9583 100644
--- a/x11-toolkits/open-motif/Makefile
+++ b/x11-toolkits/open-motif/Makefile
@@ -1,14 +1,13 @@
# $FreeBSD$
PORTNAME= open-motif
-PORTVERSION= 2.3.4
-PORTREVISION= 2
+PORTVERSION= 2.3.5
CATEGORIES= x11-toolkits
# MASTER_SITES= SF/${PORTNAME}/Motif%202.3.4%20Source%20Code/
-MASTER_SITES= SF/motif/Motif%202.3.4%20Source%20Code/
-DISTNAME= motif-${PORTVERSION}-src
+MASTER_SITES= SF/motif/Motif%202.3.5%20Source%20Code/
+DISTNAME= motif-${PORTVERSION}
-MAINTAINER= m.tsatsenko@gmail.com
+MAINTAINER= cy@FreeBSD.org
COMMENT= Motif X11 Toolkit (industry standard GUI (IEEE 1295))
LICENSE= LGPL21
@@ -21,7 +20,7 @@ CONFLICTS= lesstif-[0-9]*
# WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
WRKSRC= ${WRKDIR}/motif-${PORTVERSION}
-USES= autoreconf gmake iconv jpeg libtool:keepla pkgconfig tar:tgz
+USES= autoreconf gmake iconv jpeg libtool:keepla pkgconfig
USE_XORG= x11 xaw xbitmaps xext xft xt
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
diff --git a/x11-toolkits/open-motif/distinfo b/x11-toolkits/open-motif/distinfo
index c3bdd0057a83..b87d6069e9c0 100644
--- a/x11-toolkits/open-motif/distinfo
+++ b/x11-toolkits/open-motif/distinfo
@@ -1,2 +1,2 @@
-SHA256 (motif-2.3.4-src.tgz) = 637efa09608e0b8f93465dbeb7c92e58ebb14c4bc1b488040eb79a65af3efbe0
-SIZE (motif-2.3.4-src.tgz) = 9527040
+SHA256 (motif-2.3.5.tar.gz) = afc5c93c03327a7207f5822c272aaf0d98439007aa85a23149f833ba24916d25
+SIZE (motif-2.3.5.tar.gz) = 6035803
diff --git a/x11-toolkits/open-motif/files/patch-demos__programs__workspace__xrmLib.c b/x11-toolkits/open-motif/files/patch-demos__programs__workspace__xrmLib.c
new file mode 100644
index 000000000000..9f898dc4d9eb
--- /dev/null
+++ b/x11-toolkits/open-motif/files/patch-demos__programs__workspace__xrmLib.c
@@ -0,0 +1,11 @@
+--- ./demos/programs/workspace/xrmLib.c.orig 2016-03-15 19:52:10.000000000 -0700
++++ ./demos/programs/workspace/xrmLib.c 2016-03-16 22:01:43.990986434 -0700
+@@ -30,7 +30,7 @@
+ #endif
+
+ #include <stdio.h>
+-#include <malloc.h>
++#include <stdlib.h>
+ #include <Xm/Xm.h>
+ #include "wsm.h"
+ #include "wsmDebug.h"