Subject: pkg/10467: intlfonts pkg should include bsd.prefs.mk
To: None <gnats-bugs@gnats.netbsd.org>
From: SUNAGAWA Keiki <kei_sun@ba2.so-net.ne.jp>
List: netbsd-bugs
Date: 06/28/2000 08:41:12
>Number: 10467
>Category: pkg
>Synopsis: intlfonts pkg always build and install bigger fonts
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Wed Jun 28 08:42:00 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator: SUNAGAWA Keiki
>Release: 2000-06-29
>Organization:
home
>Environment:
System: NetBSD mikan 1.4Y NetBSD 1.4Y (IBOOK) #10: Mon May 15 23:04:29 JST 2000 kei@:/var/NetBSD-current/src/sys/arch/macppc/compile/IBOOK macppc
>Description:
Though intlfonts pkg provides a configure option whether bigger fonts
are build and installed, since the pkg Makefile doesn't include
bsd.prefs.mk, configuration is actually ignored.
>How-To-Repeat:
Put `NO_EXTRA_FONTS' in /etc/mk.conf and do make.
>Fix:
Include bsd.prefs.mk in pkgsrc Makefile.
Index: Makefile
===================================================================
RCS file: /a/rsync/netbsd.org/pkgsrc/fonts/intlfonts/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- Makefile 2000/05/27 14:11:29 1.6
+++ Makefile 2000/06/26 18:02:57
@@ -40,6 +40,7 @@
CONFIGURE_ARGS+=--with-fontdir=${PREFIX}/lib/X11/fonts/intlfonts \
--without-bdf --enable-compress=gzip
+.include "../../mk/bsd.prefs.mk"
.if !defined(NO_EXTRA_FONTS)
FONT_SETS+= ${EXTRA_FONTS}
PLIST_SRC= ${WRKDIR}/PLIST
>Release-Note:
>Audit-Trail:
>Unformatted: