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: 24-Oct-2006 18:29:19
Branch: OPENPKG_2_STABLE Handle: 2006102417291900
Modified files: (Branch: OPENPKG_2_STABLE)
openpkg-src/john john.spec
Log:
MFC: improve platform support and this way especially fix building
under Solaris/amd64
Summary:
Revision Changes Path
1.12.2.3 +8 -4 openpkg-src/john/john.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/john/john.spec
============================================================================
$ cvs diff -u -r1.12.2.2 -r1.12.2.3 john.spec
--- openpkg-src/john/john.spec 16 Oct 2006 14:51:28 -0000 1.12.2.2
+++ openpkg-src/john/john.spec 24 Oct 2006 16:29:19 -0000 1.12.2.3
@@ -33,7 +33,7 @@
Group: System
License: GPL
Version: 1.7.2
-Release: 2.20061018
+Release: 2.20061024
# list of sources
Source0: http://www.openwall.com/john/f/john-%{version}.tar.gz
@@ -69,9 +69,13 @@
( cd src
platform="generic"
case "%{l_platform -t}" in
- i?86-freebsd* ) platform="freebsd-x86-any" ;;
- i?86-linux* ) platform="linux-x86-any" ;;
- sun4u-sunos* ) platform="solaris-sparc64-gcc" ;;
+ i?86-freebsd* ) platform="freebsd-x86-any" ;;
+ amd64-freebsd* ) platform="freebsd-x86-64" ;;
+ i?86-linux* ) platform="linux-x86-any" ;;
+ amd64-linux* ) platform="linux-x86-64" ;;
+ sun4u-sunos* ) platform="solaris-sparc64-gcc" ;;
+ i?86-sunos* ) platform="solaris-x86-any" ;;
+ amd64-sunos* ) platform="solaris-x86-any" ;;
esac
%{l_make} %{l_mflags} $platform CC="%{l_cc}"
) || exit $?
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]