pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc mMosaic: remove
details: https://anonhg.NetBSD.org/pkgsrc/rev/720a16329af4
branches: trunk
changeset: 451081:720a16329af4
user: wiz <wiz%pkgsrc.org@localhost>
date: Sat Apr 24 10:51:39 2021 +0000
description:
mMosaic: remove
This was a web browser from 1996 with no remaining upstream.
diffstat:
doc/CHANGES-2021 | 3 +-
www/Makefile | 3 +-
www/mMosaic/DESCR | 5 -
www/mMosaic/Makefile | 35 ----
www/mMosaic/PLIST | 2 -
www/mMosaic/distinfo | 22 ---
www/mMosaic/patches/patch-aa | 127 -----------------
www/mMosaic/patches/patch-ab | 13 -
www/mMosaic/patches/patch-ac | 13 -
www/mMosaic/patches/patch-ad | 59 --------
www/mMosaic/patches/patch-ae | 13 -
www/mMosaic/patches/patch-af | 21 --
www/mMosaic/patches/patch-ag | 21 --
www/mMosaic/patches/patch-ah | 16 --
www/mMosaic/patches/patch-ai | 252 -----------------------------------
www/mMosaic/patches/patch-aj | 12 -
www/mMosaic/patches/patch-ak | 12 -
www/mMosaic/patches/patch-al | 12 -
www/mMosaic/patches/patch-am | 12 -
www/mMosaic/patches/patch-an | 13 -
www/mMosaic/patches/patch-ao | 17 --
www/mMosaic/patches/patch-src_MIME.c | 24 ---
22 files changed, 3 insertions(+), 704 deletions(-)
diffs (truncated from 812 to 300 lines):
diff -r 6528e9c6d6d9 -r 720a16329af4 doc/CHANGES-2021
--- a/doc/CHANGES-2021 Sat Apr 24 10:46:24 2021 +0000
+++ b/doc/CHANGES-2021 Sat Apr 24 10:51:39 2021 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2021,v 1.2321 2021/04/24 08:47:53 wiz Exp $
+$NetBSD: CHANGES-2021,v 1.2322 2021/04/24 10:51:39 wiz Exp $
Changes to the packages collection and infrastructure in 2021:
@@ -3658,3 +3658,4 @@
Updated chat/irssi-xmpp to 0.54nb2 [nia 2021-04-24]
Removed net/radiusd-cistron [wiz 2021-04-24]
Removed misc/molden [wiz 2021-04-24]
+ Removed www/mMosaic [wiz 2021-04-24]
diff -r 6528e9c6d6d9 -r 720a16329af4 www/Makefile
--- a/www/Makefile Sat Apr 24 10:46:24 2021 +0000
+++ b/www/Makefile Sat Apr 24 10:51:39 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1525 2021/03/30 11:00:37 markd Exp $
+# $NetBSD: Makefile,v 1.1526 2021/04/24 10:51:39 wiz Exp $
#
COMMENT= Packages related to the World Wide Web
@@ -208,7 +208,6 @@
SUBDIR+= lua-web-sanitize
SUBDIR+= luakit
SUBDIR+= lynx
-SUBDIR+= mMosaic
SUBDIR+= make_album
SUBDIR+= matcha-sns
SUBDIR+= mediawiki
diff -r 6528e9c6d6d9 -r 720a16329af4 www/mMosaic/DESCR
--- a/www/mMosaic/DESCR Sat Apr 24 10:46:24 2021 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-mMosaic is a derivative work of NCSA XMosaic 2.7b4. You can
-use it as a simple browser. Now it supports <TABLE> and other
-supplementary tags (like <CENTER>). One level of <FRAME> is supported.
-mMosaic can run on an IPv6/IPv4 connected computer. Since release
-3.4.16 mMosaic is IPV6 and IPV4 able for both HTTP and FTP protocol.
diff -r 6528e9c6d6d9 -r 720a16329af4 www/mMosaic/Makefile
--- a/www/mMosaic/Makefile Sat Apr 24 10:46:24 2021 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,35 +0,0 @@
-# $NetBSD: Makefile,v 1.33 2017/09/03 08:37:02 wiz Exp $
-#
-
-DISTNAME= mMosaic-3.7.2
-PKGREVISION= 11
-CATEGORIES= www
-MASTER_SITES= ftp://ftp.enst.fr/pub/mbone/mMosaic/
-
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-#HOMEPAGE= http://perso.telecom-paristech.fr/~dauphin/mMosaic/
-COMMENT= Modern derivative of NCSA XMosaic
-
-MAKE_JOBS_SAFE= no
-
-WRKSRC= ${WRKDIR}/mMosaic-src-3.7.2
-
-INSTALLATION_DIRS= bin
-
-MAKE_FLAGS.DragonFly+= sysconfigflags='-DFreeBSD -DMOTIF1_2'
-MAKE_FLAGS.FreeBSD+= sysconfigflags='-DFreeBSD -DMOTIF1_2'
-MAKE_FLAGS.IRIX+= sysconfigflags='-DSVR4 -DIRIX -DMOTIF1_2'
-MAKE_FLAGS.Linux+= sysconfigflags='-DLINUX -Dlinux -DMOTIF1_2'
-MAKE_FLAGS.NetBSD+= sysconfigflags='-DNETBSD -DMOTIF1_2'
-
-BUILDLINK_TRANSFORM.Darwin+= opt:-shared:-c
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/src/mMosaic ${DESTDIR}${PREFIX}/bin/
-
-.include "../../devel/zlib/buildlink3.mk"
-.include "../../graphics/png/buildlink3.mk"
-.include "../../mk/jpeg.buildlink3.mk"
-.include "../../mk/motif.buildlink3.mk"
-.include "../../x11/libXmu/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 6528e9c6d6d9 -r 720a16329af4 www/mMosaic/PLIST
--- a/www/mMosaic/PLIST Sat Apr 24 10:46:24 2021 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2002/08/20 00:39:54 fredb Exp $
-bin/mMosaic
diff -r 6528e9c6d6d9 -r 720a16329af4 www/mMosaic/distinfo
--- a/www/mMosaic/distinfo Sat Apr 24 10:46:24 2021 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,22 +0,0 @@
-$NetBSD: distinfo,v 1.12 2015/11/04 02:46:57 agc Exp $
-
-SHA1 (mMosaic-3.7.2.tar.gz) = f26d4fd115a0fb7fc09947506b59e1a3790b6ac7
-RMD160 (mMosaic-3.7.2.tar.gz) = 9c7f2e2f00beaef474e53e25a91aeb604584dd06
-SHA512 (mMosaic-3.7.2.tar.gz) = 4600ffc9ca988a2a286d674f63561c809b7ddcb5465226d2fce131f57a651d4214ff900ca626fc972d3c39ebf44f3dfefccbc05522fd38b8c92878fd952aa9bf
-Size (mMosaic-3.7.2.tar.gz) = 507612 bytes
-SHA1 (patch-aa) = ad7d97c9c0c7edda1aab5dc4413e43bde114f031
-SHA1 (patch-ab) = 64cb25fda5e4100251072184dec9f50e8de4be97
-SHA1 (patch-ac) = 98479482a48a19b3f64ce4ed7a33cec04c90d070
-SHA1 (patch-ad) = 890c6ee44f7bbe9fb5c4418f67c72b49df601e38
-SHA1 (patch-ae) = 41eb6cccefb77f720bba0885993c453bc25dc14e
-SHA1 (patch-af) = 0cba2c49579f6631d7e7d4f1068c00c22401d879
-SHA1 (patch-ag) = 51a1021eda3d92bc8bea7dacda510b24ee8ae7ef
-SHA1 (patch-ah) = db079473aee7b0ad4b674128d5debeb6e777640b
-SHA1 (patch-ai) = 48f4098b1ea36d7669fa620bb153c66a1516b1d4
-SHA1 (patch-aj) = 7f4c86ec65d664dbeacd36ca0f3ae37f31fdd9cf
-SHA1 (patch-ak) = 2c698bbee79beb0b907c24361b501a71d319c839
-SHA1 (patch-al) = 659a831be28c22835a4ba2fbb1f39b92d43bd5e7
-SHA1 (patch-am) = c309f09e1e2ccf70c1ae3d1cc46d329af2c97209
-SHA1 (patch-an) = 3e03f847457166662da82162144a417d316a6508
-SHA1 (patch-ao) = afd25d932c5306c8dbee92715478235a76c3c69d
-SHA1 (patch-src_MIME.c) = 02299b133fa3d2fe180ca6db49c9bc2b7c629aaa
diff -r 6528e9c6d6d9 -r 720a16329af4 www/mMosaic/patches/patch-aa
--- a/www/mMosaic/patches/patch-aa Sat Apr 24 10:46:24 2021 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,127 +0,0 @@
-$NetBSD: patch-aa,v 1.5 2006/04/19 19:21:28 wiz Exp $
-
---- Makefile.orig 2001-02-01 14:27:30.000000000 +0100
-+++ Makefile
-@@ -45,13 +45,13 @@ CC = cc
- # GCC : Linux Intel optimised
- #prereleaseflags = -Wall -pipe -O2 -g -march=pentium -mcpu=pentium
- # GCC : Linux, FreeBSD, NetBSD compiler flags (recommended)
--#prereleaseflags = -Wall -g
-+prereleaseflags = -Wall -Wno-comment -Wno-parentheses -O2 -g
- # Qnx
- #prereleaseflags = -Oeax
- # SGI Mipspro
- #prereleaseflags = -g -n32 -Xcpluscomm -woff 1009,1014,1048,1110,1116,1185,1188,1204,1230,1233
- # Sun Workshop C Compiler
--prereleaseflags = -v -g -xstrconst
-+#prereleaseflags = -v -g -xstrconst
- # Sun Workshop C++ Compiler
- #prereleaseflags = +w -g
-
-@@ -63,9 +63,9 @@ prereleaseflags = -v -g -xstrconst
- ##
-
- # Linux, NetBSD, FreeBSD, BSDI, OSF1, SunOS4this
--#RANLIB = ranlib
-+RANLIB = ranlib
- # SVR4, Irix, AIX, Qnx, Solaris 2.x
--RANLIB = /bin/true
-+#RANLIB = /bin/true
-
- ##
- ## System configuration flags
-@@ -92,7 +92,7 @@ RANLIB = /bin/true
- # Irix
- #sysconfigflags = -DSVR4 -DIRIX
- # Solaris2.5 & 2.5.1
--sysconfigflags = -DSOLARIS -DSVR4
-+#sysconfigflags = -DSOLARIS -DSVR4
-
- # Use Motif 1.2.x
- sysconfigflags += -DMOTIF1_2
-@@ -124,7 +124,7 @@ sysconfigflags += -DMOTIF1_2
- # Irix
- #syslibs = -lPW
- # Solaris 2.x, Motorola SVR4
--syslibs = -lsocket -lnsl -ldl
-+#syslibs = -lsocket -lnsl -ldl
-
- ##
- ## X11 includes
-@@ -141,7 +141,8 @@ syslibs = -lsocket -lnsl -ldl
- # Solaris 2.x
- #xinc = -I/usr/openwin/include -I/usr/dt/include
- #solaris8
--xinc = -I/usr/openwin/include -I/usr/dt/include -DMOTIF12_HEADERS
-+#xinc = -I/usr/openwin/include -I/usr/dt/include -DMOTIF12_HEADERS
-+xinc = -I${LOCALBASE}/include -I${X11BASE}/include
-
-
- ##
-@@ -168,9 +169,12 @@ xinc = -I/usr/openwin/include -I/usr/dt/
- # Irix
- #xlibs = -L/usr/lib32 -lXm -lXmu -lXt -lXext -lX11 -lm
- # Solaris 2.x
--xlibs = -L/usr/openwin/lib -R/usr/openwin/lib -L/usr/dt/lib -R/usr/dt/lib
-+#xlibs = -L/usr/openwin/lib -R/usr/openwin/lib -L/usr/dt/lib -R/usr/dt/lib
- #xlibs += -lXm -lXmu -lXt -lXext -lX11 -lm
--xlibs += -lXm12 -lXmu -lXt -lXext -lX11 -lm
-+#xlibs += -lXm12 -lXmu -lXt -lXext -lX11 -lm
-+xlibs = -L${X11BASE}/lib -L${LOCALBASE}/lib
-+xlibs += -lXm -lXmu -lXt -lXext -lX11 -lm
-+xlibs += -Wl,-R${X11BASE}/lib -Wl,-R${LOCALBASE}/lib
-
- #
- # private
-@@ -190,8 +194,10 @@ xlibs += -lXm12 -lXmu -lXt -lXext -lX11
- #pnginc = /usr/local/include
- #pnglibs = /usr/local/lib/libpng.a /usr/lib/libz.a
- # Solaris
--pnginc = /usr/local/include
--pnglibs = /usr/local/lib/libpng.a /usr/local/lib/libz.a
-+#pnginc = /usr/local/include
-+#pnglibs = /usr/local/lib/libpng.a /usr/local/lib/libz.a
-+pnginc = ${LOCALBASE}/include
-+pnglibs = `libpng-config --ldflags`
-
- # To disable PNG support comment this.
-
-@@ -208,8 +214,10 @@ pngflags = -I$(pnginc) -DHAVE_PNG
- #jpeginc = /usr/include
- #jpeglibs = /usr/lib32/libjpeg.so
- # Solaris FreeBSD
--jpeginc = /usr/local/include
--jpeglibs = /usr/local/lib/libjpeg.a
-+#jpeginc = /usr/local/include
-+#jpeglibs = /usr/local/lib/libjpeg.a
-+jpeginc = ${LOCALBASE}/include
-+jpeglibs = -ljpeg -Wl,-R${LOCALBASE}/lib
-
- # To disable JPEG support (not recommended) comment this.
-
-@@ -259,12 +267,12 @@ PLUGINC = -I$(PLUGINCDIR)
- INSTALL_PLUG_DIR = /usr/local/mMosaic/plugins
- explugdir = $(PWD)/plugins/examples
- # for gcc
--#explugccflag = -fpic
--#explugldflag = -shared
-+explugccflag = -fpic
-+explugldflag = -shared
- #
- # for Solaris cc workshop
--explugccflag = -I$(plugdir) -KPIC
--explugldflag = -G
-+#explugccflag = -I$(plugdir) -KPIC
-+#explugldflag = -G
-
- ##
- ## Customization flags
-@@ -290,7 +298,7 @@ explugldflag = -G
- #
- # Common
-
--customflags =
-+#customflags = -DIPV6
-
- ##
- ## ---------------------- END OF CUSTOMIZABLE OPTIONS -------------------------
diff -r 6528e9c6d6d9 -r 720a16329af4 www/mMosaic/patches/patch-ab
--- a/www/mMosaic/patches/patch-ab Sat Apr 24 10:46:24 2021 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-ab,v 1.1.1.1 2002/08/20 00:39:55 fredb Exp $
-
---- libnut/mosaic-types.h.orig Thu Oct 12 05:27:35 2000
-+++ libnut/mosaic-types.h
-@@ -15,7 +15,7 @@
- #ifndef mosaic_types_h
- #define mosaic_types_h
-
--#if defined(sgi) || defined(__bsdi__) || defined(__FreeBSD__) || defined(ultrix) || defined(linux) || defined(netBSD)
-+#if defined(sgi) || defined(__bsdi__) || defined(__FreeBSD__) || defined(ultrix) || defined(linux) || defined(NETBSD)
- #include <sys/types.h>
- #else
- typedef unsigned char u_int8_t;
diff -r 6528e9c6d6d9 -r 720a16329af4 www/mMosaic/patches/patch-ac
--- a/www/mMosaic/patches/patch-ac Sat Apr 24 10:46:24 2021 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-ac,v 1.1.1.1 2002/08/20 00:39:55 fredb Exp $
-
---- src/URLParse.c.orig Fri Sep 8 08:29:18 2000
-+++ src/URLParse.c
-@@ -8,7 +8,7 @@
- #include <sys/types.h>
- #include <sys/stat.h>
- #include <sys/param.h> /* MAXPATHLEN is defined here on Solaris */
--#ifdef linux
-+#if defined(linux) || defined(NETBSD)
- #include <unistd.h>
- #endif
-
diff -r 6528e9c6d6d9 -r 720a16329af4 www/mMosaic/patches/patch-ad
--- a/www/mMosaic/patches/patch-ad Sat Apr 24 10:46:24 2021 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,59 +0,0 @@
-$NetBSD: patch-ad,v 1.3 2006/10/06 19:29:17 schwarz Exp $
-
---- src/www-con.c.orig 2006-10-06 21:22:43.000000000 +0200
-+++ src/www-con.c 2006-10-06 21:23:04.000000000 +0200
-@@ -15,6 +15,7 @@
- #include <dirent.h>
- #include <sys/time.h>
- #include <assert.h>
-+#include <errno.h>
-
-
- /* From seanm%storm.ca@localhost Fri Dec 8 04:44:43 2000 */
-@@ -29,16 +30,15 @@
- #include <stdlib.h>
- #endif
-
--#if defined(NETBSD) || defined(FreeBSD)
-+#if defined(NETBSD) || defined(FreeBSD) || defined(__APPLE__)
- #include <sys/filio.h>
-+#include <sys/ioctl.h>
Home |
Main Index |
Thread Index |
Old Index