Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Jun 2006 13:54:37 +0400
From:      Tarc <tarc@tarc.po.cs.msu.su>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/99092: [patch][updated] devel/monotone update to 0.27
Message-ID:  <20060618095437.GZ22799@tarc.po.cs.msu.su>
In-Reply-To: <200606180732.k5I7WC1s055952@freefall.freebsd.org>
References:  <200606180732.k5I7WC1s055952@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help

--dTy3Mrz/UPE2dbVg
Content-Type: text/plain; charset=koi8-r
Content-Disposition: inline

updating patch, becouse GNU configure assumnig, that info dir is `${prefix}/share/info', not `${prefix}/info'

-- 
   Best regards,
   	Arseny Nasokin

--dTy3Mrz/UPE2dbVg
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}

--dTy3Mrz/UPE2dbVg--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060618095437.GZ22799>