From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 18 10:00:46 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1BBD816A47A for ; Sun, 18 Jun 2006 10:00:46 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC05943D4C for ; Sun, 18 Jun 2006 10:00:45 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5IA0jp8064732 for ; Sun, 18 Jun 2006 10:00:45 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5IA0jfI064729; Sun, 18 Jun 2006 10:00:45 GMT (envelope-from gnats) Date: Sun, 18 Jun 2006 10:00:45 GMT Message-Id: <200606181000.k5IA0jfI064729@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Tarc Cc: Subject: Re: ports/99092: [patch] devel/monotone update to 0.27 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Tarc List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Jun 2006 10:00:46 -0000 The following reply was made to PR ports/99092; it has been noted by GNATS. From: Tarc To: bug-followup@FreeBSD.org, tarc@tarc.po.cs.msu.su Cc: Subject: Re: ports/99092: [patch] devel/monotone update to 0.27 Date: Sun, 18 Jun 2006 14:00:11 +0400 --VywGB/WGlW4DM4P8 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline Updated patch: GNU configure assumes infodir to `${prefix}/share/info', not `${prefix}/info' -- Best regards, Arseny Nasokin --VywGB/WGlW4DM4P8 Content-Type: text/plain; charset=koi8-r Content-Disposition: attachment; filename="Makefile.diff" --- Makefile.orig Sun Jun 18 11:18:26 2006 +++ Makefile Sun Jun 18 13:46:48 2006 @@ -6,7 +6,7 @@ # PORTNAME= monotone -PORTVERSION= 0.26 +PORTVERSION= 0.27 CATEGORIES= devel MASTER_SITES= http://www.venge.net/monotone/downloads/ @@ -22,6 +22,7 @@ USE_GMAKE= yes GNU_CONFIGURE= yes +CONFIGURE_ARGS= --infodir=${PREFIX}/${INFO_DIR} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" \ MAKEINFO="makeinfo --no-split" @@ -48,14 +49,13 @@ share/locale/pt_BR/LC_MESSAGES/monotone.mo \ share/locale/sv/LC_MESSAGES/monotone.mo .endif - post-extract: @${RM} -f ${WRKSRC}/monotone.info* post-patch: @${REINPLACE_CMD} -e 's|\($$(CXX) -Wall\)|\1 ${CXXFLAGS}|' \ ${WRKSRC}/Makefile.in - +MAKE_ARGS+=-j 2 post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} --VywGB/WGlW4DM4P8--