pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/31864 CVS commit: pkgsrc/devel/bmake



The following reply was made to PR pkg/31864; it has been noted by GNATS.

From: "Jeremy C. Reed" <reed%netbsd.org@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: PR/31864 CVS commit: pkgsrc/devel/bmake
Date: Thu, 10 Nov 2005 00:09:34 +0000 (UTC)

 Module Name:   pkgsrc
 Committed By:  reed
 Date:          Thu Nov 10 00:09:34 UTC 2005
 
 Modified Files:
        pkgsrc/devel/bmake: Makefile
        pkgsrc/devel/bmake/files: ChangeLog Makefile.in boot-strap configure
            configure.in makefile.boot.in
 
 Log Message:
 Update to version 20051105.
 
 Remove GNU_CONFIGURE=no from pkgsrc Makefile.
 
 Add "--mksrc none" to arguments and
 add --prefix=${PREFIX} and --sysconfdir=${PKG_SYSCONFDIR}
 and remove ${CONFIGURE_ARGS} for boot-strap.
 
 Note that I didn't import the files that only change was a
 CVS $Id$ tag.
 
 From ChangeLog:
 
 2005-11-05  Simon J. Gerraty  <sjg%void.crufty.net@localhost>
 
        * Makefile.in (BMAKE_VERSION): bump to 20051105
        * configure.in: always set default_sys_path
          default is ${prefix}/share/mk
          - remove prefix_sys_path, anyone wanting more than above
            needs to set it manually.
 
 2005-11-04  Simon J. Gerraty  <sjg%void.crufty.net@localhost>
 
        * boot-strap: make this a bit easier for pkgsrc folk.
          bootstrap still fails on IRIX64 since MACHINE_ARCH gets set to
          'mips' while pkgsrc wants 'mipseb' or 'mipsel'
 
 2005-11-02  Simon J. Gerraty  <sjg%void.crufty.net@localhost>
 
        * Makefile.in (BMAKE_VERSION): bump to 20051102
        * job.c (JobFinish): fix likely ancient merge lossage
        fix from Todd Vierling.
        * boot-strap (srcdir): allow setting mksrc=none
 
 2005-10-31  Simon J. Gerraty  <sjg%void.crufty.net@localhost>
 
        * Makefile.in (BMAKE_VERSION): bump to 20051031
        * ranlib.h: skip on OSF too.
          (NetBSD PR 31864)
 
 
 To generate a diff of this commit:
 cvs rdiff -r1.26 -r1.27 pkgsrc/devel/bmake/Makefile
 cvs rdiff -r1.1 -r1.2 pkgsrc/devel/bmake/files/ChangeLog \
     pkgsrc/devel/bmake/files/Makefile.in pkgsrc/devel/bmake/files/boot-strap \
     pkgsrc/devel/bmake/files/configure pkgsrc/devel/bmake/files/configure.in \
     pkgsrc/devel/bmake/files/makefile.boot.in
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 



Home | Main Index | Thread Index | Old Index