Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 May 2002 19:07:24 -0400 (EDT)
From:      Andrew Gallatin <gallatin@cs.duke.edu>
To:        Gorm Jorgensen <Gorm@Area51.DK>
Cc:        freebsd-alpha@FreeBSD.ORG
Subject:   Re: kdebase3
Message-ID:  <15573.47916.11375.789078@grasshopper.cs.duke.edu>
In-Reply-To: <20020505120849.GA42083@Area51.DK>
References:  <15572.34856.613733.817001@grasshopper.cs.duke.edu> <20020505120849.GA42083@Area51.DK>

next in thread | previous in thread | raw e-mail | index | archive | help

Gorm Jorgensen writes:
 > > 
 > > I've mangaged to get kdebase3 building on alpha.
 > > 
 > I have applied the patch for autoconf and most of the compiling runs fine
 > without any -O2's - but libxml2 causes me problems.
 > 
 > I have found out that it might be something about SOCKLEN_T, at least some
 > developer said that in anonther maillist.
 > 
 > Any suggestions ?

Odd.  It built fine for me. This may be a side effect of disabling
-O2.  Try backing out my autoconf patch, it turns out the patch to the
autoconf port is NOT required.

I've gotten kdebase2 building with just a Makefile patch which looks
like this:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/x11/kdebase3/Makefile,v
retrieving revision 1.95
diff -u -r1.95 Makefile
--- Makefile	21 Apr 2002 23:45:56 -0000	1.95
+++ Makefile	5 May 2002 23:03:26 -0000
@@ -59,6 +59,11 @@
 	@${ECHO} "#!/bin/sh" > ${WRKSRC}/mkpamserv
 	@${ECHO} "exit 0" >> ${WRKSRC}/mkpamserv
 
+.if ${MACHINE_ARCH} == "alpha"
+pre-configure:
+	${PERL} -pi -e "s@-O2@-O@g" ${WRKSRC}/admin/acinclude.m4.in
+.endif
+
 post-configure:
 	${PERL} -pi -e "s@444@644@g" ${WRKSRC}/kdesktop/init/Templates/Makefile
 


Drew

PS: Would anybody be interested in pre-built kde3 for Alpha?  (ev56
and higher only).


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-alpha" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?15573.47916.11375.789078>