pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11 Remove obsolete package, per discussion on tech-pkg.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fe4890eaf58d
branches:  trunk
changeset: 476036:fe4890eaf58d
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Tue Jun 01 21:54:22 2004 +0000

description:
Remove obsolete package, per discussion on tech-pkg.

diffstat:

 x11/Makefile                   |    3 +-
 x11/lesstif12/DESCR            |    5 -
 x11/lesstif12/MESSAGE          |   15 ----
 x11/lesstif12/Makefile         |   26 -------
 x11/lesstif12/Makefile.common  |   70 -------------------
 x11/lesstif12/PLIST            |  151 -----------------------------------------
 x11/lesstif12/buildlink3.mk    |   18 ----
 x11/lesstif12/distinfo         |   44 -----------
 x11/lesstif12/patches/patch-aa |   52 --------------
 x11/lesstif12/patches/patch-ab |   43 -----------
 x11/lesstif12/patches/patch-ac |   13 ---
 x11/lesstif12/patches/patch-ad |   24 ------
 x11/lesstif12/patches/patch-ae |   24 ------
 x11/lesstif12/patches/patch-af |   47 ------------
 x11/lesstif12/patches/patch-ag |   29 -------
 x11/lesstif12/patches/patch-ah |   28 -------
 x11/lesstif12/patches/patch-ai |   47 ------------
 x11/lesstif12/patches/patch-aj |   29 -------
 x11/lesstif12/patches/patch-ak |   29 -------
 x11/lesstif12/patches/patch-al |   16 ----
 x11/lesstif12/patches/patch-am |   13 ---
 x11/lesstif12/patches/patch-an |   21 -----
 x11/lesstif12/patches/patch-ao |   21 -----
 x11/lesstif12/patches/patch-ap |   32 --------
 x11/lesstif12/patches/patch-aq |   14 ---
 x11/lesstif12/patches/patch-ar |   13 ---
 x11/lesstif12/patches/patch-as |   29 -------
 x11/lesstif12/patches/patch-at |   40 ----------
 x11/lesstif12/patches/patch-au |   29 -------
 x11/lesstif12/patches/patch-av |   28 -------
 x11/lesstif12/patches/patch-aw |   26 -------
 x11/lesstif12/patches/patch-ax |   28 -------
 x11/lesstif12/patches/patch-ay |   29 -------
 x11/lesstif12/patches/patch-az |   26 -------
 x11/lesstif12/patches/patch-ba |   28 -------
 x11/lesstif12/patches/patch-bb |   58 ---------------
 x11/lesstif12/patches/patch-bc |   26 -------
 x11/lesstif12/patches/patch-bd |   43 -----------
 x11/lesstif12/patches/patch-be |   43 -----------
 x11/lesstif12/patches/patch-bf |   38 ----------
 x11/lesstif12/patches/patch-bg |   43 -----------
 x11/lesstif12/patches/patch-bh |   43 -----------
 x11/lesstif12/patches/patch-bi |   38 ----------
 x11/lesstif12/patches/patch-bj |   43 -----------
 x11/lesstif12/patches/patch-bk |   43 -----------
 x11/lesstif12/patches/patch-bl |   38 ----------
 x11/lesstif12/patches/patch-bm |   17 ----
 x11/lesstif12/patches/patch-bn |   16 ----
 48 files changed, 1 insertions(+), 1578 deletions(-)

diffs (truncated from 1781 to 300 lines):

diff -r dd1a556fe459 -r fe4890eaf58d x11/Makefile
--- a/x11/Makefile      Tue Jun 01 21:53:00 2004 +0000
+++ b/x11/Makefile      Tue Jun 01 21:54:22 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.349 2004/05/29 00:21:42 xtraeme Exp $
+# $NetBSD: Makefile,v 1.350 2004/06/01 21:54:22 kristerw Exp $
 #
 
 COMMENT=       Packages to support the X window system
@@ -141,7 +141,6 @@
 SUBDIR+=       kterm
 SUBDIR+=       lablgtk
 SUBDIR+=       lesstif
-SUBDIR+=       lesstif12
 SUBDIR+=       libxfce4gui
 SUBDIR+=       libxfce4mcs
 SUBDIR+=       libxfce4util
diff -r dd1a556fe459 -r fe4890eaf58d x11/lesstif12/DESCR
--- a/x11/lesstif12/DESCR       Tue Jun 01 21:53:00 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-LessTif is a API compatible clone of the OSF/Motif toolkit.  Currently
-LessTif is partially implemented with most of the API in place.
-Saying this a lot of the internal functionality is still missing.
-
-This package contains only the Motif-1.2 compatible headers and libraries.
diff -r dd1a556fe459 -r fe4890eaf58d x11/lesstif12/MESSAGE
--- a/x11/lesstif12/MESSAGE     Tue Jun 01 21:53:00 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-===========================================================================
-$NetBSD: MESSAGE,v 1.1 2001/10/31 22:11:13 zuntum Exp $
-
-Please note that this package is provided for those programs
-which will not work with newer versions of LessTif.  To allow this
-package to coexist with newer versions of LessTif, it has been installed
-in ${PREFIX}/LessTif/1.2/{include,lib}.
-
-You should be able to select this version of LessTif when compiling
-programs which use it by passing the following flags to the compiler:
-
-    -I${PREFIX}/LessTif/Motif1.2/include
-    -L${PREFIX}/LessTif/Motif1.2/lib -Wl,-R${PREFIX}/LessTif/Motif1.2/lib
-
-===========================================================================
diff -r dd1a556fe459 -r fe4890eaf58d x11/lesstif12/Makefile
--- a/x11/lesstif12/Makefile    Tue Jun 01 21:53:00 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,26 +0,0 @@
-# $NetBSD: Makefile,v 1.14 2004/04/11 18:36:55 xtraeme Exp $
-
-PKGNAME=       lesstif12-${LESSTIF_VERSION}
-
-COMMENT=       API compatible clone of the OSF/Motif toolkit, version 1.2
-
-CONFLICTS+=    lesstif-0.[0-8]*
-CONFLICTS+=    lesstif-0.90*
-CONFLICTS+=    lesstif-0.91 lesstif-0.91.[0-3]
-
-USE_BUILDLINK3=        yes
-
-.include "./Makefile.common"
-
-CONFIGURE_ARGS+=       --enable-build-12
-CONFIGURE_ARGS+=       --disable-build-20
-CONFIGURE_ARGS+=       --disable-build-21
-CONFIGURE_ARGS+=       --enable-default-12
-
-# We don't install any documentation, but the installation process creates
-# this directory anyway, so remove it if it's empty.
-#
-post-install:
-       ${RMDIR} -p ${PREFIX}/share/doc/html/lesstif 2> /dev/null || ${TRUE}
-
-.include "../../mk/bsd.pkg.mk"
diff -r dd1a556fe459 -r fe4890eaf58d x11/lesstif12/Makefile.common
--- a/x11/lesstif12/Makefile.common     Tue Jun 01 21:53:00 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,70 +0,0 @@
-# $NetBSD: Makefile.common,v 1.7 2004/04/24 22:46:13 jlam Exp $
-
-DISTNAME=              lesstif-${LESSTIF_VERSION}
-LESSTIF_VERSION=       0.93.0
-CATEGORIES=            x11
-MASTER_SITES=          ftp://ftp.hungry.com/pub/hungry/lesstif/srcdist/ \
-                       ftp://ftp.unicamp.br/pub/X11/lesstif/srcdist/ \
-                       ftp://ftp.kddlabs.co.jp/X11/lesstif/srcdist/ \
-                       ftp://linux.mathematik.tu-darmstadt.de/pub/linux/mirrors/misc/lesstif/srcdist/ \
-                       http://gd.tuwien.ac.at/hci/lesstif/srcdist/ \
-                       http://www.damtp.cam.ac.uk/mirror/ftp.hungry.com/pub/hungry/lesstif/srcdist/
-
-MAINTAINER=            tech-pkg%NetBSD.org@localhost
-HOMEPAGE=              http://www.lesstif.org/
-
-USE_X11BASE=           # defined
-USE_GNU_TOOLS+=                make
-USE_LIBTOOL=           # defined
-AUTOMAKE_REQD=         1.4
-AUTOCONF_REQD=         2.50
-
-GNU_CONFIGURE=         # defined
-CONFIGURE_ARGS+=       --enable-production --disable-debug --disable-verbose
-CONFIGURE_ARGS+=       --enable-editres --enable-xdnd
-
-# The following forces the build process to use sed as the HTML-to-text
-# converter.
-#
-CONFIGURE_ENV+=                LYNX_CMD=${WRKDIR}/nonexecutable
-CONFIGURE_ENV+=                LINKS_CMD=${WRKDIR}/nonexecutable
-
-# Avoid an ICE on sparc64-1.6
-CONFIGURE_ENV+=                F77=${FALSE}
-
-post-extract:
-       cd ${WRKSRC}/lib/config; ${MV} -f host.def LessTif.def
-
-# Change references to {Core,Object,Shell}.3 to X{Core,Object,Shell}.3 to
-# avoid manpage conflicts with other packages.
-#
-post-patch:
-       cd ${WRKSRC}/doc/lessdox/widgets;                               \
-       for name in Core Object Shell; do                               \
-               ${MV} -f $${name}.3 X$${name}.3;                        \
-               files=`${GREP} -l "[[:blank:]]$${name} (3)" *.3`;       \
-               for file in $${files}; do                               \
-                       ${MV} -f $${file} $${file}.presubst;            \
-                       ${SED} -e "s|\([[:blank:]]\)$${name} (3)|\1X$${name} (3)|g" \
-                               $${file}.presubst > $${file};           \
-                       ${RM} -f $${file}.presubst;                     \
-               done;                                                   \
-               ${MV} -f Makefile.am Makefile.am.presubst;              \
-               ${SED} -e "s|\([[:space:]]\)$${name}.3|\1X$${name}.3|g" \
-                       Makefile.am.presubst > Makefile.am;             \
-               ${RM} -f Makefile.am.presubst;                          \
-       done
-
-pre-configure:
-       ${TOUCH} ${WRKDIR}/nonexecutable
-       ${CHMOD} a-x ${WRKDIR}/nonexecutable
-       for dir in . test ; do                                          \
-               cd ${WRKSRC}/$${dir};                                   \
-               ${LOCALBASE}/bin/libtoolize --force;                    \
-               ${ACLOCAL};                                             \
-               ${AUTOHEADER};                                          \
-               ${AUTOMAKE} -a --foreign -i;                            \
-               ${AUTOCONF};                                            \
-       done
-
-.include "../../mk/automake.mk"
diff -r dd1a556fe459 -r fe4890eaf58d x11/lesstif12/PLIST
--- a/x11/lesstif12/PLIST       Tue Jun 01 21:53:00 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,151 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2001/10/31 22:11:13 zuntum Exp $
-LessTif/Motif1.2/include/Mrm/MrmAppl.h
-LessTif/Motif1.2/include/Mrm/MrmDecls.h
-LessTif/Motif1.2/include/Mrm/MrmPrivate.h
-LessTif/Motif1.2/include/Mrm/MrmPublic.h
-LessTif/Motif1.2/include/Xm/ArrowB.h
-LessTif/Motif1.2/include/Xm/ArrowBG.h
-LessTif/Motif1.2/include/Xm/ArrowBGP.h
-LessTif/Motif1.2/include/Xm/ArrowBP.h
-LessTif/Motif1.2/include/Xm/AtomMgr.h
-LessTif/Motif1.2/include/Xm/BaseClassP.h
-LessTif/Motif1.2/include/Xm/BulletinB.h
-LessTif/Motif1.2/include/Xm/BulletinBP.h
-LessTif/Motif1.2/include/Xm/CacheP.h
-LessTif/Motif1.2/include/Xm/CascadeB.h
-LessTif/Motif1.2/include/Xm/CascadeBG.h
-LessTif/Motif1.2/include/Xm/CascadeBGP.h
-LessTif/Motif1.2/include/Xm/CascadeBP.h
-LessTif/Motif1.2/include/Xm/Command.h
-LessTif/Motif1.2/include/Xm/CommandP.h
-LessTif/Motif1.2/include/Xm/CutPaste.h
-LessTif/Motif1.2/include/Xm/CutPasteP.h
-LessTif/Motif1.2/include/Xm/DesktopP.h
-LessTif/Motif1.2/include/Xm/DialogS.h
-LessTif/Motif1.2/include/Xm/DialogSEP.h
-LessTif/Motif1.2/include/Xm/DialogSP.h
-LessTif/Motif1.2/include/Xm/Display.h
-LessTif/Motif1.2/include/Xm/DisplayP.h
-LessTif/Motif1.2/include/Xm/DragC.h
-LessTif/Motif1.2/include/Xm/DragCP.h
-LessTif/Motif1.2/include/Xm/DragDrop.h
-LessTif/Motif1.2/include/Xm/DragIcon.h
-LessTif/Motif1.2/include/Xm/DragIconP.h
-LessTif/Motif1.2/include/Xm/DragOverS.h
-LessTif/Motif1.2/include/Xm/DragOverSP.h
-LessTif/Motif1.2/include/Xm/DrawP.h
-LessTif/Motif1.2/include/Xm/DrawingA.h
-LessTif/Motif1.2/include/Xm/DrawingAP.h
-LessTif/Motif1.2/include/Xm/DrawnB.h
-LessTif/Motif1.2/include/Xm/DrawnBP.h
-LessTif/Motif1.2/include/Xm/DropSMgr.h
-LessTif/Motif1.2/include/Xm/DropSMgrP.h
-LessTif/Motif1.2/include/Xm/DropTrans.h
-LessTif/Motif1.2/include/Xm/DropTransP.h
-LessTif/Motif1.2/include/Xm/ExtObjectP.h
-LessTif/Motif1.2/include/Xm/FileSB.h
-LessTif/Motif1.2/include/Xm/FileSBP.h
-LessTif/Motif1.2/include/Xm/Form.h
-LessTif/Motif1.2/include/Xm/FormP.h
-LessTif/Motif1.2/include/Xm/Frame.h
-LessTif/Motif1.2/include/Xm/FrameP.h
-LessTif/Motif1.2/include/Xm/GadgetP.h
-LessTif/Motif1.2/include/Xm/Label.h
-LessTif/Motif1.2/include/Xm/LabelG.h
-LessTif/Motif1.2/include/Xm/LabelGP.h
-LessTif/Motif1.2/include/Xm/LabelP.h
-LessTif/Motif1.2/include/Xm/List.h
-LessTif/Motif1.2/include/Xm/ListP.h
-LessTif/Motif1.2/include/Xm/MainW.h
-LessTif/Motif1.2/include/Xm/MainWP.h
-LessTif/Motif1.2/include/Xm/ManagerP.h
-LessTif/Motif1.2/include/Xm/MenuShell.h
-LessTif/Motif1.2/include/Xm/MenuShellP.h
-LessTif/Motif1.2/include/Xm/MenuUtilP.h
-LessTif/Motif1.2/include/Xm/MessageB.h
-LessTif/Motif1.2/include/Xm/MessageBP.h
-LessTif/Motif1.2/include/Xm/MwmUtil.h
-LessTif/Motif1.2/include/Xm/PanedW.h
-LessTif/Motif1.2/include/Xm/PanedWP.h
-LessTif/Motif1.2/include/Xm/PrimitiveP.h
-LessTif/Motif1.2/include/Xm/Protocols.h
-LessTif/Motif1.2/include/Xm/ProtocolsP.h
-LessTif/Motif1.2/include/Xm/PushB.h
-LessTif/Motif1.2/include/Xm/PushBG.h
-LessTif/Motif1.2/include/Xm/PushBGP.h
-LessTif/Motif1.2/include/Xm/PushBP.h
-LessTif/Motif1.2/include/Xm/RCUtilsP.h
-LessTif/Motif1.2/include/Xm/RepType.h
-LessTif/Motif1.2/include/Xm/RowColumn.h
-LessTif/Motif1.2/include/Xm/RowColumnP.h
-LessTif/Motif1.2/include/Xm/SashP.h
-LessTif/Motif1.2/include/Xm/Scale.h
-LessTif/Motif1.2/include/Xm/ScaleP.h
-LessTif/Motif1.2/include/Xm/Screen.h
-LessTif/Motif1.2/include/Xm/ScreenP.h
-LessTif/Motif1.2/include/Xm/ScrollBar.h
-LessTif/Motif1.2/include/Xm/ScrollBarP.h
-LessTif/Motif1.2/include/Xm/ScrolledW.h
-LessTif/Motif1.2/include/Xm/ScrolledWP.h
-LessTif/Motif1.2/include/Xm/SelectioB.h
-LessTif/Motif1.2/include/Xm/SelectioBP.h
-LessTif/Motif1.2/include/Xm/SeparatoG.h
-LessTif/Motif1.2/include/Xm/SeparatoGP.h
-LessTif/Motif1.2/include/Xm/Separator.h
-LessTif/Motif1.2/include/Xm/SeparatorP.h
-LessTif/Motif1.2/include/Xm/ShellEP.h
-LessTif/Motif1.2/include/Xm/TearOffBP.h
-LessTif/Motif1.2/include/Xm/TearOffP.h
-LessTif/Motif1.2/include/Xm/Text.h
-LessTif/Motif1.2/include/Xm/TextF.h
-LessTif/Motif1.2/include/Xm/TextFP.h
-LessTif/Motif1.2/include/Xm/TextFSelP.h
-LessTif/Motif1.2/include/Xm/TextInP.h
-LessTif/Motif1.2/include/Xm/TextOutP.h
-LessTif/Motif1.2/include/Xm/TextP.h
-LessTif/Motif1.2/include/Xm/TextSelP.h
-LessTif/Motif1.2/include/Xm/TextStrSoP.h
-LessTif/Motif1.2/include/Xm/ToggleB.h
-LessTif/Motif1.2/include/Xm/ToggleBG.h
-LessTif/Motif1.2/include/Xm/ToggleBGP.h
-LessTif/Motif1.2/include/Xm/ToggleBP.h
-LessTif/Motif1.2/include/Xm/TransltnsP.h
-LessTif/Motif1.2/include/Xm/VaSimpleP.h
-LessTif/Motif1.2/include/Xm/VendorS.h
-LessTif/Motif1.2/include/Xm/VendorSEP.h
-LessTif/Motif1.2/include/Xm/VendorSP.h
-LessTif/Motif1.2/include/Xm/VirtKeys.h
-LessTif/Motif1.2/include/Xm/VirtKeysP.h
-LessTif/Motif1.2/include/Xm/WorldP.h
-LessTif/Motif1.2/include/Xm/Xm.h
-LessTif/Motif1.2/include/Xm/XmAll.h
-LessTif/Motif1.2/include/Xm/XmP.h
-LessTif/Motif1.2/include/Xm/XmStrDefs.h
-LessTif/Motif1.2/include/Xm/XmosP.h
-LessTif/Motif1.2/include/uil/Uil.h
-LessTif/Motif1.2/include/uil/UilDBDef.h
-LessTif/Motif1.2/include/uil/UilDef.h
-LessTif/Motif1.2/include/uil/UilSymDef.h
-LessTif/Motif1.2/include/uil/UilSymGl.h
-LessTif/Motif1.2/lib/libMrm.a
-LessTif/Motif1.2/lib/libMrm.la
-LessTif/Motif1.2/lib/libMrm.so
-LessTif/Motif1.2/lib/libMrm.so.1
-LessTif/Motif1.2/lib/libMrm.so.1.2
-LessTif/Motif1.2/lib/libUil.a
-LessTif/Motif1.2/lib/libUil.la
-LessTif/Motif1.2/lib/libUil.so
-LessTif/Motif1.2/lib/libUil.so.1
-LessTif/Motif1.2/lib/libUil.so.1.2
-LessTif/Motif1.2/lib/libXm.a
-LessTif/Motif1.2/lib/libXm.la
-LessTif/Motif1.2/lib/libXm.so
-LessTif/Motif1.2/lib/libXm.so.1
-LessTif/Motif1.2/lib/libXm.so.1.2
-@dirrm LessTif/Motif1.2/lib
-@dirrm LessTif/Motif1.2/include/uil
-@dirrm LessTif/Motif1.2/include/Xm



Home | Main Index | Thread Index | Old Index