OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 06-Feb-2004 12:05:17
Branch: HEAD Handle: 2004020611051105
Modified files:
openpkg-src/portsentry portsentry.spec
openpkg-web news.txt
Log:
fix building
Summary:
Revision Changes Path
1.43 +4 -3 openpkg-src/portsentry/portsentry.spec
1.8452 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/portsentry/portsentry.spec
============================================================================
$ cvs diff -u -r1.42 -r1.43 portsentry.spec
--- openpkg-src/portsentry/portsentry.spec 3 Feb 2004 20:05:32 -0000 1.42
+++ openpkg-src/portsentry/portsentry.spec 6 Feb 2004 11:05:16 -0000 1.43
@@ -34,7 +34,7 @@
Group: Security
License: Open Source
Version: 1.1
-Release: 20040203
+Release: 20040206
# package options
%option with_fsl yes
@@ -94,8 +94,9 @@
%{l_make} %{l_mflags -O} \
CC="%{l_cc}" \
CFLAGS="%{l_cflags -O}" \
- LDFLAGS="%{l_fsl_ldflags}" \
- LIBS="%{l_fsl_libs}" \
+%if "%{with_fsl}" == "yes"
+ LIBS="%{l_fsl_ldflags} %{l_fsl_libs}" \
+%endif
$os
%install
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.8451 -r1.8452 news.txt
--- openpkg-web/news.txt 6 Feb 2004 09:31:45 -0000 1.8451
+++ openpkg-web/news.txt 6 Feb 2004 11:05:11 -0000 1.8452
@@ -1,3 +1,4 @@
+06-Feb-2004: Upgraded package: P<portsentry-1.1-20040206>
06-Feb-2004: Upgraded package: P<aide-0.10-20040206>
06-Feb-2004: Upgraded package: P<uuid-0.9.5-20040206>
06-Feb-2004: Upgraded package: P<xemacs-21.4.15-20040206>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]