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

Collapse All | Expand All

(-)Makefile (-6 / +6 lines)
Lines 6-12 Link Here
6
PORTVERSION=	3.1
6
PORTVERSION=	3.1
7
PORTREVISION=	6
7
PORTREVISION=	6
8
CATEGORIES=	devel
8
CATEGORIES=	devel
9
MASTER_SITES=	GOOGLE_CODE
9
USE_GITHUB=	yes
10
GH_ACCOUNT=     distcc
11
GH_TAGNAME=	9a09372
10
12
11
MAINTAINER=	ports@FreeBSD.org
13
MAINTAINER=	ports@FreeBSD.org
12
COMMENT=	Distribute compilation of C(++) code acrosss machines on a network
14
COMMENT=	Distribute compilation of C(++) code acrosss machines on a network
Lines 14-25 Link Here
14
LICENSE=	GPLv2
16
LICENSE=	GPLv2
15
LICENSE_FILE=	${WRKSRC}/COPYING
17
LICENSE_FILE=	${WRKSRC}/COPYING
16
18
17
BROKEN=		Unfetchable (google code has gone away)
18
19
LIB_DEPENDS=	libpopt.so:devel/popt
19
LIB_DEPENDS=	libpopt.so:devel/popt
20
20
21
GNU_CONFIGURE=	yes
21
GNU_CONFIGURE=	yes
22
USES=		alias gmake tar:bzip2
22
USES=		autoreconf alias gmake libtool pkgconfig tar:bzip2
23
WANT_GNOME=	yes
23
WANT_GNOME=	yes
24
24
25
GROUPS=		distcc
25
GROUPS=		distcc
Lines 26-32 Link Here
26
USERS=		distcc
26
USERS=		distcc
27
27
28
CCLINKDIR?=	libexec/distcc
28
CCLINKDIR?=	libexec/distcc
29
CONFIGURE_ARGS=	--disable-Werror
29
CONFIGURE_ARGS=	--disable-Werror CC=${CC} PTHREAD_CC=${CC}
30
CONFIGURE_ENV=	PYTHON="${NONEXISTENT}"
30
CONFIGURE_ENV=	PYTHON="${NONEXISTENT}"
31
CPPFLAGS+=	-I${LOCALBASE}/include
31
CPPFLAGS+=	-I${LOCALBASE}/include
32
LDFLAGS+=	-L${LOCALBASE}/lib
32
LDFLAGS+=	-L${LOCALBASE}/lib
Lines 72-78 Link Here
72
.include <bsd.port.options.mk>
72
.include <bsd.port.options.mk>
73
73
74
.if ${PORT_OPTIONS:MCLANGLINK}
74
.if ${PORT_OPTIONS:MCLANGLINK}
75
CLANG_COMPILERS=	-devel 31 32 33 34 35
75
CLANG_COMPILERS=	-devel 31 32 33 34 35 36 37 38 39
76
DISTCC_COMPILERS+=	clang++ clang
76
DISTCC_COMPILERS+=	clang++ clang
77
DISTCC_COMPILERS+=	${CLANG_COMPILERS:S|^|clang++|}
77
DISTCC_COMPILERS+=	${CLANG_COMPILERS:S|^|clang++|}
78
DISTCC_COMPILERS+=	${CLANG_COMPILERS:S|^|clang|}
78
DISTCC_COMPILERS+=	${CLANG_COMPILERS:S|^|clang|}
(-)distinfo (-4 / +3 lines)
Lines 1-4 Link Here
1
SHA256 (distcc-3.1.tar.bz2) = f55dbafd76bed3ce57e1bbcdab1329227808890d90f4c724fcd2d53f934ddd89
1
TIMESTAMP = 1477731710
2
SIZE (distcc-3.1.tar.bz2) = 588820
2
SHA256 (distcc-distcc-3.1-9a09372_GH0.tar.gz) = 3d98605a017c0a0e70f30a007801941bec9a87e9f41994bdfa0a9ea613a61e7b
3
SHA256 (distcc-avahi-080101.patch) = 4e506a8a2299af18839c443b8665ea4fe4492bf3ecae010d262406c01509058e
3
SIZE (distcc-distcc-3.1-9a09372_GH0.tar.gz) = 908231
4
SIZE (distcc-avahi-080101.patch) = 387519

Return to bug 213875