From owner-freebsd-gnome@FreeBSD.ORG Sun Nov 28 00:42:08 2010 Return-Path: Delivered-To: gnome@FreeBSD.org Received: from hub.freebsd.org (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with SMTP id D390E1065670; Sun, 28 Nov 2010 00:42:07 +0000 (UTC) (envelope-from nork@FreeBSD.org) Date: Sun, 28 Nov 2010 09:42:07 +0900 From: Norikatsu Shigemura To: Koop Mast 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> X-Mailer: Sylpheed 3.0.3 (GTK+ 2.20.1; i386-portbld-freebsd8.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: gnome@FreeBSD.org, Norikatsu Shigemura Subject: Re: [ports/net-im/libnice] Fix installation miss of nice.pc X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2010 00:42:08 -0000 Hi kwm. On Wed, 24 Nov 2010 02:04:46 +0900 Norikatsu Shigemura 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 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Thank you. -- Norikatsu Shigemura