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: 24-Oct-2006 08:51:00
Branch: HEAD Handle: 2006102407510000
Added files:
openpkg-src/cscope cscope.patch
Modified files:
openpkg-src/cscope cscope.spec
Log:
fix building under Solaris by disabling the developer file
regeneration targets
Summary:
Revision Changes Path
1.3 +16 -0 openpkg-src/cscope/cscope.patch
1.19 +3 -1 openpkg-src/cscope/cscope.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/cscope/cscope.patch
============================================================================
$ cvs diff -u -r0 -r1.3 cscope.patch
--- /dev/null 2006-10-24 08:50:38 +0200
+++ cscope.patch 2006-10-24 08:51:00 +0200
@@ -0,0 +1,16 @@
+Index: Makefile.in
+--- Makefile.in.orig 2006-04-19 16:30:16.000000000 +0200
++++ Makefile.in 2006-10-24 08:48:31.114960895 +0200
+@@ -203,12 +203,9 @@
+ esac;
+
+ $(top_builddir)/config.status: $(top_srcdir)/configure
$(CONFIG_STATUS_DEPENDENCIES)
+- $(SHELL) ./config.status --recheck
+
+ $(top_srcdir)/configure: $(am__configure_deps)
+- cd $(srcdir) && $(AUTOCONF)
+ $(ACLOCAL_M4): $(am__aclocal_m4_deps)
+- cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
+
+ config.h: stamp-h1
+ @if test ! -f $@; then \
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/cscope/cscope.spec
============================================================================
$ cvs diff -u -r1.18 -r1.19 cscope.spec
--- openpkg-src/cscope/cscope.spec 13 Oct 2006 17:27:23 -0000 1.18
+++ openpkg-src/cscope/cscope.spec 24 Oct 2006 06:51:00 -0000 1.19
@@ -33,10 +33,11 @@
Group: Development
License: BSD
Version: 15.5.20060825
-Release: 20061013
+Release: 20061024
# list of sources
Source0:
ftp://ftp.openpkg.org/sources/CPY/cscope/cscope-%{version}.tar.gz
+Patch0: cscope.patch
# build information
Prefix: %{l_prefix}
@@ -61,6 +62,7 @@
%prep
%setup -q -n cscope
+ %patch -p0
%build
CC="%{l_cc}" \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]