Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 09 Nov 2004 08:11:58 -0500
From:      "Brandon S. Allbery KF8NH" <allbery@ece.cmu.edu>
To:        Yann Golanski <yann@kierun.org>
Cc:        freebsd-stable@freebsd.org
Subject:   Re: Portupgrade script.
Message-ID:  <1100005918.89688.44.camel@rushlight.kf8nh.com>
In-Reply-To: <20041109103902.GA69223@kierun.org>
References:  <20041109103902.GA69223@kierun.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 2004-11-09 at 05:39, Yann Golanski wrote:
> ### Variouse ports that need stuff... Where should I put those?
> # X11
> X_WINDOW_SYSTEM=xorg
> # mutt
> WITH_MUTT_MBOX_HOOK_PATCH=yes
> MAIL_GID=mail
> # rxvt
> WITH_MOUSEWHEEL=yes
> WITH_RXVT_SCROLLBAR=yes
> WITH_MENUBAR=yes
> # imp3
> WITH_APACHE2=yes
> WITHOUT_LDAP=yes
> # Aspell
> ASPELL_EN=yes

You don't export these, so they're not actually seen by portupgrade.

It's far more convenient to place these in either /etc/make.conf or
/usr/local/etc/pkgtools.conf.  If you search the ports list archives for
make.conf and pkgtools.conf you'll find discussions on how to use both.

I think a number of us have such scripts, but don't publish them.  I
fire mine off manually to (a) cvsup and (b) fetch packages, then check
UPDATING and only fire off the automated world and/or ports rebuilds if
there's no surprises lurking; otherwise I handle them manually.

-- 
brandon s. allbery    [linux,solaris,freebsd,perl]     allbery@kf8nh.com
system administrator      [WAY too many hats]        allbery@ece.cmu.edu
electrical and computer engineering, carnegie mellon univ.         KF8NH



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