summaryrefslogtreecommitdiff
path: root/devel/distccmon-gnome
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2014-04-25 16:13:31 +0000
committeradam <adam@pkgsrc.org>2014-04-25 16:13:31 +0000
commitbdb22038781f95f38fc8c350d5565ff4b5bfc965 (patch)
tree24f4898389ef025a9f25839d2a966bb8088357eb /devel/distccmon-gnome
parentca6ff52e84885412ed85991e416fbd32c708f1f0 (diff)
downloadpkgsrc-bdb22038781f95f38fc8c350d5565ff4b5bfc965.tar.gz
distcc-3.2 "Back in black" 2011-10-11
FEATURES: * IPv6 support * Optional support for GSS-API authentication * Added an environment variable DISTCC_SKIP_LOCAL_RETRY for skipping the local retry in case of a remote compilation failure * Some constants that were previously hard-coded in the sources are now configurable via environment variables: DISTCC_MAX_DISCREPANCY, DISTCC_IO_TIMEOUT BUG FIXES: * Fixed the following 20 issues <http://code.google.com/p/distcc/issues/list>: 30: 3.0 on OSX: ValueError: Expected absolute path, but got '(framework'. 33: distcc --scan-includes dumps core 34: Zeroconf fails if avahi supports IPv6 35: Include server internal error: '<class 'sre_constants.error'>: ('bogus escape (end of line)',)' 36: distcc-mon-gnome displays multiple rows for same host/slot 39: build with gcc 4.1 snprintf.h error "expected declaration specifiers" 42: distcc --show-hosts fails when using Avahi with IPv6 support and +zeroconf for distcc. 43: Remove duplicate hosts from zeroconf list 44: Failed tests on make check (gentoo gcc-4.3.3) 46: Add TAGS target to Makefile.in 49: make check fails on PreprocessAsm_Case 57: Fix warnings 58: PUMP mode can`t PARSE the HOSTS 60: CPlusPlus test case fails with GCC 4.4.1 61: Gdb tests fail in pumped mode on Ubuntu 9.10 amd64 66: pump mode fails to compile certain KDE-4 packages, finds/looks for incorrect headers 70: variable overlapping causing errors.. 75: include_server documentation, distcc_fallback flag incorrect 81: distcc 3.1 will not compile correctly with current version of gcc
Diffstat (limited to 'devel/distccmon-gnome')
-rw-r--r--devel/distccmon-gnome/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/devel/distccmon-gnome/Makefile b/devel/distccmon-gnome/Makefile
index 4b52255f39c..62d74d368a0 100644
--- a/devel/distccmon-gnome/Makefile
+++ b/devel/distccmon-gnome/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.49 2014/02/12 23:17:46 tron Exp $
+# $NetBSD: Makefile,v 1.50 2014/04/25 16:13:32 adam Exp $
-PKGNAME= ${DISTNAME:S/-/-gnome-/}
-PKGREVISION= 30
+PKGNAME= ${DISTNAME:S/-/-gnome-/:S/rc1//}
CATEGORIES+= gnome
COMMENT= Graphical monitor for distcc, the distributed C/C++ compiler
@@ -11,10 +10,10 @@ USE_TOOLS+= pkg-config
CONFIGURE_ARGS+= --with-gnome
BUILD_TARGET= distccmon-gnome
+INSTALLATION_DIRS+= share/distcc
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/distccmon-gnome ${DESTDIR}${PREFIX}/bin
- ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/distcc
${INSTALL_DATA} ${WRKSRC}/gnome/distccmon-gnome-icon.png \
${DESTDIR}${PREFIX}/share/distcc
${INSTALL_DATA} ${WRKSRC}/gnome/distccmon-gnome.desktop \