ports/50980: Update graphics/ruby-libexif: fix build - bento error

Kirill Ponomarew ponomarew at oberon.net
Tue Apr 15 13:00:23 UTC 2003


>Number:         50980
>Category:       ports
>Synopsis:       Update graphics/ruby-libexif: fix build - bento error
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr 15 06:00:20 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Kirill Ponomarew
>Release:        FreeBSD 4.8-RELEASE i386
>Organization:
Oberon.net 
>Environment:
FreeBSD voodoo.oberon.net 4.8-RELEASE FreeBSD 4.8-RELEASE #1: Wed Apr  2 12:24:32 CEST 2003     root at voodoo.oberon.net:/usr/obj/usr/src/sys/FREAK  i386
 
        
>Description:
Added 2 patches to build this port 

http://bento.freebsd.org/errorlogs/i386-4-exp-latest/ruby-libexif-0.1.2.log

>How-To-Repeat:
>Fix:

diff -ruN ruby-libexif.orig/files/patch-aa ruby-libexif/files/patch-aa
--- ruby-libexif.orig/files/patch-aa    Thu Jan  1 01:00:00 1970
+++ ruby-libexif/files/patch-aa Tue Apr 15 14:50:22 2003
@@ -0,0 +1,10 @@
+--- 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 -ruN ruby-libexif.orig/files/patch-ab ruby-libexif/files/patch-ab
--- ruby-libexif.orig/files/patch-ab    Thu Jan  1 01:00:00 1970
+++ ruby-libexif/files/patch-ab Tue Apr 15 14:51:39 2003
@@ -0,0 +1,9 @@
+--- 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>
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list