View | Details | Raw Unified | Return to bug 208077
Collapse All | Expand All

(-)Makefile (-5 / +4 lines)
Lines 1-12 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	open-motif
3
PORTNAME=	open-motif
4
PORTVERSION=	2.3.4
4
PORTVERSION=	2.3.5
5
PORTREVISION=	2
6
CATEGORIES=	x11-toolkits
5
CATEGORIES=	x11-toolkits
7
# MASTER_SITES=	SF/${PORTNAME}/Motif%202.3.4%20Source%20Code/
6
# MASTER_SITES=	SF/${PORTNAME}/Motif%202.3.4%20Source%20Code/
8
MASTER_SITES=	SF/motif/Motif%202.3.4%20Source%20Code/
7
MASTER_SITES=	SF/motif/Motif%202.3.5%20Source%20Code/
9
DISTNAME=	motif-${PORTVERSION}-src
8
DISTNAME=	motif-${PORTVERSION}
10
9
11
MAINTAINER=	m.tsatsenko@gmail.com
10
MAINTAINER=	m.tsatsenko@gmail.com
12
COMMENT=	Motif X11 Toolkit (industry standard GUI (IEEE 1295))
11
COMMENT=	Motif X11 Toolkit (industry standard GUI (IEEE 1295))
Lines 21-27 Link Here
21
# WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
20
# WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
22
WRKSRC=		${WRKDIR}/motif-${PORTVERSION}
21
WRKSRC=		${WRKDIR}/motif-${PORTVERSION}
23
22
24
USES=		autoreconf gmake iconv jpeg libtool:keepla pkgconfig tar:tgz
23
USES=		autoreconf gmake iconv jpeg libtool:keepla pkgconfig
25
USE_XORG=	x11 xaw xbitmaps xext xft xt
24
USE_XORG=	x11 xaw xbitmaps xext xft xt
26
GNU_CONFIGURE=	yes
25
GNU_CONFIGURE=	yes
27
USE_LDCONFIG=	yes
26
USE_LDCONFIG=	yes
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (motif-2.3.4-src.tgz) = 637efa09608e0b8f93465dbeb7c92e58ebb14c4bc1b488040eb79a65af3efbe0
1
SHA256 (motif-2.3.5.tar.gz) = afc5c93c03327a7207f5822c272aaf0d98439007aa85a23149f833ba24916d25
2
SIZE (motif-2.3.4-src.tgz) = 9527040
2
SIZE (motif-2.3.5.tar.gz) = 6035803
(-)files/patch-demos__programs__workspace__xrmLib.c (+11 lines)
Line 0 Link Here
1
--- ./demos/programs/workspace/xrmLib.c.orig	2016-03-15 19:52:10.000000000 -0700
2
+++ ./demos/programs/workspace/xrmLib.c	2016-03-16 22:01:43.990986434 -0700
3
@@ -30,7 +30,7 @@
4
 #endif
5
 
6
 #include <stdio.h>
7
-#include <malloc.h>
8
+#include <stdlib.h>
9
 #include <Xm/Xm.h>
10
 #include "wsm.h"
11
 #include "wsmDebug.h"

Return to bug 208077