This commit is contained in:
2025-08-19 13:02:56 +02:00
parent c0298edae2
commit b19b6ec55b
16 changed files with 440 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
--- Makefile.in.orig 2023-05-07 18:29:33 UTC
+++ Makefile.in
@@ -1306,7 +1306,7 @@ install-exec-hook:
if [ ! -f gawk-$(VERSION)$(EXEEXT) ]; \
then $(LN) $${name}$(EXEEXT) gawk-$(VERSION)$(EXEEXT) 2>/dev/null ; \
fi; \
- if [ ! -f awk$(EXEEXT) ]; \
+ if ! /usr/bin/which -s awk; \
then $(LN_S) $${name}$(EXEEXT) awk$(EXEEXT); \
fi; exit 0)

View File

@@ -0,0 +1,20 @@
--- doc/Makefile.in.orig 2021-05-28 18:48:48 UTC
+++ doc/Makefile.in
@@ -2223,7 +2223,7 @@ distdir-am: $(DISTFILES)
dist-info
check-am: all-am
check: check-am
-all-am: Makefile $(INFO_DEPS) $(MANS)
+all-am: Makefile $(MANS)
installdirs:
for dir in "$(DESTDIR)$(infodir)" "$(DESTDIR)$(man1dir)"; do \
test -z "$$dir" || $(MKDIR_P) "$$dir"; \
@@ -2279,7 +2279,7 @@ info: info-am
info-am: $(INFO_DEPS)
-install-data-am: install-info-am install-man
+install-data-am: install-man
install-dvi: install-dvi-am

View File

@@ -0,0 +1,11 @@
--- configure.orig 2021-05-28 18:49:43 UTC
+++ configure
@@ -46445,7 +46445,7 @@ find_stack_direction (int *addr, int depth)
return dir + dummy;
}
int
-main (int argc, char *argv)
+main (int argc, char **argv)
{
printf ("%d\n", find_stack_direction (NULL, argc + 20));
return 0;

View File

@@ -0,0 +1,10 @@
--- doc/m4.texi.orig 2016-12-31 22:34:38 UTC
+++ doc/m4.texi
@@ -1,6 +1,7 @@
\input texinfo @c -*- texinfo -*-
@comment ========================================================
@comment %**start of header
+@documentencoding ISO-8859-1
@setfilename m4.info
@include version.texi
@settitle GNU M4 @value{VERSION} macro processor

84
text/gm4/pkg-plist Normal file
View File

@@ -0,0 +1,84 @@
bin/gm4
man/man1/gm4.1.gz
share/info/m4.info
share/info/m4.info-1
share/info/m4.info-2
share/locale/bg/LC_MESSAGES/m4.mo
share/locale/cs/LC_MESSAGES/m4.mo
share/locale/da/LC_MESSAGES/m4.mo
share/locale/de/LC_MESSAGES/m4.mo
share/locale/el/LC_MESSAGES/m4.mo
share/locale/eo/LC_MESSAGES/m4.mo
share/locale/es/LC_MESSAGES/m4.mo
share/locale/fi/LC_MESSAGES/m4.mo
share/locale/fr/LC_MESSAGES/m4.mo
share/locale/ga/LC_MESSAGES/m4.mo
share/locale/gl/LC_MESSAGES/m4.mo
share/locale/hr/LC_MESSAGES/m4.mo
share/locale/id/LC_MESSAGES/m4.mo
share/locale/ja/LC_MESSAGES/m4.mo
share/locale/ko/LC_MESSAGES/m4.mo
share/locale/nl/LC_MESSAGES/m4.mo
share/locale/pl/LC_MESSAGES/m4.mo
share/locale/pt_BR/LC_MESSAGES/m4.mo
share/locale/ro/LC_MESSAGES/m4.mo
share/locale/ru/LC_MESSAGES/m4.mo
share/locale/sr/LC_MESSAGES/m4.mo
share/locale/sv/LC_MESSAGES/m4.mo
share/locale/uk/LC_MESSAGES/m4.mo
share/locale/vi/LC_MESSAGES/m4.mo
share/locale/zh_CN/LC_MESSAGES/m4.mo
share/locale/zh_TW/LC_MESSAGES/m4.mo
@dir share/locale/bg/LC_MESSAGES
@dir share/locale/bg
@dir share/locale/cs/LC_MESSAGES
@dir share/locale/cs
@dir share/locale/da/LC_MESSAGES
@dir share/locale/da
@dir share/locale/de/LC_MESSAGES
@dir share/locale/de
@dir share/locale/el/LC_MESSAGES
@dir share/locale/el
@dir share/locale/eo/LC_MESSAGES
@dir share/locale/eo
@dir share/locale/es/LC_MESSAGES
@dir share/locale/es
@dir share/locale/fi/LC_MESSAGES
@dir share/locale/fi
@dir share/locale/fr/LC_MESSAGES
@dir share/locale/fr
@dir share/locale/ga/LC_MESSAGES
@dir share/locale/ga
@dir share/locale/gl/LC_MESSAGES
@dir share/locale/gl
@dir share/locale/hr/LC_MESSAGES
@dir share/locale/hr
@dir share/locale/id/LC_MESSAGES
@dir share/locale/id
@dir share/locale/ja/LC_MESSAGES
@dir share/locale/ja
@dir share/locale/ko/LC_MESSAGES
@dir share/locale/ko
@dir share/locale/nl/LC_MESSAGES
@dir share/locale/nl
@dir share/locale/pl/LC_MESSAGES
@dir share/locale/pl
@dir share/locale/pt_BR/LC_MESSAGES
@dir share/locale/pt_BR
@dir share/locale/ro/LC_MESSAGES
@dir share/locale/ro
@dir share/locale/ru/LC_MESSAGES
@dir share/locale/ru
@dir share/locale/sr/LC_MESSAGES
@dir share/locale/sr
@dir share/locale/sv/LC_MESSAGES
@dir share/locale/sv
@dir share/locale/uk/LC_MESSAGES
@dir share/locale/uk
@dir share/locale/vi/LC_MESSAGES
@dir share/locale/vi
@dir share/locale/zh_CN/LC_MESSAGES
@dir share/locale/zh_CN
@dir share/locale/zh_TW/LC_MESSAGES
@dir share/locale/zh_TW
@dir share/locale