Date: Sun, 28 Apr 2002 10:42:52 +1000 (EST) From: Tony Maher <tonym@biolateral.com.au> To: ports@FreeBSD.org Cc: kde@FreeBSD.org Subject: kdegames and IPPORT_USERRESERVED Message-ID: <200204280042.g3S0gqoe055565@dt.home>
next in thread | raw e-mail | index | archive | help
Hello, still trying to build kde3. wizard.cpp: In method `void MPWizard::setupTypePage()': wizard.cpp:66: `IPPORT_USERRESERVED' undeclared (first use this function) wizard.cpp:66: (Each undeclared identifier is reported only once wizard.cpp:66: for each function it appears in.) gmake[3]: *** [wizard.lo] Error 1 gmake[3]: Leaving directory `/usr/ports/games/kdegames3/work/kdegames-3.0/ksirtet/lib' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/ports/games/kdegames3/work/kdegames-3.0/ksirtet' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/games/kdegames3/work/kdegames-3.0' gmake: *** [all] Error 2 *** Error code 2 Stop in /usr/ports/games/kdegames3. http://www.FreeBSD.org/cgi/cvsweb.cgi/src/sys/netinet/in.h shows IPPORT_USERRESERVED was removed 2 weeks ago. Adding defined(__FreeBSD__) to the existing (#if) definition in kdegames-3.0/ksirtet/lib/wizard.cpp #if defined(__NetBSD__) || defined(__sgi) || defined(__FreeBSD__) #define IPPORT_USERRESERVED IPPORT_RESERVED seems to fix it ok. thanks -- tonym To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200204280042.g3S0gqoe055565>