joe-3.5,1 ports 是不是有問題? - BBS

Jack avatar
By Jack
at 2007-01-01T21:38

Table of Contents

# pkg_create -b joe-3.5,1
tar: etc/joe/joerc.dist: Cannot stat: No such file or directory

# pkg_info -L joe-3.5,1
發現 有 /usr/local/etc/joe/joerc.dist
沒有 /usr/local/etc/joe/joerc


以下是 make install 的 部分output
-----
test -z "/usr/local/etc/joe" || /usr/ports/editors/joe/work/joe-3.5/install-sh -d "/usr/local/etc/joe"
install -o root -g wheel -m 444 'joerc' '/usr/local/etc/joe/joerc'
^^^^^^^^^^^ ??
install -o root -g wheel -m 444 'jicerc.ru' '/usr/local/etc/joe/jicerc.ru'
install -o root -g wheel -m 444 'jmacsrc' '/usr/local/etc/joe/jmacsrc'
install -o root -g wheel -m 444 'jstarrc' '/usr/local/etc/joe/jstarrc'
install -o root -g wheel -m 444 'rjoerc' '/usr/local/etc/joe/rjoerc'
install -o root -g wheel -m 444 'jpicorc' '/usr/local/etc/joe/jpicorc'
install -o root -g wheel -m 444 'ftyperc' '/usr/local/etc/joe/ftyperc'
-----

應該要 install joerc.dist 到 /usr/local/etc/joe/ 才對吧

以下是 部分Makefile
-----
post-install:
.for file in jmacsrc jpicorc jstarrc rjoerc joerc
.if !exists(${PREFIX}/etc/${PORTNAME}/${file})
@${CP} ${PREFIX}/etc/${PORTNAME}/${file} ${PREFIX}/etc/${PORTNAME}/${file}.dist
.endif
.endfor
-----

if rc 不存在, then copy rc to rc.dist ,寫反了吧?
應該改成這樣才對吧

.for file in jmacsrc jpicorc jstarrc rjoerc joerc
.if !exists(${PREFIX}/etc/${PORTNAME}/${file})
@${CP} ${PREFIX}/etc/${PORTNAME}/${file}.dist ${PREFIX}/etc/${PORTNAME}/${file}
.endif
.endfor




--
Tags: BBS

All Comments

mrtg 輸出問題

Olga avatar
By Olga
at 2006-12-31T22:47
※ 引述《style520 (XXYY)》之銘言: : 小弟有一台 Linux 和 一台 FreeBSD 裝了 mrtg : 輸出到html是格式不太一樣 : 還是說 cfg 檔設定要加什麼參數才能像 FreeBSD的輸出結果一樣? 兩個表示的東西是一樣的阿 o_O 不然你去 check 看看兩者的 HT ...

make package vs pkg_create

Daniel avatar
By Daniel
at 2006-12-31T22:09
小弟發現make package做的 package 常常會漏檔案 最近把net-snmp-5.2.3_3 用make package做完 package後, 發現 net-snmp-5.2.3_3.tbz少了兩個檔案 /usr/local/etc/rc.d/snmpd.sh /usr/local/etc/r ...

mrtg 輸出問題

Isabella avatar
By Isabella
at 2006-12-31T21:54
小弟有一台 Linux 和 一台 FreeBSD 裝了 mrtg 輸出到html是格式不太一樣 Fedora Core release 4 mrtg-2.11.1-3 輸出結果長這樣: 最大 流入: 1296.0 b/秒 (0.0%) 平均 流入: 288.0 b/秒 (0.0%) 目前 流入: ...

Re: JBOSS 安裝

Jacky avatar
By Jacky
at 2006-12-31T13:34
※ 引述《Seasonny (曉風殘月‥)》之銘言: : jboss-4.0.5.GA,1: Environment error: and#34;JAVA_HOMEand#34; should not be defined. : *** Error code 1 : 請問有人 : 我有嘗試過把JAVA_HOM ...

JBOSS 安裝

Skylar DavisLinda avatar
By Skylar DavisLinda
at 2006-12-31T01:45
jboss-4.0.5.GA,1: Environment error: and#34;JAVA_HOMEand#34; should not be defined. *** Error code 1 請問有人 我有嘗試過把JAVA_HOME 環境設定註解掉.. 可是還是有問題.. JAVA_HOME ...