OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Michael Schloh
  Root:   /e/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src openpkg-web          Date:   17-Jan-2003 13:19:35
  Branch: HEAD                             Handle: 2003011712193401

  Modified files:
    openpkg-src/qt          qt.spec
    openpkg-web             news.txt

  Log:
    Fix for non POSIX conformant FreeBSD.

  Summary:
    Revision    Changes     Path
    1.57        +11 -4      openpkg-src/qt/qt.spec
    1.2900      +1  -0      openpkg-web/news.txt
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/qt/qt.spec
  ============================================================================
  $ cvs diff -u -r1.56 -r1.57 qt.spec
  --- openpkg-src/qt/qt.spec    3 Jan 2003 11:40:32 -0000       1.56
  +++ openpkg-src/qt/qt.spec    17 Jan 2003 12:19:35 -0000      1.57
  @@ -33,7 +33,7 @@
   Group:        XWindow
   License:      GPL
   Version:      3.1.1
  -Release:      20030103
  +Release:      20030117
   
   #   package options
   %option       with_xft    no
  @@ -68,9 +68,16 @@
   %build
       export QTDIR=`pwd`
       case "%{l_target}" in
  -        *-freebsd* ) oscomp="freebsd-g++" ;;
  -        *-linux*   ) oscomp="linux-g++"   ;;
  -        *-solaris* ) oscomp="solaris-g++" ;;
  +        *-freebsd* ) oscomp="freebsd-g++"
  +                     %{l_shtool} subst \
  +                         -e 
's/defined(_POSIX_THREAD_SAFE_FUNCTIONS)/_POSIX_THREAD_SAFE_FUNCTIONS - 0 > 0/g' \
  +                         src/dialogs/qfiledialog.cpp src/kernel/qfont_x11.cpp \
  +                         src/tools/qdatetime.cpp src/tools/qdir_unix.cpp
  +                     ;;
  +        *-linux*   ) oscomp="linux-g++"
  +                     ;;
  +        *-solaris* ) oscomp="solaris-g++"
  +                     ;;
           * ) echo "platform %{l_target} not supported" 2>&1; exit 1 ;;
       esac
   
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-web/news.txt
  ============================================================================
  $ cvs diff -u -r1.2899 -r1.2900 news.txt
  --- openpkg-web/news.txt      17 Jan 2003 10:47:12 -0000      1.2899
  +++ openpkg-web/news.txt      17 Jan 2003 12:19:34 -0000      1.2900
  @@ -1,3 +1,4 @@
  +17-Jan-2003: Upgraded package: P<qt-3.1.1-20030117>
   17-Jan-2003: Upgraded package: P<tardy-1.11-20030117>
   17-Jan-2003: Upgraded package: P<mysql4-4.0.9gamma-20030117>
   17-Jan-2003: Upgraded package: P<xv-3.10a-20030117>
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to