Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Jun 2006 11:24:43 -0300
From:      Fernan Aguero <fernan@iib.unsam.edu.ar>
To:        Eric <heli@mikestammer.com>
Cc:        freebsd-ports@freebsd.org
Subject:   Re: Portmaster options file
Message-ID:  <20060622142443.GB96333@iib.unsam.edu.ar>
In-Reply-To: <449A9A2F.8010108@mikestammer.com>
References:  <449A67AD.8000204@icyb.net.ua> <449A9A2F.8010108@mikestammer.com>

next in thread | previous in thread | raw e-mail | index | archive | help
+----[ Eric <heli@mikestammer.com> (22.Jun.2006 11:12):
|
| Hello all,
| 
| is there a mechanism in portmaster that is similar to portmanagers
| pm-020.conf file for specifying build options or can you specify
| everything in make.conf to achieve the same? for example, my pm-020.conf
| contains:
| 
| www/horde|WITHOUT_WV=yes WITHOUT_XL=yes WITHOUT_X11=yes WITH_MAGICK=yes|
| mail/imp|WITHOUT_LDAP=yes WITHOUT_SMIME=yes WITH_DOVECOT=yes|
| graphics/ImageMagick|WITHOUT_X11=yes WITHOUT_IMAGEMAGICK_FONTCONFIG=yes
| WITHOUT_IMAGEMAGICK_SVG=yes|
| print/ghostscript-gnu|WITHOUT_X11=yes|
| net/mtr|WITHOUT_X11=yes|
| 
| but if i use portmaster -a theres no way for me to tell portmaster what
| options to use.

use portmaster together with portconf (sysutils/portconf)
 
| I checked the man page and noticed the portmaster.rc file, but didnt see
| any examples on my system.

after installing portconf, and adding the recommended magic
to /etc/make.conf, you should write a /etc/ports.conf that
looks very similar to what you show above (see the
pkg-message for portconf)

portmaster doesn't need to be told anything after this,
since all variables are set through make.conf

Fernan

| 
| Thanks!
| 
| Eric
|
+----]



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