View | Details | Raw Unified | Return to bug 209868 | Differences between
and this patch

Collapse All | Expand All

(-)devel/gmake/Makefile (-5 / +6 lines)
Lines 2-9 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	gmake
4
PORTNAME=	gmake
5
PORTVERSION=	4.1
5
PORTVERSION=	4.2
6
PORTREVISION=	2
7
CATEGORIES=	devel
6
CATEGORIES=	devel
8
MASTER_SITES=	GNU/make
7
MASTER_SITES=	GNU/make
9
DISTNAME=	make-${PORTVERSION}
8
DISTNAME=	make-${PORTVERSION}
Lines 15-24 MAINTAINER= tijl@FreeBSD.org Link Here
15
COMMENT=	GNU version of 'make' utility
14
COMMENT=	GNU version of 'make' utility
16
15
17
LICENSE=	GPLv3
16
LICENSE=	GPLv3
17
LICENSE_FILE=	${WRKSRC}/COPYING
18
18
19
GNU_CONFIGURE=	yes
19
GNU_CONFIGURE=	yes
20
CONFIGURE_ARGS+=--program-prefix=g \
20
CONFIGURE_ARGS=	--program-prefix=g \
21
		--without-guile
21
		--without-guile
22
CONFIGURE_ENV=	MAKEINFO="makeinfo --no-split"
23
# fmake does not like PO_DEPENDS_ON_POT being undefined
24
MAKE_ARGS=	PO_DEPENDS_ON_POT=
22
25
23
USES=		cpe makeinfo tar:bzip2
26
USES=		cpe makeinfo tar:bzip2
24
CPE_VENDOR=	gnu
27
CPE_VENDOR=	gnu
Lines 31-38 NLS_CONFIGURE_ON= ${ICONV_CONFIGURE_ARG} Link Here
31
			--with-libintl-prefix=${LOCALBASE}
34
			--with-libintl-prefix=${LOCALBASE}
32
NLS_CONFIGURE_ENABLE=	nls
35
NLS_CONFIGURE_ENABLE=	nls
33
36
34
CONFIGURE_ENV+=	MAKEINFO="makeinfo --no-split"
35
36
INFO=		make
37
INFO=		make
37
38
38
.include <bsd.port.mk>
39
.include <bsd.port.mk>
(-)devel/gmake/distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (make-4.1.tar.bz2) = 0bc7613389650ee6a24554b52572a272f7356164fd2c4132b0bcf13123e4fca5
1
TIMESTAMP = 1464634898
2
SIZE (make-4.1.tar.bz2) = 1327342
2
SHA256 (make-4.2.tar.bz2) = 4e5ce3b62fe5d75ff8db92b7f6df91e476d10c3aceebf1639796dc5bfece655f
3
SIZE (make-4.2.tar.bz2) = 1400539
(-)devel/gmake/pkg-descr (-1 / +1 lines)
Lines 2-5 GNU make is a tool that controls the gen Link Here
2
non-source files from source files.  Its purpose is the same as that
2
non-source files from source files.  Its purpose is the same as that
3
of the utility make(1).
3
of the utility make(1).
4
4
5
WWW: http://www.gnu.org/software/make/make.html
5
WWW: https://www.gnu.org/software/make/
(-)deskutils/tomboy/Makefile (-2 / +4 lines)
Lines 36-42 EVOLUTION_DESC= Build evolution addin Link Here
36
# Restrict to stable (even) versions, indicated by the second component.
36
# Restrict to stable (even) versions, indicated by the second component.
37
PORTSCOUT=	limitw:1,even
37
PORTSCOUT=	limitw:1,even
38
38
39
.include <bsd.port.pre.mk>
39
.include <bsd.port.options.mk>
40
40
41
.if ${PORT_OPTIONS:MEVOLUTION}
41
.if ${PORT_OPTIONS:MEVOLUTION}
42
CONFIGURE_ARGS+=--enable-evolution
42
CONFIGURE_ARGS+=--enable-evolution
Lines 51-55 PLIST_SUB+= EVOLUTION="@comment " Link Here
51
post-patch:
51
post-patch:
52
	@${REINPLACE_CMD} 's|/bin/bash|/bin/sh|g' \
52
	@${REINPLACE_CMD} 's|/bin/bash|/bin/sh|g' \
53
		${WRKSRC}/Tomboy/tomboy*.in
53
		${WRKSRC}/Tomboy/tomboy*.in
54
	@${REINPLACE_CMD} 's/(TARGET_NAME$$)/(TARGET_NAME)/' \
55
		${WRKSRC}/Tomboy/Makefile.in
54
56
55
.include <bsd.port.post.mk>
57
.include <bsd.port.mk>
(-)devel/ocaml-deriving-ocsigen/files/patch-syntax-Makefile (+15 lines)
Line 0 Link Here
1
--- syntax/Makefile.orig	2011-12-08 04:46:54 UTC
2
+++ syntax/Makefile
3
@@ -39,9 +39,9 @@ ifneq (${TYPECONV},)
4
 MAIN_TC := pa_deriving_tc.ml
5
 endif
6
 
7
-CLASSES_CMO := $(patsubst %.ml,classes/%.cmo$,${CLASSES})
8
-CLASSES_CMX := $(patsubst %.ml,classes/%.cmx$,${CLASSES})
9
-CLASSES_DEPS := $(patsubst %.ml,classes/.%.ml.deps$,${CLASSES})
10
+CLASSES_CMO := $(patsubst %.ml,classes/%.cmo,${CLASSES})
11
+CLASSES_CMX := $(patsubst %.ml,classes/%.cmx,${CLASSES})
12
+CLASSES_DEPS := $(patsubst %.ml,classes/.%.ml.deps,${CLASSES})
13
 
14
 ${CLASSES_CMO} ${CLASSES_CMX} ${CLASSES_DEPS}: \
15
 	LIBS+=-syntax camlp4o -package camlp4.quotations.o -I classes
(-)games/0ad/files/patch-libraries__source__spidermonkey__build.sh (-2 / +10 lines)
Lines 1-6 Link Here
1
--- libraries/source/spidermonkey/build.sh.orig	2015-01-24 14:46:52 UTC
1
--- libraries/source/spidermonkey/build.sh.orig	2015-09-30 20:28:13 UTC
2
+++ libraries/source/spidermonkey/build.sh
2
+++ libraries/source/spidermonkey/build.sh
3
@@ -95,6 +95,14 @@ cd mozjs31/js/src
3
@@ -25,7 +25,6 @@ else
4
   MAKE=${MAKE:="make"}
5
 fi
6
 
7
-MAKE_OPTS="${JOBS}"
8
 
9
 CONF_OPTS="--enable-shared-js --enable-gcgenerational --disable-tests --without-intl-api" # --enable-trace-logging"
10
 
11
@@ -82,6 +81,14 @@ cd js/src
4
 rm -rf build-debug
12
 rm -rf build-debug
5
 rm -rf build-release
13
 rm -rf build-release
6
 
14
 

Return to bug 209868