Skip to content

Commit b9bcd47

Browse files
authored
w3m: update to 0.5.6
1 parent 6a33f52 commit b9bcd47

File tree

4 files changed

+40
-29
lines changed

4 files changed

+40
-29
lines changed

components/web/w3m/Makefile

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,16 @@
1717
include ../../../make-rules/shared-macros.mk
1818

1919
COMPONENT_NAME= w3m
20-
COMPONENT_VERSION= 0.5.5
20+
COMPONENT_VERSION= 0.5.6
2121
COMPONENT_SUMMARY= A text-based web browser
22-
COMPONENT_SRC= $(COMPONENT_NAME)-v0.5.5
22+
COMPONENT_SRC= $(COMPONENT_NAME)-v$(COMPONENT_VERSION)
2323
COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
2424
COMPONENT_ARCHIVE_HASH= \
25-
sha256:b271c86b13be2207700230cb3f9061271ea37fd1ace199f48b72ea542a529a0f
25+
sha256:8dd652cd3f31817d68c7263c34eeffb50118c80be19e1159bf8cbf763037095e
2626
COMPONENT_ARCHIVE_URL= \
2727
https://git.sr.ht/~rkta/w3m/archive/v$(COMPONENT_VERSION).tar.gz
2828
COMPONENT_PROJECT_URL= https://sr.ht/~rkta/w3m/
29-
COMPONENT_FMRI= web/browser/w3m
29+
COMPONENT_FMRI= web/browser/$(COMPONENT_NAME)
3030
COMPONENT_CLASSIFICATION= Applications/Internet
3131
COMPONENT_LICENSE= MIT
3232

@@ -36,8 +36,6 @@ include $(WS_MAKE_RULES)/common.mk
3636

3737
COMPONENT_PRE_CONFIGURE_ACTION = ($(CLONEY) $(SOURCE_DIR) $(@D))
3838

39-
CONFIGURE_OPTIONS+= --sysconfdir=/etc
40-
CONFIGURE_OPTIONS+= --libexecdir=/usr/lib
4139
CONFIGURE_OPTIONS+= --with-browser=/usr/bin/firefox
4240
CONFIGURE_OPTIONS+= --with-imagelib=imlib2
4341

components/web/w3m/manifests/sample-manifest.p5m

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#
1111

1212
#
13-
# Copyright 2025 <contributor>
13+
# Copyright 2026 <contributor>
1414
#
1515

1616
set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
@@ -25,17 +25,17 @@ license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'
2525

2626
file path=usr/bin/w3m
2727
file path=usr/bin/w3mman
28-
file path=usr/lib/w3m/cgi-bin/dirlist.cgi
29-
file path=usr/lib/w3m/cgi-bin/multipart.cgi
30-
file path=usr/lib/w3m/cgi-bin/w3mbookmark
31-
file path=usr/lib/w3m/cgi-bin/w3mdict.cgi
32-
file path=usr/lib/w3m/cgi-bin/w3mhelp.cgi
33-
file path=usr/lib/w3m/cgi-bin/w3mhelperpanel
34-
file path=usr/lib/w3m/cgi-bin/w3mmail.cgi
35-
file path=usr/lib/w3m/cgi-bin/w3mman2html.cgi
36-
file path=usr/lib/w3m/inflate
37-
file path=usr/lib/w3m/w3mimgdisplay
38-
file path=usr/lib/w3m/xface2xpm
28+
file path=usr/libexec/w3m/cgi-bin/dirlist.cgi
29+
file path=usr/libexec/w3m/cgi-bin/multipart.cgi
30+
file path=usr/libexec/w3m/cgi-bin/w3mbookmark
31+
file path=usr/libexec/w3m/cgi-bin/w3mdict.cgi
32+
file path=usr/libexec/w3m/cgi-bin/w3mhelp.cgi
33+
file path=usr/libexec/w3m/cgi-bin/w3mhelperpanel
34+
file path=usr/libexec/w3m/cgi-bin/w3mmail.cgi
35+
file path=usr/libexec/w3m/cgi-bin/w3mman2html.cgi
36+
file path=usr/libexec/w3m/inflate
37+
file path=usr/libexec/w3m/w3mimgdisplay
38+
file path=usr/libexec/w3m/xface2xpm
3939
file path=usr/share/locale/de/LC_MESSAGES/w3m.mo
4040
file path=usr/share/locale/it/LC_MESSAGES/w3m.mo
4141
file path=usr/share/locale/ja/LC_MESSAGES/w3m.mo
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
/bin/sh[5]: @mkdir_p@: not found [No such file or directory]
2+
3+
--- w3m-v0.5.6/po/Makefile.in.in.old 2026-02-07 11:33:48.968833499 -0500
4+
+++ w3m-v0.5.6/po/Makefile.in.in 2026-02-07 11:34:36.909343192 -0500
5+
@@ -42,7 +42,7 @@
6+
mkinstalldirs = $(SHELL) @install_sh@ -d
7+
install_sh = $(SHELL) @install_sh@
8+
MKDIR_P = @MKDIR_P@
9+
-mkdir_p = @mkdir_p@
10+
+mkdir_p = @MKDIR_P@
11+
12+
# When building gettext-tools, we prefer to use the built programs
13+
# rather than installed programs. However, we can't do that when we

components/web/w3m/w3m.p5m

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,17 @@ license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'
2626

2727
file path=usr/bin/w3m
2828
file path=usr/bin/w3mman
29-
file path=usr/lib/w3m/cgi-bin/dirlist.cgi mode=0555
30-
file path=usr/lib/w3m/cgi-bin/multipart.cgi mode=0555
31-
file path=usr/lib/w3m/cgi-bin/w3mbookmark mode=0555
32-
file path=usr/lib/w3m/cgi-bin/w3mdict.cgi mode=0555
33-
file path=usr/lib/w3m/cgi-bin/w3mhelp.cgi mode=0555
34-
file path=usr/lib/w3m/cgi-bin/w3mhelperpanel mode=0555
35-
file path=usr/lib/w3m/cgi-bin/w3mmail.cgi mode=0555
36-
file path=usr/lib/w3m/cgi-bin/w3mman2html.cgi mode=0555
37-
file path=usr/lib/w3m/inflate mode=0555
38-
file path=usr/lib/w3m/w3mimgdisplay mode=0555
39-
file path=usr/lib/w3m/xface2xpm mode=0555
29+
file path=usr/libexec/w3m/cgi-bin/dirlist.cgi
30+
file path=usr/libexec/w3m/cgi-bin/multipart.cgi
31+
file path=usr/libexec/w3m/cgi-bin/w3mbookmark
32+
file path=usr/libexec/w3m/cgi-bin/w3mdict.cgi
33+
file path=usr/libexec/w3m/cgi-bin/w3mhelp.cgi
34+
file path=usr/libexec/w3m/cgi-bin/w3mhelperpanel
35+
file path=usr/libexec/w3m/cgi-bin/w3mmail.cgi
36+
file path=usr/libexec/w3m/cgi-bin/w3mman2html.cgi
37+
file path=usr/libexec/w3m/inflate
38+
file path=usr/libexec/w3m/w3mimgdisplay
39+
file path=usr/libexec/w3m/xface2xpm
4040
file path=usr/share/locale/de/LC_MESSAGES/w3m.mo
4141
file path=usr/share/locale/it/LC_MESSAGES/w3m.mo
4242
file path=usr/share/locale/ja/LC_MESSAGES/w3m.mo

0 commit comments

Comments
 (0)