summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorgrant <grant>2003-03-15 13:06:12 +0000
committergrant <grant>2003-03-15 13:06:12 +0000
commit17fc1df7413be48e2b6cf5a319aabaa6b0cb8df5 (patch)
tree47425069a32c3f8a8a0cff876ecf7be1f61ea190 /doc
parentbcb276efa2fa14fd081fa55b9d07755d500dd104 (diff)
downloadpkgsrc-17fc1df7413be48e2b6cf5a319aabaa6b0cb8df5.tar.gz
ticket 1208
Diffstat (limited to 'doc')
-rw-r--r--doc/CHANGES-1.6.113
1 files changed, 12 insertions, 1 deletions
diff --git a/doc/CHANGES-1.6.1 b/doc/CHANGES-1.6.1
index 3d2b8732a5b..28d178a5c95 100644
--- a/doc/CHANGES-1.6.1
+++ b/doc/CHANGES-1.6.1
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-1.6.1,v 1.1.2.5 2003/03/15 12:33:34 grant Exp $
+# $NetBSD: CHANGES-1.6.1,v 1.1.2.6 2003/03/15 13:06:12 grant Exp $
Changes to the pkgsrc-1-6-1 branch:
@@ -258,3 +258,14 @@ graphics/aqsis/patches/patch-af 1.1 (new)
use a time_t * as the argument to time(3) to let this compile on 64 bit systems.
Fixes recently noted compile problems on alpha.
[dmcmahill, ticket #1216]
+
+www/mozilla/Makefile 1.115
+www/mozilla/files/moz-install 1.6
+
+moz-install treated element between @comment begin DIRS & @comment end DIRS in
+PLIST.
+if @exec ${MKDIR} -p %D/lib/${MOZILLA}/plugins in such a section,
+directory '@exec', '${MKDIR}', '-p', '%D/lib/${MOZILLA}/plugins' are created.
+
+this commit fixes this problem.
+ [taya, ticket #1208]