OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael Schloh
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-web, openpkg-src Date: 02-Oct-2002 10:19:49
Branch: HEAD Handle: 2002100209194801
Modified files:
openpkg-src/perl perl.spec
openpkg-web news.txt
Log:
Added support fix for IRIX.
Summary:
Revision Changes Path
1.59 +7 -1 openpkg-src/perl/perl.spec
1.1671 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
Index: openpkg-src/perl/perl.spec
============================================================
$ cvs diff -u -r1.58 -r1.59 perl.spec
--- openpkg-src/perl/perl.spec 29 Sep 2002 18:48:35 -0000 1.58
+++ openpkg-src/perl/perl.spec 2 Oct 2002 08:19:49 -0000 1.59
@@ -33,7 +33,7 @@
Group: Language
License: GPL/Artistic
Version: 5.6.1
-Release: 20020929
+Release: 20021002
# list of sources
Source0: ftp://ftp.cpan.org/pub/CPAN/src/%{name}-%{version}.tar.gz
@@ -90,6 +90,12 @@
2.1[1-9].* ) ;;
* ) cc=`%{l_shtool} path -p/bin:/usr/bin:$PATH cc`; cflags="-O" ;;
esac
+ ;;
+ *-irix* )
+ cc=gcc
+ # fix problem in <netinet/tcp.h>
+ ccflags="-DBYTE_ORDER=4321
+ -DBIG_ENDIAN=4321"
;;
esac
Index: openpkg-web/news.txt
============================================================
$ cvs diff -u -r1.1670 -r1.1671 news.txt
--- openpkg-web/news.txt 2 Oct 2002 07:55:08 -0000 1.1670
+++ openpkg-web/news.txt 2 Oct 2002 08:19:48 -0000 1.1671
@@ -1,3 +1,4 @@
+02-Oct-2002: Upgraded package: P<perl-5.6.1-20021002>
02-Oct-2002: Upgraded package: P<openpkg-20021002-20021002>
01-Oct-2002: Upgraded package: P<perl-net-20021001-20021001>
01-Oct-2002: Upgraded package: P<perl-xml-20021001-20021001>
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]