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/

Return to bug 209868