pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/distcc Looks like I forgot to add this file in t...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d6f94275137e
branches:  trunk
changeset: 500540:d6f94275137e
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Mon Oct 10 12:15:47 2005 +0000

description:
Looks like I forgot to add this file in the previous commit...  pointed out
by martti@.

diffstat:

 devel/distcc/Makefile.common |  39 +++++++++++++++++++++++++++++++++++++++
 1 files changed, 39 insertions(+), 0 deletions(-)

diffs (43 lines):

diff -r 58c4fadacdbf -r d6f94275137e devel/distcc/Makefile.common
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/distcc/Makefile.common      Mon Oct 10 12:15:47 2005 +0000
@@ -0,0 +1,39 @@
+# $NetBSD: Makefile.common,v 1.1 2005/10/10 12:15:47 jmmv Exp $
+#
+
+### XXX: See the other 'XXX' comment below when updating this package.
+DISTCC_VERSION=                2.18.3
+
+DISTNAME=              distcc-${DISTCC_VERSION}
+CATEGORIES=            devel
+MASTER_SITES=          http://distcc.samba.org/ftp/distcc/
+EXTRACT_SUFX=          .tar.bz2
+
+MAINTAINER=            martti%NetBSD.org@localhost
+HOMEPAGE=              http://distcc.samba.org/
+
+DISTINFO_FILE=         ${.CURDIR}/../../devel/distcc/distinfo
+PATCHDIR=              ${.CURDIR}/../../devel/distcc/patches
+
+GNU_CONFIGURE=         yes
+USE_PKGINSTALL=                yes
+USE_TOOLS+=            gmake
+
+CONFIGURE_ARGS+=       --enable-rfc2553
+CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFDIR}
+
+SUBST_CLASSES+=                doc
+SUBST_STAGE.doc=       post-patch
+SUBST_FILES.doc=       src/distcc.c src/hosts.c
+SUBST_SED.doc=         -e "s|%s/distcc/hosts|%s/hosts|g"
+SUBST_MESSAGE.doc=     "Fixing paths."
+
+.if empty(PKGNAME:Mdistcc-[0-9]*)
+### XXX: Remove 'nb1' from the line below during the next update.
+DEPENDS+=              distcc>=${DISTCC_VERSION}nb1:../../devel/distcc
+
+PRINT_PLIST_AWK+=      /^@dirrm share\/distcc$$/ \
+                               { print "@comment in distcc: " $$0; next }
+.endif
+
+.include "../../devel/popt/buildlink3.mk"



Home | Main Index | Thread Index | Old Index