[Midnightbsd-cvs] mports: x11-fonts/gnustep-mknfonts: add patch to	remove warnings about
    laffer1 at midnightbsd.org 
    laffer1 at midnightbsd.org
       
    Mon Feb  9 02:49:46 EST 2009
    
    
  
Log Message:
-----------
add patch to remove warnings about @, and pkg-message about usage
Modified Files:
--------------
    mports/x11-fonts/gnustep-mknfonts:
        Makefile (r1.1 -> r1.2)
Added Files:
-----------
    mports/x11-fonts/gnustep-mknfonts:
        pkg-message (r1.1)
-------------- next part --------------
--- /dev/null
+++ x11-fonts/gnustep-mknfonts/pkg-message
@@ -0,0 +1,6 @@
+You will have to create .nfont files if you plan on using the GNUstep libart backend. To do this, 
+make sure that the "gnustep-mknfonts" package is installed. Then create a new directory and cd into it. 
+Then run:
+    mknfonts /usr/local/lib/X11/fonts/{Type1,TTF}/* /usr/local/lib/X11/fonts/{mscorefonts,freefont}/*
+
+This will create a bunch of .nfont directories. Move them to /usr/local/GNUstep/System/Library/Fonts.
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/x11-fonts/gnustep-mknfonts/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -L x11-fonts/gnustep-mknfonts/Makefile -L x11-fonts/gnustep-mknfonts/Makefile -u -r1.1 -r1.2
--- x11-fonts/gnustep-mknfonts/Makefile
+++ x11-fonts/gnustep-mknfonts/Makefile
@@ -2,6 +2,7 @@
 
 PORTNAME=	mknfonts
 PORTVERSION=	0.5
+PORTREVISION=	1
 CATEGORIES=	x11-fonts gnustep
 MASTER_SITES=	http://ftp.debian.org/debian/pool/main/m/mknfonts.tool/
 PKGNAMEPREFIX=	gnustep-
    
    
More information about the Midnightbsd-cvs
mailing list