pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/dejagnu



Module Name:    pkgsrc
Committed By:   mef
Date:           Sat Feb  7 12:49:54 UTC 2015

Modified Files:
        pkgsrc/devel/dejagnu: Makefile PLIST distinfo

Log Message:
(pkgsrc)
 - Add USE_TOOLS=  gmake
(upstream)
 - Update 1.5.1 to 1.5.2
---------------------
2015-01-30  Ben Elliston  <bje%gnu.org@localhost>
        * DejaGnu 1.5.2 released.

2015-01-30  Ben Elliston  <bje%gnu.org@localhost>
        * runtest.exp (frame_version): Set to 1.5.2.
        * configure.ac (AC_INIT): Set version to 1.5.2.
        * configure: Regenerate.
        * doc/dejagnu.xml (appversion, version): Set to 1.5.2.
        * doc/dejagnu.texi: Regenerate.

2015-01-22  Eric Botcazou  <ebotcazou%adacore.com@localhost>
        * Makefile.am (baseboard_DATA): Add baseboards/visium-sim.exp.
        * Makefile.in: Regenerate.
        * baseboards/visium-sim.exp: New file.

2014-11-25  Ben Elliston  <bje%gnu.org@localhost>
        * lib/dejagnu.exp (host_execute): Remove stray leading hyphen.
        Reported by David Malcolm.

2014-10-28  Ben Elliston  <bje%gnu.org@localhost>
        * Makefile.in: Regenerate.

2014-10-28  Ben Elliston  <bje%gnu.org@localhost>
        * example: Remove stale examples.

2014-10-24  Steve Ellcey  <sellcey%mips.com@localhost>
        * dejagnu.h (pass): Make function static as well as inline.
        (xpass): Ditto.
        (fail): Ditto.
        (xfail): Ditto.
        (untested): Ditto.
        (unresolved): Ditto.
        (note): Ditto.
        (totals): Ditto.

2014-10-14  Ben Elliston  <bje%gnu.org@localhost>
        * runtest.exp: Only match $directory, not *${directory}* when the
        user passes the --directory option. Reported by Sergey Alyoshin.

2014-10-14  Ben Elliston  <bje%gnu.org@localhost>
        * lib/dejagnu.exp (host_execute): Remove buffer_full check. This
        is not the right command keyword -- it is full_buffer. Reported by
        David Malcolm.

2014-07-15  Maciej W. Rozycki  <macro%mips.com@localhost>
            Maciej W. Rozycki  <macro%codesourcery.com@localhost>
        * lib/targetdb.exp (add_board_info): New procedure.
        * doc/ref.xml (Add_board_info Procedure): New section.
        (Set_board_info Procedure): Add description.
        (Unset_board_info Procedure): Likewise.
        * doc/user.xml (Board Config File Values): Add `add_board_info'
        reference.  Reorder `gdb_init_command' table rows and remove a
        duplicate entry, reusing it for `gdb_init_commands'.

2014-06-25  Rob Savoye  <rob.savoye%linaro.org@localhost>
        * runtest.exp: (lookfor-file): Fix bug were none of the relative
        paths were actually being used for file lookup.

2014-06-06  Ben Elliston  <bje%gnu.org@localhost>
        * depcomp, install-sh, missing: Update to latest versions.
        * mkinstalldirs: Remove.
        * Makefile.in: Regenerate.

2014-06-04  Ben Elliston  <bje%gnu.org@localhost>
        * Makefile.in: Regenerate with Automake 1.14.1.
        * compile: Add missing file.

2014-06-04  Ben Elliston  <bje%gnu.org@localhost>
        * config.guess: Update to version 2014-03-23.
        * config.sub: Likewise.

2014-06-04  Ben Elliston  <bje%gnu.org@localhost>
        * aclocal.m4: Regenerate with Automake 1.14.1.
        * configure: Regenerate with Autoconf 2.69.

2014-03-15  Steve Ellcey  <sellcey%mips.com@localhost>
        * baseboards/multi-sim.exp (rpath_flags): Add libatomic.so check.

2014-02-23  Steve Ellcey  <sellcey%mips.com@localhost>
            Richard Sandiford  <rdsandiford%googlemail.com@localhost>

        * config/sim.exp (sim_exec): New.
        (sim_file): New.

2013-12-08  Richard Sandiford  <rdsandiford%googlemail.com@localhost>
        * lib/dg.exp (dg-test): Don't put the expected and actual output
        of a pattern test in the test name; send it to the log instead.

2013-11-01  Steve Ellcey  <sellcey%mips.com@localhost>
        * Makefile.am (baseboard_SCRIPTS): Add multi-sim.exp baseboard.
        * Makefile.in: Regenerate.
        * baseboards/multi-sim.exp: New.

2013-10-31  Anton Kolesov  <anton.kolesov%synopsys.com@localhost>
        * lib/remote.exp (standard_reboot): Return 1 instead of an empty string.
        (remote_reboot): Add comment explaining return value of this procedure.
        * doc/ref.xml (remote_reboot, standard_reboot): Document procedures.
        * doc/dejagnu.texi: Regenerate.

2013-10-15  Alexander Ivchenko  <alexander.ivchenko%intel.com@localhost>
       * baseboards/androideabi.exp (process_multilib_options): Add option.
       * config/adb.exp: Remove hardcoded -static option.
       (adb_load): Add the possibility to change the temp directory. Also
       handle permission potential problems.
       (adb_exec): Do cd to android_tmp_dir first.

2013-10-05  Jose E. Marchesi  <jose.marchesi%oracle.com@localhost>
        * baseboards/unix.exp: Add gdb settings to not use hardware
        watchpoints in sparc64 running GNU/Linux.

2013-06-17  Bernhard Reutner-Fischer  <aldot%gcc.gnu.org@localhost>
        * runtest.exp (libdirs): New global variable.
        (load_lib): Append libdirs to search_and_load_files directories.
        * doc/ref.xml (load_lib): Document global variable libdirs.
        * doc/dejagnu.texi: Regenerate.
        * testsuite/runtest.all/load_lib.exp: New testcase.
        * Makefile.am (TESTSUITE_FILES): Add new testcase.
        * Makefile.in: Regenerate.

2013-06-15  Ben Elliston  <bje%gnu.org@localhost>
        * configure.ac: If DEJAGNU is unset, set it to /dev/null.
        * Makefile.am: Export DEJAGNU.
        * configure: Likewise.
        * Makefile.in: Regenerate.

2013-06-15  Bernhard Reutner-Fischer  <aldot%gcc.gnu.org@localhost>
        * doc/user.xml: Fix typos.
        * doc/ref.xml: Likewise.
        * doc/dejagnu.texi: Regenerate.

2013-06-15  Bernhard Reutner-Fischer  <aldot%gcc.gnu.org@localhost>
        * doc/user.xml: Fix number of columns in table.
        * doc/dejagnu.texi: Regenerate.

2013-06-15  Bernhard Reutner-Fischer  <aldot%gcc.gnu.org@localhost>
        * doc/user.xml: Fix rendering errors around programlisting.
        * doc/ref.xml: Likewise.
        * doc/dejagnu.texi: Regenerate.

2013-06-15  Bernhard Reutner-Fischer  <aldot%gcc.gnu.org@localhost>
        * doc/user.xml: Fix spacing before productname.
        * doc/dejagnu.texi: Regenerate.

2013-06-12  Bernhard Reutner-Fischer  <aldot%gcc.gnu.org@localhost>
        * testsuite/runtest.all/default_procs.tcl (send_log): Use the
        magic "args" parameter name, as expect send_log proc accepts -- as
        a leading option.

2013-06-08  Makoto Fujiwara  <makoto%ki.nu@localhost>
        * Makefile.am (pkgdata_DATA): Rename from pkgdata_SCRIPTS.
        (config_DATA): Likewise for config_SCRIPTS.
        (baseboard_DATA): Likewise for baseboard_SCRIPTS.
        (EXTRA_DIST): Remove pkgdata_SCRIPTS, config_SCRIPTS and
        baseboard_SCRIPTS.
        * Makefile.in: Regenerate.

2013-06-08  Ben Elliston  <bje%gnu.org@localhost>
        * configure: Regenerate with autoconf 2.69.
        * aclocal.m4: Regenerate.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/dejagnu/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/dejagnu/PLIST
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/dejagnu/distinfo

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