View | Details | Raw Unified | Return to bug 173198 | Differences between
and this patch

Collapse All | Expand All

(-)motif/Makefile (-19 / +17 lines)
Lines 1-29 Link Here
1
# ex:ts=8
1
# $FreeBSD$
2
# New ports collection makefile for:	motif
3
# Date created:		5 December 1994
4
# Whom:			asami
5
#
6
# $FreeBSD: ports/x11-toolkits/open-motif/Makefile,v 1.58 2012/09/13 08:05:31 rm Exp $
7
#
2
#
8
3
9
PORTNAME=	open-motif
4
PORTNAME=	motif
10
PORTVERSION=	2.3.3
5
PORTVERSION=	2.3.4
11
PORTREVISION=	2
12
CATEGORIES=	x11-toolkits
6
CATEGORIES=	x11-toolkits
13
MASTER_SITES=	ftp://ftp.ics.com/openmotif/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}/${PORTVERSION}/
7
MASTER_SITES=	SF/${PORTNAME}/Motif%202.3.4%20Source%20Code/
14
DISTNAME=	openmotif-${PORTVERSION}
8
DISTNAME=	motif-${PORTVERSION}-src
15
DIST_SUBDIR=	openmotif
9
EXTRACT_SUFX=	.tgz
16
10
17
MAINTAINER=	m.tsatsenko@gmail.com
11
MAINTAINER=	m.tsatsenko@gmail.com
18
COMMENT=	Motif X11 Toolkit (industry standard GUI (IEEE 1295))
12
COMMENT=	Motif X11 Toolkit (industry standard GUI (IEEE 1295))
19
13
14
LICENSE=	LGPL21
15
LICENSE_FILE=	${WRKSRC}/COPYING
16
20
LIB_DEPENDS=	png15:${PORTSDIR}/graphics/png \
17
LIB_DEPENDS=	png15:${PORTSDIR}/graphics/png \
21
		jpeg.11:${PORTSDIR}/graphics/jpeg
18
		jpeg:${PORTSDIR}/graphics/jpeg
22
19
23
MAKE_JOBS_UNSAFE=	yes
20
MAKE_JOBS_UNSAFE=	yes
24
CONFLICTS=	lesstif-[0-9]*
21
CONFLICTS=	lesstif-[0-9]* open-motif-[0-0]*
22
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
25
23
26
USE_AUTOTOOLS=	libtool
24
USE_AUTOTOOLS=	libtool autoconf:env automake:env
27
USE_ICONV=	yes
25
USE_ICONV=	yes
28
USE_GMAKE=	yes
26
USE_GMAKE=	yes
29
USE_XORG=	xaw xbitmaps xft
27
USE_XORG=	xaw xbitmaps xft
Lines 87-95 Link Here
87
	@${FIND} ${WRKSRC}/doc/man/man5 -name '*.5' -maxdepth 1 | \
85
	@${FIND} ${WRKSRC}/doc/man/man5 -name '*.5' -maxdepth 1 | \
88
		${XARGS} ${REINPLACE_CMD} -e 's|special file|5| ; \
86
		${XARGS} ${REINPLACE_CMD} -e 's|special file|5| ; \
89
		 s|file formats|5|'
87
		 s|file formats|5|'
90
	@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' \
88
91
		-e '/-dumpversion/{ s/==/=/; s/gcc/$$CC/; }' \
89
pre-configure:
92
		${WRKSRC}/configure
90
	cd ${WRKSRC} && ./autogen.sh
93
91
94
post-install:
92
post-install:
95
.if defined(WITH_OPENMOTIF_DEMOS)
93
.if defined(WITH_OPENMOTIF_DEMOS)
Lines 172-178 Link Here
172
.endif
170
.endif
173
.if !defined(WITHOUT_OPENMOTIF_MANUALS)
171
.if !defined(WITHOUT_OPENMOTIF_MANUALS)
174
	@${MKDIR} ${DOCSDIR}
172
	@${MKDIR} ${DOCSDIR}
175
.for i in BUGREPORT COPYRIGHT.MOTIF README RELNOTES
173
.for i in BUGREPORT README RELNOTES
176
	${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
174
	${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
177
.endfor
175
.endfor
178
.endif
176
.endif
(-)motif/Makefile.man (-2 / +3 lines)
Lines 711-718 Link Here
711
	XmVaCreateToggleButton.3 \
711
	XmVaCreateToggleButton.3 \
712
	XmVaCreateToggleButtonGadget.3 \
712
	XmVaCreateToggleButtonGadget.3 \
713
	XmWidgetGetDisplayRect.3
713
	XmWidgetGetDisplayRect.3
714
MAN4= \
715
	mwmrc.4
714
MAN5= \
716
MAN5= \
715
	Traits.5 \
717
	Traits.5 \
716
	UIL.5 \
718
	UIL.5 \
717
	WML.5 \
719
	WML.5
718
	mwmrc.5
(-)motif/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (openmotif/openmotif-2.3.3.tar.gz) = c85f5545e218fa0c59a3789192132d472fc5a33e914a221a568eee4fc10cd103
1
SHA256 (motif-2.3.4-src.tgz) = 637efa09608e0b8f93465dbeb7c92e58ebb14c4bc1b488040eb79a65af3efbe0
2
SIZE (openmotif/openmotif-2.3.3.tar.gz) = 6051202
2
SIZE (motif-2.3.4-src.tgz) = 9527040
(-)motif/files/patch-Makefile.in (-11 lines)
Lines 1-11 Link Here
1
--- Makefile.in.orig	2010-03-12 17:45:02.000000000 +0300
2
+++ Makefile.in	2011-01-16 00:21:21.000000000 +0300
3
@@ -289,7 +289,7 @@
4
              tools \
5
              clients \
6
              doc \
7
-             demos
8
+             ${DEMOS}
9
 
10
 AUTOMAKE_OPTIONS = 1.4
11
 ACLOCAL_AMFLAGS = -I .
(-)motif/files/patch-Makefile.in.orig (+11 lines)
Line 0 Link Here
1
--- Makefile.in.orig	2010-03-12 17:45:02.000000000 +0300
2
+++ Makefile.in	2011-01-16 00:21:21.000000000 +0300
3
@@ -289,7 +289,7 @@
4
              tools \
5
              clients \
6
              doc \
7
-             demos
8
+             ${DEMOS}
9
 
10
 AUTOMAKE_OPTIONS = 1.4
11
 ACLOCAL_AMFLAGS = -I .
(-)motif/files/patch-clients::mwm::Makefile.in (-10 lines)
Lines 1-10 Link Here
1
--- clients/mwm/Makefile.in.orig	2010-03-12 17:44:20.000000000 +0300
2
+++ clients/mwm/Makefile.in	2011-01-16 00:23:47.000000000 +0300
3
@@ -314,6 +314,7 @@
4
            -DBITMAPDIR=\"@INCDIR@/bitmaps\" \
5
            -DMWMRCDIR=\"$(MWMRCDIR)\" \
6
            -I$(top_builddir)/lib \
7
+           -DLIBDIR=\"@LIBDIR@\" \
8
            -I$(srcdir)/../../lib ${X_CFLAGS}
9
 
10
 SRCS1 = WmCDInfo.c	WmCDecor.c	WmCEvent.c\
(-)motif/files/patch-clients::mwm::Makefile.in.orig (+10 lines)
Line 0 Link Here
1
--- clients/mwm/Makefile.in.orig	2010-03-12 17:44:20.000000000 +0300
2
+++ clients/mwm/Makefile.in	2011-01-16 00:23:47.000000000 +0300
3
@@ -314,6 +314,7 @@
4
            -DBITMAPDIR=\"@INCDIR@/bitmaps\" \
5
            -DMWMRCDIR=\"$(MWMRCDIR)\" \
6
            -I$(top_builddir)/lib \
7
+           -DLIBDIR=\"@LIBDIR@\" \
8
            -I$(srcdir)/../../lib ${X_CFLAGS}
9
 
10
 SRCS1 = WmCDInfo.c	WmCDecor.c	WmCEvent.c\
(-)motif/files/patch-clients__uil__UilDefI.h (-5 / +5 lines)
Lines 1-11 Link Here
1
--- clients/uil/UilDefI.h.orig	2011-01-16 01:16:45.000000000 +0300
1
--- clients/uil/UilDefI.h.orig	2012-10-22 07:50:39.000000000 -0700
2
+++ clients/uil/UilDefI.h	2011-01-16 01:17:35.000000000 +0300
2
+++ clients/uil/UilDefI.h	2012-10-26 15:18:31.064731493 -0700
3
@@ -283,7 +283,7 @@
3
@@ -270,7 +270,7 @@
4
 #include "UilIODef.h"
4
 #include "UilIODef.h"
5
 #include "UilDiagDef.h"
5
 #include "UilDiagDef.h"
6
 #include "UilSarDef.h"
6
 #include "UilSarDef.h"
7
-#if defined(linux)
7
-#if defined(linux) || defined(__APPLE__)
8
+#if defined(linux) || defined(__FreeBSD__)
8
+#if defined(linux) || defined(__APPLE__) || defined(__FreeBSD__)
9
 #define YYSTYPE yystype
9
 #define YYSTYPE yystype
10
 #endif
10
 #endif
11
 #include "UilLexPars.h"
11
 #include "UilLexPars.h"
(-)motif/files/patch-clients__uil__UilDefI.h.orig (+11 lines)
Line 0 Link Here
1
--- clients/uil/UilDefI.h.orig	2011-01-16 01:16:45.000000000 +0300
2
+++ clients/uil/UilDefI.h	2011-01-16 01:17:35.000000000 +0300
3
@@ -283,7 +283,7 @@
4
 #include "UilIODef.h"
5
 #include "UilDiagDef.h"
6
 #include "UilSarDef.h"
7
-#if defined(linux)
8
+#if defined(linux) || defined(__FreeBSD__)
9
 #define YYSTYPE yystype
10
 #endif
11
 #include "UilLexPars.h"
(-)motif/files/patch-demos::programs::Makefile.in (-10 lines)
Lines 1-10 Link Here
1
--- demos/programs/Makefile.in.orig	2010-03-12 17:44:37.000000000 +0300
2
+++ demos/programs/Makefile.in	2011-01-16 00:29:46.000000000 +0300
3
@@ -261,7 +261,6 @@
4
          popups \
5
          sampler2_0 \
6
          setdate \
7
-         Exm \
8
          todo \
9
          workspace \
10
          hellomotifi18n \
(-)motif/files/patch-demos::programs::Makefile.in.orig (+10 lines)
Line 0 Link Here
1
--- demos/programs/Makefile.in.orig	2010-03-12 17:44:37.000000000 +0300
2
+++ demos/programs/Makefile.in	2011-01-16 00:29:46.000000000 +0300
3
@@ -261,7 +261,6 @@
4
          popups \
5
          sampler2_0 \
6
          setdate \
7
-         Exm \
8
          todo \
9
          workspace \
10
          hellomotifi18n \
(-)motif/files/patch-doc::man::Makefile.in (-11 lines)
Lines 1-11 Link Here
1
--- doc/man/Makefile.in.orig	2010-03-12 17:44:56.000000000 +0300
2
+++ doc/man/Makefile.in	2011-01-16 00:36:46.000000000 +0300
3
@@ -245,7 +245,7 @@
4
 top_builddir = @top_builddir@
5
 top_srcdir = @top_srcdir@
6
 MAINTAINERCLEANFILES = Makefile.in
7
-SUBDIRS = man1 man3 man4 man5
8
+SUBDIRS = man1 man3 man5
9
 all: all-recursive
10
 
11
 .SUFFIXES:
(-)motif/files/patch-doc::man::Makefile.in.orig (+11 lines)
Line 0 Link Here
1
--- doc/man/Makefile.in.orig	2010-03-12 17:44:56.000000000 +0300
2
+++ doc/man/Makefile.in	2011-01-16 00:36:46.000000000 +0300
3
@@ -245,7 +245,7 @@
4
 top_builddir = @top_builddir@
5
 top_srcdir = @top_srcdir@
6
 MAINTAINERCLEANFILES = Makefile.in
7
-SUBDIRS = man1 man3 man4 man5
8
+SUBDIRS = man1 man3 man5
9
 all: all-recursive
10
 
11
 .SUFFIXES:
(-)motif/files/patch-doc::man::man5::Makefile.in (-11 lines)
Lines 1-11 Link Here
1
--- doc/man/man5/Makefile.in.orig	2011-01-16 02:23:56.000000000 +0300
2
+++ doc/man/man5/Makefile.in	2011-01-16 02:24:21.000000000 +0300
3
@@ -234,7 +234,8 @@
4
 man_MANS = \
5
     Traits.5 \
6
     UIL.5 \
7
-    WML.5
8
+    WML.5 \
9
+    mwmrc.5
10
 
11
 all: all-am
(-)motif/files/patch-doc::man::man5::Makefile.in.orig (+11 lines)
Line 0 Link Here
1
--- doc/man/man5/Makefile.in.orig	2011-01-16 02:23:56.000000000 +0300
2
+++ doc/man/man5/Makefile.in	2011-01-16 02:24:21.000000000 +0300
3
@@ -234,7 +234,8 @@
4
 man_MANS = \
5
     Traits.5 \
6
     UIL.5 \
7
-    WML.5
8
+    WML.5 \
9
+    mwmrc.5
10
 
11
 all: all-am
(-)motif/files/patch-ltmain.sh (-15 lines)
Lines 1-15 Link Here
1
--- ltmain.sh.orig	2009-12-02 18:09:01.000000000 +0300
2
+++ ltmain.sh	2011-01-16 00:51:04.000000000 +0300
3
@@ -2077,10 +2077,12 @@
4
 	fi
5
 
6
 	# Install the pseudo-library for information purposes.
7
+	if /usr/bin/false; then
8
 	func_basename "$file"
9
 	name="$func_basename_result"
10
 	instname="$dir/$name"i
11
 	func_show_eval "$install_prog $instname $destdir/$name" 'exit $?'
12
+	fi
13
 
14
 	# Maybe install the static library, too.
15
 	test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"
(-)motif/files/patch-ltmain.sh.orig (+15 lines)
Line 0 Link Here
1
--- ltmain.sh.orig	2009-12-02 18:09:01.000000000 +0300
2
+++ ltmain.sh	2011-01-16 00:51:04.000000000 +0300
3
@@ -2077,10 +2077,12 @@
4
 	fi
5
 
6
 	# Install the pseudo-library for information purposes.
7
+	if /usr/bin/false; then
8
 	func_basename "$file"
9
 	name="$func_basename_result"
10
 	instname="$dir/$name"i
11
 	func_show_eval "$install_prog $instname $destdir/$name" 'exit $?'
12
+	fi
13
 
14
 	# Maybe install the static library, too.
15
 	test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"
(-)motif/pkg-descr (-14 / +1 lines)
Lines 4-23 Link Here
4
vendors with the industry's most widely used environment for standardizing
4
vendors with the industry's most widely used environment for standardizing
5
application presentation on a wide range of platforms.  Motif is the
5
application presentation on a wide range of platforms.  Motif is the
6
leading user interface toolkit for the UNIX(r) system.
6
leading user interface toolkit for the UNIX(r) system.
7
7
 
8
Here is what you might ask.  (excerpted from The Open Group FAQ)
9
10
  Q:  What is Open Motif? How does it differ from standard Motif?
11
12
  A:  Aside from some different copyright and license statements, both
13
  Motif and Open Motif share the same functionality and source code.  The
14
  primary difference is the software license for each of the software
15
  products. Open Motif source code and binaries can be distributed royalty
16
  free under The Open Group Public License as long as the operating system
17
  upon which Open Motif is running meets the OSI's Open Source Definition.
18
  Motif is made available under the standard Open Group software licenses
19
  and requires the payment of source code and royalty fees.
20
  
21
NOTE: Some ports with GNU configure do not know that Motif 2.1 requires -lXp.
8
NOTE: Some ports with GNU configure do not know that Motif 2.1 requires -lXp.
22
In that case, you need to edit Makefile after configure, or, hack
9
In that case, you need to edit Makefile after configure, or, hack
23
configure(.in) before configure.
10
configure(.in) before configure.
(-)motif/pkg-plist (-1 / +321 lines)
Lines 352-359 Link Here
352
lib/libXm.la
352
lib/libXm.la
353
lib/libXm.so
353
lib/libXm.so
354
lib/libXm.so.4
354
lib/libXm.so.4
355
man/manm/exm_in_c.man
356
man/manm/simpleDemo.man
357
share/Xm/ButtonBox/Imakefile
358
share/Xm/ButtonBox/bboxdemo
359
share/Xm/ButtonBox/bboxdemo.c
360
share/Xm/Color/Imakefile
361
share/Xm/Color/colordemo
362
share/Xm/Color/colordemo.c
363
share/Xm/Color/util-c.c
364
share/Xm/Column/Column.ad
365
share/Xm/Column/Imakefile
366
share/Xm/Column/column
367
share/Xm/Column/column.c
368
share/Xm/Exm/app_in_c/exm_in_c
369
share/Xm/Exm/simple_app/README
370
share/Xm/Exm/simple_app/simpleDemo
371
share/Xm/Ext18list/Imakefile
372
share/Xm/Ext18list/callbacks-c.c
373
share/Xm/Ext18list/creation.c
374
share/Xm/Ext18list/ext18list
375
share/Xm/Ext18list/ext18list.c
376
share/Xm/Ext18list/extlist.h
377
share/Xm/Ext18list/pixmaps/clown.xbm
378
share/Xm/Ext18list/pixmaps/crab.xpm
379
share/Xm/Ext18list/pixmaps/eye.xpm
380
share/Xm/Ext18list/pixmaps/porsche.xpm
381
share/Xm/Ext18list/pixmaps/stopsign.xpm
382
share/Xm/Ext18list/util-c.c
383
share/Xm/Icon/Imakefile
384
share/Xm/Icon/iconbuttondemo
385
share/Xm/Icon/iconbuttondemo.c
386
share/Xm/Icon/misc.c
387
share/Xm/Icon/small.bm
388
share/Xm/Outline/Imakefile
389
share/Xm/Outline/outline
390
share/Xm/Outline/outline.c
391
share/Xm/Paned2/Imakefile
392
share/Xm/Paned2/creation-c.c
393
share/Xm/Paned2/paned
394
share/Xm/Paned2/paned.c
395
share/Xm/Tabstack/Imakefile
396
share/Xm/Tabstack/bxutils.c
397
share/Xm/Tabstack/callbacks.c
398
share/Xm/Tabstack/creation.c
399
share/Xm/Tabstack/creation.h
400
share/Xm/Tabstack/main.c
401
share/Xm/Tabstack/tabstack
402
share/Xm/Tree/Imakefile
403
share/Xm/Tree/bxutil-c.c
404
share/Xm/Tree/tree
405
share/Xm/Tree/tree.c
406
share/Xm/airport/Imakefile
407
share/Xm/airport/README
408
share/Xm/airport/XmdAirport.ad
409
share/Xm/airport/airport
410
share/Xm/airport/airport.h
411
share/Xm/airport/dragsource.c
412
share/Xm/airport/dragsource.h
413
share/Xm/airport/dropsite.c
414
share/Xm/airport/dropsite.h
415
share/Xm/airport/main.c
416
share/Xm/airport/main.h
417
share/Xm/animate/Imakefile
418
share/Xm/animate/README
419
share/Xm/animate/XmdAnimate.ad
420
share/Xm/animate/animate.help
421
share/Xm/animate/animate.man
422
share/Xm/animate/dog.uid
423
share/Xm/animate/dog.uil
424
share/Xm/animate/plane.uid
425
share/Xm/animate/plane.uil
426
share/Xm/animate/superman.uid
427
share/Xm/animate/superman.uil
428
share/Xm/animate/superman1.xbm
429
share/Xm/animate/superman2.xbm
430
share/Xm/animate/superman3.xbm
431
share/Xm/animate/superman4.xbm
432
share/Xm/animate/superman5.xbm
433
share/Xm/animate/superman6.xbm
434
share/Xm/animate/xmanimate
435
share/Xm/animate/xmanimate.c
436
share/Xm/animate/xmanimate.man
437
share/Xm/animate/xmanimate.uid
438
share/Xm/animate/xmanimate.uil
439
share/Xm/autopopups/Imakefile
440
share/Xm/autopopups/README
441
share/Xm/autopopups/autopopups
442
share/Xm/autopopups/autopopups.c
443
share/Xm/autopopups/autopopups.man
444
share/Xm/combo2/Combo.ad
445
share/Xm/combo2/Imakefile
446
share/Xm/combo2/combo
447
share/Xm/combo2/combo.c
448
share/Xm/drag_and_drop/DNDDemo
449
share/Xm/drag_and_drop/DNDDemo.c
450
share/Xm/drag_and_drop/DNDDemo.man
451
share/Xm/drag_and_drop/DNDDraw.c
452
share/Xm/drag_and_drop/Imakefile
453
share/Xm/drag_and_drop/README
454
share/Xm/drag_and_drop/simpledrop
455
share/Xm/drag_and_drop/simpledrop.c
456
share/Xm/drag_and_drop/simpledrop.man
457
share/Xm/draw/Imakefile
458
share/Xm/draw/README
459
share/Xm/draw/XmdDraw.ad
460
share/Xm/draw/draw
461
share/Xm/draw/draw.c
462
share/Xm/draw/draw.help
463
share/Xm/draw/draw.man
464
share/Xm/earth/Imakefile
465
share/Xm/earth/README
466
share/Xm/earth/earth
467
share/Xm/earth/earth.c
468
share/Xm/earth/earth.man
469
share/Xm/earth/terre.xbm
470
share/Xm/filemanager/Imakefile
471
share/Xm/filemanager/XmdFilemanager.ad
472
share/Xm/filemanager/actions.c
473
share/Xm/filemanager/code.xpm
474
share/Xm/filemanager/convert.c
475
share/Xm/filemanager/dir.xpm
476
share/Xm/filemanager/exec.xpm
477
share/Xm/filemanager/file.xpm
478
share/Xm/filemanager/filemanager
479
share/Xm/filemanager/filemanager.c
480
share/Xm/filemanager/filemanager.h
481
share/Xm/filemanager/filemanager.help
482
share/Xm/filemanager/filemanager.man
483
share/Xm/filemanager/interface.c
484
share/Xm/filemanager/none.xpm
485
share/Xm/filemanager/obj.xpm
486
share/Xm/filemanager/pix.xpm
487
share/Xm/filemanager/readdir.c
488
share/Xm/filemanager/s_dir.xpm
489
share/Xm/filemanager/s_exec.xpm
490
share/Xm/filemanager/s_file.xpm
491
share/Xm/filemanager/s_none.xpm
492
share/Xm/filemanager/s_pix.xpm
493
share/Xm/fileview/English.df
494
share/Xm/fileview/English.uid
495
share/Xm/fileview/English.uil
496
share/Xm/fileview/Fileview.ad
497
share/Xm/fileview/French.df
498
share/Xm/fileview/French.uid
499
share/Xm/fileview/French.uil
500
share/Xm/fileview/German.df
501
share/Xm/fileview/German.uid
502
share/Xm/fileview/German.uil
503
share/Xm/fileview/README
504
share/Xm/fileview/file.c
505
share/Xm/fileview/file.h
506
share/Xm/fileview/fileE.h
507
share/Xm/fileview/fileview
508
share/Xm/fileview/fileview.h
509
share/Xm/fileview/main.c
510
share/Xm/fileview/main.h
511
share/Xm/fileview/mainE.h
512
share/Xm/fileview/text.c
513
share/Xm/fileview/text.h
514
share/Xm/fileview/textE.h
515
share/Xm/fontsel/Imakefile
516
share/Xm/fontsel/callbacks-c.c
517
share/Xm/fontsel/creation-c.c
518
share/Xm/fontsel/fontsel
519
share/Xm/fontsel/fontsel.c
520
share/Xm/fontsel/fontsel.h
521
share/Xm/getsubres/Imakefile
522
share/Xm/getsubres/README
523
share/Xm/getsubres/getsubres
524
share/Xm/getsubres/getsubres.c
525
share/Xm/getsubres/getsubres.help
526
share/Xm/getsubres/getsubres.man
527
share/Xm/helloint/Imakefile
528
share/Xm/helloint/README
529
share/Xm/helloint/helloint
530
share/Xm/helloint/helloint.c
531
share/Xm/helloint/helloint.man
532
share/Xm/helloint/helloint.uid
533
share/Xm/helloint/helloint.uil
534
share/Xm/hellomotif/Imakefile
535
share/Xm/hellomotif/README
536
share/Xm/hellomotif/hellomotif
537
share/Xm/hellomotif/hellomotif.c
538
share/Xm/hellomotif/hellomotif.uid
539
share/Xm/hellomotif/hellomotif.uil
540
share/Xm/i18ninput/Imakefile
541
share/Xm/i18ninput/README
542
share/Xm/i18ninput/XmdI18nInput.ad
543
share/Xm/i18ninput/i18ninput
544
share/Xm/i18ninput/i18ninput.c
545
share/Xm/i18ninput/i18ninput.help
546
share/Xm/i18ninput/i18ninput.man
547
share/Xm/i18ninput/input.c
548
share/Xm/panner/Imakefile
549
share/Xm/panner/README
550
share/Xm/panner/panner
551
share/Xm/panner/panner.c
552
share/Xm/panner/panner.man
553
share/Xm/periodic/Imakefile
554
share/Xm/periodic/README
555
share/Xm/periodic/XmdPeriodic.ad
556
share/Xm/periodic/periodic
557
share/Xm/periodic/periodic.c
558
share/Xm/periodic/periodic.uid
559
share/Xm/periodic/periodic.uil
560
share/Xm/periodic/periodic_l.uil
561
share/Xm/piano/Imakefile
562
share/Xm/piano/Inv8_part1.piano
563
share/Xm/piano/Inv8_part2.piano
564
share/Xm/piano/README
565
share/Xm/piano/piano
566
share/Xm/piano/piano.c
567
share/Xm/piano/piano.images
568
share/Xm/piano/piano.man
569
share/Xm/pixmaps/clown.xbm
570
share/Xm/pixmaps/crab.xpm
571
share/Xm/pixmaps/eye.xpm
572
share/Xm/pixmaps/porsche.xpm
573
share/Xm/pixmaps/stopsign.xpm
574
share/Xm/sampler2_0/Imakefile
575
share/Xm/sampler2_0/README
576
share/Xm/sampler2_0/XmdSampler2_0.ad
577
share/Xm/sampler2_0/bee.xpm
578
share/Xm/sampler2_0/bomb.xpm
579
share/Xm/sampler2_0/cherry.xpm
580
share/Xm/sampler2_0/da.xpm
581
share/Xm/sampler2_0/girlface.xpm
582
share/Xm/sampler2_0/k7.xpm
583
share/Xm/sampler2_0/labir.xpm
584
share/Xm/sampler2_0/main.xpm
585
share/Xm/sampler2_0/pile.xpm
586
share/Xm/sampler2_0/prev.xpm
587
share/Xm/sampler2_0/sampler2_0
588
share/Xm/sampler2_0/sampler2_0.c
589
share/Xm/sampler2_0/sampler2_0.help
590
share/Xm/sampler2_0/sampler2_0.man
591
share/Xm/sampler2_0/spir.xpm
592
share/Xm/sampler2_0/stack.xpm
593
share/Xm/sampler2_0/text.xpm
594
share/Xm/setDate/Imakefile
595
share/Xm/setDate/README
596
share/Xm/setDate/XmdSetDate.ad
597
share/Xm/setDate/setDate
598
share/Xm/setDate/setDate.c
599
share/Xm/setDate/setDate.man
600
share/Xm/todo/Imakefile
601
share/Xm/todo/README
602
share/Xm/todo/XmdTodo.ad
603
share/Xm/todo/actions.c
604
share/Xm/todo/example.todo
605
share/Xm/todo/io.c
606
share/Xm/todo/page.h
607
share/Xm/todo/todo
608
share/Xm/todo/todo.c
609
share/Xm/todo/todo.help
610
share/Xm/todo/todo.man
611
share/Xm/tooltips/Imakefile
612
share/Xm/tooltips/tooltips
613
share/Xm/tooltips/tooltips.c
614
share/Xm/wsm/Imakefile
615
share/Xm/wsm/README
616
share/Xm/wsm/client_win.c
617
share/Xm/wsm/command_ui.c
618
share/Xm/wsm/command_ui.h
619
share/Xm/wsm/wsm
620
share/Xm/wsm/wsm.c
621
share/Xm/wsm/wsm.h
622
share/Xm/wsm/wsm.man
623
share/Xm/wsm/wsmData.c
624
share/Xm/wsm/wsmData.h
625
share/Xm/wsm/wsmDebug.c
626
share/Xm/wsm/wsmDebug.h
627
share/Xm/wsm/wsmSend.c
628
share/Xm/wsm/wsmSend.h
629
share/Xm/wsm/wsmStruct.c
630
share/Xm/wsm/wsmStruct.h
631
share/Xm/wsm/wsm_cb.c
632
share/Xm/wsm/wsm_cb.h
633
share/Xm/wsm/wsm_create.c
634
share/Xm/wsm/wsm_create.h
635
share/Xm/wsm/wsm_ui.h
636
share/Xm/wsm/xrmLib.c
637
share/Xm/wsm/xrmLib.h
355
%%MANUALS%%%%DOCSDIR%%/BUGREPORT
638
%%MANUALS%%%%DOCSDIR%%/BUGREPORT
356
%%MANUALS%%%%DOCSDIR%%/COPYRIGHT.MOTIF
357
%%MANUALS%%%%DOCSDIR%%/README
639
%%MANUALS%%%%DOCSDIR%%/README
358
%%MANUALS%%%%DOCSDIR%%/RELNOTES
640
%%MANUALS%%%%DOCSDIR%%/RELNOTES
359
%%MANUALS%%@dirrm %%DOCSDIR%%
641
%%MANUALS%%@dirrm %%DOCSDIR%%
Lines 375-377 Link Here
375
@dirrm include/uil
657
@dirrm include/uil
376
@dirrm include/Xm
658
@dirrm include/Xm
377
@dirrm include/Mrm
659
@dirrm include/Mrm
660
@dirrm share/Xm/wsm
661
@dirrm share/Xm/tooltips
662
@dirrm share/Xm/todo
663
@dirrm share/Xm/setDate
664
@dirrm share/Xm/sampler2_0
665
@dirrm share/Xm/pixmaps
666
@dirrm share/Xm/piano
667
@dirrm share/Xm/periodic
668
@dirrm share/Xm/panner
669
@dirrm share/Xm/i18ninput
670
@dirrm share/Xm/hellomotif
671
@dirrm share/Xm/helloint
672
@dirrm share/Xm/getsubres
673
@dirrm share/Xm/fontsel
674
@dirrm share/Xm/fileview
675
@dirrm share/Xm/filemanager
676
@dirrm share/Xm/earth
677
@dirrm share/Xm/draw
678
@dirrm share/Xm/drag_and_drop
679
@dirrm share/Xm/combo2
680
@dirrm share/Xm/autopopups
681
@dirrm share/Xm/animate
682
@dirrm share/Xm/airport
683
@dirrm share/Xm/Tree
684
@dirrm share/Xm/Tabstack
685
@dirrm share/Xm/Paned2
686
@dirrm share/Xm/Outline
687
@dirrm share/Xm/Icon
688
@dirrm share/Xm/Ext18list/pixmaps
689
@dirrm share/Xm/Ext18list
690
@dirrm share/Xm/Exm/simple_app
691
@dirrm share/Xm/Exm/app_in_c
692
@dirrm share/Xm/Exm
693
@dirrm share/Xm/Column
694
@dirrm share/Xm/Color
695
@dirrm share/Xm/ButtonBox
696
@dirrm share/Xm
697
@dirrmtry man/manm

Return to bug 173198