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:   17-Feb-2005 19:39:32
  Branch: HEAD                             Handle: 2005021718393200

  Modified files:
    openpkg-src/arc         arc.spec

  Log:
    port to Solaris 10

  Summary:
    Revision    Changes     Path
    1.6         +5  -4      openpkg-src/arc/arc.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/arc/arc.spec
  ============================================================================
  $ cvs diff -u -r1.5 -r1.6 arc.spec
  --- openpkg-src/arc/arc.spec  1 Jan 2005 10:47:50 -0000       1.5
  +++ openpkg-src/arc/arc.spec  17 Feb 2005 18:39:32 -0000      1.6
  @@ -38,7 +38,7 @@
   Group:        Archiver
   License:      GPL
   Version:      %{V_arc}
  -Release:      20041107
  +Release:      20050217
   
   #   list of sources
   Source0:      http://osdn.dl.sourceforge.net/arc/arc-%{V_arc}.tar.gz
  @@ -79,9 +79,10 @@
       ( cd arc-%{V_arc}
         mflags=""
         case "%{l_platform -t}" in
  -          *-*bsd*   ) mflags="SYSTEM='-DBSD=1'" ;;
  -          *-*linux* ) mflags="SYSTEM='-DSYSV=1'" ;;
  -          *-*sunos* ) mflags="SYSTEM='-DSYSV=1 -DNEED_ALPHASORT' 
LIBS='-L/usr/ucblib -lucb'" ;;
  +          *-*bsd*          ) mflags="SYSTEM='-DBSD=1'" ;;
  +          *-*linux*        ) mflags="SYSTEM='-DSYSV=1'" ;;
  +          *-*sunos5.[6-9]* ) mflags="SYSTEM='-DSYSV=1 -DNEED_ALPHASORT' 
LIBS='-L/usr/ucblib -lucb'" ;;
  +          *-*sunos*        ) mflags="SYSTEM='-DSYSV=1'" ;;
         esac
         eval %{l_make} %{l_mflags -O} \
             CC=\"%{l_cc} %{l_cflags -O}\" \
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to