Index: head/devel/distcc/files/patch-src::daemon.c =================================================================== --- head/devel/distcc/files/patch-src::daemon.c (revision 67380) +++ head/devel/distcc/files/patch-src::daemon.c (nonexistent) @@ -1,11 +0,0 @@ ---- src/daemon.c.orig Mon Sep 23 11:15:29 2002 -+++ src/daemon.c Mon Sep 23 11:15:37 2002 -@@ -170,7 +170,7 @@ - int dcc_refuse_root(void) - { - /* Just be careful */ -- if (getuid() == 0 || geteuid() == 0 || getgid() == 0 || getegid() == 0) { -+ if (getuid() == 0 || geteuid() == 0) { - rs_log_crit("distccd must not be run as root!"); - return EXIT_DISTCC_FAILED; - } Property changes on: head/devel/distcc/files/patch-src::daemon.c ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/devel/distcc/files/patch-src::distcc.h =================================================================== --- head/devel/distcc/files/patch-src::distcc.h (revision 67380) +++ head/devel/distcc/files/patch-src::distcc.h (nonexistent) @@ -1,10 +0,0 @@ ---- src/distcc.h.orig Sun Sep 15 18:20:01 2002 -+++ src/distcc.h Sun Sep 15 18:18:53 2002 -@@ -102,6 +102,7 @@ - - - /* bulk.c */ -+#include - int dcc_open_read(const char *fname, int *ifd, off_t *fsize); - - Property changes on: head/devel/distcc/files/patch-src::distcc.h ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.2 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/devel/distcc/files/patch-src::srvnet.c =================================================================== --- head/devel/distcc/files/patch-src::srvnet.c (revision 67380) +++ head/devel/distcc/files/patch-src::srvnet.c (nonexistent) @@ -1,10 +0,0 @@ ---- src/srvnet.c.orig Sun Sep 15 18:20:11 2002 -+++ src/srvnet.c Sun Sep 15 18:19:16 2002 -@@ -43,7 +43,6 @@ - #include - #include - #include --#include - - #include - #include Property changes on: head/devel/distcc/files/patch-src::srvnet.c ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/devel/distcc/Makefile =================================================================== --- head/devel/distcc/Makefile (revision 67380) +++ head/devel/distcc/Makefile (revision 67381) @@ -1,59 +1,58 @@ # New ports collection makefile for: distcc # Date created: 25 June 2002 # Whom: Frerich Raabe # # $FreeBSD$ # PORTNAME= distcc -PORTVERSION= 0.10.1 -PORTREVISION= 1 +PORTVERSION= 0.11 CATEGORIES= devel MASTER_SITES= http://distcc.samba.org/ftp/distcc/ MAINTAINER= frerich.raabe@gmx.de LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt PLIST_SUB+= DOCSDIR=${DOCSDIR:S,${PREFIX}/,,} USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_ENV+= CFLAGS="-I${LOCALBASE}/include ${CFLAGS}" \ - LDFLAGS="-L${LOCALBASE}/lib ${LDFLAGS}" +CONFIGURE_ARGS+= --with-extra-includes="${LOCALBASE}/include" \ + --with-extra-libs="${LOCALBASE}/lib" MAN1= distcc.1 distccd.1 DOC_FILES= AUTHORS COPYING COPYING.FDL NEWS OLDNEWS README \ linuxdoc/distcc.info.gz linuxdoc/distcc.pdf \ linuxdoc/distcc.ps.gz HTML_DOC_FILES= distcc.html distcc-1.html distcc-2.html distcc-3.html \ distcc-4.html distcc-5.html distcc-6.html distcc-7.html do-install: @${INSTALL_PROGRAM} ${WRKSRC}/src/distcc ${PREFIX}/bin @${INSTALL_PROGRAM} ${WRKSRC}/src/distccd ${PREFIX}/sbin post-install: install-doc install-html-doc install-man @${CAT} ${PKGMESSAGE} install-doc: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for file in ${DOC_FILES} @${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} .endfor .endif install-html-doc: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR}/html .for file in ${HTML_DOC_FILES} @${INSTALL_DATA} ${WRKSRC}/linuxdoc/html/${file} ${DOCSDIR}/html .endfor .endif install-man: .for file in ${MAN1} ${INSTALL_MAN} ${WRKSRC}/man/${file} ${MANPREFIX}/man/man1 .endfor .include Property changes on: head/devel/distcc/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.8 \ No newline at end of property +1.9 \ No newline at end of property Index: head/devel/distcc/distinfo =================================================================== --- head/devel/distcc/distinfo (revision 67380) +++ head/devel/distcc/distinfo (revision 67381) @@ -1 +1 @@ -MD5 (distcc-0.10.1.tar.gz) = 2ca79e14a2d15da07aa4b3b181b28ad3 +MD5 (distcc-0.11.tar.gz) = b985678ef3c237c6373a4f80cf37db0e Property changes on: head/devel/distcc/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property