devel/gnustep-make: update to 2.9.1

Changelog: https://github.com/gnustep/tools-make/releases/tag/make-2_9_1

PR:		276147
This commit is contained in:
Joran Rood 2024-03-14 11:11:37 +01:00 committed by Robert Clausecker
parent 253998fe7a
commit 59a1c267c3
3 changed files with 10 additions and 23 deletions

View File

@ -1,6 +1,5 @@
PORTNAME= gnustep-make
PORTVERSION= 2.8.0
PORTREVISION= 1
DISTVERSION= 2.9.1
CATEGORIES= devel gnustep
MASTER_SITES= GNUSTEP/core
@ -16,11 +15,12 @@ SHEBANG_FILES= bake_debian_files.sh
MAKE_FLAGS= OPTFLAG="${CFLAGS}"
CONFIGURE_ENV+= INSTALL_PROGRAM="${INSTALL} -c" INSTALL_DATA="${INSTALL} -c"
CONFIGURE_ARGS+= --with-thread-lib=-pthread
CONFIGURE_ARGS+= --with-config-file=${GNUSTEP_PREFIX}/GNUstep.conf
CONFIGURE_ARGS+= --with-layout=gnustep
CONFIGURE_ARGS+= --enable-objc-nonfragile-abi --enable-native-objc-exceptions
CONFIGURE_ARGS+= --with-library-combo=ng-gnu-gnu
CONFIGURE_ARGS+= --with-thread-lib=-pthread \
--with-config-file=${GNUSTEP_PREFIX}/GNUstep.conf \
--with-layout=gnustep \
--enable-objc-nonfragile-abi \
--enable-native-objc-exceptions \
--with-library-combo=ng-gnu-gnu
GNU_CONFIGURE_PREFIX= ${GNUSTEP_PREFIX}
NO_ARCH= yes

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1613239606
SHA256 (gnustep-make-2.8.0.tar.gz) = 9fce2942dd945c103df37d668dd5fff650b23351b25a650428f6f59133f5ca5d
SIZE (gnustep-make-2.8.0.tar.gz) = 606337
TIMESTAMP = 1704118196
SHA256 (gnustep-make-2.9.1.tar.gz) = c3d6e70cf156b27e7d1ed2501c57df3f96e27488ce2f351b93e479c58c01eae7
SIZE (gnustep-make-2.9.1.tar.gz) = 621081

View File

@ -1,13 +0,0 @@
Obtained from: https://github.com/gnustep/tools-make/commit/3ff4ee8a053b85d63cd34f645258902bb0dc6f04
--- Instance/Documentation/texi.make.orig 2020-04-05 14:59:54 UTC
+++ Instance/Documentation/texi.make
@@ -92,7 +92,7 @@ $(GNUSTEP_INSTANCE).pdf: $(TEXI_FILES)
# so after running it we try to move any from the subdirectory to
# where they are expected.
$(GNUSTEP_INSTANCE)/index.html: $(TEXI_FILES)
- -$(GNUSTEP_TEXI2HTML) \
+ -$(GNUSTEP_TEXI2HTML) --output=$(OUTFILE) \
$(GNUSTEP_TEXI2HTML_FLAGS) $(ADDITIONAL_TEXI2HTML_FLAGS) \
$(GNUSTEP_INSTANCE).texi; \
if [ -f $(GNUSTEP_INSTANCE)/$(GNUSTEP_INSTANCE)_toc.html ]; \