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 Date: 21-Feb-2003 20:47:58
Branch: HEAD Handle: 2003022119475700
Added files:
openpkg-src/pcal pcal.patch
Modified files:
openpkg-src/pcal pcal.spec
Log:
include patch to fix nroff markup
Summary:
Revision Changes Path
1.1 +28 -0 openpkg-src/pcal/pcal.patch
1.3 +2 -0 openpkg-src/pcal/pcal.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/pcal/pcal.patch
============================================================================
$ cvs diff -u -r0 -r1.1 pcal.patch
--- /dev/null 2003-02-21 20:47:57.000000000 +0100
+++ pcal.patch 2003-02-21 20:47:58.000000000 +0100
@@ -0,0 +1,28 @@
+--- pcal.man.orig Wed Feb 9 17:06:23 2000
++++ pcal.man Fri Feb 21 20:46:31 2003
+@@ -443,14 +443,14 @@
+ `&#NNN;' (NNN = any three decimal digits) are also supported. These will
+ be propagated intact (be sure to escape the `#' in `&#NNN;') if the output
+ is specified as HTML (see the
+-.B -\H
++.B \-H
+ flag); otherwise they will be converted to their ASCII equivalents. This
+ allows a common date file to be used regardless of whether the desired
+ output format is HTML, PostScript, or
+ Un*x
+ .I "calendar(1)"
+ (see the
+-.B -\c
++.B \-c
+ flag) input.
+ .PP
+ Lines in the
+@@ -538,7 +538,7 @@
+ .BR include .
+ Note that these are not preceded by `#' as they are in C.
+ Symbol names defined using these keywords (or via the
+-.B -D
++.B \-D
+ option) are case-insensitive.
+ It is not an error to
+ .BR undef
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/pcal/pcal.spec
============================================================================
$ cvs diff -u -r1.2 -r1.3 pcal.spec
--- openpkg-src/pcal/pcal.spec 21 Feb 2003 14:23:12 -0000 1.2
+++ openpkg-src/pcal/pcal.spec 21 Feb 2003 19:47:57 -0000 1.3
@@ -37,6 +37,7 @@
# list of sources
Source0: http://fronzek.akshor.com/pcal/pcal-%{version}.tar.gz
+Patch0: pcal.patch
# build information
Prefix: %{l_prefix}
@@ -52,6 +53,7 @@
%prep
%setup -q
+ %patch -p0
%build
%{l_make} %{l_mflags -O} \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]