Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Oct 2013 15:29:47 GMT
From:      Denis Generalov <gd@rambler-co.ru>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/182639: libmongo-client: stage support
Message-ID:  <201310041529.r94FTlLi068448@oldred.freebsd.org>
Resent-Message-ID: <201310041530.r94FU0Nj092964@freefall.freebsd.org>

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

>Number:         182639
>Category:       ports
>Synopsis:       libmongo-client: stage support
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Oct 04 15:30:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Denis Generalov
>Release:        FreeBSD 9.1-STABLE amd64
>Organization:
Rambler
>Environment:
FreeBSD tyl.rambler.ramblermedia.com 9.1-STABLE FreeBSD 9.1-STABLE #0 r244924: Tue Jan  1 21:05:19 MSK 2013     gd@tyl.rambler.ramblermedia.com:/tmp/gd/usr/src/sys/GENERIC  amd64
>Description:
add stage support
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

===> Generating patch
===> Viewing diff with more
diff -ruN /usr/ports/databases/libmongo-client/Makefile ./Makefile
--- /usr/ports/databases/libmongo-client/Makefile	2013-09-24 14:11:42.000000000 +0400
+++ ./Makefile	2013-10-04 18:06:48.000000000 +0400
@@ -17,16 +17,14 @@
 
 USE_AUTOTOOLS=	automake autoconf libtool
 GNU_CONFIGURE=	yes
-USES=		pkgconfig gmake
+USES=		pkgconfig gmake pathfix
 USE_GNOME=	glib20
 USE_LDCONFIG=	yes
 CONFIGURE_ENV+=	PKG_CONFIG_DIR=${LOCALBASE}/libdata/pkgconfig
+PATHFIX_MAKEFILEIN=Makefile.am
 
-NO_STAGE=	yes
 run-autotools:
-	@${REINPLACE_CMD} 's|(libdir)/pkgconfig|(prefix)/libdata/pkgconfig|' \
-		${WRKSRC}/src/Makefile.am
 	@cd ${CONFIGURE_WRKSRC} && \
-	${SETENV} ${AUTOTOOLS_ENV} ${AUTORECONF} -i
+		${SETENV} ${AUTOTOOLS_ENV} ${AUTORECONF} -i
 
 .include <bsd.port.mk>
===> Done


>Release-Note:
>Audit-Trail:
>Unformatted:



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