cvs commit: ports/graphics/linux-ac3d Makefile pkg-plist ports/graphics/linux-ac3d/files ac3d.in pkg-message.in

Jean-Yves Lefort jylefort at FreeBSD.org
Sun Oct 9 11:37:39 PDT 2005


jylefort    2005-10-09 18:37:38 UTC

  FreeBSD ports repository

  Modified files:
    graphics/linux-ac3d  Makefile pkg-plist 
  Added files:
    graphics/linux-ac3d/files ac3d.in 
  Removed files:
    graphics/linux-ac3d/files pkg-message.in 
  Log:
  - unconditionally install the dynlinked version (the static version
    does not use 3D hardware acceleration)
  - libGLU.so.1 from linux_dri is also required in the WITH_NVIDIA_GL case
  - remove pkg-message (the information it provides is available using
    pkg_info -L)
  - move the executable to libexec
  - wrapper script:
     - use exec, to not keep the wrapper in memory while the program is running
     - pass command line arguments to the program
  - do not silence mkdir
  - the executable expects the manual in ${DATADIR}/manual, so:
     - add a symlink pointing to ${DOCSDIR}/manual
     - unconditionally install the documentation
  
  PR:             ports/87082
  Submitted by:   jylefort
  Approved by:    maintainer
  
  Revision  Changes    Path
  1.14      +20 -57    ports/graphics/linux-ac3d/Makefile
  1.1       +5 -0      ports/graphics/linux-ac3d/files/ac3d.in (new)
  1.3       +0 -4      ports/graphics/linux-ac3d/files/pkg-message.in (dead)
  1.5       +258 -258  ports/graphics/linux-ac3d/pkg-plist


More information about the cvs-all mailing list