View | Details | Raw Unified | Return to bug 276147
Collapse All | Expand All

(-)b/devel/gnustep-make/Makefile (-7 / +7 lines)
Lines 1-6 Link Here
1
PORTNAME=	gnustep-make
1
PORTNAME=	gnustep-make
2
PORTVERSION=	2.8.0
2
PORTVERSION=	2.9.1
3
PORTREVISION=	1
4
CATEGORIES=	devel gnustep
3
CATEGORIES=	devel gnustep
5
MASTER_SITES=	GNUSTEP/core
4
MASTER_SITES=	GNUSTEP/core
6
5
Lines 16-26 SHEBANG_FILES= bake_debian_files.sh Link Here
16
15
17
MAKE_FLAGS=	OPTFLAG="${CFLAGS}"
16
MAKE_FLAGS=	OPTFLAG="${CFLAGS}"
18
CONFIGURE_ENV+=	INSTALL_PROGRAM="${INSTALL} -c" INSTALL_DATA="${INSTALL} -c"
17
CONFIGURE_ENV+=	INSTALL_PROGRAM="${INSTALL} -c" INSTALL_DATA="${INSTALL} -c"
19
CONFIGURE_ARGS+=	--with-thread-lib=-pthread
18
CONFIGURE_ARGS+=	--with-thread-lib=-pthread \
20
CONFIGURE_ARGS+=	--with-config-file=${GNUSTEP_PREFIX}/GNUstep.conf
19
			--with-config-file=${GNUSTEP_PREFIX}/GNUstep.conf \
21
CONFIGURE_ARGS+=	--with-layout=gnustep
20
			--with-layout=gnustep \
22
CONFIGURE_ARGS+=	--enable-objc-nonfragile-abi --enable-native-objc-exceptions
21
			--enable-objc-nonfragile-abi \
23
CONFIGURE_ARGS+=	--with-library-combo=ng-gnu-gnu
22
			--enable-native-objc-exceptions \
23
			--with-library-combo=ng-gnu-gnu
24
GNU_CONFIGURE_PREFIX=	${GNUSTEP_PREFIX}
24
GNU_CONFIGURE_PREFIX=	${GNUSTEP_PREFIX}
25
NO_ARCH=	yes
25
NO_ARCH=	yes
26
26
(-)b/devel/gnustep-make/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1613239606
1
TIMESTAMP = 1704118196
2
SHA256 (gnustep-make-2.8.0.tar.gz) = 9fce2942dd945c103df37d668dd5fff650b23351b25a650428f6f59133f5ca5d
2
SHA256 (gnustep-make-2.9.1.tar.gz) = c3d6e70cf156b27e7d1ed2501c57df3f96e27488ce2f351b93e479c58c01eae7
3
SIZE (gnustep-make-2.8.0.tar.gz) = 606337
3
SIZE (gnustep-make-2.9.1.tar.gz) = 621081
(-)a/devel/gnustep-make/files/patch-texinfo (-13 lines)
Removed Link Here
1
Obtained from:	https://github.com/gnustep/tools-make/commit/3ff4ee8a053b85d63cd34f645258902bb0dc6f04
2
3
--- Instance/Documentation/texi.make.orig	2020-04-05 14:59:54 UTC
4
+++ Instance/Documentation/texi.make
5
@@ -92,7 +92,7 @@ $(GNUSTEP_INSTANCE).pdf: $(TEXI_FILES)
6
 # so after running it we try to move any from the subdirectory to
7
 # where they are expected.
8
 $(GNUSTEP_INSTANCE)/index.html: $(TEXI_FILES)
9
-	-$(GNUSTEP_TEXI2HTML) \
10
+	-$(GNUSTEP_TEXI2HTML) --output=$(OUTFILE) \
11
                 $(GNUSTEP_TEXI2HTML_FLAGS) $(ADDITIONAL_TEXI2HTML_FLAGS) \
12
 		$(GNUSTEP_INSTANCE).texi; \
13
                 if [ -f $(GNUSTEP_INSTANCE)/$(GNUSTEP_INSTANCE)_toc.html ]; \

Return to bug 276147