dejagnu: update to 1.5
This commit is contained in:
parent
881171acea
commit
9f828ed6bc
@ -6,9 +6,9 @@
|
|||||||
###########################################################
|
###########################################################
|
||||||
# Check the following 4 variables before running the script
|
# Check the following 4 variables before running the script
|
||||||
topdir=dejagnu
|
topdir=dejagnu
|
||||||
version=1.4.4
|
version=1.5
|
||||||
pkgver=1
|
pkgver=1
|
||||||
source[0]=$topdir-$version.tar.gz
|
source[0]=ftp://ftp.sunet.se/pub/gnu/dejagnu/$topdir-$version.tar.gz
|
||||||
# If there are no patches, simply comment this
|
# If there are no patches, simply comment this
|
||||||
#patch[0]=
|
#patch[0]=
|
||||||
|
|
||||||
@ -22,6 +22,9 @@ reg prep
|
|||||||
prep()
|
prep()
|
||||||
{
|
{
|
||||||
generic_prep
|
generic_prep
|
||||||
|
# runtest needs to use ksh since it relies on "if !"
|
||||||
|
setdir source
|
||||||
|
${__gsed} -i 's;#!/bin/sh;#!/bin/ksh;' runtest
|
||||||
}
|
}
|
||||||
|
|
||||||
reg build
|
reg build
|
||||||
|
4
dejagnu/meta/ChangeLog
Normal file
4
dejagnu/meta/ChangeLog
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
CHANGELOG
|
||||||
|
---------
|
||||||
|
* Wed Nov 20 2013 Tom G. Christensen <swpkg@jupiterrise.com> - 1.5-1
|
||||||
|
- Update to 1.5
|
@ -11,4 +11,5 @@ $_bindir
|
|||||||
$_includedir
|
$_includedir
|
||||||
$_mandir
|
$_mandir
|
||||||
$_sharedir/dejagnu
|
$_sharedir/dejagnu
|
||||||
|
$_infodir
|
||||||
|
|
||||||
|
@ -1,27 +0,0 @@
|
|||||||
PACKAGE DETAILS
|
|
||||||
---------------
|
|
||||||
Name: %%PKGNAME%%
|
|
||||||
Version: %%SOURCE_AND_VER%%
|
|
||||||
Vendor: %%VENDOR%%
|
|
||||||
Packager: %%PKGEDBY%%
|
|
||||||
|
|
||||||
Source (sha1sum):
|
|
||||||
%%SOURCE_SHA1SUM%%
|
|
||||||
|
|
||||||
BUILD DETAILS
|
|
||||||
-------------
|
|
||||||
Compiler:
|
|
||||||
%%COMPILER%%
|
|
||||||
|
|
||||||
Environment:
|
|
||||||
%%ENVIRONMENT%%
|
|
||||||
|
|
||||||
Configure:
|
|
||||||
%%CONFIGURE%%
|
|
||||||
|
|
||||||
KNOWN DEPENDENCIES
|
|
||||||
------------------
|
|
||||||
%%DEPENDENCIES%%
|
|
||||||
|
|
||||||
ERRORS/MISCELLANEOUS
|
|
||||||
--------------------
|
|
Loading…
x
Reference in New Issue
Block a user