mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-06 11:41:52 +00:00
devel/distcc: Update MASTER_SITES to make fetchable, unbreak, regen patches
PR: 213875 MFH: 2016Q4 Submitted by: Matthieu Volat <mazhe@alkumuna.eu>
This commit is contained in:
parent
fb1a29d154
commit
8576f94a96
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=427000
@ -6,7 +6,6 @@ PORTNAME= distcc
|
||||
PORTVERSION= 3.1
|
||||
PORTREVISION= 6
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= GOOGLE_CODE
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Distribute compilation of C(++) code acrosss machines on a network
|
||||
@ -14,19 +13,20 @@ COMMENT= Distribute compilation of C(++) code acrosss machines on a network
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
BROKEN= Unfetchable (google code has gone away)
|
||||
|
||||
LIB_DEPENDS= libpopt.so:devel/popt
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USES= alias gmake tar:bzip2
|
||||
USES= autoreconf alias gmake libtool pkgconfig tar:bzip2
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= distcc
|
||||
GH_TAGNAME= 9a09372
|
||||
WANT_GNOME= yes
|
||||
|
||||
GROUPS= distcc
|
||||
USERS= distcc
|
||||
|
||||
CCLINKDIR?= libexec/distcc
|
||||
CONFIGURE_ARGS= --disable-Werror
|
||||
CONFIGURE_ARGS= --disable-Werror CC=${CC} PTHREAD_CC=${CC}
|
||||
CONFIGURE_ENV= PYTHON="${NONEXISTENT}"
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
@ -72,7 +72,7 @@ DISTCC_COMPILERS= CC c++ cc
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MCLANGLINK}
|
||||
CLANG_COMPILERS= -devel 31 32 33 34 35
|
||||
CLANG_COMPILERS= -devel 31 32 33 34 35 36 37 38 39
|
||||
DISTCC_COMPILERS+= clang++ clang
|
||||
DISTCC_COMPILERS+= ${CLANG_COMPILERS:S|^|clang++|}
|
||||
DISTCC_COMPILERS+= ${CLANG_COMPILERS:S|^|clang|}
|
||||
|
@ -1,4 +1,3 @@
|
||||
SHA256 (distcc-3.1.tar.bz2) = f55dbafd76bed3ce57e1bbcdab1329227808890d90f4c724fcd2d53f934ddd89
|
||||
SIZE (distcc-3.1.tar.bz2) = 588820
|
||||
SHA256 (distcc-avahi-080101.patch) = 4e506a8a2299af18839c443b8665ea4fe4492bf3ecae010d262406c01509058e
|
||||
SIZE (distcc-avahi-080101.patch) = 387519
|
||||
TIMESTAMP = 1477731710
|
||||
SHA256 (distcc-distcc-3.1-9a09372_GH0.tar.gz) = 3d98605a017c0a0e70f30a007801941bec9a87e9f41994bdfa0a9ea613a61e7b
|
||||
SIZE (distcc-distcc-3.1-9a09372_GH0.tar.gz) = 908231
|
||||
|
@ -1,6 +1,6 @@
|
||||
--- configure.ac.orig 2008-12-03 05:50:31.000000000 +0800
|
||||
+++ configure.ac 2010-08-24 21:55:30.000000000 +0800
|
||||
@@ -86,9 +86,12 @@
|
||||
--- configure.ac.orig 2008-12-02 23:17:13 UTC
|
||||
+++ configure.ac
|
||||
@@ -86,9 +86,12 @@ AC_ARG_WITH(included-popt,
|
||||
AC_HELP_STRING([--with-included-popt], [use bundled popt library, not from system]))
|
||||
|
||||
AC_ARG_ENABLE(rfc2553,
|
||||
|
@ -1,6 +1,6 @@
|
||||
--- src/dparent.c.orig Sun Oct 24 08:05:48 2004
|
||||
+++ src/dparent.c Fri Nov 4 17:35:09 2005
|
||||
@@ -285,6 +285,9 @@
|
||||
--- src/dparent.c.orig 2008-12-02 23:17:13 UTC
|
||||
+++ src/dparent.c
|
||||
@@ -308,6 +308,9 @@ static void dcc_save_pid(pid_t pid)
|
||||
**/
|
||||
void dcc_remove_pid(void)
|
||||
{
|
||||
@ -10,7 +10,7 @@
|
||||
if (!arg_pid_file)
|
||||
return;
|
||||
|
||||
@@ -292,6 +295,7 @@
|
||||
@@ -315,6 +318,7 @@ void dcc_remove_pid(void)
|
||||
rs_log_warning("failed to remove pid file %s: %s",
|
||||
arg_pid_file, strerror(errno));
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user