Date: Mon, 15 Jul 2002 02:38:00 +0200 (CEST) From: Frerich Raabe <frerich.raabe@gmx.de> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/40578: Update port: devel/distcc 0.5 to 0.6 Message-ID: <20020715003800.1754312F@daedalus.lan>
next in thread | raw e-mail | index | archive | help
>Number: 40578 >Category: ports >Synopsis: Update port: devel/distcc 0.5 to 0.6 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Jul 14 17:40:03 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Frerich Raabe >Release: FreeBSD 4.6-STABLE i386 >Organization: >Environment: System: FreeBSD daedalus.lan 4.6-STABLE FreeBSD 4.6-STABLE #11: Fri Jul 12 04:33:56 CEST 2002 root@daedalus.lan:/usr/obj/usr/src/sys/SWIFT i386 >Description: Accomnapying patch updates the port deve/distcc from version 0.5 to version 0.6, honouring the most recent distcc version 0.6 which was released on july 12th. >How-To-Repeat: >Fix: diff -urN distcc.orig/Makefile distcc/Makefile --- distcc.orig/Makefile Sun Jul 14 18:33:49 2002 +++ distcc/Makefile Mon Jul 15 02:30:15 2002 @@ -6,24 +6,21 @@ # PORTNAME= distcc -PORTVERSION= 0.5 +PORTVERSION= 0.6 CATEGORIES= devel -MASTER_SITES= http://ftp.samba.org/ftp/distcc/ +MASTER_SITES= http://distcc.samba.org/ftp/distcc/ MAINTAINER= frerich.raabe@gmx.de LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt -BUILD_DEPENDS= ps2pdf:${PORTSDIR}/print/ghostscript-gnu USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include ${CPPFLAGS}" \ +CONFIGURE_ENV+= CFLAGS="-I${LOCALBASE}/include ${CFLAGS}" \ LDFLAGS="-L${LOCALBASE}/lib ${LDFLAGS}" MAN1= distcc.1 distccd.1 - -DOC_FILES= distcc.pdf distcc.ps distcc.html \ - distccd.pdf distccd.ps distccd.html +DOC_FILES= AUTHORS COPYING COPYING.FDL NEWS OLDNEWS README do-install: @${INSTALL_PROGRAM} ${WRKSRC}/src/distcc ${PREFIX}/bin @@ -36,7 +33,7 @@ .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for file in ${DOC_FILES} - @${INSTALL_MAN} ${WRKSRC}/man/${file} ${DOCSDIR} + @${INSTALL_MAN} ${WRKSRC}/${file} ${DOCSDIR} .endfor .endif diff -urN distcc.orig/distinfo distcc/distinfo --- distcc.orig/distinfo Sun Jul 14 18:33:49 2002 +++ distcc/distinfo Sun Jul 14 18:48:36 2002 @@ -1 +1 @@ -MD5 (distcc-0.5.tar.gz) = e3c7054c2bd766b891b1ad9e779d3f7e +MD5 (distcc-0.6.tar.gz) = 3bafb6e4af5045e0356ec4ec73793ba6 diff -urN distcc.orig/pkg-plist distcc/pkg-plist --- distcc.orig/pkg-plist Sun Jul 14 18:33:49 2002 +++ distcc/pkg-plist Mon Jul 15 02:21:21 2002 @@ -1,9 +1,9 @@ bin/distcc sbin/distccd -%%PORTDOCS%%share/doc/distcc/distcc.pdf -%%PORTDOCS%%share/doc/distcc/distcc.ps -%%PORTDOCS%%share/doc/distcc/distcc.html -%%PORTDOCS%%share/doc/distcc/distccd.pdf -%%PORTDOCS%%share/doc/distcc/distccd.ps -%%PORTDOCS%%share/doc/distcc/distccd.html +%%PORTDOCS%%share/doc/distcc/AUTHORS +%%PORTDOCS%%share/doc/distcc/COPYING +%%PORTDOCS%%share/doc/distcc/COPYING.FDL +%%PORTDOCS%%share/doc/distcc/NEWS +%%PORTDOCS%%share/doc/distcc/OLDNEWS +%%PORTDOCS%%share/doc/distcc/README %%PORTDOCS%%@dirrm share/doc/distcc >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020715003800.1754312F>