Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Nov 2000 07:00:06 -0800 (PST)
From:      sanpei@FreeBSD.org
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/20722: New port: x11-fonts/jmk-x11-fonts
Message-ID:  <200011041500.HAA55438@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.pre.mk>
 +
 +.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 <bsd.port.mk>
 +.include <bsd.port.post.mk>
 --- 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




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