Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Build broken - port amd64 - pkgconfig/libcrypto.pc



>>> Andreas Gustafsson <gson%gson.org@localhost> wrote

> Christos Zoulas wrote:
> > There is a rule to create it... I saw this, but I can't reproduce it.
> 
> The builds are also consistently failing on the TNF test server, and have
> been for more than 24 hours now.  Please revert your changes until you
> are able to fix them.

It seems the following patch (idea from atf/lib/libatf-c/Makefile)
fixes this issue.

Index: pkgconfig.mk
===================================================================
RCS file: /cvsroot/src/crypto/external/bsd/openssl/pkgconfig.mk,v
retrieving revision 1.1
diff -u -d -r1.1 pkgconfig.mk
--- pkgconfig.mk        18 Jan 2013 18:09:55 -0000      1.1
+++ pkgconfig.mk        19 Jan 2013 20:25:08 -0000
@@ -5,6 +5,7 @@
 FILES+=${pkg}.pc
 CLEANFILES+=${pkg}.pc
 
+realall: ${pkg}.pc
 ${pkg}.pc: ${.CURDIR}/../../mkpc
        ${.ALLSRC} ${.TARGET} > ${.TARGET}
 .endfor

-- Takeshi Nakayama


Home | Main Index | Thread Index | Old Index