OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael van Elst
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 15-Jun-2003 10:18:39
Branch: HEAD Handle: 2003061509183801
Modified files:
openpkg-src/minicom minicom.spec
openpkg-web news.txt
Log:
avoid -Wall -W CFLAGS to be compatible with non-gcc
Summary:
Revision Changes Path
1.39 +3 -1 openpkg-src/minicom/minicom.spec
1.4881 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/minicom/minicom.spec
============================================================================
$ cvs diff -u -r1.38 -r1.39 minicom.spec
--- openpkg-src/minicom/minicom.spec 29 May 2003 19:45:51 -0000 1.38
+++ openpkg-src/minicom/minicom.spec 15 Jun 2003 08:18:39 -0000 1.39
@@ -33,7 +33,7 @@
Group: Communication
License: BSD
Version: 2.1
-Release: 20030529
+Release: 20030615
# list of sources
Source0: http://alioth.debian.org/download.php/123/minicom-%{version}.tar.gz
@@ -51,6 +51,8 @@
%prep
%setup -q
+ # be compatible with non-gcc
+ %{l_shtool} subst -e 's;-Wall -W;;' src/Makefile.in
%build
# determine default serial device
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.4880 -r1.4881 news.txt
--- openpkg-web/news.txt 15 Jun 2003 07:16:01 -0000 1.4880
+++ openpkg-web/news.txt 15 Jun 2003 08:18:38 -0000 1.4881
@@ -1,3 +1,4 @@
+15-Jun-2003: Upgraded package: P<minicom-2.1-20030615>
15-Jun-2003: Upgraded package: P<gimp-1.2.5-20030615>
15-Jun-2003: Upgraded package: P<ncurses-5.3.20030614-20030615>
15-Jun-2003: Upgraded package: P<nmap-3.28-20030615>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]