ports/182639: libmongo-client: stage support

Denis Generalov gd at rambler-co.ru
Fri Oct 4 15:30:00 UTC 2013


>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 at 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:


More information about the freebsd-ports-bugs mailing list