From d606b71a502209885f26820f85d931a521e650c7 Mon Sep 17 00:00:00 2001 From: Mid Favila Date: Wed, 30 Jun 2021 19:10:24 -0300 Subject: [PATCH] Update Athena-based program dependencies. --- ports/XawM/build | 5 -- ports/XawM/checksums | 2 - ports/XawM/files/laygram.h | 140 ------------------------------------- ports/XawM/sources | 2 - ports/XawM/version | 1 - ports/XawM/xaw7.pc | 12 ---- ports/editres-git/depends | 1 + ports/gv/depends | 1 + ports/libXaw/build | 7 -- ports/libXaw/checksums | 1 - ports/libXaw/depends | 2 - ports/libXaw/sources | 1 - ports/libXaw/version | 1 - ports/libXaw3d-git/build | 11 --- ports/libXaw3d-git/depends | 12 ---- ports/libXaw3d-git/pinst | 9 --- ports/libXaw3d-git/sources | 1 - ports/libXaw3d-git/version | 1 - ports/oclock/depends | 1 + ports/viewres-git/depends | 1 + ports/xcalc/depends | 1 + ports/xcalendar/depends | 1 + ports/xclipboard/depends | 1 + ports/xclock/depends | 1 + ports/xdm/depends | 1 + ports/xfontsel/depends | 1 + ports/xless/depends | 1 + ports/xman/depends | 1 + ports/xmessage/depends | 1 + ports/xmh/depends | 1 + ports/xmore/depends | 2 + ports/xrn/depends | 1 + ports/xsm/depends | 1 + ports/xterm/depends | 1 + ports/xvkbd/depends | 1 + 35 files changed, 20 insertions(+), 208 deletions(-) delete mode 100755 ports/XawM/build delete mode 100644 ports/XawM/checksums delete mode 100644 ports/XawM/files/laygram.h delete mode 100644 ports/XawM/sources delete mode 100644 ports/XawM/version delete mode 100644 ports/XawM/xaw7.pc delete mode 100755 ports/libXaw/build delete mode 100644 ports/libXaw/checksums delete mode 100644 ports/libXaw/depends delete mode 100644 ports/libXaw/sources delete mode 100644 ports/libXaw/version delete mode 100755 ports/libXaw3d-git/build delete mode 100644 ports/libXaw3d-git/depends delete mode 100755 ports/libXaw3d-git/pinst delete mode 100644 ports/libXaw3d-git/sources delete mode 100644 ports/libXaw3d-git/version create mode 100644 ports/xclipboard/depends create mode 100644 ports/xmore/depends create mode 100644 ports/xrn/depends diff --git a/ports/XawM/build b/ports/XawM/build deleted file mode 100755 index 034b85b..0000000 --- a/ports/XawM/build +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh -e - -xmkmf -a -make -make DESTDIR="$1" install diff --git a/ports/XawM/checksums b/ports/XawM/checksums deleted file mode 100644 index 853d99f..0000000 --- a/ports/XawM/checksums +++ /dev/null @@ -1,2 +0,0 @@ -12dcd5a750a18a56686f125aa28e374af8124c1632f680d1187ed261e8b2ebe4 -d848d78eb240cbe396b59cbe0d70ef5844eb5f1e5f899baf29f346a83c4d229a diff --git a/ports/XawM/files/laygram.h b/ports/XawM/files/laygram.h deleted file mode 100644 index 97c197e..0000000 --- a/ports/XawM/files/laygram.h +++ /dev/null @@ -1,140 +0,0 @@ -/* A Bison parser, made by GNU Bison 3.7.6. */ - -/* Bison interface for Yacc-like parsers in C - - Copyright (C) 1984, 1989-1990, 2000-2015, 2018-2021 Free Software Foundation, - Inc. - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . */ - -/* As a special exception, you may create a larger work that contains - part or all of the Bison parser skeleton and distribute that work - under terms of your choice, so long as that work isn't itself a - parser generator using the skeleton or a modified version thereof - as a parser skeleton. Alternatively, if you modify or redistribute - the parser skeleton itself, you may (at your option) remove this - special exception, which will cause the skeleton and the resulting - Bison output files to be licensed under the GNU General Public - License without this special exception. - - This special exception was added by the Free Software Foundation in - version 2.2 of Bison. */ - -/* DO NOT RELY ON FEATURES THAT ARE NOT DOCUMENTED in the manual, - especially those whose name start with YY_ or LayYY_. They are - private implementation details that can be changed or removed. */ - -#ifndef YY_YY_Y_TAB_H_INCLUDED -# define YY_YY_Y_TAB_H_INCLUDED -/* Debug traces. */ -#ifndef YYDEBUG -# define YYDEBUG 0 -#endif -#if YYDEBUG -extern int LayYYdebug; -#endif - -/* Token kinds. */ -#ifndef YYTOKENTYPE -# define YYTOKENTYPE - enum LayYYtokentype - { - YYEMPTY = -2, - YYEOF = 0, /* "end of file" */ - YYerror = 256, /* error */ - YYUNDEF = 257, /* "invalid token" */ - OC = 258, /* OC */ - CC = 259, /* CC */ - OA = 260, /* OA */ - CA = 261, /* CA */ - OP = 262, /* OP */ - CP = 263, /* CP */ - NAME = 264, /* NAME */ - NUMBER = 265, /* NUMBER */ - INFINITY = 266, /* INFINITY */ - VERTICAL = 267, /* VERTICAL */ - HORIZONTAL = 268, /* HORIZONTAL */ - EQUAL = 269, /* EQUAL */ - DOLLAR = 270, /* DOLLAR */ - PLUS = 271, /* PLUS */ - MINUS = 272, /* MINUS */ - TIMES = 273, /* TIMES */ - DIVIDE = 274, /* DIVIDE */ - PERCENTOF = 275, /* PERCENTOF */ - PERCENT = 276, /* PERCENT */ - WIDTH = 277, /* WIDTH */ - HEIGHT = 278, /* HEIGHT */ - UMINUS = 279, /* UMINUS */ - UPLUS = 280 /* UPLUS */ - }; - typedef enum LayYYtokentype LayYYtoken_kind_t; -#endif -/* Token kinds. */ -#define YYEMPTY -2 -#define YYEOF 0 -#define YYerror 256 -#define YYUNDEF 257 -#define OC 258 -#define CC 259 -#define OA 260 -#define CA 261 -#define OP 262 -#define CP 263 -#define NAME 264 -#define NUMBER 265 -#define INFINITY 266 -#define VERTICAL 267 -#define HORIZONTAL 268 -#define EQUAL 269 -#define DOLLAR 270 -#define PLUS 271 -#define MINUS 272 -#define TIMES 273 -#define DIVIDE 274 -#define PERCENTOF 275 -#define PERCENT 276 -#define WIDTH 277 -#define HEIGHT 278 -#define UMINUS 279 -#define UPLUS 280 - -/* Value type. */ -#if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED -union YYSTYPE -{ -#line 17 "laygram.y" - - int ival; - XrmQuark qval; - BoxPtr bval; - BoxParamsPtr pval; - GlueRec gval; - LayoutDirection lval; - ExprPtr eval; - Operator oval; - -#line 128 "y.tab.h" - -}; -typedef union YYSTYPE YYSTYPE; -# define YYSTYPE_IS_TRIVIAL 1 -# define YYSTYPE_IS_DECLARED 1 -#endif - - -extern YYSTYPE LayYYlval; - -int LayYYparse (void); - -#endif /* !YY_YY_Y_TAB_H_INCLUDED */ diff --git a/ports/XawM/sources b/ports/XawM/sources deleted file mode 100644 index ad39542..0000000 --- a/ports/XawM/sources +++ /dev/null @@ -1,2 +0,0 @@ -files/laygram.h -https://downloads.sourceforge.net/project/xawm/xawm/1.6/XawM-1.6.src.tar.gz diff --git a/ports/XawM/version b/ports/XawM/version deleted file mode 100644 index a506fde..0000000 --- a/ports/XawM/version +++ /dev/null @@ -1 +0,0 @@ -0.15.1 1 diff --git a/ports/XawM/xaw7.pc b/ports/XawM/xaw7.pc deleted file mode 100644 index 7470c4e..0000000 --- a/ports/XawM/xaw7.pc +++ /dev/null @@ -1,12 +0,0 @@ -prefix=/usr -exec_prefix=${prefix} -libdir=${exec_prefix}/lib -includedir=${prefix}/include - -Name: Xaw -Description: X Athena Widgets Library, version 7 -Version: 1.0.13 -Requires: xproto xt -Requires.private: x11 xext xt xmu xpm -Cflags: -I${includedir} -Libs: -L${libdir} -lneXtaw diff --git a/ports/editres-git/depends b/ports/editres-git/depends index 00ef13c..7761042 100644 --- a/ports/editres-git/depends +++ b/ports/editres-git/depends @@ -1,3 +1,4 @@ +neXtaw autoconf make automake make libX11 diff --git a/ports/gv/depends b/ports/gv/depends index 538506b..8455853 100644 --- a/ports/gv/depends +++ b/ports/gv/depends @@ -1,3 +1,4 @@ +neXtaw ghostscript freetype-harfbuzz libICE diff --git a/ports/libXaw/build b/ports/libXaw/build deleted file mode 100755 index 036cfd3..0000000 --- a/ports/libXaw/build +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh -e - -./configure \ - --prefix=/usr - -make -make DESTDIR="$1" install diff --git a/ports/libXaw/checksums b/ports/libXaw/checksums deleted file mode 100644 index 5ca1ddf..0000000 --- a/ports/libXaw/checksums +++ /dev/null @@ -1 +0,0 @@ -8ef8067312571292ccc2bbe94c41109dcf022ea5a4ec71656a83d8cce9edb0cd diff --git a/ports/libXaw/depends b/ports/libXaw/depends deleted file mode 100644 index 3c49d50..0000000 --- a/ports/libXaw/depends +++ /dev/null @@ -1,2 +0,0 @@ -libXmu -libXpm diff --git a/ports/libXaw/sources b/ports/libXaw/sources deleted file mode 100644 index ac5dd23..0000000 --- a/ports/libXaw/sources +++ /dev/null @@ -1 +0,0 @@ -https://www.x.org/releases/individual/lib/libXaw-1.0.13.tar.bz2 diff --git a/ports/libXaw/version b/ports/libXaw/version deleted file mode 100644 index 7d6b13e..0000000 --- a/ports/libXaw/version +++ /dev/null @@ -1 +0,0 @@ -1.0.13 1 diff --git a/ports/libXaw3d-git/build b/ports/libXaw3d-git/build deleted file mode 100755 index dbd376c..0000000 --- a/ports/libXaw3d-git/build +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh -e - -./autogen.sh \ - --prefix=/usr - -make -make DESTDIR="$1" install - -#ln -s "/usr/include/X11/Xaw3d" "$1/usr/include/X11/Xaw" -#ln -s "/usr/lib/pkgconfig/xaw3d.pc" "/usr/lib/pkgconfig/xaw7.pc" -#ln -s "/usr/lib/libXaw3d.so" "$1/usr/lib/libXaw7.so" diff --git a/ports/libXaw3d-git/depends b/ports/libXaw3d-git/depends deleted file mode 100644 index 00b9723..0000000 --- a/ports/libXaw3d-git/depends +++ /dev/null @@ -1,12 +0,0 @@ -autoconf make -automake make -bison make -bison make -gettext-tiny make -libX11 -libXext -libXmu -libXt -libtool make -pkgconf make -xorg-util-macros make diff --git a/ports/libXaw3d-git/pinst b/ports/libXaw3d-git/pinst deleted file mode 100755 index 17c0fcd..0000000 --- a/ports/libXaw3d-git/pinst +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh -e - -for lib in /usr/lib/libXaw.7.so /usr/lib/libXaw.so /usr/lib/libXaw.so.6 /usr/lib/libXaw.so.7 /usr/lib/libXaw6.so /usr/lib/libXaw6.so.6 /usr/lib/libXaw6.so.6.0.0 /usr/lib/libXaw6.so.6.0.0.1 /usr/lib/libXaw7.so /usr/lib/libXaw7.so.7 /usr/lib/libXaw7.so.7.0.0 -do ln -s /usr/lib/libXaw3d.so $lib -done - -ln -s /usr/lib/pkgconfig/xaw3d.pc /usr/lib/pkgconfig/xaw7.pc - -ln -s /usr/include/X11/Xaw3d /usr/include/X11/Xaw diff --git a/ports/libXaw3d-git/sources b/ports/libXaw3d-git/sources deleted file mode 100644 index cfc7d9d..0000000 --- a/ports/libXaw3d-git/sources +++ /dev/null @@ -1 +0,0 @@ -git+https://gitlab.freedesktop.org/dickey/libxaw3d.git diff --git a/ports/libXaw3d-git/version b/ports/libXaw3d-git/version deleted file mode 100644 index a383ea1..0000000 --- a/ports/libXaw3d-git/version +++ /dev/null @@ -1 +0,0 @@ -git 1 diff --git a/ports/oclock/depends b/ports/oclock/depends index 412b0a9..6bb8f9c 100644 --- a/ports/oclock/depends +++ b/ports/oclock/depends @@ -1,3 +1,4 @@ +neXtaw libICE libSM libX11 diff --git a/ports/viewres-git/depends b/ports/viewres-git/depends index 62f05b9..28917d5 100644 --- a/ports/viewres-git/depends +++ b/ports/viewres-git/depends @@ -1,3 +1,4 @@ +neXtaw autoconf make automake make xorg-util-macros make diff --git a/ports/xcalc/depends b/ports/xcalc/depends index b45bd92..1ab50ee 100644 --- a/ports/xcalc/depends +++ b/ports/xcalc/depends @@ -1,3 +1,4 @@ +neXtaw autoconf make automake make libX11 diff --git a/ports/xcalendar/depends b/ports/xcalendar/depends index e7eb27d..eaa8420 100644 --- a/ports/xcalendar/depends +++ b/ports/xcalendar/depends @@ -1,3 +1,4 @@ +neXtaw gccmakedep-git make imake-git make xorg-cf make diff --git a/ports/xclipboard/depends b/ports/xclipboard/depends new file mode 100644 index 0000000..154c59a --- /dev/null +++ b/ports/xclipboard/depends @@ -0,0 +1 @@ +neXtaw diff --git a/ports/xclock/depends b/ports/xclock/depends index 7787467..67d56dd 100644 --- a/ports/xclock/depends +++ b/ports/xclock/depends @@ -1,3 +1,4 @@ +neXtaw libICE libSM libX11 diff --git a/ports/xdm/depends b/ports/xdm/depends index 6d81acd..b8b6414 100644 --- a/ports/xdm/depends +++ b/ports/xdm/depends @@ -1,3 +1,4 @@ +neXtaw libXdmcp libXpm xrdb diff --git a/ports/xfontsel/depends b/ports/xfontsel/depends index a8dab00..2e6afed 100644 --- a/ports/xfontsel/depends +++ b/ports/xfontsel/depends @@ -1,3 +1,4 @@ +neXtaw autoconf make automake make libX11 diff --git a/ports/xless/depends b/ports/xless/depends index e7eb27d..eaa8420 100644 --- a/ports/xless/depends +++ b/ports/xless/depends @@ -1,3 +1,4 @@ +neXtaw gccmakedep-git make imake-git make xorg-cf make diff --git a/ports/xman/depends b/ports/xman/depends index 0a3a9d9..fac37c1 100644 --- a/ports/xman/depends +++ b/ports/xman/depends @@ -1,3 +1,4 @@ +neXtaw autoconf make automake make libX11 diff --git a/ports/xmessage/depends b/ports/xmessage/depends index 1373e0c..f9441c6 100644 --- a/ports/xmessage/depends +++ b/ports/xmessage/depends @@ -1,3 +1,4 @@ +neXtaw autoconf make automake make libX11 diff --git a/ports/xmh/depends b/ports/xmh/depends index abb1e94..cfc2bdd 100644 --- a/ports/xmh/depends +++ b/ports/xmh/depends @@ -1 +1,2 @@ +neXtaw xbitmaps make diff --git a/ports/xmore/depends b/ports/xmore/depends new file mode 100644 index 0000000..1bcc0ae --- /dev/null +++ b/ports/xmore/depends @@ -0,0 +1,2 @@ +neXtaw + diff --git a/ports/xrn/depends b/ports/xrn/depends new file mode 100644 index 0000000..154c59a --- /dev/null +++ b/ports/xrn/depends @@ -0,0 +1 @@ +neXtaw diff --git a/ports/xsm/depends b/ports/xsm/depends index 922ac30..80e7728 100644 --- a/ports/xsm/depends +++ b/ports/xsm/depends @@ -1,3 +1,4 @@ +neXtaw autoconf make automake make libICE diff --git a/ports/xterm/depends b/ports/xterm/depends index 4ce1e47..a821fe9 100644 --- a/ports/xterm/depends +++ b/ports/xterm/depends @@ -1,3 +1,4 @@ +neXtaw bzip2 expat fontconfig diff --git a/ports/xvkbd/depends b/ports/xvkbd/depends index 4c1ce88..8a79fdf 100644 --- a/ports/xvkbd/depends +++ b/ports/xvkbd/depends @@ -1 +1,2 @@ libXtst +neXtaw