aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authorcy <cy@FreeBSD.org>2012-11-07 03:48:09 +0800
committercy <cy@FreeBSD.org>2012-11-07 03:48:09 +0800
commit2a8a4a29633d81ab7e42a69591d69d9b09505a9a (patch)
tree2dce80eb239f02e3f2fea66ecbdce72fc74bcdd9 /x11-toolkits
parentcad680e1aca3c7093d2da8cdb282852bd1cb780b (diff)
downloadfreebsd-ports-gnome-2a8a4a29633d81ab7e42a69591d69d9b09505a9a.tar.gz
freebsd-ports-gnome-2a8a4a29633d81ab7e42a69591d69d9b09505a9a.tar.zst
freebsd-ports-gnome-2a8a4a29633d81ab7e42a69591d69d9b09505a9a.zip
Update motif from 2.3.3 to 2.3.4.
Openmotif is now named motif (again). Motif is LGPL 2.1. PR: 173198 Submitted by: myself (cy@) Approved by: Maintainer (Mikhail Tsatsenko <m.tsatsenko@gmail.com>> Feature safe: yes
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/Makefile2
-rw-r--r--x11-toolkits/motif/Makefile (renamed from x11-toolkits/open-motif/Makefile)34
-rw-r--r--x11-toolkits/motif/Makefile.man (renamed from x11-toolkits/open-motif/Makefile.man)5
-rw-r--r--x11-toolkits/motif/distinfo2
-rw-r--r--x11-toolkits/motif/files/patch-clients__uil__UilDefI.h11
-rw-r--r--x11-toolkits/motif/files/patch-lib::Xm::ColorS.c (renamed from x11-toolkits/open-motif/files/patch-lib::Xm::ColorS.c)0
-rw-r--r--x11-toolkits/motif/pkg-descr12
-rw-r--r--x11-toolkits/motif/pkg-plist (renamed from x11-toolkits/open-motif/pkg-plist)322
-rw-r--r--x11-toolkits/open-motif/distinfo2
-rw-r--r--x11-toolkits/open-motif/files/patch-Makefile.in11
-rw-r--r--x11-toolkits/open-motif/files/patch-clients::mwm::Makefile.in10
-rw-r--r--x11-toolkits/open-motif/files/patch-clients__uil__UilDefI.h11
-rw-r--r--x11-toolkits/open-motif/files/patch-demos::programs::Makefile.in10
-rw-r--r--x11-toolkits/open-motif/files/patch-doc::man::Makefile.in11
-rw-r--r--x11-toolkits/open-motif/files/patch-doc::man::man5::Makefile.in11
-rw-r--r--x11-toolkits/open-motif/files/patch-ltmain.sh15
-rw-r--r--x11-toolkits/open-motif/pkg-descr25
17 files changed, 366 insertions, 128 deletions
diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile
index 08db1254b9c7..10e4f74fb02f 100644
--- a/x11-toolkits/Makefile
+++ b/x11-toolkits/Makefile
@@ -129,12 +129,12 @@
SUBDIR += linux-openmotif
SUBDIR += linux-pango
SUBDIR += linux-qt33
+ SUBDIR += motif
SUBDIR += movingmotif
SUBDIR += mowitz
SUBDIR += neXtaw
SUBDIR += nucleo
SUBDIR += ocaml-lablgtk2
- SUBDIR += open-motif
SUBDIR += otk
SUBDIR += p5-Alien-wxWidgets
SUBDIR += p5-Glade2
diff --git a/x11-toolkits/open-motif/Makefile b/x11-toolkits/motif/Makefile
index ad05573319d3..fd641d48dadd 100644
--- a/x11-toolkits/open-motif/Makefile
+++ b/x11-toolkits/motif/Makefile
@@ -1,29 +1,27 @@
-# ex:ts=8
-# New ports collection makefile for: motif
-# Date created: 5 December 1994
-# Whom: asami
-#
# $FreeBSD$
#
-PORTNAME= open-motif
-PORTVERSION= 2.3.3
-PORTREVISION= 2
+PORTNAME= motif
+PORTVERSION= 2.3.4
CATEGORIES= x11-toolkits
-MASTER_SITES= ftp://ftp.ics.com/openmotif/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}/${PORTVERSION}/
-DISTNAME= openmotif-${PORTVERSION}
-DIST_SUBDIR= openmotif
+MASTER_SITES= SF/${PORTNAME}/Motif%202.3.4%20Source%20Code/
+DISTNAME= motif-${PORTVERSION}-src
+EXTRACT_SUFX= .tgz
MAINTAINER= m.tsatsenko@gmail.com
COMMENT= Motif X11 Toolkit (industry standard GUI (IEEE 1295))
+LICENSE= LGPL21
+LICENSE_FILE= ${WRKSRC}/COPYING
+
LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \
- jpeg.11:${PORTSDIR}/graphics/jpeg
+ jpeg:${PORTSDIR}/graphics/jpeg
MAKE_JOBS_UNSAFE= yes
-CONFLICTS= lesstif-[0-9]*
+CONFLICTS= lesstif-[0-9]* open-motif-[0-0]*
+WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
-USE_AUTOTOOLS= libtool
+USE_AUTOTOOLS= libtool autoconf:env automake:env
USE_ICONV= yes
USE_GMAKE= yes
USE_XORG= xaw xbitmaps xft
@@ -87,9 +85,9 @@ post-patch:
@${FIND} ${WRKSRC}/doc/man/man5 -name '*.5' -maxdepth 1 | \
${XARGS} ${REINPLACE_CMD} -e 's|special file|5| ; \
s|file formats|5|'
- @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' \
- -e '/-dumpversion/{ s/==/=/; s/gcc/$$CC/; }' \
- ${WRKSRC}/configure
+
+pre-configure:
+ cd ${WRKSRC} && ./autogen.sh
post-install:
.if defined(WITH_OPENMOTIF_DEMOS)
@@ -172,7 +170,7 @@ post-install:
.endif
.if !defined(WITHOUT_OPENMOTIF_MANUALS)
@${MKDIR} ${DOCSDIR}
-.for i in BUGREPORT COPYRIGHT.MOTIF README RELNOTES
+.for i in BUGREPORT README RELNOTES
${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
.endfor
.endif
diff --git a/x11-toolkits/open-motif/Makefile.man b/x11-toolkits/motif/Makefile.man
index ef3a086982e9..890d09253d9f 100644
--- a/x11-toolkits/open-motif/Makefile.man
+++ b/x11-toolkits/motif/Makefile.man
@@ -711,8 +711,9 @@ MAN3= \
XmVaCreateToggleButton.3 \
XmVaCreateToggleButtonGadget.3 \
XmWidgetGetDisplayRect.3
+MAN4= \
+ mwmrc.4
MAN5= \
Traits.5 \
UIL.5 \
- WML.5 \
- mwmrc.5
+ WML.5
diff --git a/x11-toolkits/motif/distinfo b/x11-toolkits/motif/distinfo
new file mode 100644
index 000000000000..c3bdd0057a83
--- /dev/null
+++ b/x11-toolkits/motif/distinfo
@@ -0,0 +1,2 @@
+SHA256 (motif-2.3.4-src.tgz) = 637efa09608e0b8f93465dbeb7c92e58ebb14c4bc1b488040eb79a65af3efbe0
+SIZE (motif-2.3.4-src.tgz) = 9527040
diff --git a/x11-toolkits/motif/files/patch-clients__uil__UilDefI.h b/x11-toolkits/motif/files/patch-clients__uil__UilDefI.h
new file mode 100644
index 000000000000..372e8d628a37
--- /dev/null
+++ b/x11-toolkits/motif/files/patch-clients__uil__UilDefI.h
@@ -0,0 +1,11 @@
+--- clients/uil/UilDefI.h.orig 2012-10-22 07:50:39.000000000 -0700
++++ clients/uil/UilDefI.h 2012-10-26 15:18:31.064731493 -0700
+@@ -270,7 +270,7 @@
+ #include "UilIODef.h"
+ #include "UilDiagDef.h"
+ #include "UilSarDef.h"
+-#if defined(linux) || defined(__APPLE__)
++#if defined(linux) || defined(__APPLE__) || defined(__FreeBSD__)
+ #define YYSTYPE yystype
+ #endif
+ #include "UilLexPars.h"
diff --git a/x11-toolkits/open-motif/files/patch-lib::Xm::ColorS.c b/x11-toolkits/motif/files/patch-lib::Xm::ColorS.c
index 2e70cc3035fb..2e70cc3035fb 100644
--- a/x11-toolkits/open-motif/files/patch-lib::Xm::ColorS.c
+++ b/x11-toolkits/motif/files/patch-lib::Xm::ColorS.c
diff --git a/x11-toolkits/motif/pkg-descr b/x11-toolkits/motif/pkg-descr
new file mode 100644
index 000000000000..aecf59c5e5fa
--- /dev/null
+++ b/x11-toolkits/motif/pkg-descr
@@ -0,0 +1,12 @@
+Motif(r) is the industry standard graphical user interface, (as defined by
+the IEEE 1295 specification), used on more than 200 hardware and software
+platforms. It provides application developers, end users, and system
+vendors with the industry's most widely used environment for standardizing
+application presentation on a wide range of platforms. Motif is the
+leading user interface toolkit for the UNIX(r) system.
+
+NOTE: Some ports with GNU configure do not know that Motif 2.1 requires -lXp.
+In that case, you need to edit Makefile after configure, or, hack
+configure(.in) before configure.
+
+WWW: http://www.opengroup.org/openmotif/
diff --git a/x11-toolkits/open-motif/pkg-plist b/x11-toolkits/motif/pkg-plist
index 43e262eb90bd..e424432260cc 100644
--- a/x11-toolkits/open-motif/pkg-plist
+++ b/x11-toolkits/motif/pkg-plist
@@ -352,8 +352,290 @@ lib/libXm.a
lib/libXm.la
lib/libXm.so
lib/libXm.so.4
+man/manm/exm_in_c.man
+man/manm/simpleDemo.man
+share/Xm/ButtonBox/Imakefile
+share/Xm/ButtonBox/bboxdemo
+share/Xm/ButtonBox/bboxdemo.c
+share/Xm/Color/Imakefile
+share/Xm/Color/colordemo
+share/Xm/Color/colordemo.c
+share/Xm/Color/util-c.c
+share/Xm/Column/Column.ad
+share/Xm/Column/Imakefile
+share/Xm/Column/column
+share/Xm/Column/column.c
+share/Xm/Exm/app_in_c/exm_in_c
+share/Xm/Exm/simple_app/README
+share/Xm/Exm/simple_app/simpleDemo
+share/Xm/Ext18list/Imakefile
+share/Xm/Ext18list/callbacks-c.c
+share/Xm/Ext18list/creation.c
+share/Xm/Ext18list/ext18list
+share/Xm/Ext18list/ext18list.c
+share/Xm/Ext18list/extlist.h
+share/Xm/Ext18list/pixmaps/clown.xbm
+share/Xm/Ext18list/pixmaps/crab.xpm
+share/Xm/Ext18list/pixmaps/eye.xpm
+share/Xm/Ext18list/pixmaps/porsche.xpm
+share/Xm/Ext18list/pixmaps/stopsign.xpm
+share/Xm/Ext18list/util-c.c
+share/Xm/Icon/Imakefile
+share/Xm/Icon/iconbuttondemo
+share/Xm/Icon/iconbuttondemo.c
+share/Xm/Icon/misc.c
+share/Xm/Icon/small.bm
+share/Xm/Outline/Imakefile
+share/Xm/Outline/outline
+share/Xm/Outline/outline.c
+share/Xm/Paned2/Imakefile
+share/Xm/Paned2/creation-c.c
+share/Xm/Paned2/paned
+share/Xm/Paned2/paned.c
+share/Xm/Tabstack/Imakefile
+share/Xm/Tabstack/bxutils.c
+share/Xm/Tabstack/callbacks.c
+share/Xm/Tabstack/creation.c
+share/Xm/Tabstack/creation.h
+share/Xm/Tabstack/main.c
+share/Xm/Tabstack/tabstack
+share/Xm/Tree/Imakefile
+share/Xm/Tree/bxutil-c.c
+share/Xm/Tree/tree
+share/Xm/Tree/tree.c
+share/Xm/airport/Imakefile
+share/Xm/airport/README
+share/Xm/airport/XmdAirport.ad
+share/Xm/airport/airport
+share/Xm/airport/airport.h
+share/Xm/airport/dragsource.c
+share/Xm/airport/dragsource.h
+share/Xm/airport/dropsite.c
+share/Xm/airport/dropsite.h
+share/Xm/airport/main.c
+share/Xm/airport/main.h
+share/Xm/animate/Imakefile
+share/Xm/animate/README
+share/Xm/animate/XmdAnimate.ad
+share/Xm/animate/animate.help
+share/Xm/animate/animate.man
+share/Xm/animate/dog.uid
+share/Xm/animate/dog.uil
+share/Xm/animate/plane.uid
+share/Xm/animate/plane.uil
+share/Xm/animate/superman.uid
+share/Xm/animate/superman.uil
+share/Xm/animate/superman1.xbm
+share/Xm/animate/superman2.xbm
+share/Xm/animate/superman3.xbm
+share/Xm/animate/superman4.xbm
+share/Xm/animate/superman5.xbm
+share/Xm/animate/superman6.xbm
+share/Xm/animate/xmanimate
+share/Xm/animate/xmanimate.c
+share/Xm/animate/xmanimate.man
+share/Xm/animate/xmanimate.uid
+share/Xm/animate/xmanimate.uil
+share/Xm/autopopups/Imakefile
+share/Xm/autopopups/README
+share/Xm/autopopups/autopopups
+share/Xm/autopopups/autopopups.c
+share/Xm/autopopups/autopopups.man
+share/Xm/combo2/Combo.ad
+share/Xm/combo2/Imakefile
+share/Xm/combo2/combo
+share/Xm/combo2/combo.c
+share/Xm/drag_and_drop/DNDDemo
+share/Xm/drag_and_drop/DNDDemo.c
+share/Xm/drag_and_drop/DNDDemo.man
+share/Xm/drag_and_drop/DNDDraw.c
+share/Xm/drag_and_drop/Imakefile
+share/Xm/drag_and_drop/README
+share/Xm/drag_and_drop/simpledrop
+share/Xm/drag_and_drop/simpledrop.c
+share/Xm/drag_and_drop/simpledrop.man
+share/Xm/draw/Imakefile
+share/Xm/draw/README
+share/Xm/draw/XmdDraw.ad
+share/Xm/draw/draw
+share/Xm/draw/draw.c
+share/Xm/draw/draw.help
+share/Xm/draw/draw.man
+share/Xm/earth/Imakefile
+share/Xm/earth/README
+share/Xm/earth/earth
+share/Xm/earth/earth.c
+share/Xm/earth/earth.man
+share/Xm/earth/terre.xbm
+share/Xm/filemanager/Imakefile
+share/Xm/filemanager/XmdFilemanager.ad
+share/Xm/filemanager/actions.c
+share/Xm/filemanager/code.xpm
+share/Xm/filemanager/convert.c
+share/Xm/filemanager/dir.xpm
+share/Xm/filemanager/exec.xpm
+share/Xm/filemanager/file.xpm
+share/Xm/filemanager/filemanager
+share/Xm/filemanager/filemanager.c
+share/Xm/filemanager/filemanager.h
+share/Xm/filemanager/filemanager.help
+share/Xm/filemanager/filemanager.man
+share/Xm/filemanager/interface.c
+share/Xm/filemanager/none.xpm
+share/Xm/filemanager/obj.xpm
+share/Xm/filemanager/pix.xpm
+share/Xm/filemanager/readdir.c
+share/Xm/filemanager/s_dir.xpm
+share/Xm/filemanager/s_exec.xpm
+share/Xm/filemanager/s_file.xpm
+share/Xm/filemanager/s_none.xpm
+share/Xm/filemanager/s_pix.xpm
+share/Xm/fileview/English.df
+share/Xm/fileview/English.uid
+share/Xm/fileview/English.uil
+share/Xm/fileview/Fileview.ad
+share/Xm/fileview/French.df
+share/Xm/fileview/French.uid
+share/Xm/fileview/French.uil
+share/Xm/fileview/German.df
+share/Xm/fileview/German.uid
+share/Xm/fileview/German.uil
+share/Xm/fileview/README
+share/Xm/fileview/file.c
+share/Xm/fileview/file.h
+share/Xm/fileview/fileE.h
+share/Xm/fileview/fileview
+share/Xm/fileview/fileview.h
+share/Xm/fileview/main.c
+share/Xm/fileview/main.h
+share/Xm/fileview/mainE.h
+share/Xm/fileview/text.c
+share/Xm/fileview/text.h
+share/Xm/fileview/textE.h
+share/Xm/fontsel/Imakefile
+share/Xm/fontsel/callbacks-c.c
+share/Xm/fontsel/creation-c.c
+share/Xm/fontsel/fontsel
+share/Xm/fontsel/fontsel.c
+share/Xm/fontsel/fontsel.h
+share/Xm/getsubres/Imakefile
+share/Xm/getsubres/README
+share/Xm/getsubres/getsubres
+share/Xm/getsubres/getsubres.c
+share/Xm/getsubres/getsubres.help
+share/Xm/getsubres/getsubres.man
+share/Xm/helloint/Imakefile
+share/Xm/helloint/README
+share/Xm/helloint/helloint
+share/Xm/helloint/helloint.c
+share/Xm/helloint/helloint.man
+share/Xm/helloint/helloint.uid
+share/Xm/helloint/helloint.uil
+share/Xm/hellomotif/Imakefile
+share/Xm/hellomotif/README
+share/Xm/hellomotif/hellomotif
+share/Xm/hellomotif/hellomotif.c
+share/Xm/hellomotif/hellomotif.uid
+share/Xm/hellomotif/hellomotif.uil
+share/Xm/i18ninput/Imakefile
+share/Xm/i18ninput/README
+share/Xm/i18ninput/XmdI18nInput.ad
+share/Xm/i18ninput/i18ninput
+share/Xm/i18ninput/i18ninput.c
+share/Xm/i18ninput/i18ninput.help
+share/Xm/i18ninput/i18ninput.man
+share/Xm/i18ninput/input.c
+share/Xm/panner/Imakefile
+share/Xm/panner/README
+share/Xm/panner/panner
+share/Xm/panner/panner.c
+share/Xm/panner/panner.man
+share/Xm/periodic/Imakefile
+share/Xm/periodic/README
+share/Xm/periodic/XmdPeriodic.ad
+share/Xm/periodic/periodic
+share/Xm/periodic/periodic.c
+share/Xm/periodic/periodic.uid
+share/Xm/periodic/periodic.uil
+share/Xm/periodic/periodic_l.uil
+share/Xm/piano/Imakefile
+share/Xm/piano/Inv8_part1.piano
+share/Xm/piano/Inv8_part2.piano
+share/Xm/piano/README
+share/Xm/piano/piano
+share/Xm/piano/piano.c
+share/Xm/piano/piano.images
+share/Xm/piano/piano.man
+share/Xm/pixmaps/clown.xbm
+share/Xm/pixmaps/crab.xpm
+share/Xm/pixmaps/eye.xpm
+share/Xm/pixmaps/porsche.xpm
+share/Xm/pixmaps/stopsign.xpm
+share/Xm/sampler2_0/Imakefile
+share/Xm/sampler2_0/README
+share/Xm/sampler2_0/XmdSampler2_0.ad
+share/Xm/sampler2_0/bee.xpm
+share/Xm/sampler2_0/bomb.xpm
+share/Xm/sampler2_0/cherry.xpm
+share/Xm/sampler2_0/da.xpm
+share/Xm/sampler2_0/girlface.xpm
+share/Xm/sampler2_0/k7.xpm
+share/Xm/sampler2_0/labir.xpm
+share/Xm/sampler2_0/main.xpm
+share/Xm/sampler2_0/pile.xpm
+share/Xm/sampler2_0/prev.xpm
+share/Xm/sampler2_0/sampler2_0
+share/Xm/sampler2_0/sampler2_0.c
+share/Xm/sampler2_0/sampler2_0.help
+share/Xm/sampler2_0/sampler2_0.man
+share/Xm/sampler2_0/spir.xpm
+share/Xm/sampler2_0/stack.xpm
+share/Xm/sampler2_0/text.xpm
+share/Xm/setDate/Imakefile
+share/Xm/setDate/README
+share/Xm/setDate/XmdSetDate.ad
+share/Xm/setDate/setDate
+share/Xm/setDate/setDate.c
+share/Xm/setDate/setDate.man
+share/Xm/todo/Imakefile
+share/Xm/todo/README
+share/Xm/todo/XmdTodo.ad
+share/Xm/todo/actions.c
+share/Xm/todo/example.todo
+share/Xm/todo/io.c
+share/Xm/todo/page.h
+share/Xm/todo/todo
+share/Xm/todo/todo.c
+share/Xm/todo/todo.help
+share/Xm/todo/todo.man
+share/Xm/tooltips/Imakefile
+share/Xm/tooltips/tooltips
+share/Xm/tooltips/tooltips.c
+share/Xm/wsm/Imakefile
+share/Xm/wsm/README
+share/Xm/wsm/client_win.c
+share/Xm/wsm/command_ui.c
+share/Xm/wsm/command_ui.h
+share/Xm/wsm/wsm
+share/Xm/wsm/wsm.c
+share/Xm/wsm/wsm.h
+share/Xm/wsm/wsm.man
+share/Xm/wsm/wsmData.c
+share/Xm/wsm/wsmData.h
+share/Xm/wsm/wsmDebug.c
+share/Xm/wsm/wsmDebug.h
+share/Xm/wsm/wsmSend.c
+share/Xm/wsm/wsmSend.h
+share/Xm/wsm/wsmStruct.c
+share/Xm/wsm/wsmStruct.h
+share/Xm/wsm/wsm_cb.c
+share/Xm/wsm/wsm_cb.h
+share/Xm/wsm/wsm_create.c
+share/Xm/wsm/wsm_create.h
+share/Xm/wsm/wsm_ui.h
+share/Xm/wsm/xrmLib.c
+share/Xm/wsm/xrmLib.h
%%MANUALS%%%%DOCSDIR%%/BUGREPORT
-%%MANUALS%%%%DOCSDIR%%/COPYRIGHT.MOTIF
%%MANUALS%%%%DOCSDIR%%/README
%%MANUALS%%%%DOCSDIR%%/RELNOTES
%%MANUALS%%@dirrm %%DOCSDIR%%
@@ -375,3 +657,41 @@ lib/libXm.so.4
@dirrm include/uil
@dirrm include/Xm
@dirrm include/Mrm
+@dirrm share/Xm/wsm
+@dirrm share/Xm/tooltips
+@dirrm share/Xm/todo
+@dirrm share/Xm/setDate
+@dirrm share/Xm/sampler2_0
+@dirrm share/Xm/pixmaps
+@dirrm share/Xm/piano
+@dirrm share/Xm/periodic
+@dirrm share/Xm/panner
+@dirrm share/Xm/i18ninput
+@dirrm share/Xm/hellomotif
+@dirrm share/Xm/helloint
+@dirrm share/Xm/getsubres
+@dirrm share/Xm/fontsel
+@dirrm share/Xm/fileview
+@dirrm share/Xm/filemanager
+@dirrm share/Xm/earth
+@dirrm share/Xm/draw
+@dirrm share/Xm/drag_and_drop
+@dirrm share/Xm/combo2
+@dirrm share/Xm/autopopups
+@dirrm share/Xm/animate
+@dirrm share/Xm/airport
+@dirrm share/Xm/Tree
+@dirrm share/Xm/Tabstack
+@dirrm share/Xm/Paned2
+@dirrm share/Xm/Outline
+@dirrm share/Xm/Icon
+@dirrm share/Xm/Ext18list/pixmaps
+@dirrm share/Xm/Ext18list
+@dirrm share/Xm/Exm/simple_app
+@dirrm share/Xm/Exm/app_in_c
+@dirrm share/Xm/Exm
+@dirrm share/Xm/Column
+@dirrm share/Xm/Color
+@dirrm share/Xm/ButtonBox
+@dirrm share/Xm
+@dirrmtry man/manm
diff --git a/x11-toolkits/open-motif/distinfo b/x11-toolkits/open-motif/distinfo
deleted file mode 100644
index 9d506fd059e0..000000000000
--- a/x11-toolkits/open-motif/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (openmotif/openmotif-2.3.3.tar.gz) = c85f5545e218fa0c59a3789192132d472fc5a33e914a221a568eee4fc10cd103
-SIZE (openmotif/openmotif-2.3.3.tar.gz) = 6051202
diff --git a/x11-toolkits/open-motif/files/patch-Makefile.in b/x11-toolkits/open-motif/files/patch-Makefile.in
deleted file mode 100644
index 8c8f2e341418..000000000000
--- a/x11-toolkits/open-motif/files/patch-Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.in.orig 2010-03-12 17:45:02.000000000 +0300
-+++ Makefile.in 2011-01-16 00:21:21.000000000 +0300
-@@ -289,7 +289,7 @@
- tools \
- clients \
- doc \
-- demos
-+ ${DEMOS}
-
- AUTOMAKE_OPTIONS = 1.4
- ACLOCAL_AMFLAGS = -I .
diff --git a/x11-toolkits/open-motif/files/patch-clients::mwm::Makefile.in b/x11-toolkits/open-motif/files/patch-clients::mwm::Makefile.in
deleted file mode 100644
index 3d7326c1ab0d..000000000000
--- a/x11-toolkits/open-motif/files/patch-clients::mwm::Makefile.in
+++ /dev/null
@@ -1,10 +0,0 @@
---- clients/mwm/Makefile.in.orig 2010-03-12 17:44:20.000000000 +0300
-+++ clients/mwm/Makefile.in 2011-01-16 00:23:47.000000000 +0300
-@@ -314,6 +314,7 @@
- -DBITMAPDIR=\"@INCDIR@/bitmaps\" \
- -DMWMRCDIR=\"$(MWMRCDIR)\" \
- -I$(top_builddir)/lib \
-+ -DLIBDIR=\"@LIBDIR@\" \
- -I$(srcdir)/../../lib ${X_CFLAGS}
-
- SRCS1 = WmCDInfo.c WmCDecor.c WmCEvent.c\
diff --git a/x11-toolkits/open-motif/files/patch-clients__uil__UilDefI.h b/x11-toolkits/open-motif/files/patch-clients__uil__UilDefI.h
deleted file mode 100644
index 1ad7b80b5d42..000000000000
--- a/x11-toolkits/open-motif/files/patch-clients__uil__UilDefI.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- clients/uil/UilDefI.h.orig 2011-01-16 01:16:45.000000000 +0300
-+++ clients/uil/UilDefI.h 2011-01-16 01:17:35.000000000 +0300
-@@ -283,7 +283,7 @@
- #include "UilIODef.h"
- #include "UilDiagDef.h"
- #include "UilSarDef.h"
--#if defined(linux)
-+#if defined(linux) || defined(__FreeBSD__)
- #define YYSTYPE yystype
- #endif
- #include "UilLexPars.h"
diff --git a/x11-toolkits/open-motif/files/patch-demos::programs::Makefile.in b/x11-toolkits/open-motif/files/patch-demos::programs::Makefile.in
deleted file mode 100644
index 2a2c43018f90..000000000000
--- a/x11-toolkits/open-motif/files/patch-demos::programs::Makefile.in
+++ /dev/null
@@ -1,10 +0,0 @@
---- demos/programs/Makefile.in.orig 2010-03-12 17:44:37.000000000 +0300
-+++ demos/programs/Makefile.in 2011-01-16 00:29:46.000000000 +0300
-@@ -261,7 +261,6 @@
- popups \
- sampler2_0 \
- setdate \
-- Exm \
- todo \
- workspace \
- hellomotifi18n \
diff --git a/x11-toolkits/open-motif/files/patch-doc::man::Makefile.in b/x11-toolkits/open-motif/files/patch-doc::man::Makefile.in
deleted file mode 100644
index c4fb17c425a3..000000000000
--- a/x11-toolkits/open-motif/files/patch-doc::man::Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- doc/man/Makefile.in.orig 2010-03-12 17:44:56.000000000 +0300
-+++ doc/man/Makefile.in 2011-01-16 00:36:46.000000000 +0300
-@@ -245,7 +245,7 @@
- top_builddir = @top_builddir@
- top_srcdir = @top_srcdir@
- MAINTAINERCLEANFILES = Makefile.in
--SUBDIRS = man1 man3 man4 man5
-+SUBDIRS = man1 man3 man5
- all: all-recursive
-
- .SUFFIXES:
diff --git a/x11-toolkits/open-motif/files/patch-doc::man::man5::Makefile.in b/x11-toolkits/open-motif/files/patch-doc::man::man5::Makefile.in
deleted file mode 100644
index a9467b3362be..000000000000
--- a/x11-toolkits/open-motif/files/patch-doc::man::man5::Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- doc/man/man5/Makefile.in.orig 2011-01-16 02:23:56.000000000 +0300
-+++ doc/man/man5/Makefile.in 2011-01-16 02:24:21.000000000 +0300
-@@ -234,7 +234,8 @@
- man_MANS = \
- Traits.5 \
- UIL.5 \
-- WML.5
-+ WML.5 \
-+ mwmrc.5
-
- all: all-am
diff --git a/x11-toolkits/open-motif/files/patch-ltmain.sh b/x11-toolkits/open-motif/files/patch-ltmain.sh
deleted file mode 100644
index 3370c4baf855..000000000000
--- a/x11-toolkits/open-motif/files/patch-ltmain.sh
+++ /dev/null
@@ -1,15 +0,0 @@
---- ltmain.sh.orig 2009-12-02 18:09:01.000000000 +0300
-+++ ltmain.sh 2011-01-16 00:51:04.000000000 +0300
-@@ -2077,10 +2077,12 @@
- fi
-
- # Install the pseudo-library for information purposes.
-+ if /usr/bin/false; then
- func_basename "$file"
- name="$func_basename_result"
- instname="$dir/$name"i
- func_show_eval "$install_prog $instname $destdir/$name" 'exit $?'
-+ fi
-
- # Maybe install the static library, too.
- test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"
diff --git a/x11-toolkits/open-motif/pkg-descr b/x11-toolkits/open-motif/pkg-descr
deleted file mode 100644
index 77df4562e617..000000000000
--- a/x11-toolkits/open-motif/pkg-descr
+++ /dev/null
@@ -1,25 +0,0 @@
-Motif(r) is the industry standard graphical user interface, (as defined by
-the IEEE 1295 specification), used on more than 200 hardware and software
-platforms. It provides application developers, end users, and system
-vendors with the industry's most widely used environment for standardizing
-application presentation on a wide range of platforms. Motif is the
-leading user interface toolkit for the UNIX(r) system.
-
-Here is what you might ask. (excerpted from The Open Group FAQ)
-
- Q: What is Open Motif? How does it differ from standard Motif?
-
- A: Aside from some different copyright and license statements, both
- Motif and Open Motif share the same functionality and source code. The
- primary difference is the software license for each of the software
- products. Open Motif source code and binaries can be distributed royalty
- free under The Open Group Public License as long as the operating system
- upon which Open Motif is running meets the OSI's Open Source Definition.
- Motif is made available under the standard Open Group software licenses
- and requires the payment of source code and royalty fees.
-
-NOTE: Some ports with GNU configure do not know that Motif 2.1 requires -lXp.
-In that case, you need to edit Makefile after configure, or, hack
-configure(.in) before configure.
-
-WWW: http://www.opengroup.org/openmotif/