diff --git a/general/genlib/popt.xml b/general/genlib/popt.xml
index 68e86f050f..aef6d0c221 100644
--- a/general/genlib/popt.xml
+++ b/general/genlib/popt.xml
@@ -81,7 +81,10 @@ cp configure.in configure.ac &&
touch configure.in configure.ac &&
make
- To test the results, issue: make check.
+ To test the results, issue:
+
+sed -i "s/^run_diff /#run_diff /" testit.sh &&
+make check
Now, as the root user:
@@ -99,6 +102,9 @@ make
touch configure.in configure.ac:
Ensure file timestamps are the same.
+ sed -i "s/^run_diff /#run_diff /" testit.sh
+ disables tests that have missing data.
+
diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml
index d89c221d34..033bba4a7c 100644
--- a/introduction/welcome/changelog.xml
+++ b/introduction/welcome/changelog.xml
@@ -44,6 +44,14 @@
December 7th, 2005
+
+ [bdubbs] - Added sed to remove incomplete tests from
+ test program in popt.
+
+
+ [bdubbs] - Removed reference to non-existent esound.ps
+ from EsounD-0.2.36.
+
[bdubbs] - Removed --with-history option from libxml2. Added
a caution that the make check command can hang forever under
diff --git a/multimedia/libdriv/esound.xml b/multimedia/libdriv/esound.xml
index 6a0eda8e3e..116d1a1116 100644
--- a/multimedia/libdriv/esound.xml
+++ b/multimedia/libdriv/esound.xml
@@ -87,7 +87,6 @@ make
make install &&
install -v -m755 -d /usr/share/doc/esound-&esound-version; &&
-install -v -m644 docs/esound.ps /usr/share/doc/esound-&esound-version; &&
cp -v -R docs/html /usr/share/doc/esound-&esound-version;