Chinaunix

标题: 哪位举例说明portconf的用法 [打印本页]

作者: pxbfeiniao    时间: 2009-12-09 15:31
标题: 哪位举例说明portconf的用法
比如我想从ports安装pcmanfm,但是默认的编译选项是--disable-hal的,我想--enable-hal,请问在/usr/local/etc/port.conf中该怎样写?
作者: axlrose    时间: 2009-12-09 18:36
pcmanfm在freebsd 7.x 8.0上很容易崩溃,不知道咋的,后来还是选用xfdesktop了
ports安装的话, make rmconfig ; make config 看一下能让你选的不,选上,再make install clean

http://www.freshports.org/x11-fm/pcmanfm

To install the port: cd /usr/ports/x11-fm/pcmanfm/ && make install clean
To add the package: pkg_add -r pcmanfm
Configuration Options

===> The following configuration options are available for pcmanfm-0.5.1:
     NLS=on (default) "Native Language Support (devel/gettext)"
===> Use 'make config' to modify these settings
作者: kisswen    时间: 2009-12-09 21:24
我用portupgrade升级mysql的时候遇到的问题就是用portconf解决的
http://www.freebsdchina.org/foru ... 5398&highlight=


portupgrade是不带参数的(可能有带参数的办法?我不知道),带参数编译ports我习惯

cd /usr/ports/ports-mgmt/portconf
make install clean

然后

/usr/local/etc/ports.conf

加入

databases/mysql50*: WITH_XCHARSET=all | BUILD_OPTIMIZED=yes | WITHOUT_INNODB=yes

这样不管是直接在ports中make或者还是portupgrade都会取这里面的参数

这样管理升级ports就很方便了

作者: 杜比环绕声    时间: 2009-12-10 10:34
原帖由 pxbfeiniao 于 2009-12-9 15:31 发表
比如我想从ports安装pcmanfm,但是默认的编译选项是--disable-hal的,我想--enable-hal,请问在/usr/local/etc/port.conf中该怎样写?


留意下pcmanfm port 的 Makefile文件,里面提到 pcmanfm 的hal功能不起作用,所以 disable-hal




欢迎光临 Chinaunix (http://bbs.chinaunix.net/) Powered by Discuz! X3.2