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: 19-Dec-2007 12:25:34
Branch: HEAD Handle: 2007121911253400
Modified files:
openpkg-src/squid squid.spec
Log:
upgrading package: squid 2.6.17 -> 3.0.1
Summary:
Revision Changes Path
1.119 +6 -6 openpkg-src/squid/squid.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/squid/squid.spec
============================================================================
$ cvs diff -u -r1.118 -r1.119 squid.spec
--- openpkg-src/squid/squid.spec 1 Dec 2007 09:29:26 -0000 1.118
+++ openpkg-src/squid/squid.spec 19 Dec 2007 11:25:34 -0000 1.119
@@ -23,9 +23,9 @@
##
# package version
-%define V_maj 2
-%define V_min 6
-%define V_rev 17
+%define V_maj 3
+%define V_min 0
+%define V_rev 1
# package information
Name: squid
@@ -38,7 +38,7 @@
Group: Web
License: GPL
Version: %{V_maj}.%{V_min}.%{V_rev}
-Release: 20071201
+Release: 20071219
# package options
%option with_fsl yes
@@ -54,7 +54,7 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20060823, gcc, perl
+BuildPreReq: OpenPKG, openpkg >= 20060823, gcc, gcc::with_cxx = yes, perl
PreReq: OpenPKG, openpkg >= 20060823
%if "%{with_fsl}" == "yes"
BuildPreReq: fsl
@@ -97,7 +97,7 @@
# configure package
%{l_shtool} subst \
-e 's;/cgi-bin/;/openpkg-cgi/;' \
- tools/cachemgr.c
+ tools/cachemgr.cc
CC="%{l_cc}" \
CFLAGS="%{l_cflags -O}" \
CPPFLAGS="%{l_cppflags}" \
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]