From owner-freebsd-ports Sat Nov 4 7: 0: 9 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 517D837B4CF for ; Sat, 4 Nov 2000 07:00:06 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA55438; Sat, 4 Nov 2000 07:00:06 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Sat, 4 Nov 2000 07:00:06 -0800 (PST) Message-Id: <200011041500.HAA55438@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: sanpei@FreeBSD.org Subject: Re: ports/20722: New port: x11-fonts/jmk-x11-fonts Reply-To: sanpei@FreeBSD.org Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/20722; it has been noted by GNATS. From: sanpei@FreeBSD.org To: freebsd-gnats-submit@FreeBSD.org, olgeni@uli.it Cc: Subject: Re: ports/20722: New port: x11-fonts/jmk-x11-fonts Date: Sat, 04 Nov 2000 23:59:06 +0900 Hi. olgeni@uli.it I checked your new port, x11-fonts/jmk-x11-fonts. I change some point. Please check below changes. - use USE_IMAKE and don't set do-build. - add BUILD_DEPENDS XFree86-4-clients - add license information into pkg-descr ---- Yoshiro MIHIRA diff -uNr jmk-x11-fonts.org/Makefile jmk-x11-fonts/Makefile --- jmk-x11-fonts.org/Makefile Sat Nov 4 23:47:08 2000 +++ jmk-x11-fonts/Makefile Sat Nov 4 23:46:17 2000 @@ -12,10 +12,13 @@ MAINTAINER= olgeni@uli.it -USE_X_PREFIX= yes +USE_IMAKE= yes -do-build: - cd ${WRKSRC} && ${XMKMF} && ${MAKE} +.include + +.if ${XFREE86_VERSION} == 4 +BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11/XFree86-4-clients +.endif do-install: ${MKDIR} ${PREFIX}/lib/X11/fonts/jmk @@ -23,6 +26,6 @@ ${INSTALL_DATA} ${WRKSRC}/fonts.dir ${PREFIX}/lib/X11/fonts/jmk post-install: - @${CAT} ${PKGDIR}/DESCR + @${CAT} ${DESCR} -.include +.include --- jmk-x11-fonts.org/pkg-descr Sat Nov 4 23:47:08 2000 +++ jmk-x11-fonts/pkg-descr Sat Nov 4 23:52:55 2000 @@ -9,4 +9,7 @@ or by adding it to your X-server configuration file (usually /etc/XF86Config or /etc/Xaccel.ini) and restarting the X-server. +This font collection for X is under the terms of the GNU General +Public License (GPL) version 2.0 + WWW: http://www.ntrnet.net/~jmknoble/fonts/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message