[kde-freebsd] C++ issue on 4.11: kpopupmenu.h [Please review]
Michael Nottebrock
michaelnottebrock at gmx.net
Fri Mar 11 03:39:37 PST 2005
On Friday, 11. March 2005 12:28, Volker Stolz wrote:
> Am 11. Mar 2005 um 11:56 CET schrieb Michael Nottebrock:
> > to) for some whacko compilation error that can be easily worked around.
> > If you don't like --enable-final, you can use the attached patch instead,
> > too.
>
> Ah, much better, thanks. I was under the impression that this was an
> inherent problem and not simply because of an unfortunate ordering
> if includes.
Another thing I discovered while making that diff but forgot to include in the
last mail: The distribution tarball seems to have been cobbled together and
contains some files with off timestamps, causing the build system to try and
run autoheader and automake in order to regenerate stuff. The attached patch
(to be applied after applying the diff from the PR) fixes that.
--
,_, | Michael Nottebrock | lofi at freebsd.org
(/^ ^\) | FreeBSD - The Power to Serve | http://www.freebsd.org
\u/ | K Desktop Environment on FreeBSD | http://freebsd.kde.org
-------------- next part --------------
--- Makefile 7 Mar 2005 16:41:01 -0000 1.9
+++ Makefile 11 Mar 2005 11:32:28 -0000
@@ -160,5 +168,6 @@
@${REINPLACE_CMD} -e 's@\/usr\/bin\/k3b@${PREFIX}\/bin\/k3b at g' \
${WRKSRC}/kipi-plugins/cdarchiving/cdarchiving.cpp \
${WRKSRC}/kipi-plugins/cdarchiving/cdarchivingdialog.cpp
+ @${TOUCH} -t 200502091636 ${WRKSRC}/config.h.in ${WRKSRC}/doc/Makefile.am
.include <bsd.port.post.mk>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-ports/attachments/20050311/75724149/attachment.bin
More information about the freebsd-ports
mailing list