summaryrefslogtreecommitdiff
path: root/x11/XFree86-4-libraries
diff options
context:
space:
mode:
authorEric Anholt <anholt@FreeBSD.org>2003-12-12 22:55:31 +0000
committerEric Anholt <anholt@FreeBSD.org>2003-12-12 22:55:31 +0000
commitd9b1664b1839a9d0450c4c7ba2c352f5b3ae69ca (patch)
tree9697cf04f8b2fc41883e3278281d9d788f6f3ddf /x11/XFree86-4-libraries
parent- Update to 1.0.48 (diff)
Use #!/usr/bin/env perl instead of #!/usr/bin/perl to increase the chances
of success.
Notes
Notes: svn path=/head/; revision=95690
Diffstat (limited to 'x11/XFree86-4-libraries')
-rw-r--r--x11/XFree86-4-libraries/files/patch-bdftruncate.pl13
-rw-r--r--x11/XFree86-4-libraries/files/patch-ucs2any.pl13
2 files changed, 26 insertions, 0 deletions
diff --git a/x11/XFree86-4-libraries/files/patch-bdftruncate.pl b/x11/XFree86-4-libraries/files/patch-bdftruncate.pl
new file mode 100644
index 000000000000..9b7b123bf7d2
--- /dev/null
+++ b/x11/XFree86-4-libraries/files/patch-bdftruncate.pl
@@ -0,0 +1,13 @@
+Index: fonts/util/bdftruncate.pl
+===================================================================
+RCS file: /home/ncvs/xfree/xc/fonts/util/bdftruncate.pl,v
+retrieving revision 1.3
+diff -u -r1.3 bdftruncate.pl
+--- fonts/util/bdftruncate.pl 12 Oct 2002 16:06:42 -0000 1.3
++++ fonts/util/bdftruncate.pl 12 Dec 2003 22:33:24 -0000
+@@ -1,4 +1,4 @@
+-#!/usr/bin/perl
++#!/usr/bin/env perl
+ #
+ # bdftruncate.pl -- Markus Kuhn <mkuhn@acm.org>
+ #
diff --git a/x11/XFree86-4-libraries/files/patch-ucs2any.pl b/x11/XFree86-4-libraries/files/patch-ucs2any.pl
new file mode 100644
index 000000000000..486337aa9cab
--- /dev/null
+++ b/x11/XFree86-4-libraries/files/patch-ucs2any.pl
@@ -0,0 +1,13 @@
+Index: fonts/util/ucs2any.pl
+===================================================================
+RCS file: /home/ncvs/xfree/xc/fonts/util/ucs2any.pl,v
+retrieving revision 1.5
+diff -u -r1.5 ucs2any.pl
+--- fonts/util/ucs2any.pl 12 Oct 2002 16:06:42 -0000 1.5
++++ fonts/util/ucs2any.pl 12 Dec 2003 22:25:18 -0000
+@@ -1,4 +1,4 @@
+-#!/usr/bin/perl
++#!/usr/bin/env perl
+ #
+ # ucs2any.pl -- Markus Kuhn <mkuhn@acm.org>
+ #