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: 28-Sep-2003 11:52:09
Branch: HEAD Handle: 2003092810520701
Modified files:
openpkg-src/crm114 crm114.spec
openpkg-web news.txt
Log:
disable a few things within the embedded libtre library for
portability
Summary:
Revision Changes Path
1.7 +7 -2 openpkg-src/crm114/crm114.spec
1.6770 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/crm114/crm114.spec
============================================================================
$ cvs diff -u -r1.6 -r1.7 crm114.spec
--- openpkg-src/crm114/crm114.spec 22 Sep 2003 18:10:01 -0000 1.6
+++ openpkg-src/crm114/crm114.spec 28 Sep 2003 09:52:08 -0000 1.7
@@ -38,7 +38,7 @@
Group: Text
License: GPL
Version: %{V_opkg}
-Release: 20030922
+Release: 20030928
# list of sources
Source0: http://crm114.sourceforge.net/crm114-%{V_dist}.tar.gz
@@ -69,7 +69,12 @@
CC="%{l_cc}" \
CFLAGS="%{l_cflags -O}" \
./configure \
- --disable-shared
+ --disable-shared \
+ --disable-agrep \
+ --disable-wchar \
+ --disable-nls
+ --without-libiconv-prefix \
+ --without-libintl-prefix
%{l_make} %{l_mflags -O}
) || exit $?
%{l_shtool} subst \
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.6769 -r1.6770 news.txt
--- openpkg-web/news.txt 28 Sep 2003 07:27:42 -0000 1.6769
+++ openpkg-web/news.txt 28 Sep 2003 09:52:07 -0000 1.6770
@@ -1,3 +1,4 @@
+28-Sep-2003: Upgraded package: P<crm114-20030920-20030928>
28-Sep-2003: Upgraded package: P<perl-poe-20030928-20030928>
28-Sep-2003: Upgraded package: P<vim-6.2.106-20030928>
28-Sep-2003: Upgraded package: P<ncurses-5.3.20030927-20030928>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]