OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Thomas Lotterer
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 07-Feb-2004 21:58:57
Branch: HEAD Handle: 2004020720585403
Modified files:
openpkg-src/apache2 apache2.spec
openpkg-web news.txt
Log:
broken on Solaris; my mistake, I did not mean dollar but end-of-line
Summary:
Revision Changes Path
1.39 +2 -2 openpkg-src/apache2/apache2.spec
1.8477 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/apache2/apache2.spec
============================================================================
$ cvs diff -u -r1.38 -r1.39 apache2.spec
--- openpkg-src/apache2/apache2.spec 7 Feb 2004 17:53:26 -0000 1.38
+++ openpkg-src/apache2/apache2.spec 7 Feb 2004 20:58:57 -0000 1.39
@@ -72,10 +72,10 @@
%setup -q -n httpd-%{version}
%patch -p0
%{l_shtool} subst \
- -e 's;^\(PROGRAM_LDADD.*$\);\1 -liconv;' \
+ -e 's;^\(PROGRAM_LDADD.*\)$;\1 -liconv;' \
Makefile.in support/Makefile.in
%{l_shtool} subst \
- -e 's;^\(APRUTIL_LIBS.*$\);\1 -liconv;' \
+ -e 's;^\(APRUTIL_LIBS.*\)$;\1 -liconv;' \
srclib/apr-util/Makefile
%build
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.8476 -r1.8477 news.txt
--- openpkg-web/news.txt 7 Feb 2004 20:49:17 -0000 1.8476
+++ openpkg-web/news.txt 7 Feb 2004 20:58:54 -0000 1.8477
@@ -1,3 +1,4 @@
+07-Feb-2004: Upgraded package: P<apache2-2.0.48-20040207>
07-Feb-2004: Upgraded package: P<clamav-0.65-20040207>
07-Feb-2004: Upgraded package: P<nedit-5.4-20040207>
07-Feb-2004: Upgraded package: P<gpp-2.21-20040207>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]