From owner-freebsd-ports Sun Mar 25 8:31:28 2001 Delivered-To: freebsd-ports@freebsd.org Received: from pcwin002.win.tue.nl (pcwin002.win.tue.nl [131.155.71.72]) by hub.freebsd.org (Postfix) with ESMTP id 1EFEF37B71B; Sun, 25 Mar 2001 08:31:21 -0800 (PST) (envelope-from stijn@pcwin002.win.tue.nl) Received: (from stijn@localhost) by pcwin002.win.tue.nl (8.11.3/8.11.3) id f2PGUvj15929; Sun, 25 Mar 2001 18:30:57 +0200 (CEST) (envelope-from stijn) Date: Sun, 25 Mar 2001 18:30:57 +0200 From: Stijn Hoop To: FUJISHIMA Satsuki 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> References: <200101182050.f0IKoui80916@freefall.freebsd.org> <20010324003256.A82466@gate.jtjang.idv.tw> <86k85gc4lc.wl@cheerful.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="CE+1k2dSO48ffgeK" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <86k85gc4lc.wl@cheerful.com>; from sf@freebsd.org on Sat, Mar 24, 2001 at 10:56:15AM +0900 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --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