Source-Changes-HG archive

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

[xsrc/trunk]: xsrc/external/mit/xfwp/dist xfwp: remove



details:   https://anonhg.NetBSD.org/xsrc/rev/b4e51fb5c9e8
branches:  trunk
changeset: 7407:b4e51fb5c9e8
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sat Feb 04 16:35:45 2023 +0000

description:
xfwp: remove

diffstat:

 external/mit/xfwp/dist/COPYING      |     27 -
 external/mit/xfwp/dist/ChangeLog    |    373 -
 external/mit/xfwp/dist/Makefile.am  |     64 -
 external/mit/xfwp/dist/Makefile.in  |    887 --
 external/mit/xfwp/dist/README       |     25 -
 external/mit/xfwp/dist/aclocal.m4   |   3332 ---------
 external/mit/xfwp/dist/compile      |    347 -
 external/mit/xfwp/dist/config.guess |   1558 ----
 external/mit/xfwp/dist/config.h.in  |     76 -
 external/mit/xfwp/dist/config.sub   |   1788 ----
 external/mit/xfwp/dist/configure    |  12513 ----------------------------------
 external/mit/xfwp/dist/configure.ac |     59 -
 external/mit/xfwp/dist/depcomp      |    791 --
 external/mit/xfwp/dist/install-sh   |    527 -
 external/mit/xfwp/dist/io.c         |   1313 ---
 external/mit/xfwp/dist/io.h         |     53 -
 external/mit/xfwp/dist/misc.c       |   1475 ----
 external/mit/xfwp/dist/misc.h       |    107 -
 external/mit/xfwp/dist/missing      |    215 -
 external/mit/xfwp/dist/pm.c         |    556 -
 external/mit/xfwp/dist/pm.h         |     70 -
 external/mit/xfwp/dist/transport.c  |    329 -
 external/mit/xfwp/dist/transport.h  |     70 -
 external/mit/xfwp/dist/xfwp.c       |    155 -
 external/mit/xfwp/dist/xfwp.h       |    329 -
 external/mit/xfwp/dist/xfwp.man     |    392 -
 26 files changed, 0 insertions(+), 27431 deletions(-)

diffs (truncated from 27535 to 300 lines):

diff -r 8488c21de86b -r b4e51fb5c9e8 external/mit/xfwp/dist/COPYING
--- a/external/mit/xfwp/dist/COPYING    Sun Jan 29 06:38:34 2023 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,27 +0,0 @@
-
-Copyright 1986-1997, 1998 The Open Group
-
-Permission to use, copy, modify, distribute, and sell this software and its
-documentation for any purpose is hereby granted without fee, provided that
-the above copyright notice appear in all copies and that both that
-copyright notice and this permission notice appear in supporting
-documentation.
-
-The above copyright notice and the following permission notice
-shall be included in all copies of the Software:
-
-THE SOFTWARE IS PROVIDED "AS IS ", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
-WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE
-AND NON-INFRINGEMENT. IN NO EVENT SHALL THE OPEN GROUP BE LIABLE
-FOR ANY CLAIM, DAMAGES OR OTHER SIABILITIY, WHETHER IN AN ACTION
-OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF, OR IN
-CONNNECTION WITH THE SOFTWARE OR THE USE OF OTHER DEALINGS IN
-THE SOFTWARE.
-
-Except as contained in this notice, the name of The Open Group
-shall not be used in advertising or otherwise to promote the use
-or other dealings in this Software without prior written
-authorization from The Open Group.
-
-X Window System is a trademark of The Open Group.
diff -r 8488c21de86b -r b4e51fb5c9e8 external/mit/xfwp/dist/ChangeLog
--- a/external/mit/xfwp/dist/ChangeLog  Sun Jan 29 06:38:34 2023 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,373 +0,0 @@
-commit 495b4c6d30caac171ca992a6e4c355feb2232009
-Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
-Date:   Fri Aug 2 23:37:19 2013 -0700
-
-    xfwp 1.0.3
-    
-    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
-
-commit 77511a82b1efe2ecde013b3f20ff71605aa61971
-Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
-Date:   Sat Nov 19 00:55:38 2011 -0800
-
-    Remove Malloc wrapper and its MallocFailed helper
-    
-    Only two calls left, one of which was already checking for failure.
-    
-    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
-
-commit 3570de4c260cf45d202e3577d13385d722d043d1
-Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
-Date:   Sat Nov 19 00:49:52 2011 -0800
-
-    Replace many malloc(strlen)+strcpy calls with strdup calls
-    
-    Some used local Malloc wrapper that checked for a NULL return and
-    exited, so had to add matching checks for strdup returning NULL.
-    
-    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
-
-commit c6b02069954ef83f8766d6a157b0a95939523d32
-Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
-Date:   Sat Nov 19 00:30:44 2011 -0800
-
-    Remove unnecessary Realloc wrapper
-    
-    The one caller already checks for and handles failure, so having a
-    wrapper that just adds another check for allocation failure isn't
-    useful.
-    
-    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
-
-commit c44cb256ce8660c9d529374b7596531dad1a5376
-Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
-Date:   Sat Nov 19 00:08:18 2011 -0800
-
-    Remove a bunch of unnecessary casts with malloc, free & memcpy calls
-    
-    With modern compilers and headers, they cause more problems than they
-    solve and just hide real issues.
-    
-    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
-
-commit 42a2a79b3e1f5c9cbb076743965eba8268733989
-Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
-Date:   Thu Oct 6 22:57:24 2011 -0700
-
-    Fix typos
-    
-    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
-
-commit c24ac15bfa150aeed51d9ec5cb9f2a5054e6f91d
-Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
-Date:   Thu Oct 6 22:50:27 2011 -0700
-
-    Add const attributes to fix gcc -Wwrite-strings warnings
-    
-    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
-
-commit 063daed4b43090a3e37f29e9796ffce0861573f1
-Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
-Date:   Thu Oct 6 22:47:25 2011 -0700
-
-    Strip trailing whitespace
-    
-    Performed with: find * -type f | xargs perl -i -p -e 's{[ \t]+$}{}'
-    git diff -w & git diff -b show no diffs from this change
-    
-    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
-
-commit e266d1015912d5e9458351e6deed548d2755eedb
-Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
-Date:   Fri Jan 7 18:52:54 2011 -0800
-
-    xfwp 1.0.2
-    
-    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
-
-commit bbba4170faa039fc038f286f1e3fef73c9d13c9f
-Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
-Date:   Fri Jan 7 18:41:30 2011 -0800
-
-    config: Replace obsolete usage of AC_OUTPUT with AC_CONFIG_FILES
-    
-    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
-
-commit 8335a168a6debd4dc6349ce6458bd66fad0938bb
-Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
-Date:   Fri Jan 7 18:40:17 2011 -0800
-
-    config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
-    
-    Regroup AC statements under the Autoconf initialization section.
-    Regroup AM statements under the Automake initialization section.
-    Add missing AC_CONFIG_SRCDIR
-    
-    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
-
-commit 73b928101d9df01f03360192c8670f744dc2c1d6
-Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
-Date:   Fri Jan 7 18:37:01 2011 -0800
-
-    config: Remove unnecessary calls from configure.ac
-    
-    AC_PROG_CC & AC_PROG_INSTALL are provided by XORG_DEFAULT_OPTIONS now
-    PKG_CONFIG_MODULES handles AC_SUBST of the CFLAGS & LIBS variables
-    
-    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
-
-commit 2fb2eaab97901041d56f4d6f722da351fdc7604b
-Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
-Date:   Fri Jan 7 18:36:06 2011 -0800
-
-    config: upgrade to util-macros 1.8 for additional man page support
-    
-    Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS
-    The value of MAN_SUBST is the same for all X.Org packages.
-    
-    Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS
-    Enables use of platform appropriate version of sed.
-    
-    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
-
-commit 439d48f201eed2371cb537fd8943e3b65f88d7be
-Author: Gaetan Nadon <memsize%videotron.ca@localhost>
-Date:   Fri Jan 7 18:34:17 2011 -0800
-
-    config: update AC_PREREQ statement to 2.60
-    
-    Unrelated to the previous patches, the new value simply reflects
-    the reality that the minimum level for autoconf to configure
-    all x.org modules is 2.60 dated June 2006.
-    
-    ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz
-    
-    Signed-off-by: Gaetan Nadon <memsize%videotron.ca@localhost>
-    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
-
-commit 405121106b57da5afdbfb6c3ddcdd66324839080
-Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
-Date:   Fri Aug 6 09:11:34 2010 -0700
-
-    Fill in COPYING file with copyright notices from source code
-    
-    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
-
-commit 8a7c001b9ca5325e1a566e9af86614753e692fea
-Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
-Date:   Fri Jul 9 22:01:17 2010 -0700
-
-    Change PKG_CHECK_MODULES to only use xproto not x11
-    
-    Doesn't call any libX11 functions, so don't need to link against it.
-    Just #include's several headers from xproto (X.h, Xos.h, Xproto.h, etc.)
-    
-    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
-
-commit 8b964692255243aee0fd4c9d69ac479e0e49c842
-Author: Alan Coopersmith <alan.coopersmith%sun.com@localhost>
-Date:   Fri Nov 13 17:12:28 2009 -0800
-
-    Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
-    
-    Signed-off-by: Alan Coopersmith <alan.coopersmith%sun.com@localhost>
-
-commit 8d9ff581207978b43c3b58c309408514bd4c4aa6
-Author: Alan Coopersmith <alan.coopersmith%sun.com@localhost>
-Date:   Thu Oct 1 14:54:24 2009 -0700
-
-    Add README with pointers to mailing lists, bugzilla, & git
-    
-    Signed-off-by: Alan Coopersmith <alan.coopersmith%sun.com@localhost>
-
-commit dba2f250a9d1e85a9ec2b6c8dd50a717889dc27f
-Author: Paulo Cesar Pereira de Andrade <pcpa%mandriva.com.br@localhost>
-Date:   Wed Jan 21 18:48:33 2009 -0200
-
-    Correct make distchek and sparse warnings.
-
-commit f3e76cc13f4a3947b760decd424b58ffe4c2b834
-Author: James Cloos <cloos%jhcloos.com@localhost>
-Date:   Thu Dec 6 16:37:16 2007 -0500
-
-    Replace static ChangeLog with dist-hook to generate from git log
-
-commit a291495023de093e07a633adf7d2fc5474d2be8e
-Author: James Cloos <cloos%jhcloos.com@localhost>
-Date:   Mon Sep 3 05:51:24 2007 -0400
-
-    Add *~ to .gitignore to skip patch/emacs droppings
-
-commit a5b8ffc4327dfc5c5f102f289008a0be48d71899
-Author: James Cloos <cloos%jhcloos.com@localhost>
-Date:   Thu Aug 23 19:24:50 2007 -0400
-
-    Rename .cvsignore to .gitignore
-
-commit 5856c4cca841681d0204dceb7429a67025240b75
-Author: Kevin E Martin <kem%kem.org@localhost>
-Date:   Wed Dec 21 02:29:50 2005 +0000
-
-    Update package version for X11R7 release.
-
-commit 8211ac2c52c3b798178143f448f7eb378cd90a50
-Author: Adam Jackson <ajax%nwnk.net@localhost>
-Date:   Mon Dec 19 16:22:44 2005 +0000
-
-    Stub COPYING files
-
-commit 1e303c714543af4a10de8b3a95246cc4c7a4143d
-Author: Kevin E Martin <kem%kem.org@localhost>
-Date:   Thu Dec 15 00:24:07 2005 +0000
-
-    Update package version number for final X11R7 release candidate.
-
-commit 53204656bce3a5c374a7a1fc327f271e73f3ba68
-Author: Kevin E Martin <kem%kem.org@localhost>
-Date:   Tue Dec 6 22:48:22 2005 +0000
-
-    Change *man_SOURCES ==> *man_PRE to fix autotools warnings.
-
-commit 80e55ede536af38a767eed13a2f53701f1b7cf33
-Author: Kevin E Martin <kem%kem.org@localhost>
-Date:   Sat Dec 3 05:49:23 2005 +0000
-
-    Update package version number for X11R7 RC3 release.
-
-commit 5d7159265142fa7d82f410870b49cadec28683ca
-Author: Alan Coopersmith <Alan.Coopersmith%sun.com@localhost>
-Date:   Mon Nov 28 22:01:42 2005 +0000
-
-    Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
-        update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)
-
-commit 53d4e673f74a1aba8c3591d2a645d7de45d0cc82
-Author: Eric Anholt <anholt%freebsd.org@localhost>
-Date:   Mon Nov 21 10:35:01 2005 +0000
-
-    Another pass at .cvsignores for apps.
-
-commit 4703db67294fe5d1dd77c25da6a3078a1db945f7
-Author: Eric Anholt <anholt%freebsd.org@localhost>
-Date:   Sun Nov 20 22:08:52 2005 +0000
-
-    Add/improve .cvsignore files for apps.
-
-commit 610173d61dd49cba2e569c7bf937ad3b9612ad1d
-Author: Alan Coopersmith <Alan.Coopersmith%sun.com@localhost>
-Date:   Sun Nov 20 04:03:47 2005 +0000
-
-    Add XTRANS_TCP_FLAGS macro to get needed #defines and libraries for TCP
-        code on various platforms.
-
-commit 48ffbac2252227dad30b042f01944828eb9373e4
-Author: Kevin E Martin <kem%kem.org@localhost>
-Date:   Wed Oct 19 02:47:54 2005 +0000



Home | Main Index | Thread Index | Old Index