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: 12-Jun-2003 13:32:50
Branch: HEAD Handle: 2003061212324901
Modified files:
openpkg-src/nmap nmap.spec
openpkg-web news.txt
Log:
use our getopt to avoid conflicts, ignore anything that might be found
in /usr/local
Summary:
Revision Changes Path
1.38 +6 -3 openpkg-src/nmap/nmap.spec
1.4835 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/nmap/nmap.spec
============================================================================
$ cvs diff -u -r1.37 -r1.38 nmap.spec
--- openpkg-src/nmap/nmap.spec 29 Apr 2003 11:43:49 -0000 1.37
+++ openpkg-src/nmap/nmap.spec 12 Jun 2003 11:32:50 -0000 1.38
@@ -33,7 +33,7 @@
Group: Network
License: GPL
Version: 3.27
-Release: 20030429
+Release: 20030612
# list of sources
Source0: http://www.insecure.org/nmap/dist/nmap-%{version}.tgz
@@ -41,8 +41,8 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20030103, make, gcc, flex, bison
-PreReq: OpenPKG, openpkg >= 20030103
+BuildPreReq: OpenPKG, openpkg >= 20030103, make, gcc, flex, bison, getopt
+PreReq: OpenPKG, openpkg >= 20030103, getopt
AutoReq: no
AutoReqProv: no
@@ -59,6 +59,9 @@
%prep
%setup -q
+ %{l_shtool} subst \
+ -e 's;/usr/local/;%{l_prefix}/;g' \
+ configure */configure
%build
CC="%{l_cc}" \
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.4834 -r1.4835 news.txt
--- openpkg-web/news.txt 12 Jun 2003 10:47:47 -0000 1.4834
+++ openpkg-web/news.txt 12 Jun 2003 11:32:49 -0000 1.4835
@@ -1,3 +1,4 @@
+12-Jun-2003: Upgraded package: P<nmap-3.27-20030612>
12-Jun-2003: Upgraded package: P<j2se-1.3.1-20030612>
12-Jun-2003: Upgraded package: P<dss-4.1.3-20030612>
12-Jun-2003: Upgraded package: P<uvscan-4.1.6.4271-20030612>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]