Pārlūkot izejas kodu

upgrade to autogen 5.3.1

Ralf S. Engelschall 24 gadi atpakaļ
vecāks
revīzija
d5b8e71ff2
2 mainītis faili ar 17 papildinājumiem un 3 dzēšanām
  1. 12 0
      autogen/autogen.patch
  2. 5 3
      autogen/autogen.spec

+ 12 - 0
autogen/autogen.patch

@@ -0,0 +1,12 @@
+--- compat/gnu-regex.h.orig	Sun Dec  9 20:46:02 2001
++++ compat/gnu-regex.h	Tue Feb  5 09:46:12 2002
+@@ -40,6 +40,9 @@
+ #ifndef _REGEX_RE_COMP
+ #define _REGEX_RE_COMP
+ #endif
++#ifdef __FreeBSD__
++#undef _REGEX_RE_COMP
++#endif
+ 
+ /* The following two types have to be signed and unsigned integer type
+    wide enough to hold a value of a pointer.  For most ANSI compilers

+ 5 - 3
autogen/autogen.spec

@@ -31,11 +31,12 @@ Packager:     The OpenPKG Project
 Distribution: OpenPKG [REL]
 Group:        Development
 License:      GPL
-Version:      5.2.11
-Release:      20011201
+Version:      5.3.1
+Release:      20020205
 
 #   list of sources
-Source0:      http://download.sourceforge.net/AutoGen/autogen-%{version}.tar.gz
+Source0:      http://prdownloads.sourceforge.net/autogen/autogen-%{version}.tar.gz
+Patch0:       autogen.patch
 
 #   build information
 Prefix:       %{l_prefix}
@@ -59,6 +60,7 @@ AutoReqProv:  no
 
 %prep
     %setup -q
+    %patch -p0
 
 %build
     PATH="%{l_prefix}/bin:$PATH"; export PATH