OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 03-Jan-2005 16:22:11
Branch: HEAD Handle: 2005010315221000
Modified files:
openpkg-src/bison bison.spec
Log:
remove getopt hack again to figure out on which platforms it actually
breaks and there we try to introduce a better solution (which then
doesn't break FreeBSD 4 and Solaris, etc)
Summary:
Revision Changes Path
1.51 +1 -5 openpkg-src/bison/bison.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/bison/bison.spec
============================================================================
$ cvs diff -u -r1.50 -r1.51 bison.spec
--- openpkg-src/bison/bison.spec 1 Jan 2005 10:48:03 -0000 1.50
+++ openpkg-src/bison/bison.spec 3 Jan 2005 15:22:10 -0000 1.51
@@ -38,7 +38,7 @@
Group: Language
License: GPL
Version: %{V_new}
-Release: 20041221
+Release: 20050103
# list of sources
Source0: ftp://alpha.gnu.org/gnu/bison/bison-%{V_new}.tar.gz
@@ -79,10 +79,6 @@
%setup -q -c -n bison-%{V_new}
%patch -p0 -d bison-%{V_new}
%setup -q -T -D -a 1
- %{l_shtool} subst \
- -e 's;\(.*\)getopt$U.$(OBJEXT) *\(.*\);\1\2;' \
- -e 's;\(.*\)getopt1$U.$(OBJEXT) *\(.*\);\1\2;' \
- bison-%{V_old}/lib/Makefile.in
%build
( cd bison-%{V_new}
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]