Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Nov 2000 04:18:17 -0800 (PST)
From:      Maxim Sobolev <sobomax@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/x11-toolkits/qt22 Makefile pkg-plist ports/x11-toolkits/qt22/files patch-ag patch-ah patch-ai patch-aj patch-aa patch-af
Message-ID:  <200011201218.EAA36969@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
sobomax     2000/11/20 04:18:17 PST

  Modified files:
    x11-toolkits/qt22    Makefile pkg-plist 
    x11-toolkits/qt22/files patch-aa patch-af 
  Added files:
    x11-toolkits/qt22/files patch-ag patch-ah patch-ai patch-aj 
  Log:
  Numerous fixes and improvements:
  
  1.In Designer, don't rely on QTDIR environment being set when searching for
    documentation and templates. Also correct search paths relatively to
    QTDIR (/doc/html/... --> /share/doc/qt2/... etc.).
  2.Install *all* documentation (previously index files and some pixmaps were
    left behind, which was rendering help system mostly non-functional and
    useless).
  3.Install Designer's templates.
  4.Don't use ${INSTALL_DATA} to install symbolic link to shared library - it
    leads to the file this link points to being installed and as a result
    two fully indentical versions of lib{qt2,util} are installed, wasting
    user's HDD space (approx 8MB) and bloating package file (+3MB). Also
    use ${INSTALL_PROGRAM} for shared libs to strip unneeded symbols.
  
  Revision  Changes    Path
  1.65      +15 -7     ports/x11-toolkits/qt22/Makefile
  1.35      +17 -1     ports/x11-toolkits/qt22/pkg-plist
  1.11      +16 -5     ports/x11-toolkits/qt22/files/patch-aa
  1.2       +15 -4     ports/x11-toolkits/qt22/files/patch-af



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?200011201218.EAA36969>