summaryrefslogtreecommitdiff
path: root/databases/shared-mime-info/patches
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2004-08-31 11:43:44 +0000
committerjmmv <jmmv@pkgsrc.org>2004-08-31 11:43:44 +0000
commitd63fa3cd535b2da06b0ac012c941b68c4e0c0643 (patch)
treeac879ac565f1bfa58a46c1f3f8b14dbe3be12b3a /databases/shared-mime-info/patches
parent14e38929e8512d4682d4dd70a8729785cec9a727 (diff)
downloadpkgsrc-d63fa3cd535b2da06b0ac012c941b68c4e0c0643.tar.gz
Update to 0.15:
* Changes in the package: - Add a buildlink3.mk file to be used to add a direct dependency on this package. This file also creates a fake "update-mime-database" wrapper in the buildlink directory so that programs can't run it directly during its build. - Add the mimedb.mk file, which can be used by packages that install mimedb extensions (into share/mime/packages) to automatically rebuild the database at (de)installation time. - The mime database files (except those installed into share/mime/packages) must not be listed in the PLIST, so add some PRINT_PLIST_AWK magic to handle this automatically. * Mime Types Changes: - Added various aliases - Make text files inherit from text/plain - Added text/x-xmi - Added application/x-javascripta * Translations: - new translations: Danish (Ole Laursen), Greek (Nikos Charonitakis), Korean (Cha Young-Ho) - updated translations: Finnish (Ville Skyttä), German (Christian Neumair)
Diffstat (limited to 'databases/shared-mime-info/patches')
-rw-r--r--databases/shared-mime-info/patches/patch-ab13
1 files changed, 0 insertions, 13 deletions
diff --git a/databases/shared-mime-info/patches/patch-ab b/databases/shared-mime-info/patches/patch-ab
deleted file mode 100644
index f684045df94..00000000000
--- a/databases/shared-mime-info/patches/patch-ab
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ab,v 1.1 2004/04/05 18:16:20 adam Exp $
-
---- configure.orig Mon Apr 5 19:39:49 2004
-+++ configure
-@@ -1779,7 +1779,7 @@ if test -z "`$INTLTOOL_PERL -v | fgrep '
- echo "$as_me: error: perl 5.x required for intltool" >&2;}
- { (exit 1); exit 1; }; }
- fi
--if `perl -e "require XML::Parser" 2>/dev/null`; then
-+if `$INTLTOOL_PERL -e "require XML::Parser" 2>/dev/null`; then
- :
- else
- { { echo "$as_me:$LINENO: error: XML::Parser perl module is required for intltool" >&5