pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Remove wx1Motif as it is obsolete and will not build w...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6c894f1d802f
branches:  trunk
changeset: 465100:6c894f1d802f
user:      ben <ben%pkgsrc.org@localhost>
date:      Sun Dec 21 03:51:02 2003 +0000

description:
Remove wx1Motif as it is obsolete and will not build with GCC3.

diffstat:

 doc/CHANGES                   |    3 +-
 x11/Makefile                  |    3 +-
 x11/wx1Motif/DESCR            |    5 -
 x11/wx1Motif/Makefile         |   32 -----------
 x11/wx1Motif/PLIST            |  115 ------------------------------------------
 x11/wx1Motif/buildlink2.mk    |   32 -----------
 x11/wx1Motif/distinfo         |   24 --------
 x11/wx1Motif/patches/patch-aa |   51 ------------------
 x11/wx1Motif/patches/patch-ab |   18 ------
 x11/wx1Motif/patches/patch-ac |   15 -----
 x11/wx1Motif/patches/patch-ad |   30 ----------
 x11/wx1Motif/patches/patch-ae |   16 -----
 x11/wx1Motif/patches/patch-af |   13 ----
 x11/wx1Motif/patches/patch-ag |   13 ----
 x11/wx1Motif/patches/patch-ah |   24 --------
 x11/wx1Motif/patches/patch-ai |   25 ---------
 x11/wx1Motif/patches/patch-aj |   13 ----
 17 files changed, 3 insertions(+), 429 deletions(-)

diffs (truncated from 517 to 300 lines):

diff -r 300d4e74ec4a -r 6c894f1d802f doc/CHANGES
--- a/doc/CHANGES       Sun Dec 21 01:21:52 2003 +0000
+++ b/doc/CHANGES       Sun Dec 21 03:51:02 2003 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.4205 2003/12/20 20:14:57 fredb Exp $
+$NetBSD: CHANGES,v 1.4206 2003/12/21 03:51:02 ben Exp $
 
 Changes to the packages collection and infrastructure in 2003:
 
@@ -5266,3 +5266,4 @@
        Updated p5-perl-ldap to 0.30 [veego 2003-12-20]
        Updated rapidsvn to 0.4.0nb1 [epg 2003-12-20]
        Updated mgetty to 1.1.30nb1 [fredb 2003-12-20]
+       Removed wx1Motif [ben 2003-12-20]
diff -r 300d4e74ec4a -r 6c894f1d802f x11/Makefile
--- a/x11/Makefile      Sun Dec 21 01:21:52 2003 +0000
+++ b/x11/Makefile      Sun Dec 21 03:51:02 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.321 2003/12/18 09:48:42 wiz Exp $
+# $NetBSD: Makefile,v 1.322 2003/12/21 03:51:02 ben Exp $
 #
 
 COMMENT=       Packages to support the X window system
@@ -208,7 +208,6 @@
 SUBDIR+=       wmfstatus
 SUBDIR+=       wmweather
 SUBDIR+=       wterm
-SUBDIR+=       wx1Motif
 SUBDIR+=       wxGTK
 SUBDIR+=       wxWindows-docs
 SUBDIR+=       x2x
diff -r 300d4e74ec4a -r 6c894f1d802f x11/wx1Motif/DESCR
--- a/x11/wx1Motif/DESCR        Sun Dec 21 01:21:52 2003 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-A Motif-based implementation of the wxWindows cross-platform GUI library.
-
-wxWindows is a set of libraries that allows C++ applications to compile
-and run on several different types of computer, with minimal source code
-changes.  There is one library per supported GUI.
diff -r 300d4e74ec4a -r 6c894f1d802f x11/wx1Motif/Makefile
--- a/x11/wx1Motif/Makefile     Sun Dec 21 01:21:52 2003 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,32 +0,0 @@
-# $NetBSD: Makefile,v 1.8 2003/12/13 20:14:27 ben Exp $
-#
-
-DISTNAME=              wx1Motif-1.68e
-WRKSRC=                        ${WRKDIR}
-CATEGORIES=            x11
-MASTER_SITES=          ftp://oracle.fastpicsystems.com/pub/wxwin/1.68E/unix/
-DISTFILES=             wx168_1.tgz wx168_2.tgz
-
-MAINTAINER=            ben%netbsd.org@localhost
-HOMEPAGE=              http://www.wxwindows.org/
-COMMENT=               Motif-based implementation of wxWindows 1
-
-USE_BUILDLINK2=                # defined
-USE_X11=               # defined
-
-BUILD_DIRS=            ${WRKSRC}/src/x
-BUILD_DIRS+=           ${WRKSRC}/utils/wxhelp/src
-MAKEFILE=              makefile.unx
-ALL_TARGET=            motif
-
-do-install:
-       ${INSTALL_PROGRAM} ${WRKSRC}/utils/wxhelp/src/wxhelp_motif \
-               ${PREFIX}/bin/wx1help_motif
-       ${INSTALL_DATA_DIR} ${PREFIX}/lib/wxwindows1
-       ${INSTALL_DATA} ${WRKSRC}/lib/libwx_motif.a ${PREFIX}/lib/wxwindows1/
-       ${INSTALL_DATA_DIR} ${PREFIX}/include/wxwindows1
-       ${INSTALL_DATA} ${WRKSRC}/include/base/* ${WRKSRC}/include/x/* \
-               ${PREFIX}/include/wxwindows1
-
-.include "../../mk/motif.buildlink2.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 300d4e74ec4a -r 6c894f1d802f x11/wx1Motif/PLIST
--- a/x11/wx1Motif/PLIST        Sun Dec 21 01:21:52 2003 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,115 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2002/08/25 19:23:59 jlam Exp $
-bin/wx1help_motif
-include/wxwindows1/bdiag.xbm
-include/wxwindows1/cdiag.xbm
-include/wxwindows1/common.h
-include/wxwindows1/cross.xbm
-include/wxwindows1/fdiag.xbm
-include/wxwindows1/horiz.xbm
-include/wxwindows1/sb_impl.h
-include/wxwindows1/verti.xbm
-include/wxwindows1/wb_buttn.h
-include/wxwindows1/wb_canvs.h
-include/wxwindows1/wb_check.h
-include/wxwindows1/wb_choic.h
-include/wxwindows1/wb_cmdlg.h
-include/wxwindows1/wb_combo.h
-include/wxwindows1/wb_dc.h
-include/wxwindows1/wb_dccan.h
-include/wxwindows1/wb_dcmem.h
-include/wxwindows1/wb_dcpan.h
-include/wxwindows1/wb_dialg.h
-include/wxwindows1/wb_frame.h
-include/wxwindows1/wb_gauge.h
-include/wxwindows1/wb_gdi.h
-include/wxwindows1/wb_group.h
-include/wxwindows1/wb_ipc.h
-include/wxwindows1/wb_ipcob.h
-include/wxwindows1/wb_item.h
-include/wxwindows1/wb_lbox.h
-include/wxwindows1/wb_main.h
-include/wxwindows1/wb_menu.h
-include/wxwindows1/wb_messg.h
-include/wxwindows1/wb_mf.h
-include/wxwindows1/wb_mnuit.h
-include/wxwindows1/wb_mtxt.h
-include/wxwindows1/wb_panel.h
-include/wxwindows1/wb_rbox.h
-include/wxwindows1/wb_scrol.h
-include/wxwindows1/wb_slidr.h
-include/wxwindows1/wb_stat.h
-include/wxwindows1/wb_text.h
-include/wxwindows1/wb_timer.h
-include/wxwindows1/wb_txt.h
-include/wxwindows1/wb_vlbox.h
-include/wxwindows1/wb_win.h
-include/wxwindows1/wx.h
-include/wxwindows1/wx_bbar.h
-include/wxwindows1/wx_buttn.h
-include/wxwindows1/wx_canvs.h
-include/wxwindows1/wx_check.h
-include/wxwindows1/wx_choic.h
-include/wxwindows1/wx_clipb.h
-include/wxwindows1/wx_cmdlg.h
-include/wxwindows1/wx_combo.h
-include/wxwindows1/wx_date.h
-include/wxwindows1/wx_dc.h
-include/wxwindows1/wx_dccan.h
-include/wxwindows1/wx_dcmem.h
-include/wxwindows1/wx_dcpan.h
-include/wxwindows1/wx_dcps.h
-include/wxwindows1/wx_defs.h
-include/wxwindows1/wx_dialg.h
-include/wxwindows1/wx_doc.h
-include/wxwindows1/wx_enhdg.h
-include/wxwindows1/wx_form.h
-include/wxwindows1/wx_frac.h
-include/wxwindows1/wx_frame.h
-include/wxwindows1/wx_gauge.h
-include/wxwindows1/wx_gdi.h
-include/wxwindows1/wx_group.h
-include/wxwindows1/wx_hash.h
-include/wxwindows1/wx_help.h
-include/wxwindows1/wx_ipc.h
-include/wxwindows1/wx_ipcob.h
-include/wxwindows1/wx_item.h
-include/wxwindows1/wx_lay.h
-include/wxwindows1/wx_lbox.h
-include/wxwindows1/wx_list.h
-include/wxwindows1/wx_main.h
-include/wxwindows1/wx_mem.h
-include/wxwindows1/wx_menu.h
-include/wxwindows1/wx_messg.h
-include/wxwindows1/wx_mf.h
-include/wxwindows1/wx_mgstr.h
-include/wxwindows1/wx_mnuit.h
-include/wxwindows1/wx_mtxt.h
-include/wxwindows1/wx_obj.h
-include/wxwindows1/wx_panel.h
-include/wxwindows1/wx_prec.h
-include/wxwindows1/wx_print.h
-include/wxwindows1/wx_privt.h
-include/wxwindows1/wx_rbox.h
-include/wxwindows1/wx_res.h
-include/wxwindows1/wx_scrol.h
-include/wxwindows1/wx_setup.h
-include/wxwindows1/wx_setup.vms
-include/wxwindows1/wx_slidr.h
-include/wxwindows1/wx_split.h
-include/wxwindows1/wx_stat.h
-include/wxwindows1/wx_stdev.h
-include/wxwindows1/wx_sysev.h
-include/wxwindows1/wx_tbar.h
-include/wxwindows1/wx_text.h
-include/wxwindows1/wx_time.h
-include/wxwindows1/wx_timer.h
-include/wxwindows1/wx_txt.h
-include/wxwindows1/wx_types.h
-include/wxwindows1/wx_utils.h
-include/wxwindows1/wx_ver.h
-include/wxwindows1/wx_vlbox.h
-include/wxwindows1/wx_win.h
-include/wxwindows1/wxstring.h
-lib/wxwindows1/libwx_motif.a
-@dirrm include/wxwindows1
-@dirrm lib/wxwindows1
diff -r 300d4e74ec4a -r 6c894f1d802f x11/wx1Motif/buildlink2.mk
--- a/x11/wx1Motif/buildlink2.mk        Sun Dec 21 01:21:52 2003 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,32 +0,0 @@
-# $NetBSD: buildlink2.mk,v 1.3 2002/09/23 02:28:39 jlam Exp $
-
-.if !defined(WX1MOTIF_BUILDLINK2_MK)
-WX1MOTIF_BUILDLINK2_MK=        # defined
-
-BUILDLINK_PACKAGES+=           wx1Motif
-BUILDLINK_DEPENDS.wx1Motif?=   wx1Motif>=1.68e
-BUILDLINK_PKGSRCDIR.wx1Motif?= ../../x11/wx1Motif
-
-EVAL_PREFIX+=                          BUILDLINK_PREFIX.wx1Motif=wx1Motif
-BUILDLINK_PREFIX.wx1Motif_DEFAULT=     ${X11PREFIX}
-
-BUILDLINK_FILES.wx1Motif=      include/wxwindows1/*
-BUILDLINK_FILES.wx1Motif+=     lib/wxwindows1/libwx_motif.a
-
-BUILDLINK_CPPFLAGS.wx1Motif= \
-       -I${BUILDLINK_PREFIX.wx1Motif}/include/wxwindows1
-BUILDLINK_LDFLAGS.wx1Motif= \
-       -L${BUILDLINK_PREFIX.wx1Motif}/lib/wxwindows1
-
-CFLAGS+=               ${BUILDLINK_CPPFLAGS.wx1Motif}
-CXXFLAGS+=             ${BUILDLINK_CPPFLAGS.wx1Motif}
-CPPFLAGS+=             ${BUILDLINK_CPPFLAGS.wx1Motif}
-LDFLAGS+=              ${BUILDLINK_LDFLAGS.wx1Motif}
-
-.include "../../mk/motif.buildlink2.mk"
-
-BUILDLINK_TARGETS+=    wx1Motif-buildlink
-
-wx1Motif-buildlink: _BUILDLINK_USE
-
-.endif # WX1MOTIF_BUILDLINK2_MK
diff -r 300d4e74ec4a -r 6c894f1d802f x11/wx1Motif/distinfo
--- a/x11/wx1Motif/distinfo     Sun Dec 21 01:21:52 2003 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,24 +0,0 @@
-$NetBSD: distinfo,v 1.5 2002/08/25 19:23:59 jlam Exp $
-
-SHA1 (wx168_1.tgz) = 771e5301d81560c4750c7b28f3ed843267232af3
-Size (wx168_1.tgz) = 3267398 bytes
-SHA1 (wx168_2.tgz) = 924bb64bdb19705b66cbd23c593c9599ba22c696
-Size (wx168_2.tgz) = 623525 bytes
-SHA1 (wx168htm.tgz) = 58791c32dc1f0d266a73899cd8f322d9d2f73920
-Size (wx168htm.tgz) = 557401 bytes
-SHA1 (wx168pdf.tgz) = e611fda0011ac778f782868f296740da9e3e978d
-Size (wx168pdf.tgz) = 2473830 bytes
-SHA1 (wx168ps.tgz) = 0a10dadd720f3d7f96091135222a043c948f0a69
-Size (wx168ps.tgz) = 1519359 bytes
-SHA1 (wxinstal) = 9eefd18ffe07d2698f981a2e8ae82af558308303
-Size (wxinstal) = 44632 bytes
-SHA1 (patch-aa) = e9d4e2569c4e515eba31f46792dbc864427369a7
-SHA1 (patch-ab) = 58e2fe8a8e915b5fdadfdc2472fa33ef1cb4f2e6
-SHA1 (patch-ac) = f16472aeaba36423664b67419befc8fbe256061b
-SHA1 (patch-ad) = 23515a5df517ffb1c7b41ae7e05f3872a8d075e1
-SHA1 (patch-ae) = 450c95f374e44021b0a138320f47aa213fe738c2
-SHA1 (patch-af) = 450b3c43fee0b6dfebf9a2d0c1ef6d5ea0b9bb0d
-SHA1 (patch-ag) = b278a78ecda1b6b3622c47f5c5cf371776a8ed90
-SHA1 (patch-ah) = b21d4951418a3e97121ce4b6bbe0733ef672e1b1
-SHA1 (patch-ai) = 4c92fe6684744985ca9cfb0bbf2a47769927b84d
-SHA1 (patch-aj) = 61f63aa81469648a0a4fcde5cd8478183a011e7b
diff -r 300d4e74ec4a -r 6c894f1d802f x11/wx1Motif/patches/patch-aa
--- a/x11/wx1Motif/patches/patch-aa     Sun Dec 21 01:21:52 2003 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,51 +0,0 @@
-$NetBSD: patch-aa,v 1.2 2002/08/25 19:24:00 jlam Exp $
-
---- src/make.env.orig  Wed Oct 22 09:13:30 1997
-+++ src/make.env
-@@ -37,13 +37,13 @@
- 
- # Debug/trace mode. 1 or more for debugging.
- DEBUG       = 0
--GUI         = -Dwx_xview
--GUISUFFIX   = _ol
-+GUI         = -Dwx_motif
-+GUISUFFIX   = _motif
- 
- ########################## Compiler flags #############################
- 
- # Misc options
--OPTIONS     =
-+OPTIONS     = -fwritable-strings
- COPTIONS    =
- DEBUGFLAGS  = -ggdb
- INCLUDE     =
-@@ -55,13 +55,12 @@
- 
- # Compiler or system-specific include paths
- COMPPATHS   =
--XINCLUDE    = -I/usr/openwin/include -I/usr/include/X11 -I/usr/include/Xm \
--              -I/usr/include/X11/Xm -I/usr/include
--XLIB        = -L/usr/local/X11/lib -L/usr/openwin/lib -L/usr/X11/lib -L/usr/X11R6/lib
-+XINCLUDE    =
-+XLIB        =
- 
- ############################ Libraries ################################
- 
--COMPLIBS    = -lstdc++
-+COMPLIBS    = -lstdc++ -lcompat
- BASICMOTIFLDLIBS = -lwx_motif $(COMPLIBS) -lXm -lXmu -lXt -lX11 -lm
- MOTIFLDLIBS = $(BASICMOTIFLDLIBS)



Home | Main Index | Thread Index | Old Index