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

Collapse All | Expand All

(-)MOVED (+1 lines)
Lines 8374-8376 graphics/linux-c6-dri-compat|graphics/li Link Here
8374
security/py-letsencrypt|security/py-certbot|2016-06-23|The LetsEncrypt project has renamed the utility
8374
security/py-letsencrypt|security/py-certbot|2016-06-23|The LetsEncrypt project has renamed the utility
8375
textproc/py-beautifulsoup4|www/py-beautifulsoup|2016-06-26|Duplicate port deleted
8375
textproc/py-beautifulsoup4|www/py-beautifulsoup|2016-06-26|Duplicate port deleted
8376
textproc/kibana42|textproc/kibana45|2016-06-27|Has expired: not actively supported - use kibana 4.5 (textproc/kibana45) instead
8376
textproc/kibana42|textproc/kibana45|2016-06-27|Has expired: not actively supported - use kibana 4.5 (textproc/kibana45) instead
8377
devel/gmake-lite|devel/gmake|2016-06-29|No longer needed
(-)Mk/Uses/gmake.mk (-13 / +5 lines)
Lines 3-9 Link Here
3
# Provide support to use the GNU make
3
# Provide support to use the GNU make
4
#
4
#
5
# Feature:		gmake
5
# Feature:		gmake
6
# Usage:		USES=gmake[:lite]
6
# Usage:		USES=gmake
7
#
7
#
8
# MAINTAINER: portmgr@FreeBSD.org
8
# MAINTAINER: portmgr@FreeBSD.org
9
9
Lines 11-29 Link Here
11
_INCLUDE_USES_GMAKE_MK=	yes
11
_INCLUDE_USES_GMAKE_MK=	yes
12
12
13
.if !empty(gmake_ARGS)
13
.if !empty(gmake_ARGS)
14
.if ${gmake_ARGS} == lite
14
IGNORE=	Incorrect 'USES+= gmake:${gmake_ARGS}' gmake takes no arguments
15
_GMAKE_EXT=	-lite
16
.else
17
IGNORE=	Incorrect 'USES+= gmake:${gmake_ARGS}' gmake has only one valid argument: lite
18
.endif
19
.endif
20
21
.if defined(DIET)
22
_GMAKE_EXT=	-lite
23
.endif
15
.endif
24
16
25
BUILD_DEPENDS+=		gmake${_GMAKE_EXT}:devel/gmake${_GMAKE_EXT}
17
BUILD_DEPENDS+=		gmake:devel/gmake
26
CONFIGURE_ENV+=		MAKE=gmake${_GMAKE_EXT}
18
CONFIGURE_ENV+=		MAKE=gmake
27
MAKE_CMD=		gmake${_GMAKE_EXT}
19
MAKE_CMD=		gmake
28
20
29
.endif
21
.endif
(-)devel/Makefile (-1 lines)
Lines 706-712 Link Here
706
    SUBDIR += glrparser
706
    SUBDIR += glrparser
707
    SUBDIR += glui
707
    SUBDIR += glui
708
    SUBDIR += gmake
708
    SUBDIR += gmake
709
    SUBDIR += gmake-lite
710
    SUBDIR += gnatcoll
709
    SUBDIR += gnatcoll
711
    SUBDIR += gnatpython
710
    SUBDIR += gnatpython
712
    SUBDIR += gnome-builder
711
    SUBDIR += gnome-builder
(-)devel/gmake/Makefile (-2 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	gmake
4
PORTNAME=	gmake
5
PORTVERSION=	4.2.1
5
PORTVERSION=	4.2.1
6
PORTREVISION=	1
6
CATEGORIES=	devel
7
CATEGORIES=	devel
7
MASTER_SITES=	GNU/make
8
MASTER_SITES=	GNU/make
8
DISTNAME=	make-${PORTVERSION}
9
DISTNAME=	make-${PORTVERSION}
Lines 19-29 LICENSE_FILE= ${WRKSRC}/COPYING Link Here
19
GNU_CONFIGURE=	yes
20
GNU_CONFIGURE=	yes
20
CONFIGURE_ARGS=	--program-prefix=g \
21
CONFIGURE_ARGS=	--program-prefix=g \
21
		--without-guile
22
		--without-guile
22
CONFIGURE_ENV=	MAKEINFO="makeinfo --no-split"
23
# fmake does not like PO_DEPENDS_ON_POT being undefined
23
# fmake does not like PO_DEPENDS_ON_POT being undefined
24
MAKE_ARGS=	PO_DEPENDS_ON_POT=
24
MAKE_ARGS=	PO_DEPENDS_ON_POT=
25
25
26
USES=		cpe makeinfo tar:bzip2
26
USES=		cpe tar:bzip2
27
CPE_VENDOR=	gnu
27
CPE_VENDOR=	gnu
28
28
29
OPTIONS_DEFINE=	NLS
29
OPTIONS_DEFINE=	NLS
(-)devel/gmake/files/patch-doc_make.text (-7 lines)
Lines 1-7 Link Here
1
--- doc/make.texi.orig	2010-07-19 02:10:54.000000000 -0500
2
+++ doc/make.texi	2011-03-02 17:01:58.000000000 -0600
3
@@ -54,3 +54,3 @@
4
 @direntry
5
-* Make: (make).            Remake files automatically.
6
+* GNU Make: (make).            Remake files automatically.
7
 @end direntry
(-)devel/gmake-lite/Makefile (-37 lines)
Lines 1-37 Link Here
1
# $FreeBSD$
2
3
PORTNAME=	make
4
PORTVERSION=	4.2.1
5
CATEGORIES=	devel ports-mgmt
6
MASTER_SITES=	GNU
7
PKGNAMEPREFIX=	g
8
PKGNAMESUFFIX=	-lite
9
10
MAINTAINER=	bapt@FreeBSD.org
11
COMMENT=	Minimalist version of gnu make
12
13
LICENSE=	GPLv3
14
LICENSE_FILE=	${WRKSRC}/COPYING
15
16
GNU_CONFIGURE=	yes
17
CONFIGURE_ARGS+=	--program-prefix=g \
18
			--program-suffix=-lite \
19
			--without-guile \
20
			--disable-nls
21
# fmake does not like PO_DEPENDS_ON_POT being undefined
22
MAKE_ARGS=	PO_DEPENDS_ON_POT=
23
24
USES=	cpe tar:bzip2
25
CPE_VENDOR=	gnu
26
27
PLIST_FILES=	bin/gmake-lite \
28
		man/man1/gmake-lite.1.gz
29
30
post-patch:
31
	${REINPLACE_CMD} -e "s/ doc / /g" ${WRKSRC}/Makefile.in
32
33
do-install:
34
	${INSTALL_PROGRAM} ${WRKSRC}/make ${STAGEDIR}${PREFIX}/bin/gmake-lite
35
	${INSTALL_MAN} ${WRKSRC}/make.1 ${STAGEDIR}${PREFIX}/man/man1/gmake-lite.1
36
37
.include <bsd.port.mk>
(-)devel/gmake-lite/distinfo (-3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1466116939
2
SHA256 (make-4.2.1.tar.bz2) = d6e262bf3601b42d2b1e4ef8310029e1dcf20083c5446b4b7aa67081fdffc589
3
SIZE (make-4.2.1.tar.bz2) = 1407126
(-)devel/gmake-lite/pkg-descr (-3 lines)
Lines 1-3 Link Here
1
Minimalistic version of GNU make
2
3
WWW: http://www.gnu.org/software/make/make.html
(-)devel/slibtool/Makefile (-1 / +1 lines)
Lines 12-18 LICENSE= MIT Link Here
12
LICENSE_FILE=	${WRKSRC}/COPYING.SLIBTOOL
12
LICENSE_FILE=	${WRKSRC}/COPYING.SLIBTOOL
13
13
14
HAS_CONFIGURE=	yes
14
HAS_CONFIGURE=	yes
15
USES=		gmake:lite tar:xz
15
USES=		gmake tar:xz
16
16
17
post-patch:
17
post-patch:
18
	${REINPLACE_CMD} -e "s/make/${MAKE_CMD}/g" ${WRKSRC}/configure
18
	${REINPLACE_CMD} -e "s/make/${MAKE_CMD}/g" ${WRKSRC}/configure
(-)misc/help2man/Makefile (-2 / +1 lines)
Lines 17-24 OPTIONS_DEFINE= NLS Link Here
17
17
18
LIBS+=		-L${LOCALBASE}/lib
18
LIBS+=		-L${LOCALBASE}/lib
19
GNU_CONFIGURE=	yes
19
GNU_CONFIGURE=	yes
20
# keep gmake:lite has a dependency to avoid circular dependency
20
USES=		gmake perl5
21
USES=		gmake:lite perl5
22
21
23
INFO=		${PORTNAME}
22
INFO=		${PORTNAME}
24
PLIST_FILES=	bin/${PORTNAME} \
23
PLIST_FILES=	bin/${PORTNAME} \
(-)print/texinfo/Makefile (-2 / +2 lines)
Lines 25-34 NLS_CONFIGURE_ENABLE= nls Link Here
25
GNU_CONFIGURE=	yes
25
GNU_CONFIGURE=	yes
26
INSTALL_TARGET=	install install-tex
26
INSTALL_TARGET=	install install-tex
27
PKGDEINSTALL=	${PKGINSTALL}
27
PKGDEINSTALL=	${PKGINSTALL}
28
USES+=		charsetfix cpe gmake:lite ncurses perl5 tar:xz
28
USES+=		charsetfix cpe gmake ncurses perl5 tar:xz
29
29
30
MAKE_ARGS=	TEXMF=${LOCALBASE}/${TEXMF} PERL=${LOCALBASE}/bin/perl
30
MAKE_ARGS=	TEXMF=${LOCALBASE}/${TEXMF} PERL=${LOCALBASE}/bin/perl
31
INFO=		texinfo info-stnd info
31
INFO=		texinfo info-stnd
32
CPE_VENDOR=	gnu
32
CPE_VENDOR=	gnu
33
CPE_VERSION=	${PORTVERSION:R}
33
CPE_VERSION=	${PORTVERSION:R}
34
34

Return to bug 210623