diff options
author | Rene Ladan <rene@FreeBSD.org> | 2020-03-20 02:38:47 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2020-03-20 02:38:47 +0000 |
commit | a0f154acf40905bcdc48d4cbf9f400052693a281 (patch) | |
tree | 56535ab543b2bd7abaadf254e819c7689d83db71 /x11 | |
parent | d5cf397d65475e8b10b1cbb50975d3fb9314ca8a (diff) | |
download | ports-a0f154acf40905bcdc48d4cbf9f400052693a281.tar.gz ports-a0f154acf40905bcdc48d4cbf9f400052693a281.zip |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/Makefile | 1 | ||||
-rw-r--r-- | x11/rxvt/Makefile | 62 | ||||
-rw-r--r-- | x11/rxvt/distinfo | 2 | ||||
-rw-r--r-- | x11/rxvt/files/patch-Makefile.in | 11 | ||||
-rw-r--r-- | x11/rxvt/files/patch-autoconf__config.h.in | 20 | ||||
-rw-r--r-- | x11/rxvt/files/patch-doc__Makefile.in | 12 | ||||
-rw-r--r-- | x11/rxvt/files/patch-src__command.c | 40 | ||||
-rw-r--r-- | x11/rxvt/files/patch-src__grkelot.c | 26 | ||||
-rw-r--r-- | x11/rxvt/files/patch-src__logging.c | 12 | ||||
-rw-r--r-- | x11/rxvt/files/patch-src__screen.c | 52 | ||||
-rw-r--r-- | x11/rxvt/pkg-descr | 7 |
11 files changed, 0 insertions, 245 deletions
diff --git a/x11/Makefile b/x11/Makefile index bb2bbea0728a..5894143a0fd1 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -282,7 +282,6 @@ SUBDIR += roxterm SUBDIR += rsibreak SUBDIR += rubygem-gnome - SUBDIR += rxvt SUBDIR += rxvt-unicode SUBDIR += sakura SUBDIR += sbxkb diff --git a/x11/rxvt/Makefile b/x11/rxvt/Makefile deleted file mode 100644 index 73602fecb314..000000000000 --- a/x11/rxvt/Makefile +++ /dev/null @@ -1,62 +0,0 @@ -# Created by: gpalmer@FreeBSD.org -# $FreeBSD$ - -PORTNAME= rxvt -PORTVERSION= 2.6.4 -PORTREVISION= 6 -CATEGORIES+= x11 -MASTER_SITES= SF - -MAINTAINER= ports@FreeBSD.org -COMMENT= Low memory usage xterm replacement that supports color - -DEPRECATED= Abandonware: stable release 2.6.4 / November 1, 2001 and noo maintainer -EXPIRATION_DATE= 2020-03-16 - -USES= xorg -USE_XORG= xpm -GNU_CONFIGURE= yes - -OPTIONS_DEFINE= BIG5 GB GREEK HALF_SHADOW KANJI MENUBAR NEXT \ - TRANSPARENCY XGETDEFAULT XIM XTERM -BIG5_DESC= Build with BIG5 support -GB_DESC= Build with GB support -GREEK_DESC= Build with greek keyboard support -HALF_SHADOW_DESC= Build with half shadows support -KANJI_DESC= Build with Kanji support -MENUBAR_DESC= Build with menubar support -NEXT_DESC= Build with NeXT scrollbar -TRANSPARENCY_DESC= Build with transparency support -XGETDEFAULT_DESC= Build with XGetDefault() support -XIM_DESC= Build with XIM support -XTERM_DESC= Build with Xterm scrollbar - -CONFIGURE_ARGS= --enable-ttygid \ - --with-xpm --enable-xpm-background \ - --with-xpm-includes=${LOCALBASE}/include/X11 \ - --with-xpm-library=${LOCALBASE}/lib \ - --disable-utmp --disable-wtmp # fails to build with new utmpx -PLIST_FILES= bin/rxvt man/man1/${PORTNAME}.1.gz - -BIG5_CONFIGURE_ON= --enable-big5 -GB_CONFIGURE_ON= --enable-gb -GREEK_CONFIGURE_ON= --enable-greek -# enable half width/height shadows scrollbar -HALF_SHADOW_CONFIGURE_ON= --enable-half-shadow -KANJI_CONFIGURE_ON= --enable-kanji -MENUBAR_CONFIGURE_ON= --enable-menubar -NEXT_CONFIGURE_ON= --enable-next-scroll -TRANSPARENCY_CONFIGURE_ON= --enable-transparency -# make resources checking via XGetDefault() -XGETDEFAULT_CONFIGURE_ON= --enable-xgetdefault -# XIM (X Input Method) protocol support -XIM_CONFIGURE_ON= --enable-xim -XTERM_CONFIGURE_ON= --enable-xterm-scroll - -post-patch: - @${REINPLACE_CMD} -e 's|getpt()|posix_openpt(0)|' ${WRKSRC}/configure - -post-install: - @${CHMOD} 4711 ${STAGEDIR}${PREFIX}/bin/rxvt - -.include <bsd.port.mk> diff --git a/x11/rxvt/distinfo b/x11/rxvt/distinfo deleted file mode 100644 index 769e566d94cd..000000000000 --- a/x11/rxvt/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (rxvt-2.6.4.tar.gz) = af0b90bb4d563aafeabcb4c237bd66668740743531e025a70d61a32d214f2242 -SIZE (rxvt-2.6.4.tar.gz) = 307334 diff --git a/x11/rxvt/files/patch-Makefile.in b/x11/rxvt/files/patch-Makefile.in deleted file mode 100644 index e90f485112ef..000000000000 --- a/x11/rxvt/files/patch-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig Mon Aug 21 23:31:36 2000 -+++ Makefile.in Mon Aug 21 23:31:51 2000 -@@ -9,7 +9,7 @@ - first_rule: all - dummy: - --subdirs = src doc rclock src/graphics -+subdirs = src doc - - DIST = INSTALL README.configure configure Makefile Makefile.in ChangeLog - diff --git a/x11/rxvt/files/patch-autoconf__config.h.in b/x11/rxvt/files/patch-autoconf__config.h.in deleted file mode 100644 index 5e70c833507b..000000000000 --- a/x11/rxvt/files/patch-autoconf__config.h.in +++ /dev/null @@ -1,20 +0,0 @@ ---- autoconf/config.h.in.orig Mon Aug 21 23:33:43 2000 -+++ autoconf/config.h.in Mon Aug 21 23:34:39 2000 -@@ -161,7 +161,7 @@ - #undef HAVE_UTMP_HOST - - /* Define location of utmp */ --#undef RXVT_UTMP_FILE -+#define RXVT_UTMP_FILE "/var/run/utmp" - - /* Define in utmpx.h has struct utmpx */ - #undef HAVE_STRUCT_UTMPX -@@ -173,7 +173,7 @@ - #undef RXVT_UTMPX_FILE - - /* Define location of wtmp */ --#undef RXVT_WTMP_FILE -+#define RXVT_WTMP_FILE "/var/log/wtmp" - - /* Define location of wtmpx */ - #undef RXVT_WTMPX_FILE diff --git a/x11/rxvt/files/patch-doc__Makefile.in b/x11/rxvt/files/patch-doc__Makefile.in deleted file mode 100644 index a2c62c26ff94..000000000000 --- a/x11/rxvt/files/patch-doc__Makefile.in +++ /dev/null @@ -1,12 +0,0 @@ ---- doc/Makefile.in.orig Mon Aug 21 23:32:21 2000 -+++ doc/Makefile.in Mon Aug 21 23:32:44 2000 -@@ -41,9 +41,6 @@ - - all: rxvt.1 - --rxvt.1: Makefile -- @if test x$(TBL) = x; then : ; else echo "$(TBL) $(srcdir)/rxvt.tbl | grep -v '^.lf' > rxvt.1"; $(TBL) $(srcdir)/rxvt.tbl | grep -v '^.lf' > rxvt.1 ; fi -- - SEDREPLACE = -e 's%@RXVT_VERSION@%$(VERSION)%g;'\ - -e 's%@RXVT_LSMDATE@%$(LSMDATE)%g;'\ - -e 's%@RXVT_DATE@%$(DATE)%g;'\ diff --git a/x11/rxvt/files/patch-src__command.c b/x11/rxvt/files/patch-src__command.c deleted file mode 100644 index fa962bd1fd41..000000000000 --- a/x11/rxvt/files/patch-src__command.c +++ /dev/null @@ -1,40 +0,0 @@ ---- src/command.c.orig Thu Nov 1 22:18:35 2001 -+++ src/command.c Mon Oct 10 00:29:07 2005 -@@ -254,7 +254,7 @@ - extern char *ptsname(); - - # ifdef PTYS_ARE_GETPT -- if ((fd = getpt()) >= 0) { -+ if ((fd = posix_openpt(O_RDWR)) >= 0) { - # else - if ((fd = open("/dev/ptmx", O_RDWR)) >= 0) { - # endif -@@ -519,6 +519,9 @@ - # ifdef VEOL2 - FOO(VEOL2, "VEOL2"); - # endif -+# ifdef VERASE2 -+ FOO(VERASE2, "VERASE2"); -+# endif - # ifdef VSWTC - FOO(VSWTC, "VSWTC"); - # endif -@@ -596,6 +599,9 @@ - # ifdef VSWTCH - tio->c_cc[VSWTCH] = VDISABLE; - # endif -+# ifdef VERASE2 -+ tio->c_cc[VERASE2] = CERASE2; -+# endif - # if VMIN != VEOF - tio->c_cc[VMIN] = 1; - # endif -@@ -2376,7 +2382,7 @@ - unsigned char buf[256]; - - va_start(arg_ptr, fmt); -- vsprintf(buf, fmt, arg_ptr); -+ vsnprintf(buf, sizeof(buf), fmt, arg_ptr); - va_end(arg_ptr); - tt_write(buf, strlen(buf)); - } diff --git a/x11/rxvt/files/patch-src__grkelot.c b/x11/rxvt/files/patch-src__grkelot.c deleted file mode 100644 index c5824b44e0a1..000000000000 --- a/x11/rxvt/files/patch-src__grkelot.c +++ /dev/null @@ -1,26 +0,0 @@ ---- src/grkelot.c -+++ src/grkelot.c -@@ -80,10 +80,6 @@ - #define MAX_SWITCHER 2U /* per state */ - #define MAX_VAL 256 /* for temp allocation */ - --typedef unsigned char u_char; --typedef unsigned int u_int; --typedef unsigned long u_long; -- - typedef struct s_xlat { - u_int first, last; - u_int *pval; /* array of translated values */ -@@ -158,9 +154,9 @@ - - #define NUM_XLAT_TYPES (sizeof(xlat_type) / sizeof(xlat_type[0])) - --static void kstate_add_xlat(char *str); --static void kstate_add_switcher(char *str); --static void kstate_set_life(char *str); -+void kstate_add_xlat(char *str); -+void kstate_add_switcher(char *str); -+void kstate_set_life(char *str); - - /* --- Functions ------------- */ - /* INTPROTO */ diff --git a/x11/rxvt/files/patch-src__logging.c b/x11/rxvt/files/patch-src__logging.c deleted file mode 100644 index 63bc9440d194..000000000000 --- a/x11/rxvt/files/patch-src__logging.c +++ /dev/null @@ -1,12 +0,0 @@ ---- src/logging.c -+++ src/logging.c -@@ -131,6 +131,9 @@ - STRNCPY(ut_id, (pty + 3), sizeof(ut_id)); - else - #ifndef USE_SYSV_UTMP -+ if (!strncmp(pty, "pts/", 4)) -+ STRNCPY(ut_id, (pty + 4), sizeof(ut_id)); -+ else - { - print_error("can't parse tty name \"%s\"", pty); - ut_id[0] = '\0'; /* entry not made */ diff --git a/x11/rxvt/files/patch-src__screen.c b/x11/rxvt/files/patch-src__screen.c deleted file mode 100644 index 87eb488ceed3..000000000000 --- a/x11/rxvt/files/patch-src__screen.c +++ /dev/null @@ -1,52 +0,0 @@ ---- src/screen.c.orig 2011-04-21 08:56:56.000000000 +0200 -+++ src/screen.c 2011-04-21 08:59:19.000000000 +0200 -@@ -3359,6 +3359,7 @@ - XEvent ev; - Atom32 target_list[4]; - Atom target; -+ Atom property; - static Atom xa_targets = None; - static Atom xa_compound_text = None; - static Atom xa_text = None; -@@ -3381,16 +3382,26 @@ - ev.xselection.target = rq->target; - ev.xselection.time = rq->time; - -+ /* ICCCM: 2.2. Responsibilities of the Selection Owner -+ * SelectionRequest: -+ * If the specified property is None , the requestor -+ * an obsolete client. Owners are encouraged -+ * to support these clients by using the specified -+ * target atom as the property name to be used for -+ * the reply. -+ */ -+ property = (rq->property == 0) ? rq->target : rq->property; -+ - if (rq->target == xa_targets) { - target_list[0] = (Atom32) xa_targets; - target_list[1] = (Atom32) XA_STRING; - target_list[2] = (Atom32) xa_text; - target_list[3] = (Atom32) xa_compound_text; -- XChangeProperty(Xdisplay, rq->requestor, rq->property, rq->target, -+ XChangeProperty(Xdisplay, rq->requestor, property, rq->target, - (8 * sizeof(target_list[0])), PropModeReplace, - (unsigned char *)target_list, - (sizeof(target_list) / sizeof(target_list[0]))); -- ev.xselection.property = rq->property; -+ ev.xselection.property = property; - } else if (rq->target == XA_STRING - || rq->target == xa_compound_text - || rq->target == xa_text) { -@@ -3404,10 +3415,10 @@ - } - cl[0] = selection.text; - XmbTextListToTextProperty(Xdisplay, cl, 1, style, &ct); -- XChangeProperty(Xdisplay, rq->requestor, rq->property, -+ XChangeProperty(Xdisplay, rq->requestor, property, - target, 8, PropModeReplace, - ct.value, ct.nitems); -- ev.xselection.property = rq->property; -+ ev.xselection.property = property; - } - XSendEvent(Xdisplay, rq->requestor, False, 0, &ev); - } diff --git a/x11/rxvt/pkg-descr b/x11/rxvt/pkg-descr deleted file mode 100644 index d0cc4b6cda2a..000000000000 --- a/x11/rxvt/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Rxvt is an xterm replacement which uses a little less memory, and -is suitable for use on machines with small memories. Tek4010 support -is removed. - -Modifications were made by Rob Nation (nation@rocket.sanders.lockheed.com) -to make it a little more compact, and to add and remove certain -features. |