Date: Thu, 28 Oct 2004 13:39:53 +0200 From: Uros <uros@sir-mag.com> To: freebsd-questions@freebsd.org Subject: Re[2]: portupgrade and pkgtools.conf Message-ID: <943255586.20041028133953@sir-mag.com> In-Reply-To: <61941.154.8.22.73.1098962088.squirrel@154.8.22.73> References: <328801596.20041028115506@sir-mag.com> <61941.154.8.22.73.1098962088.squirrel@154.8.22.73>
next in thread | previous in thread | raw e-mail | index | archive | help
Hello, Here is my complete pkgtools.conf MAKE_ARGS = { 'databases/p5-BerkeleyDB' => [ 'WITH_BDB_VER=42' ], '*php5*' => [ 'WITHOUT_X11=1' ], 'mail/postfix' => [ 'BATCH=1', 'POSTFIX_OPTIONS=""', 'POSTFIX_DEFAULT_MTA=YES' ], 'databases/mysql40-*' => [ 'WITH_CHARSET=latin2', 'WITH_XCHARSET=all', 'DB_DIR=/usr/local/mysql', 'BUILD_OPTIMIZED=1' ], 'www/apache2' => [ 'WITHOUT_IPV6=1' ], 'ftp/proftpd' => [ 'WITHOUT_PAM=1', 'WITHOUT_IPV6=1', 'WITH_MYSQL=1', 'WITH_QUOTA=1', 'WITH_OPENSSL=1', 'WITH_CTRLS=1' ], 'graphics/gd' => [ 'WITHOUT_X11=1' ], 'devel/subversion' => [ 'WITHOUT_NEON=1', 'WITH_APACHE2_APR=1', 'WITH_BERKELEYDB=42' ], I found a patch but it seems tigris is offline, so I'll try later. Also if I use porinstall it works with parameters but not with portupgrade. regards Uros Thursday, October 28, 2004, 1:14:48 PM, you wrote: DB> On Thu, 28 October, 2004 10:55 am, Uros said: >> Hello! >> >> I'm trying to update subversion from ports and I have >> WITH parameters in my pkgtools.conf >> >> 'devel/subversion' => [ >> 'WITHOUT_NEON=1', >> 'WITH_APACHE2_APR=1', >> 'WITH_BERKELEYDB=42' >> ] >> >> but when I do porupgrade subversion it looks like there was no parameters >> added to make. Because I always get error that devel/apr is not properly >> builded. >> >> Am I doing something wrong here. DB> As Dick has already said, the port is broken (I trust his word on that - DB> haven't checked far enough to confirm - interrupted the build after DB> confirming a hunch). However, I just used the same set of options as you DB> mention above, and get this output at the start of the portinstall DB> session: --->># portinstall subversion --->> Installing 'subversion-1.0.8' from a port (devel/subversion) --->> Building '/usr/ports/devel/subversion' with make flags: DB> WITHOUT_NEON=1 WITH_APACHE2_APR=1 WITH_BERKELEYDB=42 DB> So - portinstall and friends can see the options. You are missing a DB> couple of commas, as already mentioned. DB> What section of pkgtools.conf did you put the options in? They should go DB> inside MAKE_ARGS = {} DB> HTH
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?943255586.20041028133953>