OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 18-Sep-2006 18:04:29
Branch: HEAD Handle: 2006091817042900
Modified files:
openpkg-src/libdnet libdnet.spec
Log:
finally upgrade this package by repairing its configure script
Summary:
Revision Changes Path
1.32 +5 -7 openpkg-src/libdnet/libdnet.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/libdnet/libdnet.spec
============================================================================
$ cvs diff -u -r1.31 -r1.32 libdnet.spec
--- openpkg-src/libdnet/libdnet.spec 24 May 2006 18:52:03 -0000 1.31
+++ openpkg-src/libdnet/libdnet.spec 18 Sep 2006 16:04:29 -0000 1.32
@@ -32,8 +32,8 @@
Class: PLUS
Group: Network
License: MIT-style
-Version: 1.10
-Release: 20060524
+Version: 1.11
+Release: 20060918
# list of sources
Source0:
http://switch.dl.sourceforge.net/sourceforge/libdnet/libdnet-%{version}.tar.gz
@@ -41,7 +41,7 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20040130, bison, flex, make
+BuildPreReq: OpenPKG, openpkg >= 20040130, bison, flex, make, perl, perl-sys
PreReq: OpenPKG, openpkg >= 20040130
AutoReq: no
AutoReqProv: no
@@ -56,7 +56,6 @@
%track
prog libdnet = {
- comment = "tho:92.05.06: configure script broken in 1.11"
version = %{version}
url = http://libdnet.sourceforge.net/
regex = libdnet-(__VER__)\.tar\.gz
@@ -64,9 +63,8 @@
%prep
%setup -q
- %{l_shtool} subst \
- -e '/ error: C[+]* preprocessor/{N;N;s/.*/:/;}' \
- configure
+ %{l_prefix}/bin/perl \
+ -e 'use IO::All; $_<io("configure"); s/(")(\n\s+\|\| test)/$1
\\$2/sg; $_>io("configure");'
%build
case "%{l_platform -t}" in
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]