Opened 14 years ago

Closed 14 years ago

#22441 closed defect (fixed)

libdevil port is very out of date

Reported by: jrmair@… Owned by: simon@…
Priority: Normal Milestone:
Component: ports Version: 1.8.1
Keywords: Cc: blb@…
Port: libdevil

Description

libdevil port is at version 1.6.8 but the current stable release for the DevIL library is 1.7.8. This makes the libdevil port about 3 years out of date.

I have an application that relies on libdevil and it is not working correctly on macosx because the port is so ancient.

Attachments (1)

libdevil.diff (1.9 KB) - added by blb@… 14 years ago.
diff to Portfile

Download all attachments as: .zip

Change History (6)

comment:1 Changed 14 years ago by tobypeterson

Keywords: devil libdevil removed
Owner: changed from macports-tickets@… to simon@…
Priority: HighNormal
Type: updatedefect

comment:2 Changed 14 years ago by jrmair@…

libdevil port is at version 1.6.8 but the current stable release for the DevIL library is 1.7.8. This makes the libdevil port about 3 years out of date.

I have an application that relies on libdevil and it is not working correctly on macosx because the port is out of date.

thanks :)

Changed 14 years ago by blb@…

Attachment: libdevil.diff added

diff to Portfile

comment:3 Changed 14 years ago by blb@…

Cc: blb@… added

Attached is a patch to update libdevil with the following:

  • update to 1.7.8
  • add jasper as a dependency since it links against it by default
  • explicitly disable EXR so it doesn't try to use it (we could always add that as a variant)
  • install some docs
  • properly handle the build arch of the system (i386, x86_64, ppc)

comment:4 in reply to:  3 Changed 14 years ago by jrmair@…

Replying to blb@…:

Attached is a patch to update libdevil with the following:

  • update to 1.7.8
  • add jasper as a dependency since it links against it by default
  • explicitly disable EXR so it doesn't try to use it (we could always add that as a variant)
  • install some docs
  • properly handle the build arch of the system (i386, x86_64, ppc)

sorry to bug you :) but what's the status? is the patch going to be applied soon ? :)

comment:5 Changed 14 years ago by blb@…

Resolution: fixed
Status: newclosed

Updated in r60473 (maintainer timeout).

Note: See TracTickets for help on using tickets.