トップ «前の日記(2003-10-31(金)) 最新 次の日記(2003-11-02(日))» 編集

とた日記


2003-11-01(土) [長年日記]

_ 風邪でダウン

発熱してしまいました。頭痛がひどいです。

_ portupgrade lang/ruby16 lang/ruby18 lang/ruby16-shim-ruby18

ruby-1.6.8.2003.04.19       <  needs updating (port has 1.6.8.2003.10.15)
ruby-1.8.0.2003.09.09       <  needs updating (port has 1.8.1.p2)
ruby-shim-ruby18-1.8.0.p2.2003.04.19_1  <  needs updating (port has 1.8.1.p2)
ruby18-openssl-0.2.0.p2     ?  error - origin not found

ruby18-openssl-0.2.0.p2 は

Retire the following ports; they have been integrated into ruby18 and
ruby16-shim-ruby18:
 
	devel/ruby-yaml
	net/ruby-drb
	net/ruby-gserver
	net/ruby-soap
	net/ruby-xmlrpc
	security/ruby-openssl
	sysutils/ruby-devel-logger
	textproc/ruby-rexml
	www/ruby-webrick

だそうです。野良 port mobileimap も修正しないと駄目ですね。

_ portupgrade -f www/apache2

Makefile,v 1.155 に引き上げてみました。httpd.conf は差分があるといけないので予めリネームしておきました。

# cd /usr/local/etc/apache2
# mv httpd.conf httpd.conf.old
# portupgrade -f www/apache2

ServerAdmin ServerName を書き換え、あとは PHP4(SquirrelMail) が動くように

--- httpd.conf.orig     Sat Nov  1 21:24:47 2003
+++ httpd.conf  Sat Nov  1 22:12:06 2003
@@ -275,6 +275,7 @@
 LoadModule userdir_module libexec/apache2/mod_userdir.so
 LoadModule alias_module libexec/apache2/mod_alias.so
 LoadModule rewrite_module libexec/apache2/mod_rewrite.so
+LoadModule php4_module        libexec/apache2/libphp4.so
 
 #
 # ExtendedStatus controls whether Apache will generate "full" status
@@ -436,7 +437,7 @@
 # negotiated documents.  The MultiViews Option can be used for the 
 # same purpose, but it is much slower.
 #
-DirectoryIndex index.html index.html.var
+DirectoryIndex index.html index.html.var index.php
 
 #
 # AccessFileName: The name of the file to look for in each directory
@@ -829,7 +830,7 @@
 # reasons in browsers, related to javascript and URL parsing
 # which encourage you to always set a default char set.
 #
-AddDefaultCharset ISO-8859-1
+#AddDefaultCharset ISO-8859-1
 
 #
 # Commonly used filename extensions to character sets. You probably
@@ -896,6 +897,8 @@
 #
 AddType application/x-compress .Z
 AddType application/x-gzip .gz .tgz
+AddType application/x-httpd-php .php
+AddType application/x-httpd-php-source .phps
 
 #
 # AddHandler allows you to map certain file extensions to "handlers":

としました。

_ sysutils/gtk-send-pr

Current FreeBSD problem reports を眺めていたら Problem Report ports/58804: [Maintainer Update] sysutils/gtk-send-pr to 0.2 を見つけました。こんなツールもあるんですね。