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: 13-Jan-2003 14:05:38
Branch: HEAD Handle: 2003011313053601
Added files:
openpkg-src/indent indent.patch
Modified files:
openpkg-src/indent indent.spec
openpkg-web news.txt
Log:
port to FreeBSD 5.0
Summary:
Revision Changes Path
1.1 +9 -0 openpkg-src/indent/indent.patch
1.24 +3 -1 openpkg-src/indent/indent.spec
1.2689 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/indent/indent.patch
============================================================================
$ cvs diff -u -r0 -r1.1 indent.patch
--- /dev/null 2003-01-13 14:05:37.000000000 +0100
+++ indent.patch 2003-01-13 14:05:37.000000000 +0100
@@ -0,0 +1,9 @@
+--- man/texinfo2man.c.orig Thu Jan 17 20:28:51 2002
++++ man/texinfo2man.c Mon Jan 13 14:00:29 2003
+@@ -1,5 +1,5 @@
+ #include <stdio.h>
+-#include <malloc.h>
++#include <stdlib.h>
+ #include <string.h>
+ #include <ctype.h>
+
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/indent/indent.spec
============================================================================
$ cvs diff -u -r1.23 -r1.24 indent.spec
--- openpkg-src/indent/indent.spec 3 Jan 2003 10:52:34 -0000 1.23
+++ openpkg-src/indent/indent.spec 13 Jan 2003 13:05:37 -0000 1.24
@@ -33,10 +33,11 @@
Group: Language
License: GPL
Version: 2.2.8a
-Release: 20020713
+Release: 20030113
# list of sources
Source0: ftp://ftp.gnu.org/gnu/indent/indent-%{version}.tar.gz
+Patch0: indent.patch
# build information
Prefix: %{l_prefix}
@@ -54,6 +55,7 @@
%prep
%setup -q
+ %patch -p0
%build
PATH="$PATH:."
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.2688 -r1.2689 news.txt
--- openpkg-web/news.txt 13 Jan 2003 13:04:41 -0000 1.2688
+++ openpkg-web/news.txt 13 Jan 2003 13:05:36 -0000 1.2689
@@ -1,3 +1,4 @@
+13-Jan-2003: Upgraded package: P<indent-2.2.8a-20030113>
13-Jan-2003: Upgraded package: P<imap-2002b-20030113>
13-Jan-2003: Upgraded package: P<guile-1.6.1-20030113>
13-Jan-2003: Upgraded package: P<sablotron-0.97-20030113>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]