Bug 146290 - [PATCH] graphics/jasper: introduce UUID patch
Summary: [PATCH] graphics/jasper: introduce UUID patch
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Dirk Meyer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-04 08:30 UTC by Sunpoet Po-Chuan Hsieh
Modified: 2010-05-06 07:47 UTC (History)
1 user (show)

See Also:


Attachments
jasper-1.900.1_9.patch (6.64 KB, patch)
2010-05-04 08:30 UTC, Sunpoet Po-Chuan Hsieh
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sunpoet Po-Chuan Hsieh 2010-05-04 08:30:02 UTC
Change:
- Introduce UUID patch, which is required by GDAL

Added file(s):
- files/extra-patch-uuid

Port maintainer (dinoex@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99

How-To-Repeat: 
From GDAL's configure log

without UUID patch:
checking for jp2_encode_uuid in -ljasper... no
configure: hacked JasPer version not found, GeoJP2 disabled.

with UUID patch:
checking for jp2_encode_uuid in -ljasper... yes
configure: hacked JasPer version found (JasPer UUID), GeoJP2 enabled.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-05-04 08:30:21 UTC
Responsible Changed
From-To: freebsd-ports-bugs->dinoex

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-05-05 16:19:42 UTC
dinoex      2010-05-05 15:19:25 UTC

  FreeBSD ports repository

  Modified files:
    graphics/jasper      Makefile 
  Added files:
    graphics/jasper/files uuid.patch 
  Log:
  - new option WITH_UUID
  PR:             146290
  Submitted by:   Sunpoet Po-Chuan Hsieh
  
  Revision  Changes    Path
  1.33      +6 -1      ports/graphics/jasper/Makefile
  1.1       +242 -0    ports/graphics/jasper/files/uuid.patch (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Dirk Meyer freebsd_committer freebsd_triage 2010-05-06 07:47:28 UTC
State Changed
From-To: open->closed

committed, thanks.