[ports/net-im/libnice] Fix installation miss of nice.pc

Norikatsu Shigemura nork at FreeBSD.org
Sun Nov 28 00:42:08 UTC 2010


Hi kwm.

On Wed, 24 Nov 2010 02:04:46 +0900
Norikatsu Shigemura <nork at FreeBSD.org> wrote:
> 	Ok, I got.  Replacement of common.mk is too late.  Makefile.in
> 	should be faster than its dependencies like common.mk.  So I
> 	suggest to be it on pre-patch.
> 	I confirmed not override of pkgconfidir.

	This issue is same as gnome-terminal.  The order is like
	following:

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
1st	<	2nd	<	3rd	<	4th	<	5th
configure.ac	aclocal.m4			configure	config.status
Makefile.am			Makefile.in	Makefile	config.status
common.mk
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

	You updated common.mk at post-patch:, so you should update
	aclocal.m4, Makefile.in Makefile and configure.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/net-im/libnice/Makefile,v
retrieving revision 1.13
diff -u -r1.13 Makefile
--- Makefile	25 Jul 2010 00:25:58 -0000	1.13
+++ Makefile	28 Nov 2010 00:32:20 -0000
@@ -31,5 +31,7 @@
 	    	's|-Wno-missing-field-initializers|#|g'
 	@${REINPLACE_CMD} -e 's|-Wno-missing-field-initializers|#|g' \
 	    	${WRKSRC}/common.mk
+	@${TOUCH} ${WRKSRC}/aclocal.m4 ${WRKSRC}/Makefile.in \
+			${WRKSRC}/Makefile ${WRKSRC}/configure
 
 .include <bsd.port.mk>
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

	Thank you.

-- 
Norikatsu Shigemura <nork at FreeBSD.org>


More information about the freebsd-gnome mailing list