head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.10 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.8 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.6 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.4.0.4 pkgsrc-2011Q2-base:1.4 pkgsrc-2009Q4:1.4.0.2 pkgsrc-2009Q4-base:1.4 pkgsrc-2008Q4:1.3.0.16 pkgsrc-2008Q4-base:1.3 pkgsrc-2008Q3:1.3.0.14 pkgsrc-2008Q3-base:1.3 cube-native-xorg:1.3.0.12 cube-native-xorg-base:1.3 pkgsrc-2008Q2:1.3.0.10 pkgsrc-2008Q2-base:1.3 cwrapper:1.3.0.8 pkgsrc-2008Q1:1.3.0.6 pkgsrc-2008Q1-base:1.3 pkgsrc-2007Q4:1.3.0.4 pkgsrc-2007Q4-base:1.3 pkgsrc-2007Q3:1.3.0.2 pkgsrc-2007Q3-base:1.3 pkgsrc-2007Q2:1.2.0.10 pkgsrc-2007Q2-base:1.2 pkgsrc-2007Q1:1.2.0.8 pkgsrc-2007Q1-base:1.2 pkgsrc-2006Q4:1.2.0.6 pkgsrc-2006Q4-base:1.2 pkgsrc-2006Q3:1.2.0.4 pkgsrc-2006Q3-base:1.2 pkgsrc-2006Q2:1.2.0.2 pkgsrc-2006Q2-base:1.2; locks; strict; comment @# @; 1.4 date 2009.02.11.16.21.04; author joerg; state dead; branches; next 1.3; 1.3 date 2007.07.16.21.50.13; author joerg; state Exp; branches; next 1.2; 1.2 date 2006.06.20.23.13.18; author jlam; state dead; branches; next 1.1; 1.1 date 2006.06.20.22.57.12; author jlam; state Exp; branches; next ; desc @@ 1.4 log @Retire the BSD installer as used by older DragonFly releases. DragonFly itself ships the sources nowaday, so this has become redundant. @ text @$NetBSD: patch-aa,v 1.3 2007/07/16 21:50:13 joerg Exp $ --- conf/cmdnames.conf.orig 2007-07-16 21:09:01.000000000 +0000 +++ conf/cmdnames.conf @@@@ -85,10 +85,10 @@@@ PW=usr/sbin/pw SWAPINFO=usr/sbin/swapinfo BOOT0CFG=usr/sbin/boot0cfg FDFORMAT=usr/sbin/fdformat -PKG_ADD=usr/sbin/pkg_add -PKG_DELETE=usr/sbin/pkg_delete -PKG_CREATE=usr/sbin/pkg_create -PKG_INFO=usr/sbin/pkg_info +PKG_ADD=@@REL_PKG_TOOLS_BIN@@/pkg_add +PKG_DELETE=@@REL_PKG_TOOLS_BIN@@/pkg_delete +PKG_CREATE=@@REL_PKG_TOOLS_BIN@@/pkg_create +PKG_INFO=@@REL_PKG_TOOLS_BIN@@/pkg_info INETD=usr/sbin/inetd TFTPD=usr/libexec/tftpd @ 1.3 log @Fix some pathes in the default configuration. Bump revision. @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @Back out previous as the cause of the bulk build error was in msgfmt.sh not automatically checking for "*.po" suffixed files. This is fixed as of revision 1.24 of pkgsrc/mk/tools/msgfmt.sh. @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.1 2006/06/20 22:57:12 jlam Exp $ d3 15 a17 3 --- Makefile.orig 2005-12-08 10:58:02.000000000 -0500 +++ Makefile @@@@ -33,7 +33,7 @@@@ all: ${PROG} mo d19 1 a19 7 mo: for _language in ${LANGUAGES}; do \ - ${MSGFMT} -o po/$${_language}.mo po/$${_language}; \ + ${MSGFMT} -o po/$${_language}.mo po/$${_language}.po; \ done clean: @ 1.1 log @Fix path to the PO file... it ends in ".po". This fixes the error noted in the bulk build: http://mail-index.netbsd.org/pkgsrc-bulk/2006/06/20/0000.html @ text @d1 1 a1 1 $NetBSD$ @