Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Mar 2001 14:16:00 -0800 (PST)
From:      Will Andrews <will@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/Mk bsd.kde.mk ports/converters/kdesupport2 Makefile ports/converters/kdesupport2/files patch-ae ports/x11/kdebase2 Makefile ports/x11/kdelibs2 Makefile ports/games/kdegames2 Makefile ports/net/kdenetwork2 Makefile ...
Message-ID:  <200103242216.f2OMG0d98210@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
will        2001/03/24 14:15:59 PST

  Modified files:
    converters/kdesupport2 Makefile 
    x11/kdebase2         Makefile 
    x11/kdelibs2         Makefile 
    games/kdegames2      Makefile 
    net/kdenetwork2      Makefile 
    x11-clocks/kdetoys2  Makefile 
    editors/koffice      Makefile 
    x11-toolkits/qt23    Makefile pkg-plist 
    audio/kdemultimedia2 Makefile 
    devel/qt-designer    Makefile 
    x11-toolkits/qt2-static Makefile 
  Added files:
    Mk                   bsd.kde.mk 
  Removed files:
    converters/kdesupport2/files patch-ae 
    x11-toolkits/qt22/files manpages patch-aa patch-af patch-al 
                            patch-am patch-an patch-ao patch-ap 
                            patch-designer::Makefile.in 
    x11-toolkits/qt22-static Makefile 
  Log:
  Bring in my fixes for KDE2 for users of XFree86 4.0.x.  Basically, what
  this involves is this:  Cull GL from Qt by default, but still provide a
  Qt+GL library that may or may not have threads.  Then also provide a Qt
  library that has threads but not GL.  This allows us to make KDE2 depend
  on a library that will *not* have threads, ever.  Threads will be
  revisited at a later date.  Ports that require GL support need to be
  updated to use the hacked library, libqtgl.so.4.  The net result is that
  we bloat our qt2 package by 1.5-2.5MB for compatability.  Also, static
  qt will not have GL support.
  
  Introduce bsd.kde.mk, which will be tested on bento before becoming
  fully activated.
  
  Replace qt22-static with qt2-static, since it's just a proxy.  Update
  qt-designer to depend on qt23.  Also make the old hack to package the
  correct lib obsolete by using PLIST_SUB instead.
  
  Miscellaneous changes:  remove LIBQTFILE from CONFIGURE_ENV, it's not
  used anymore.  Solve namespace pollution problems with the devel/pth and
  devel/libgnugetopt ports.  Hopefully.
  
  Suggested by:	ade, asami, sobomax (bsd.kde.mk)
  Repocopied by:	asami (qt22-static --> qt2-static)
  
  Revision  Changes    Path
  1.47      +7 -31     ports/converters/kdesupport2/Makefile
  1.67      +6 -35     ports/x11/kdebase2/Makefile
  1.73      +9 -37     ports/x11/kdelibs2/Makefile
  1.51      +2 -2      ports/games/kdegames2/Makefile
  1.58      +4 -3      ports/net/kdenetwork2/Makefile
  1.21      +2 -2      ports/x11-clocks/kdetoys2/Makefile
  1.18      +2 -2      ports/editors/koffice/Makefile
  1.80      +21 -14    ports/x11-toolkits/qt23/Makefile
  1.41      +10 -6     ports/x11-toolkits/qt23/pkg-plist
  1.51      +7 -7      ports/audio/kdemultimedia2/Makefile
  1.3       +3 -3      ports/devel/qt-designer/Makefile
  1.2       +2 -2      ports/x11-toolkits/qt2-static/Makefile


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200103242216.f2OMG0d98210>