Date: Sun, 28 Nov 2010 09:42:07 +0900 From: Norikatsu Shigemura <nork@FreeBSD.org> To: Koop Mast <kwm@rainbow-runner.nl> Cc: gnome@FreeBSD.org, Norikatsu Shigemura <nork@FreeBSD.org> Subject: Re: [ports/net-im/libnice] Fix installation miss of nice.pc Message-ID: <20101128094207.e936f6ec.nork@FreeBSD.org> In-Reply-To: <20101124020446.d4124458.nork@FreeBSD.org> References: <20101123180404.ea865e0e.nork@FreeBSD.org> <20101123135948.1420ebe0@headache.rainbow-runner.nl> <20101123231028.38beb74b.nork@FreeBSD.org> <20101124020446.d4124458.nork@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi kwm. On Wed, 24 Nov 2010 02:04:46 +0900 Norikatsu Shigemura <nork@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@FreeBSD.org>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20101128094207.e936f6ec.nork>