diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-02-18 23:44:49 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-02-18 23:44:49 +0000 |
commit | 11ea174ccbc9cebd4134768e8fb92c6a3dc2c559 (patch) | |
tree | 1514ed7a486e108239615c1d83319d83bacdbc3d /graphics/ruby-libexif/files | |
parent | Update dependency to bash2 in preparation for removing bash1. (diff) |
As previously announced, remove ports that have reached their expiry date,
and the handful of ports that depended on them.
Notes
Notes:
svn path=/head/; revision=129234
Diffstat (limited to 'graphics/ruby-libexif/files')
-rw-r--r-- | graphics/ruby-libexif/files/patch-aa | 10 | ||||
-rw-r--r-- | graphics/ruby-libexif/files/patch-ab | 9 |
2 files changed, 0 insertions, 19 deletions
diff --git a/graphics/ruby-libexif/files/patch-aa b/graphics/ruby-libexif/files/patch-aa deleted file mode 100644 index 22073bc55f39..000000000000 --- a/graphics/ruby-libexif/files/patch-aa +++ /dev/null @@ -1,10 +0,0 @@ ---- extconf.rb.orig Tue Apr 15 14:49:33 2003 -+++ extconf.rb Tue Apr 15 14:49:38 2003 -@@ -5,7 +5,6 @@ - def have_libexif_header - have_header('libexif/exif-ifd.h') and - have_header('libexif/exif-data.h') and -- have_header('libexif/exif-note.h') and - have_header('libexif/exif-utils.h') and - have_header('libexif/exif-tag.h') - end diff --git a/graphics/ruby-libexif/files/patch-ab b/graphics/ruby-libexif/files/patch-ab deleted file mode 100644 index 81a79acde8c8..000000000000 --- a/graphics/ruby-libexif/files/patch-ab +++ /dev/null @@ -1,9 +0,0 @@ ---- exif.c.orig Tue Apr 15 14:50:52 2003 -+++ exif.c Tue Apr 15 14:50:57 2003 -@@ -10,7 +10,6 @@ - #include "ruby.h" - #include <libexif/exif-ifd.h> - #include <libexif/exif-data.h> --#include <libexif/exif-note.h> - #include <libexif/exif-utils.h> - #include <libexif/exif-tag.h> |