summaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>2000-08-18 17:42:04 +0000
committerasami <asami@FreeBSD.org>2000-08-18 17:42:04 +0000
commit51fd88ee9978347c50c6794688b234b44845db79 (patch)
tree095028dabe46ed29b252434e28703674b0c116b9 /x11-toolkits
parentf30df5df6c3a52b80ac4e1dac23e7c1fd5fe88e4 (diff)
downloadFreeBSD-ports-51fd88ee9978347c50c6794688b234b44845db79.zip
FreeBSD-ports-51fd88ee9978347c50c6794688b234b44845db79.tar.gz
Don't install imake config files other than Motif.* and host.def.
Don't install imake and makedepend (although we need to build them for internal use -- it is too hard to make it use the installed versions). Make PLIST complete and add more manpages to MAN*. Approved by: obrien (defact maintainer)
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/open-motif/Makefile7
-rw-r--r--x11-toolkits/open-motif/files/patch-cf-Imakefile11
-rw-r--r--x11-toolkits/open-motif/files/patch-imake-Imakefile19
-rw-r--r--x11-toolkits/open-motif/files/patch-makedepend-Imakefile19
-rw-r--r--x11-toolkits/open-motif/pkg-plist45
5 files changed, 95 insertions, 6 deletions
diff --git a/x11-toolkits/open-motif/Makefile b/x11-toolkits/open-motif/Makefile
index 7cf3b76..e2fa232 100644
--- a/x11-toolkits/open-motif/Makefile
+++ b/x11-toolkits/open-motif/Makefile
@@ -50,6 +50,13 @@ MAN1= mwm.1 \
simpleDemo.1 \
simpledrop.1 \
todo.1 \
+ autopopups.1 \
+ combo_box.1 \
+ container.1 \
+ notebook.1 \
+ spin_box.1 \
+ tic_mark.1 \
+ xmanimate.1
MAN1DONT=\
animate.1 \
diff --git a/x11-toolkits/open-motif/files/patch-cf-Imakefile b/x11-toolkits/open-motif/files/patch-cf-Imakefile
new file mode 100644
index 0000000..d60a021
--- /dev/null
+++ b/x11-toolkits/open-motif/files/patch-cf-Imakefile
@@ -0,0 +1,11 @@
+--- config/cf/Imakefile.org Fri Apr 28 08:03:58 2000
++++ config/cf/Imakefile Sat Aug 5 04:49:26 2000
+@@ -98,7 +98,7 @@
+ x386.cf \
+ xfree86.cf
+
+-INSTFILES = $(RULEFILES) $(TMPLFILES) $(DEFFILES) $(CFFILES) $(LOCALFILES)
++INSTFILES = Motif.rules Motif.tmpl host.def
+
+ all::
+
diff --git a/x11-toolkits/open-motif/files/patch-imake-Imakefile b/x11-toolkits/open-motif/files/patch-imake-Imakefile
new file mode 100644
index 0000000..8c0f183
--- /dev/null
+++ b/x11-toolkits/open-motif/files/patch-imake-Imakefile
@@ -0,0 +1,19 @@
+--- config/imake/Imakefile.org Fri Apr 28 08:04:06 2000
++++ config/imake/Imakefile Sat Aug 5 12:50:32 2000
+@@ -1,5 +1,16 @@
+ XCOMM $TOG: Imakefile /main/10 1997/04/30 15:39:17 kaleb $
+
++#ifdef FreeBSDArchitecture
++#undef InstallProgram
++#define InstallProgram(file,dest) /* as nothing */
++#undef InstallNamedProg
++#define InstallNamedProg(srcname,dstname,dest) /* as nothing */
++#undef InstallManPage
++#define InstallManPage(file,dest) /* as nothing */
++#undef InstallManPageLong
++#define InstallManPageLong(srcname,dest,dstname) /* as nothing */
++#endif
++
+ XCOMM Some compilers generate fatal errors if an -L directory does
+ XCOMM not exist. Since BUILDLIBDIR may not exist yet suppress its use.
+ LDPRELIB =
diff --git a/x11-toolkits/open-motif/files/patch-makedepend-Imakefile b/x11-toolkits/open-motif/files/patch-makedepend-Imakefile
new file mode 100644
index 0000000..d2e4fcd
--- /dev/null
+++ b/x11-toolkits/open-motif/files/patch-makedepend-Imakefile
@@ -0,0 +1,19 @@
+--- config/makedepend/Imakefile.org Fri Apr 28 08:04:06 2000
++++ config/makedepend/Imakefile Sat Aug 5 12:50:48 2000
+@@ -1,5 +1,16 @@
+ XCOMM $TOG: Imakefile /main/27 1997/04/30 15:38:09 kaleb $
+
++#ifdef FreeBSDArchitecture
++#undef InstallProgram
++#define InstallProgram(file,dest) /* as nothing */
++#undef InstallNamedProg
++#define InstallNamedProg(srcname,dstname,dest) /* as nothing */
++#undef InstallManPage
++#define InstallManPage(file,dest) /* as nothing */
++#undef InstallManPageLong
++#define InstallManPageLong(srcname,dest,dstname) /* as nothing */
++#endif
++
+ SRCS = include.c main.c parse.c pr.c cppsetup.c ifparser.c
+ OBJS = include.o main.o parse.o pr.o cppsetup.o ifparser.o
+
diff --git a/x11-toolkits/open-motif/pkg-plist b/x11-toolkits/open-motif/pkg-plist
index ef1424d..4fb72c7 100644
--- a/x11-toolkits/open-motif/pkg-plist
+++ b/x11-toolkits/open-motif/pkg-plist
@@ -1,13 +1,17 @@
@comment $FreeBSD$
-@exec [ -f %D/lib/X11/config/host.orig ] || mv %D/lib/X11/config/host.def %D/lib/X11/config/host.def.orig
+@exec [ -f %D/lib/X11/config/host.def.orig ] || mv %D/lib/X11/config/host.def %D/lib/X11/config/host.def.orig
lib/X11/config/host.def
@unexec [ -f %D/%F.orig ] && mv %D/%F.orig %D/%F || :
bin/DNDDemo
+bin/UTMXmText
+bin/aicon
bin/airport
bin/autopopups
+bin/combo_box
+bin/container
bin/dainput
-bin/draw
bin/dogs
+bin/draw
bin/earth
bin/exm_in_c
bin/exm_in_uil
@@ -19,21 +23,30 @@ bin/hellomotif
bin/i18ninput
bin/motifshell
bin/mwm
+bin/notebook
bin/onHelp
bin/periodic
bin/piano
bin/sampler2_0
bin/setDate
bin/simpleDemo
+bin/simple_drag
+bin/simple_drop
bin/simpledrop
+bin/spin_box
+bin/tic_mark
bin/todo
bin/uil
bin/uilsymdump
+bin/xmanimate
bin/xmapdef
bin/xmbind
bin/xmfonts
bin/xmforc
bin/xmform
+include/X11/bitmaps/xm_error
+include/X11/bitmaps/xm_hour16
+include/X11/bitmaps/xm_hour16m
include/Mrm/MrmAppl.h
include/Mrm/MrmDecls.h
include/Mrm/MrmPublic.h
@@ -210,9 +223,6 @@ include/Xm/XmStrDefs.h
include/Xm/Xmfuncs.h
include/Xm/XmosP.h
include/Xm/XpmP.h
-include/X11/bitmaps/xm_error
-include/X11/bitmaps/xm_hour16
-include/X11/bitmaps/xm_hour16m
include/X11/bitmaps/xm_hour32
include/X11/bitmaps/xm_hour32m
include/X11/bitmaps/xm_information
@@ -268,7 +278,25 @@ lib/X11/bindings/sun_at
lib/X11/bindings/tek
lib/X11/bindings/xmbind.alias
lib/X11/config/Motif.rules
+lib/X11/config/Motif.rules.openmotif
lib/X11/config/Motif.tmpl
+lib/X11/config/Motif.tmpl.openmotif
+lib/X11/help/aicon.help
+lib/X11/help/draw.help
+lib/X11/help/filemanager.help
+lib/X11/help/getsubres.help
+lib/X11/help/helpOn.help
+lib/X11/help/i18ninput.help
+lib/X11/help/sampler2_0.help
+lib/X11/help/todo.help
+lib/X11/help/xmanimate.help
+lib/X11/motifshell/help
+lib/X11/motifshell/membership
+lib/X11/motifshell/motif
+lib/X11/motifshell/motifshell.c
+lib/X11/motifshell/principles
+lib/X11/motifshell/research
+lib/X11/motifshell/welcome
lib/X11/system.mwmrc
lib/X11/uid/C/uid/l_strings.uid
lib/X11/uid/English.uid
@@ -291,12 +319,15 @@ lib/X11/uid/xmanimate.uid
lib/libMrm.a
lib/libMrm.so
lib/libMrm.so.2
+lib/libMrm_d.a
lib/libUil.a
lib/libUil.so
lib/libUil.so.2
+lib/libUil_d.a
lib/libXm.a
lib/libXm.so
lib/libXm.so.2
+lib/libXm_d.a
share/doc/openmotif/BUGREPORT
share/doc/openmotif/CLOSEDBUGS.gz
share/doc/openmotif/COPYRIGHT.MOTIF
@@ -410,11 +441,13 @@ share/doc/openmotif/guides/mot-wwg.ps.Z
@comment @dirrm share/examples/openmotif/demos/ch17/simple_drop
@comment @dirrm share/examples/openmotif/demos/ch17
@comment @dirrm share/examples/openmotif/demos
-@dirrm share/examples/openmotif
+@comment @dirrm share/examples/openmotif
@dirrm include/Xm
@dirrm include/Mrm
@dirrm include/uil
@dirrm lib/X11/bindings
+@dirrm lib/X11/help
+@dirrm lib/X11/motifshell
@dirrm lib/X11/uid/C/uid
@dirrm lib/X11/uid/C
@dirrm lib/X11/uid/french/uid
OpenPOWER on IntegriCloud