Date: Sun, 25 Mar 2001 18:30:57 +0200 From: Stijn Hoop <stijn@win.tue.nl> To: FUJISHIMA Satsuki <sf@freebsd.org> Cc: keith@freebsd.org, freebsd-ports@freebsd.org, taguchi@tohoku.iij.ad.jp, freebsd-gnats-submit@freebsd.org Subject: Re: ports/24338: [UPDATE] XFree86-4-* Message-ID: <20010325183057.A15608@pcwin002.win.tue.nl> In-Reply-To: <86k85gc4lc.wl@cheerful.com>; from sf@freebsd.org on Sat, Mar 24, 2001 at 10:56:15AM %2B0900 References: <200101182050.f0IKoui80916@freefall.freebsd.org> <20010324003256.A82466@gate.jtjang.idv.tw> <86k85gc4lc.wl@cheerful.com>
next in thread | previous in thread | raw e-mail | index | archive | help
--CE+1k2dSO48ffgeK Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi, just wanted to report, I tested this (latest?) patch: http://people.freebsd.org/~sf/X403-asters-20010324.gz on 4.3-RC1 (as of today, 25 march), and I'm happy to report that it works! However, I found 2 typos, see attached patch. I haven't tried all of the ports yet, only the basics to get X up and running. Wouldn't it also be a good idea to make a meta port for this? I've tested the following ports with your patch: - devel/imake-4 - x11/XFree86-4-libraries - x11/XFree86-4-clients - x11-servers/XFree86-4-Server - x11-fonts/XFree86-4-fontEncodings - x11-fonts/XFree86-4-fontDefaultBitmaps - x11-fonts/XFree86-4-font100dpi - x11/XFree86-4-manuals One last note, on the freetype issue: > > They were built flawlessly on my -current machine, except since it > > uses our freetype2 port (in XFree86-4-libraries/scripts/configure), > > freetype2 should be listed as its *_DEPENDS, otherwise it won't > > build. > > Correct, I forgot to remove Freetype2Dir definition, especially from > devel/imake-4/scripts/confnigure. Now it should build freetype2 > itself. testing...done. I don't really understand this; but I don't have a freetype2 installed after my whole build procedure. Should it be installed? Because right now we're in the situation Maxim doesn't like about the current XFree86-4 port, which doesn't install freetype2-config but does install the library: [stijn@firsa] <~/src/ports/xfree/built> rehash [stijn@firsa] <~/src/ports/xfree/built> freetype2-config freetype2-config: Command not found. [stijn@firsa] <~/src/ports/xfree/built> ls -l /usr/X11R6/lib/libfreetype.so.6 -rwxr-xr-x 1 root wheel 221722 Mar 25 15:13 /usr/X11R6/lib/libfreetype.so.6 Other than these nitpicks, I'm happy! Thank you very much for doing this! --Stijn -- Fictitious Country Song Title of the Week: "How Can I Miss You if You Won't Go Away?" --CE+1k2dSO48ffgeK Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="built.patches" diff -ur ../patched/x11/XFree86-4-manuals/Makefile ./x11/XFree86-4-manuals/Makefile --- ../patched/x11/XFree86-4-manuals/Makefile Sun Mar 25 18:12:35 2001 +++ ./x11/XFree86-4-manuals/Makefile Sun Mar 25 17:38:19 2001 @@ -18,7 +18,7 @@ XFREE86_VERSION= 4 USE_IMAKE= YES EXTRACT_TARGET= xc/doc/man \ -o xc/extras/ogl-sample/main/doc/man + xc/extras/ogl-sample/main/doc/man EXTRACT_AFTER_ARGS= | ${TAR} -xf - ${EXTRACT_TARGET} PROJECTROOT= -DProjectRoot=${PREFIX} DIST_SUBDIR= xc diff -ur ../patched/x11-fonts/XFree86-4-fontDefaultBitmaps/Makefile ./x11-fonts/XFree86-4-fontDefaultBitmaps/Makefile --- ../patched/x11-fonts/XFree86-4-fontDefaultBitmaps/Makefile Sun Mar 25 18:12:35 2001 +++ ./x11-fonts/XFree86-4-fontDefaultBitmaps/Makefile Sun Mar 25 17:36:22 2001 @@ -28,7 +28,7 @@ post-extract: (cd ${WRKDIR} && \ ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} \ - ${DISTDIR}/${DIST_SUBDIR}/X401src-1.tgz \ + ${DISTDIR}/${DIST_SUBDIR}/X402src-1.tgz \ | ${TAR} -xf - xc/extras/fonts) do-configure: --CE+1k2dSO48ffgeK-- 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?20010325183057.A15608>