Bug 250254 - graphics/jp2a: Use release archive, disable doxygen and clean up Makefile
Summary: graphics/jp2a: Use release archive, disable doxygen and clean up Makefile
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Emanuel Haupt
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-10-10 18:01 UTC by Daniel Engberg
Modified: 2020-10-11 09:34 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (ehaupt)


Attachments
Patch for jp2a (1.59 KB, patch)
2020-10-10 18:01 UTC, Daniel Engberg
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Engberg freebsd_committer freebsd_triage 2020-10-10 18:01:26 UTC
Created attachment 218649 [details]
Patch for jp2a

Use release archive as suggested by section 5.4.3 in Porter's Handbook.
Remove USES= autoreconf
Add USES= localbase instead of defining CONFIGURE_ARGS
Disable usage of doxygen

Compile tested FreeBSD 13.0-CURRENT #0 r364979 (amd64) (make + make check-plist)
Poudriere testport OK 12.1-RELEASE (amd64)
Comment 1 commit-hook freebsd_committer freebsd_triage 2020-10-11 08:58:06 UTC
A commit references this bug:

Author: ehaupt
Date: Sun Oct 11 08:57:07 UTC 2020
New revision: 552037
URL: https://svnweb.freebsd.org/changeset/ports/552037

Log:
  - Use release archive to remove need of running autoreconf
  - Disable doxygen
  - Use localbase USES macro

  PR:		250254
  Submitted by:	daniel.engberg.lists@pyret.net

Changes:
  head/graphics/jp2a/Makefile
  head/graphics/jp2a/distinfo
Comment 2 Emanuel Haupt freebsd_committer freebsd_triage 2020-10-11 09:34:40 UTC
Committed, thanks.