OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 12-Oct-2006 20:59:54
Branch: HEAD Handle: 2006101219595300
Modified files:
openpkg-src/minicom minicom.patch minicom.spec
Log:
first cut for Solaris fixes
Summary:
Revision Changes Path
1.5 +21 -0 openpkg-src/minicom/minicom.patch
1.53 +1 -1 openpkg-src/minicom/minicom.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/minicom/minicom.patch
============================================================================
$ cvs diff -u -r1.4 -r1.5 minicom.patch
--- openpkg-src/minicom/minicom.patch 27 Aug 2006 09:51:11 -0000 1.4
+++ openpkg-src/minicom/minicom.patch 12 Oct 2006 18:59:53 -0000 1.5
@@ -117,3 +117,24 @@
/* Special IBM box-drawing characters */
D_UL = 201;
+Index: lib/Makefile.in
+--- lib/Makefile.in.orig 2006-07-30 13:45:19.000000000 +0200
++++ lib/Makefile.in 2006-10-12 20:57:25.294695588 +0200
+@@ -172,7 +172,7 @@
+ noinst_LIBRARIES = libport.a
+ noinst_HEADERS = libport.h getopt.h
+ libport_a_SOURCES =
+-libport_a_LIBADD = @LIBOBJS@ @LIBPORT_GETOPT_LONG_DEP@
++libport_a_LIBADD = @LIBOBJS@ $(LIBPORT_GETOPT_LONG_DEP)
+ all: all-am
+
+ .SUFFIXES:
+@@ -226,6 +226,8 @@
+ @AMDEP_TRUE@@am__include@ @[EMAIL PROTECTED](DEPDIR)/[EMAIL PROTECTED]@
+ @AMDEP_TRUE@@am__include@ @[EMAIL PROTECTED](DEPDIR)/[EMAIL PROTECTED]@
+
++getopt_long.o: $(LIBPORT_GETOPT_LONG_DEP)
++
+ .c.o:
+ @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF
"$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
+ @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo"
"$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/minicom/minicom.spec
============================================================================
$ cvs diff -u -r1.52 -r1.53 minicom.spec
--- openpkg-src/minicom/minicom.spec 27 Aug 2006 09:51:12 -0000 1.52
+++ openpkg-src/minicom/minicom.spec 12 Oct 2006 18:59:53 -0000 1.53
@@ -38,7 +38,7 @@
Group: Communication
License: BSD
Version: %{V_major}%{V_minor}
-Release: 20060827
+Release: 20061012
# list of sources
Source0:
http://alioth.debian.org/download.php/%{V_subdir}/minicom-%{V_major}-%{V_minor}.tar.gz
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]