From eb3c1deb53b663d779ce924b5e8e0c3384d89de9 Mon Sep 17 00:00:00 2001 From: Mid Favila Date: Thu, 16 Sep 2021 19:06:34 -0300 Subject: [PATCH] "Stuff." --- community-mod/stable/unifont/build | 6 -- ports/aewm/build | 8 +++ ports/aewm/checksums | 8 +++ ports/aewm/depends | 12 ++++ ports/aewm/patches/05-source-changes.patch | 70 +++++++++++++++++++ ports/aewm/patches/10-makefile-no-strip.patch | 18 +++++ ports/aewm/patches/20-makefile-harden.patch | 59 ++++++++++++++++ ports/aewm/patches/30-manpage.patch | 18 +++++ ports/aewm/patches/40_man-spelling-fix.patch | 14 ++++ ports/aewm/patches/fix_ftbfs.patch | 33 +++++++++ ports/aewm/patches/fix_pkg-config.patch | 48 +++++++++++++ ports/aewm/sources | 8 +++ ports/aewm/version | 1 + ports/clearsans-font/build | 6 ++ ports/clearsans-font/checksums | 1 + ports/clearsans-font/sources | 1 + ports/clearsans-font/version | 1 + ports/es-git/build | 16 +++++ ports/es-git/checksums | 1 + ports/es-git/depends | 4 ++ ports/es-git/patches/musl.patch | 33 +++++++++ ports/es-git/sources | 2 + ports/es-git/version | 1 + ports/libvte9/.#depends | 1 + ports/libvte9/build | 7 ++ ports/libvte9/checksums | 1 + ports/libvte9/depends | 1 + ports/libvte9/sources | 1 + ports/libvte9/version | 1 + ports/links2-mod/build | 8 +++ ports/links2-mod/manifest | 17 ----- ports/lxterminal/build | 7 ++ ports/lxterminal/checksums | 1 + ports/lxterminal/depends | 2 + ports/lxterminal/sources | 1 + ports/lxterminal/version | 1 + ports/tabbed/build | 1 + 37 files changed, 396 insertions(+), 23 deletions(-) create mode 100755 ports/aewm/build create mode 100644 ports/aewm/checksums create mode 100644 ports/aewm/depends create mode 100644 ports/aewm/patches/05-source-changes.patch create mode 100644 ports/aewm/patches/10-makefile-no-strip.patch create mode 100644 ports/aewm/patches/20-makefile-harden.patch create mode 100644 ports/aewm/patches/30-manpage.patch create mode 100644 ports/aewm/patches/40_man-spelling-fix.patch create mode 100644 ports/aewm/patches/fix_ftbfs.patch create mode 100644 ports/aewm/patches/fix_pkg-config.patch create mode 100644 ports/aewm/sources create mode 100644 ports/aewm/version create mode 100755 ports/clearsans-font/build create mode 100644 ports/clearsans-font/checksums create mode 100644 ports/clearsans-font/sources create mode 100644 ports/clearsans-font/version create mode 100755 ports/es-git/build create mode 100644 ports/es-git/checksums create mode 100644 ports/es-git/depends create mode 100644 ports/es-git/patches/musl.patch create mode 100644 ports/es-git/sources create mode 100644 ports/es-git/version create mode 120000 ports/libvte9/.#depends create mode 100755 ports/libvte9/build create mode 100644 ports/libvte9/checksums create mode 100644 ports/libvte9/depends create mode 100644 ports/libvte9/sources create mode 100644 ports/libvte9/version delete mode 100644 ports/links2-mod/manifest create mode 100755 ports/lxterminal/build create mode 100644 ports/lxterminal/checksums create mode 100644 ports/lxterminal/depends create mode 100644 ports/lxterminal/sources create mode 100644 ports/lxterminal/version diff --git a/community-mod/stable/unifont/build b/community-mod/stable/unifont/build index 6edda34..4beac8b 100755 --- a/community-mod/stable/unifont/build +++ b/community-mod/stable/unifont/build @@ -1,10 +1,4 @@ #!/bin/sh -e -sed -i 's/.*install.*\(-p\).*//g' Makefile - -sed -i 's/.*install.*\(-p\).*//g' font/Makefile -sed -i 's/.*-m[0-9][0-9]*.*\(-d\)//g' font/Makefile -sed -i 's/.*-d[0-9][0-9]*.*/.*-Dm.*/g' font/Makefile - make DESTDIR="$1" CC="${CC:-cc}" make DESTDIR="$1" install diff --git a/ports/aewm/build b/ports/aewm/build new file mode 100755 index 0000000..f1a5819 --- /dev/null +++ b/ports/aewm/build @@ -0,0 +1,8 @@ +#!/bin/sh -e + +for file in *.patch +do patch -p1 < $file +done + +make +make DESTDIR="$1" install diff --git a/ports/aewm/checksums b/ports/aewm/checksums new file mode 100644 index 0000000..64cba23 --- /dev/null +++ b/ports/aewm/checksums @@ -0,0 +1,8 @@ +5aff43d9112e303f8da76865b0f2532f2df45492ebc90475a1d98c4f8951715f +5476d537f3a8f0dd84c535d9831f439db7b208e8c9e29814a0dc052903e0a35c +01d5332361a5ca159776975d0414d4e101ba79614325ce5f8dbd8c71a22308df +ccec7342f9aa696cf85dc28aee111bffcdb02e27aa10b29db9ee033c74dc7744 +9ce7fa43633e7ca2e49beb63428d1094297af7581d4728fb0de83edc5e5d2d65 +01dcb4d822ad00fca9d62040ef87227c3a34bb8743a4d29400973fa4ab0b1504 +f8efc4eb75e15c64e6f30f24732433fe2ca5f142f0d97e4c30716d4869c4883e +59ce24198ed5d7a54ea7e5edcffc05b857326193b11b2eb4697c84bce4754a85 diff --git a/ports/aewm/depends b/ports/aewm/depends new file mode 100644 index 0000000..5400802 --- /dev/null +++ b/ports/aewm/depends @@ -0,0 +1,12 @@ +atk +cairo +fontconfig +freetype-harfbuzz +gdk-pixbuf +glib +gtk+2 +libX11 +libX11 +libXext +libXft +pango \ No newline at end of file diff --git a/ports/aewm/patches/05-source-changes.patch b/ports/aewm/patches/05-source-changes.patch new file mode 100644 index 0000000..737a292 --- /dev/null +++ b/ports/aewm/patches/05-source-changes.patch @@ -0,0 +1,70 @@ +From: Decklin Foster +Subject: Changes to original sources + +--- + Makefile | 14 +++++++------- + aewm.h | 2 +- + doc/aewmrc.ex | 2 +- + 3 files changed, 9 insertions(+), 9 deletions(-) + +--- a/Makefile ++++ b/Makefile +@@ -3,15 +3,15 @@ + + # Set this to the location where you want to install + DESTDIR = +-XROOT = /usr/X11R6 ++XROOT = /usr + + # Uncomment to enable Shape extension support +-#OPT_WMFLAGS += -DSHAPE +-#OPT_WMLIB += -lXext ++OPT_WMFLAGS += -DSHAPE ++OPT_WMLIB += -lXext + + # Uncomment to add Xft support +-#OPT_WMFLAGS += -DXFT `pkg-config --cflags xft` +-#OPT_WMLIB += `pkg-config --libs xft` -lXext ++OPT_WMFLAGS += -DXFT `pkg-config --cflags xft` ++OPT_WMLIB += `pkg-config --libs xft` -lXext + + # Uncomment for debugging (abandon all hope, ye who enter here) + #OPT_WMFLAGS += -DDEBUG +@@ -21,7 +21,7 @@ + CFLAGS = -g -O2 -Wall + + BINDIR = $(DESTDIR)$(XROOT)/bin +-MANDIR = $(DESTDIR)$(XROOT)/man/man1 ++MANDIR = $(DESTDIR)$(XROOT)/share/man/man1 + CFGDIR = $(DESTDIR)/etc/X11/aewm + + PLAINOBJ = aesession.o parser.o +@@ -62,7 +62,7 @@ + + X11LIB = -L$(XROOT)/lib -lX11 + WMLIB = $(X11LIB) $(OPT_WMLIB) +-GTKLIB = `pkg-config --libs gtk+-2.0` ++GTKLIB = `pkg-config --libs gtk+-2.0` -lX11 + + $(PLAINBIN): %: %.o + $(CC) $^ -o $@ +--- a/aewm.h ++++ b/aewm.h +@@ -29,7 +29,7 @@ + #define DEF_IMAP 0 + + #define DEF_NEW1 "aemenu --switch" +-#define DEF_NEW2 "xterm" ++#define DEF_NEW2 "x-terminal-emulator" + #define DEF_NEW3 "aemenu --launch" + #define DEF_NEW4 "aedesk -1" + #define DEF_NEW5 "aedesk +1" +--- a/doc/aewmrc.ex ++++ b/doc/aewmrc.ex +@@ -19,5 +19,5 @@ + # Clients to launch when the root window is clicked + + button1 "aemenu" +-button2 "xterm" ++button2 "x-terminal-emulator" + button3 "aemenu --switch" diff --git a/ports/aewm/patches/10-makefile-no-strip.patch b/ports/aewm/patches/10-makefile-no-strip.patch new file mode 100644 index 0000000..a16a940 --- /dev/null +++ b/ports/aewm/patches/10-makefile-no-strip.patch @@ -0,0 +1,18 @@ +From: Jari Aalto +Subject: Do not strip unconditionally; see debian/rules (Closes: #436379). + +--- + Makefile | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +--- a/Makefile ++++ b/Makefile +@@ -81,7 +81,7 @@ + + install: all + mkdir -p $(BINDIR) $(MANDIR) $(CFGDIR) +- install -s $(ALLBIN) $(BINDIR) ++ install $(ALLBIN) $(BINDIR) + for i in $(AEMAN); do \ + install -m 644 doc/$$i $(MANDIR); \ + gzip -9 $(MANDIR)/$$i; \ diff --git a/ports/aewm/patches/20-makefile-harden.patch b/ports/aewm/patches/20-makefile-harden.patch new file mode 100644 index 0000000..4eaf2be --- /dev/null +++ b/ports/aewm/patches/20-makefile-harden.patch @@ -0,0 +1,59 @@ +From: Jari Aalto +Subject: Add build flags support + +--- + Makefile | 18 +++++++++--------- + 1 file changed, 9 insertions(+), 9 deletions(-) + +--- a/Makefile ++++ b/Makefile +@@ -18,7 +18,7 @@ + #OPT_WMLIB += -lefence + + CC = gcc +-CFLAGS = -g -O2 -Wall ++# CFLAGS = -g -O2 -Wall + + BINDIR = $(DESTDIR)$(XROOT)/bin + MANDIR = $(DESTDIR)$(XROOT)/share/man/man1 +@@ -49,32 +49,32 @@ + GTKFLAGS = `pkg-config --cflags gtk+-2.0` + + $(PLAINOBJ): %.o: %.c +- $(CC) $(CFLAGS) -c $< -o $@ ++ $(CC) $(CPPFLAGS) $(CFLAGS) -c $< -o $@ + + $(X11OBJ): %.o: %.c +- $(CC) $(CFLAGS) $(X11FLAGS) -c $< -o $@ ++ $(CC) $(CPPFLAGS) $(CFLAGS) $(X11FLAGS) -c $< -o $@ + + $(WMOBJ): %.o: %.c +- $(CC) $(CFLAGS) $(WMFLAGS) -c $< -o $@ ++ $(CC) $(CPPFLAGS) $(CFLAGS) $(WMFLAGS) -c $< -o $@ + + $(GTKOBJ): %.o: %.c +- $(CC) $(CFLAGS) $(GTKFLAGS) -c $< -o $@ ++ $(CC) $(CPPFLAGS) $(CFLAGS) $(GTKFLAGS) -c $< -o $@ + + X11LIB = -L$(XROOT)/lib -lX11 + WMLIB = $(X11LIB) $(OPT_WMLIB) + GTKLIB = `pkg-config --libs gtk+-2.0` -lX11 + + $(PLAINBIN): %: %.o +- $(CC) $^ -o $@ ++ $(CC) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) $^ -o $@ + + $(X11BIN): %: %.o +- $(CC) $^ $(X11LIB) -o $@ ++ $(CC) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) $^ $(X11LIB) -o $@ + + $(WMBIN): %: +- $(CC) $^ $(WMLIB) -o $@ ++ $(CC) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) $^ $(WMLIB) -o $@ + + $(GTKBIN): %: %.o +- $(CC) $^ $(GTKLIB) -o $@ ++ $(CC) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) $^ $(GTKLIB) -o $@ + + AEMAN = aewm.1x aeclients.1x + AERC = aewmrc clientsrc diff --git a/ports/aewm/patches/30-manpage.patch b/ports/aewm/patches/30-manpage.patch new file mode 100644 index 0000000..1b4340f --- /dev/null +++ b/ports/aewm/patches/30-manpage.patch @@ -0,0 +1,18 @@ +From: Jari Aalto +Subject: Fix hyphen + +--- + doc/aeclients.1x | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +--- a/doc/aeclients.1x ++++ b/doc/aeclients.1x +@@ -75,7 +75,7 @@ + .B aedesk + changes to a new virtual desktop, specfied by + .IR num , +-or sets the number of available desktops, with -n. ++or sets the number of available desktops, with \-n. + .SH "FILES" + .I $HOME/.aewm/clientsrc + .SH "SEE ALSO" diff --git a/ports/aewm/patches/40_man-spelling-fix.patch b/ports/aewm/patches/40_man-spelling-fix.patch new file mode 100644 index 0000000..d15cc8c --- /dev/null +++ b/ports/aewm/patches/40_man-spelling-fix.patch @@ -0,0 +1,14 @@ +Description: Man spelling fixed. +Author: Daniel Pimentel +Last-Update: 2019-07-23 +--- aewm-1.3.12.orig/doc/aeclients.1x ++++ aewm-1.3.12/doc/aeclients.1x +@@ -73,7 +73,7 @@ without killing your X session. The auth + anyone except WM hackers to find this useful. + .PP + .B aedesk +-changes to a new virtual desktop, specfied by ++changes to a new virtual desktop, specified by + .IR num , + or sets the number of available desktops, with \-n. + .SH "FILES" diff --git a/ports/aewm/patches/fix_ftbfs.patch b/ports/aewm/patches/fix_ftbfs.patch new file mode 100644 index 0000000..604bdcd --- /dev/null +++ b/ports/aewm/patches/fix_ftbfs.patch @@ -0,0 +1,33 @@ +Description: Fix ftbfs with GCC-10 + +Author: Sudip Mukherjee +Bug-Debian: https://bugs.debian.org/956983 +Forwarded: no + +--- + +--- aewm-1.3.12.orig/aedesk.c ++++ aewm-1.3.12/aedesk.c +@@ -11,10 +11,6 @@ + + #define UMOD(x, y) ((((long)(x) % (long)(y)) + (y)) % (y)) + +-Display *dpy; +-Window root; +-Atom net_cur_desk, net_num_desks; +- + static unsigned long parse_desk(char *spec); + + int main(int argc, char **argv) +--- aewm-1.3.12.orig/aepanel.c ++++ aewm-1.3.12/aepanel.c +@@ -36,9 +36,6 @@ void setup_panel_atoms(); + void sig_handler(int); + void set_strut(Window, strut_t *); + +-Atom net_wm_strut; +-Atom net_wm_strut_partial; +-Atom net_wm_wintype; + Atom net_wm_wintype_dock; + + #define NAME_SIZE 48 diff --git a/ports/aewm/patches/fix_pkg-config.patch b/ports/aewm/patches/fix_pkg-config.patch new file mode 100644 index 0000000..7d07196 --- /dev/null +++ b/ports/aewm/patches/fix_pkg-config.patch @@ -0,0 +1,48 @@ +Description: Fix FTCBFS by making pkg-config substitutable. + +From: Helmut Grohne + +--- + +diff --git a/Makefile b/Makefile +index 9d6c209..024ec8a 100644 +--- a/Makefile ++++ b/Makefile +@@ -1,6 +1,8 @@ + # aewm - Copyright 1998-2007 Decklin Foster . + # This program is free software; see LICENSE for details. + ++PKG_CONFIG ?= pkg-config ++ + # Set this to the location where you want to install + DESTDIR = + XROOT = /usr +@@ -10,8 +12,8 @@ OPT_WMFLAGS += -DSHAPE + OPT_WMLIB += -lXext + + # Uncomment to add Xft support +-OPT_WMFLAGS += -DXFT `pkg-config --cflags xft` +-OPT_WMLIB += `pkg-config --libs xft` -lXext ++OPT_WMFLAGS += -DXFT `$(PKG_CONFIG) --cflags xft` ++OPT_WMLIB += `$(PKG_CONFIG) --libs xft` -lXext + + # Uncomment for debugging (abandon all hope, ye who enter here) + #OPT_WMFLAGS += -DDEBUG +@@ -46,7 +48,7 @@ aepanel: $(CLIENTOBJ) menu.o parser.o + + X11FLAGS = -I$(XROOT)/include + WMFLAGS = $(X11FLAGS) $(OPT_WMFLAGS) +-GTKFLAGS = `pkg-config --cflags gtk+-2.0` ++GTKFLAGS = `$(PKG_CONFIG) --cflags gtk+-2.0` + + $(PLAINOBJ): %.o: %.c + $(CC) $(CPPFLAGS) $(CFLAGS) -c $< -o $@ +@@ -62,7 +64,7 @@ $(GTKOBJ): %.o: %.c + + X11LIB = -L$(XROOT)/lib -lX11 + WMLIB = $(X11LIB) $(OPT_WMLIB) +-GTKLIB = `pkg-config --libs gtk+-2.0` -lX11 ++GTKLIB = `$(PKG_CONFIG) --libs gtk+-2.0` -lX11 + + $(PLAINBIN): %: %.o + $(CC) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) $^ -o $@ diff --git a/ports/aewm/sources b/ports/aewm/sources new file mode 100644 index 0000000..5e492e1 --- /dev/null +++ b/ports/aewm/sources @@ -0,0 +1,8 @@ +https://deb.debian.org/debian/pool/main/a/aewm/aewm_1.3.12.orig.tar.gz +patches/05-source-changes.patch +patches/10-makefile-no-strip.patch +patches/20-makefile-harden.patch +patches/30-manpage.patch +patches/40_man-spelling-fix.patch +patches/fix_ftbfs.patch +patches/fix_pkg-config.patch diff --git a/ports/aewm/version b/ports/aewm/version new file mode 100644 index 0000000..a37a04c --- /dev/null +++ b/ports/aewm/version @@ -0,0 +1 @@ +1.3 1 diff --git a/ports/clearsans-font/build b/ports/clearsans-font/build new file mode 100755 index 0000000..95b04dc --- /dev/null +++ b/ports/clearsans-font/build @@ -0,0 +1,6 @@ +#!/bin/sh -e + +for file in TTF/* +do + install -Dm644 $file "$1/usr/share/fonts/TTF/" +done diff --git a/ports/clearsans-font/checksums b/ports/clearsans-font/checksums new file mode 100644 index 0000000..a0dea4b --- /dev/null +++ b/ports/clearsans-font/checksums @@ -0,0 +1 @@ +41809a296870dd7b4753d6532b4093821d61f9806281e6c053ccb11083ad1190 diff --git a/ports/clearsans-font/sources b/ports/clearsans-font/sources new file mode 100644 index 0000000..1e2874a --- /dev/null +++ b/ports/clearsans-font/sources @@ -0,0 +1 @@ +https://01.org/sites/default/files/downloads/clear-sans/clearsans-1.00.zip diff --git a/ports/clearsans-font/version b/ports/clearsans-font/version new file mode 100644 index 0000000..8674bab --- /dev/null +++ b/ports/clearsans-font/version @@ -0,0 +1 @@ +1.00 1 diff --git a/ports/es-git/build b/ports/es-git/build new file mode 100755 index 0000000..d2fa589 --- /dev/null +++ b/ports/es-git/build @@ -0,0 +1,16 @@ +#!/bin/sh -e +ls +aclocal +autoconf +libtoolize -qi + +patch < musl.patch + +sed -i 's|/doc/es\.1|/es\.1|g' Makefile.in + +./configure \ + --prefix="$1/usr" \ + --with-readline + +make +make DESTDIR="$1" install diff --git a/ports/es-git/checksums b/ports/es-git/checksums new file mode 100644 index 0000000..6dbf2bc --- /dev/null +++ b/ports/es-git/checksums @@ -0,0 +1 @@ +a77acdf451ac5d0d079d1a272de64ec4c628ed65f658b30246d51b4849eea44f diff --git a/ports/es-git/depends b/ports/es-git/depends new file mode 100644 index 0000000..96a607b --- /dev/null +++ b/ports/es-git/depends @@ -0,0 +1,4 @@ +readline +autoconf +automake +libtool diff --git a/ports/es-git/patches/musl.patch b/ports/es-git/patches/musl.patch new file mode 100644 index 0000000..9facf76 --- /dev/null +++ b/ports/es-git/patches/musl.patch @@ -0,0 +1,33 @@ +--- print.c.orig ++++ print.c +@@ -273,15 +273,10 @@ + va_list saveargs = format->args; + #endif + +- + VA_START(format->args, fmt); + n += printfmt(format, fmt); + va_end(format->args); +-#ifndef __va_copy +- format->args = saveargs; +-#else +- __va_copy(format->args, saveargs); +-#endif ++ va_copy(format->args, saveargs); + + return n + format->flushed; + } +--- stdenv.h.orig ++++ stdenv.h +@@ -204,6 +204,11 @@ + #define VARARGS2(t1, v1, t2, v2) (v1, v2, va_alist) t1 v1; t2 v2; va_dcl + #define VA_START(ap, var) va_start(ap) + ++/* __va_* are defined by the compiler */ ++#define va_start(ap) __va_start(ap) ++#define va_copy(dest, src) __va_copy(dest, src) ++#define va_end(ap) __va_end(ap) ++ + #endif + + diff --git a/ports/es-git/sources b/ports/es-git/sources new file mode 100644 index 0000000..8451b1c --- /dev/null +++ b/ports/es-git/sources @@ -0,0 +1,2 @@ +git+https://github.com/wryun/es-shell +patches/musl.patch diff --git a/ports/es-git/version b/ports/es-git/version new file mode 100644 index 0000000..a383ea1 --- /dev/null +++ b/ports/es-git/version @@ -0,0 +1 @@ +git 1 diff --git a/ports/libvte9/.#depends b/ports/libvte9/.#depends new file mode 120000 index 0000000..236ea28 --- /dev/null +++ b/ports/libvte9/.#depends @@ -0,0 +1 @@ +midfavila@speculatores.390 \ No newline at end of file diff --git a/ports/libvte9/build b/ports/libvte9/build new file mode 100755 index 0000000..6daf22f --- /dev/null +++ b/ports/libvte9/build @@ -0,0 +1,7 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr + +make +make DESTDIR="$1" install diff --git a/ports/libvte9/checksums b/ports/libvte9/checksums new file mode 100644 index 0000000..7c5328f --- /dev/null +++ b/ports/libvte9/checksums @@ -0,0 +1 @@ +86cf0b81aa023fa93ed415653d51c96767f20b2d7334c893caba71e42654b0ae diff --git a/ports/libvte9/depends b/ports/libvte9/depends new file mode 100644 index 0000000..5ffe1bf --- /dev/null +++ b/ports/libvte9/depends @@ -0,0 +1 @@ +gtk+2 \ No newline at end of file diff --git a/ports/libvte9/sources b/ports/libvte9/sources new file mode 100644 index 0000000..cf3370b --- /dev/null +++ b/ports/libvte9/sources @@ -0,0 +1 @@ +https://deb.debian.org/debian/pool/main/v/vte/vte_0.28.2.orig.tar.xz diff --git a/ports/libvte9/version b/ports/libvte9/version new file mode 100644 index 0000000..9fb3d6b --- /dev/null +++ b/ports/libvte9/version @@ -0,0 +1 @@ +.28 1 diff --git a/ports/links2-mod/build b/ports/links2-mod/build index 48dfe67..57911c4 100755 --- a/ports/links2-mod/build +++ b/ports/links2-mod/build @@ -5,6 +5,14 @@ patch -p1 < 01-links-tabbed.patch ./configure \ --prefix=/usr \ --enable-graphics \ + --without-ipv6 \ + --without-libevent \ + --without-gpm \ + --without-libjpeg \ + --without-libtiff \ + --without-librsvg \ + --disable-png-pkgconfig \ + --with-x \ --mandir=/usr/share/man make diff --git a/ports/links2-mod/manifest b/ports/links2-mod/manifest deleted file mode 100644 index 10878c3..0000000 --- a/ports/links2-mod/manifest +++ /dev/null @@ -1,17 +0,0 @@ -/var/db/kiss/installed/links2/version -/var/db/kiss/installed/links2/sources -/var/db/kiss/installed/links2/manifest -/var/db/kiss/installed/links2/depends -/var/db/kiss/installed/links2/checksums -/var/db/kiss/installed/links2/build -/var/db/kiss/installed/links2/ -/var/db/kiss/installed/ -/var/db/kiss/ -/var/db/ -/var/ -/usr/man/man1/links.1 -/usr/man/man1/ -/usr/man/ -/usr/bin/links -/usr/bin/ -/usr/ diff --git a/ports/lxterminal/build b/ports/lxterminal/build new file mode 100755 index 0000000..6daf22f --- /dev/null +++ b/ports/lxterminal/build @@ -0,0 +1,7 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr + +make +make DESTDIR="$1" install diff --git a/ports/lxterminal/checksums b/ports/lxterminal/checksums new file mode 100644 index 0000000..55c339e --- /dev/null +++ b/ports/lxterminal/checksums @@ -0,0 +1 @@ +9db8748923b3fa09a82ae2210ed1fa4cdb4c45312009da9caed103d48f8e9be7 diff --git a/ports/lxterminal/depends b/ports/lxterminal/depends new file mode 100644 index 0000000..7864115 --- /dev/null +++ b/ports/lxterminal/depends @@ -0,0 +1,2 @@ +libvte9 +gtk+2 diff --git a/ports/lxterminal/sources b/ports/lxterminal/sources new file mode 100644 index 0000000..e01ca2e --- /dev/null +++ b/ports/lxterminal/sources @@ -0,0 +1 @@ +https://deb.debian.org/debian/pool/main/l/lxterminal/lxterminal_0.4.0.orig.tar.xz diff --git a/ports/lxterminal/version b/ports/lxterminal/version new file mode 100644 index 0000000..bc1e746 --- /dev/null +++ b/ports/lxterminal/version @@ -0,0 +1 @@ +.4 1 diff --git a/ports/tabbed/build b/ports/tabbed/build index 92e4aab..3becec3 100755 --- a/ports/tabbed/build +++ b/ports/tabbed/build @@ -4,5 +4,6 @@ # uses it. It is also much better than the ancient# logical X font description. patch -p1 < tabbed-0.6-xft.diff +${EDITOR:=vi} config.def.h make make DESTDIR="$1" PREFIX=/usr install