Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Aug 2001 11:10:27 -0700 (PDT)
From:      John Baldwin <jhb@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/release/scripts/X11 build_x.sh
Message-ID:  <200108301810.f7UIAR424645@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2001/08/30 11:10:27 PDT

  Modified files:
    release/scripts/X11  build_x.sh 
  Log:
  Overhaul this script a bit:
  - build_x.sh now does all the steps to build an X dist rather than being
    a child script of package_x_dists.sh
  - Update the usage information to list the ports you need to install
    before running this script as well as needing to set CVSROOT.
  - Make sure CVSROOT is set.  If not, exit with an error.
  - We now take two parameters: a work directory and an output directory.
    The work directory is used as scratch space.  All of the bindist will
    end up in the output directory.
  - Only apply XF86.patch to the checked out XFree86 port if it exists.
  - Use XFree86's build-bindist tool to package up the dists using their
    distfiles rather than using our own packing lists that have to be
    manually updated each time the port changes.
  
  Example usage:
  	env CVSROOT=/home/ncvs ./build_x.sh /usr/xtmp /usr/x11dists
  
  Revision  Changes    Path
  1.4       +107 -20   src/release/scripts/X11/build_x.sh


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?200108301810.f7UIAR424645>